/*
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.7.7
AUTHOR: <a href="http://themeshaper.com/">Ian Stewart</a> &amp; <a href="http://thematic4you.com/">Chris Go&szlig;mann</a>
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');

/* -------------------------------------------------------------- 
   
   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
  
-------------------------------------------------------------- */   
html {
background:url("library/styles/images/bg.jpg") repeat-x left top transparent;
margin:0;
padding:0;
}
body {
background:url("library/styles/images/bg01.png") no-repeat scroll center top transparent;
margin:0;
padding:0;
}
#branding {
padding:88px 0 44px;
visibility:hidden;
}
#access {
font-size:13px;
height:32px;
margin:114px 0 0;
overflow:visible;
z-index:100;
border: none;
}
.sf-menu {
border-right:1px solid #FFFFFF;
float:left;
}
.sf-menu li {
background:none repeat scroll 0 0 transparent;
}
.sf-menu a {
border-bottom:medium none;
border-left:1px solid #CCCCCC;
border-top:medium none;
padding:9px 13px;
text-decoration:none;
}
.sf-menu a, .sf-menu a:visited {
color:#FFFFFF;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background:none repeat scroll 0 0 #4161AF;
border-bottom-color:#CCCCCC;
outline:0 none;
}
#main {
clear:both;
padding:46px 0 22px;
}
#container {
float:left;
width:640px;
}
#content {
margin:0 0 0 10px;
overflow:hidden;
width:620px;
}
.entry-title a {
color:#000000;
line-height:130%;
text-decoration:none;
}
.entry-content p {
font-size:110%;
line-height:160%;
margin-bottom:0;
}
#primary {
border: none;
margin-bottom:22px;
padding:18px 0 0;
}
strong {
font-weight:bold;
line-height:1.4em;
}
.entry-content img {
    height:auto;
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft, img.alignleft {
float:left;
margin:3px 20px 0.4em 0;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
margin-top:3px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
margin-top:3px;
	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;
}
.entry-utility {
border-bottom:1px solid #DDDDDD;
border-top:1px dotted #DDDDDD;
clear:both;
color:#666666;
font-size:13px;
line-height:18px;
margin:16px 0 44px;
padding:5px 0;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}
.main-aside h3 {
font-style:normal;
font-weight:bold;
padding:0 0 3px;
}
#siteinfo {
color:#666666;
font-size:11px;
line-height:18px;
padding:22px 0 44px;
text-align:center;
}
