/*   
Theme Name: LBWD child thematic design
Theme URI: http://www.lizburrwebdesign.com
Description: Theme used to begin development of my individual theme
Author: Elizabeth A Burr
Author URI: http://www.lizburrwebdesign.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/


/* Reset browser defaults */
@import url('thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import 'http://www.lizburrwebdesign.com/wordpress/wp-content/themes/thematic/library/styles/typography.css';

/* Apply a basic layout */
@import 'http://www.lizburrwebdesign.com/wordpress/wp-content/themes/thematic/library/layouts/2c-r-fixed.css';

/* Apply basic image styles */
@import 'http://www.lizburrwebdesign.com/wordpress/wp-content/themes/thematic/library/styles/images.css';

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import 'http://www.lizburrwebdesign.com/wordpress/wp-content/themes/thematic/library/styles/default.css';

/* Prepare theme for plugins */
@import 'http://www.lizburrwebdesign.com/wordpress/wp-content/themes/thematic/library/styles/plugins.css';

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/* here starts the changes from the default.css */

/* general style changes for typography etc */

body, input, textarea {
font:15px Verdana, sans-serif;
}

body {
background:#ffffcc;
}

hr {
color:#336666;
}

a:link {
color:#336666;
}
a:visited {
color:#333300;
}
a:active,
a:hover {
color:#cc6600;
}

/* to format tables */

table {
border:none;
}

th, td {
vertical-align:top;
padding:5px 5px 5px 10px;
}

/* ADDRESSING HEADER AND BRANDING ISSUES */

#blog-title a {
background:url(http://www.lizburrwebdesign.com/wordpress/wp-content/themes/LBWDchildthematic/images/LBWDLogo09.jpg) no-repeat top center;
display:block;
text-indent:-9000px;
width: 950px;
height: 200px;
}
/* removing padding from header to ensure smallest property possible used */
#branding {
padding:0 0 0 0;
}
/* over-riding tagline properties, then changed to display none */
#blog-description {
text-align:right;
display:none;
}

/* REMOVE LINE ACROSS THE SCREEN BETWEEN MENU AND MAIN CONTENT */
#access {
border:0;
}

/* hiding titles from pages which are duplicated in navigational tools; also hides post titles which can be overcome by using h1 tags as first line of post.  Be sure to continue assigning titles because these are used in navigation tools. */

.entry-title {
display:none;
}

/* order to not display secondary sidebar which appears to automatically include meta and search and maybe others */

#secondary {
display:none;
}


/* next set will eliminate and/or reduce padding for asthestics as well as address borders.  also temporarily set bgd to see effects to areas */

#content {
width:715px;
padding:0 0 0 10px;
background:#ffffff;
border-right:2px inset #336666;
border-left:2px outset #336666;
}
#main {
padding:10px 0 0 0;
background:#336666;
border-left:5px inset #336666;
border-right:5px outset #336666;
}
/* setting background at lt beige */
.main-aside {
width:200px;
background:#ffffcc;
}
/* setting background at lt beige */
#primary {
padding:0 0 0 0;
background:#ffffcc;
}
.entry-content {
padding:0 0 0 0;
}


/* hiding titles from pages which are duplicated in navigational tools; also hides post titles which can be overcome by using h1 tags as first line of post.  Be sure to continue assigning titles because these are used in navigation tools. */

.entry-title {
display:none;
}

/* hides the author and date info above the blog */
.entry-meta {
display:none;
}

/* changes for menu */

.sf-menu {
float:right;
}

/* changes in calendar */

.calendar-heading {
background:#ffffff;
}
