/*  
Theme Name: Noah Banner
*/

body
{	
	background: #9ABAD8;
	color: #000;
	margin:0px;
	padding:0px;
	font: 13px arial, sans-serif;
}

a
{
	color: #5D8DBD;
text-decoration:none;
}
a:hover {
color:#5E7CA8;
text-decoration:none;
	border-bottom: solid 1px #4979B1;
}

#container { 
background: #fff;
	width: 900px; 
	text-align: left; 
	margin: 0 auto;
border: solid 0px #e6e6e6;
	}

/*** Header ***/
#header { 
	background: #fff url(images/aithyneheader.jpg) top center no-repeat;
	height: 200px; 
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 900px;
	border-bottom: solid 1px #e6e6e6;
	}

/*** Main ***/
#main
{
	width: 900px;
	margin: 0 auto;
background: #fff;
}

#main #content
{
	float: left;
	width: 600px;
	margin-top: 0px;
	margin-left: 0px;
}

#content h1
{
	font-size: 20px;
	margin-bottom: 3px;
margin-left: 20px;
}

.alt {
color: #9ABAD8;
border-bottom: 1px solid #E6E6E6;
}

.post
{
	margin-bottom: 10px;
	line-height: 18pt;
	width: 575px;
	padding: 0 0 0 20px;
	text-align: justify;
}

.post .postheader h2
{
	font-size: 19px;
	margin-bottom: 3px;
}

.post .postheader h2 a
{
	text-decoration: none;
	color: #273647;
}

.post .postheader h2 a:hover
{
	text-decoration: underline;
}

.post .postheader .postmeta
{
	font-size: 11px;
	border-bottom: solid 1px #e6e6e6;
	padding-bottom: 5px;
}

.postmetaarchives
{
	font-size: 11px;
	border-bottom: solid 0px #e6e6e6;
	padding-bottom: 5px;
}
.postborder {
	border-bottom: solid 1px #e6e6e6;
	width: 100%;
}

.post img
{
	padding: 5px;
	border: solid 1px #ababab;
}

.contact img
{
	padding: 0px;
	border: solid 0px #ababab;
}

/*** Sidebar ***/
#sidebar
{
	float: right;
	width: 275px;
	line-height: 23px;
	margin-top: 5px;
	padding: 0 0 0 10px;
	border-left: solid 1px #e6e6e6;
}

#sidebar img
{
	border: none;
}

#sidebar ul
{
	list-style: none;
	margin-top: 0;			
	/*white-space: nowrap;*/
	margin-left: 0;
	padding-left: 10px;
	text-indent: -10px;

}

#sidebar .sidebarbox
{
	margin-bottom: 30px;
}

#sidebar .sidebarbox h3
{
	/* color: #273647; */
	color: #336699;
	font-size: 15px;
	margin-bottom: 2px;
}

/***  Search form ***/
.searchform form
{
	margin-top: 4px;
}
.searchform #search
{
	width: 160px;
}

/*** Comments ***/
.allcomments h3
{
	font-size: 15px;
margin: 0 0 5px 10px;
}

.commentbox
{
	margin: 0 0 20px 10px;
width: 450px;
	padding: 10px;
	border: 1px solid #ababab;
	background: #f6f6f6;
}

.commentbox .avatar
{
	float: left;
	margin-right: 5px;
}

.commentbox small
{
	font-size: 11px;
}

.commentbox p {
	margin-bottom: 0 0 0 10px;
}

.commentbox .commentmeta
{
	width: 300px;
}

#commentform label
{
    display:block;
    margin: 0 0 0 10px;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 10px;
}

#commentform strong
{
	font-size: 11px;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0 0 0 10px;
    padding:5px;
}

/*** Footer ***/
#footer
{
	width: 900px;
	color: #000;
	background: #fff;
	font-size: 11px;
	line-height: 18pt;
	text-align: center;
	clear: both;
	padding: 10px 0px 10px 0px; 
margin: auto;
}


/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

.count {
font-weight: bold;
float:left;
padding-right: 3px;
font-size:18px;
color:#000000;
}