/*
THEME NAME: MTF(Based on 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: OOBE, May, 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');

/* -------------------------------------------------------------- 
   
   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
  
-------------------------------------------------------------- */   
body{font-family:Arial, Helvetica, sans-serif, PMingLiu;margin:0; background:url('images/bg.jpg') repeat-x top;}

.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;
}

#wrapper{width:961px; margin:0 auto;}
/*header*/
li{ list-style-type:none; margin-left:-18px;}
a{ text-decoration:none;}


#header{width:752; height:92px; margin:0 auto; margin-left:10px;}
#branding{padding: 0px 0px 0px 0px; height:2px; margin-top: -10px;}
#access{ background-color:#747474;width:920px; padding-left:20px;}
#access a{ background-color:#747474; color:#fff; font-size:13px; font-weight:bold; border:none;}
#access .menu ul{border:none;}

#blog-description{display:none;}
h1{ display:none;}


/*main*/
#main{ background-color:#fff; width:900px; margin:0 auto; padding:0px 20px;}
#index-top{ border: none;}

#content .aside{ border: none;}
#index-top .xoxo #recent-posts-2{ margin-left:-20px; margin-bottom:25px; width:495px; border:6px solid #efefef; padding:15px;}
#index-top .xoxo #recent-posts-2 h3{font-size:15px; color:#494949; font-weight:bold; font-style:normal; line-height:200%;}
#index-top .xoxo #recent-posts-2 a{color:#F6A443; text-decoration:none;font-weight:bold; }
#index-top .xoxo #recent-posts-2 a:hover{color:#F6A443; border-bottom:1px dashed #F6A443; }

#index-top .xoxo #categories-4{border-bottom:6px solid #efefef;}
#index-top .xoxo #categories-4 h3{ display:inline; font-size:15px; color:#494949; font-weight:bold; font-style:normal; line-height:200%; margin-top:30px;}

#content{ margin-top:-30px;}
#content .hentry{ margin-left:15px; border-bottom:1px dashed #ccc; margin-top:30px;}

#content .entry-title a{ color:#8C8C8C; font-size:15px; font-weight:bold;}
#content .entry-content{ font-size:12px;  color:#303030;}
#content .entry-meta{ font-size:11px; color:#8F8F8F;}
#content .entry-meta a{ color:#DA732E;}
#content .entry-meta a:hover{ color:#DA732E; border-bottom:1px dashed #DA732E;}
#content .entry-utility{font-size:11px;}
#content .entry-utility a{ color:#DA732E;}
#content .entry-utility a:hover{ color:#DA732E; border-bottom:1px dashed #DA732E;}

#container{ background-color:#fff;background:url('images/content_bg.jpg') repeat-y; width:582px; padding-top:40px;}

#primary{ border:none; margin-top:-40px;}
#primary h3{font-size:15px; color:#6A6A6A; font-weight:bold; font-style:normal; line-height:200%;  border-bottom:2px solid #EFEFEF; margin-top:40px; margin-bottom:10px;}
#primary #search input{ border:1px solid #D5D5D5; margin-top:10px;}
#primary a{ color:#DA732E;}
#primary a:hover{border-bottom:1px dashed #DA732E;}
#primary img{ border:none;}

/*footer*/
#footer{ background-color:#f2f2f2;width:940px; margin:0 auto;}
#footer #siteinfo{ text-align:center;}
#footer a{ color:#DA732E;}
#footer a:hover{border-bottom:1px dashed #DA732E;}

