/*
THEME NAME: Nativity (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: 1.0
AUTHOR: Seth Packham
AUTHOR URI: http://packhams.wordpress.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
  
-------------------------------------------------------------- */   

.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;
}

/*----SETH's Changes ------------------------------------------------------------------------------- */
body {
    background-color: #6E262C;
}

h1, h2, h3, h4, h5, h6 {
 clear:both;
 font-family: Georgia;
 font-weight:normal;
 color: #6E262C;
}

#main {
    background-color: #ffffff;
    position: relative;
    z-index:1;
}

#header, #footer, #main {
 margin: 0 auto;
 overflow:hidden;
 position:relative;
 width:1200px;
}

#header {
 min-height: 219px;
 overflow: visible;
}
#branding {
 padding: 0;
 min-height: 163px;
}

#access {
 border-bottom: 0px solid #BD9960;
 margin-left: 120px;
 margin-right: 120px;
 min-height: 35px;
}

#access-bottom {
 margin-left: 120px;
 margin-right: 120px;
 min-height: 20px;
}

#header {
 background: url(images/header-bg.png);
 background-repeat: no-repeat;
}

.menu {
 width: 960px;
}
#main {
 background: url(images/main-bg.png);
 padding: 30px 0 30px 0;
}

#container {
 margin-left:130px;
}
#content {
 width:620px;
}
#primary, #secondary {
 margin-right: 130px;
}

#footer {
 background: url(images/footer-bg.png);
 background-repeat: no-repeat;
 height: 200px;
 border: 0px;
}
#siteinfo {
 margin-top: 60px; 
}

#wrapper {
 margin: 0 auto;
width: 1200px;
}

#post-2 .entry-title {
 display: none; /* Hiding the "Home" title on home page */
}

/* Changing font for home page title */
#post-2 h1 { 
 font-family:Georgia;
 font-size:28px;
 line-height: 30px;
 color: #6E262C;
}
.entry-title {
 font-family: Georgia;
 color: #6E262C;
 font-weight:normal;
 line-height:26px;
 padding:0 0 14px;
}

.entry-content {
 padding: 0 0;
}

.entry-content h1, .entry-content h2 {
 font-size:19px;
 font-weight:normal;
 padding:0px 0 14px;
}

.entry-content h2 {
 font-size:19px;
}

#primary {
border:0px;
/*background: #FBFCE6;*/
border-left: 1px solid #E4E6B5;
}

.aside table {
 border-color:#FFFFFF;
 border-style:solid;
 border-width:0;
 font-size:13px;
 line-height:18px;
 margin:0 0 22px;
 text-align:left;
}
.aside table {
 border:none;
}
.aside th, .aside td {
 border:0px;
 padding: 3px;
}
.aside tbody {
 border:0px;
}
.aside tr {
 border-bottom:0px;
}
.aside h3 {
 font-family: Georgia;
 font-size:17px;
 font-style:italic;
 margin-bottom: 8px;
}

#blog-title, #blog-description {
 display: none; 
}

#siteinfo {
 text-align:center;
 color:#F3F6CD;
 font-size:11px;
 line-height:18px;
 padding:22px 0 44px;
}

#siteinfo a, #siteinfo a:hover, #siteinfo a:visited {
 color: #F3F6CD;
}


/* --------- Menu and drop down menu ---------------- */
.sf-menu {
border-right:0px solid #CCCCCC;
float:left;
}

.sf-menu li, .sf-menu li.sfHover, .sf-menu a, .sf-menu a, .sf-menu a {
background:#2D480A none repeat scroll 0 0;
border: 0px;
margin-right: 1px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background:#4E6730 none repeat scroll 0 0;
border: 0px;
margin-right: 1px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}

.sf-menu a, .sf-menu a:visited {
color:#FFFFFF;
padding:10px 12px;
}

.sf-menu .current_page_item a {
background:#4E6730;
}

.sf-menu li li {
 background:#2D480A;
 z-index: 1000;
}

.sf-menu li li, .sf-menu li li:hover, .sf-menu li li a, .sf-menu li li a:hover {
 margin-right: 0px;
 border: 0px;
}

.sf-menu li li li {
 background:#2D480A;
}

.sf-menu ul {
 z-index: 1100;
}
.sf-menu ul a {
 background:#2D480A;
 border-bottom:none;
}
.sf-menu ul a:hover {
 color: #ffffff;
}