/*   
Theme Name: NCNW
Theme URI: 
Description: Thematic Child Theme 
Author: Bodhi Goforth
Author URI: http://www.afinerweb.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
.
*/

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

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

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

/* Apply basic image styles */
@import url('../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 url('default.css');

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

html, body {height: 100%;}
body{
  font-size: 100.1%; 
  color:#222;
/*  background: #fffaf0 url("images/grass-500.png") repeat-x fixed left bottom; */
  background: #fffaf0; 
}

#bottom {
bottom:0px;
clear:both;
height:118px;
position:fixed;
width:100%;
z-index:10;
background:url("images/grass-500.png") repeat-x scroll 50% 0 transparent;
}

#header {background: #fff url(images/masthead.jpg) no-repeat; height:226px;}
#branding {padding:68px 0 40px;}
#blog-title a {color:#fff; font-size:1.5em; text-decoration:none;}
/* #blog-title a:hover {color:#A658FF;text-decoration:underline;} */
#blog-description {
color:#fff;
font-size:30px;
font-weight: bold;
font-style:italic;
padding-top: 20px;
}


#access {height: 36px; font-size: 1.05em; font-weight:bold;}
.sf-menu  li.sfHover {height: 36px;}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {top:36px;}
.sf-menu li {background: #fffaf0;}
.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, 
.sf-menu .current_page_parent a {border-bottom-color:#fffaf0;}
.sf-menu a, .sf-menu a:visited {color: #aaa;}
.sf-menu a:hover, .sf-menu ul a:hover {color: #69AB2B;}
ul.sf-menu{margin-bottom:0;}

#wrapper {
  position: relative;
  width:800px; 
  height:auto !important;
  margin:auto;
  min-height:100%;  
  border-left: 2px solid #070; 
  border-right: 2px solid #070;
  padding-bottom: 100px;
}
#branding, #access {width: 775px; padding-left: 25px;}
#main {width: 800px; padding: 0;}
#container {width:800px;}
#content {width:700px; margin: 0 50px;}
#footer , #siteinfo{width:800px; text-align:center;}
#footer {border:none; margin:0; padding: 0 0 15px;} 
#siteinfo{padding: 15px 0;}

#search {
background: url(images/search-btn.jpg) no-repeat top right;
position: absolute;
top: 15px;
left: 660px;
width: 125px;
height: 20px;
border: 1px solid #000;
}

#search #searchQuery {
margin: 0;
padding:0;
  border: 0 none;
  margin: 0;
  padding: 0 5px;
  color:#333333;
  display:block;
  float:left;
  font-size:14px;
  height:20px;
  line-height:20px;
  padding-left: 5px;
  width:94px;
}

#search .searchButton {
margin: 0;
padding:0;
background: none;
border: none;
cursor:pointer;
display:block;
float:right;
height:20px;
width:20px;
text-indent:-1000px;
}



.entry-content {font-family:Arial,Helvetica,sans-serif;}

/* remove sidebar */
#primary, #secondary {display:none;}
/* remove sidebar */

#content {padding-top: 12px;}
#content p {text-align: justify;}


.entry-content h1, .entry-content h2, .entry-content h3 {
  color: #69AB2B;
  margin: 0;
  padding: 0;
}
.entry-content h1 {
  font-weight: bold;
  font-size: 1.9em; 
  padding: 10px 0;
}
.entry-content h2 {
  font-weight: bold;
  font-size:1.7em; 
  padding: 10px 0;
}
.entry-content h3 {
  font-style: italic;
  font-size:1.0em; 
  font-weight: bold;
}

/* .entry-title {display:none;} */ /* moved to conditional style declaration in header */
.entry-title a {color:#007700; text-decoration:underline;}
.entry-title a:hover {color:#7700FF;}
h2.entry-title {margin:0;padding:0;}

sup {font-size: 70%;}

/**************************************************/
/**************************************************/

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

#closer {
  font-family:Georgia,serif; 
  font-style: italic;
  color:#070; 
  font-size:2.3em; 
  padding-top: 10px;
}



