/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic/
DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
VERSION: 0.9.5.1
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

body{font-family:Arial, Helvetica, sans-serif, PMingLiu;margin:0; background-color:#008CFF;background:url('images/header_bg.jpg') no-repeat; } 

* {
margin: 0;
padding: 0;
}

/*HEADER*/

#wrapper{background-color:#83AC23;}
#header{ height:250px; background:url('images/header_bg.jpg') no-repeat;}
#header a{ color:#fff; text-decoration:none;}
#header a:hover{color:#fff; border-bottom:1px dashed #fff; }
#branding{ padding:30px 0px;}
#blog-title a{ display:block; width:300px; height:100px; margin-left:20px;}
#blog-title a:hover{ border:none;}
#branding h1{}
#access{ margin-top:120px; border-bottom:none; margin-left:-20px;}
#access li{ background-color:#008CFF;}
#access a:hover{ background-color:#5C7C06; border-bottom:1px solid #ccc;}

h1#blog-description{ font-style:normal;}


#main{ padding-top:0px;}
/*main-container*/
#container{ background-color:#fff; padding-top:15px;}
#content{ margin:0 auto; margin-top:20px;}
#content a{color:#008CFF; text-decoration:none;}
#content a:hover{color:#5C7C06; border-bottom:1px dotted #5C7C06;}
#content h2.entry-title{ margin-bottom:10px;}
#content h2.entry-title a{ color:#7AA700;}
#content span{ font-style:normal;}
.entry-utility span{ font-style:normal;}
.entry-utility span a{ font-style:normal;}
.navigation a{ font-style:normal;}

h3{ color:#999; font-weight:bold; font-style:normal; }

#primary{ background-color:#fff; padding:30px 5px; margin-bottom:0px;border:none; }
#primary h3{ margin:10px 0px 5px; font-style:normal; color:#666;}
#primary a{ color:#008cff; text-decoration:none;}
#primary a:hover{color:#5C7C06; border-bottom:1px dotted #5C7C06;}
#primary ul{padding-bottom:0px; margin-bottom:0px;}
.xoxo li{ list-style:none; line-height:150%;}
#secondary{ background-color:#fff;}
#secondary h3{border-top:1px dotted #999; padding-top:10px;}
#secondary ul{}
#secondary li{ list-style:none; font-size:13px; }
#secondary li a{color:#008CFF; text-decoration:none;}
#secondary li a:hover{color:#5C7C06; border-bottom:1px dotted #5C7C06;}
.aside ul ul{ margin:0px;}

#footer{ border-top:none; text-align:center;}
#footer a{color:#008CFF; text-decoration:none;}
#footer a:hover{color:#5C7C06; border-bottom:1px dotted #5C7C06;}
#siteinfo{ color:#fff;}
.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;
}
