/*
Theme Name: Northridge Media Wordpress Theme
Theme URI: http://northridgemedia.com/
Description: Custom Theme for Northridge Media Wordpress Blogs
Version: 1.0
Author: Peter Butler
Author URI: http://apartmentonesix.com/
*/

/* @group General */

*{
	margin: 0;
}
html, body{
	height: 100%;
	color: #2d2f2f;
}
body {
	font: 62.5% Georgia, "Times New Roman", Times, serif;
}
h1,h2,h3,h4,h5,h6{
	color: #375362;
	padding: 0px 0 6px;
}
h1{
	color: #443b31;
	font-size: 3em;
}
h2{
	font-size: 2em;
}
h3{
	font-size: 1.6em;
}
h4{
	font-size: 1.4em;
}
h5{
	font-size: 1.2em;
}
a{
	text-decoration: none;
	color: #666;
}
a:hover{
	color: #999;
}
dl { margin-left: 20px; }
dl dt { font-weight: bold; }
dl dd { margin-left: 40px; }

ul li{
	list-style-type: disc;
	list-style-position: inside;
	padding: 2px 0 2px 10px;
}
ol li{
	padding: 2px 0 2px 10px;
	list-style-type: decimal;
	list-style-position: inside;
}
.post pre{
	overflow-x: scroll;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
/* @end */


/* @group Structure */
#page{
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	border-left: 1px dotted #e7e1de;
	border-right: 1px dotted #e7e1de;

}
#sidebar{
	width: 259px;
	float: right;
}
#leftblock{
	float: left;
	width: 640px;
	font-size: 1.2em;

}
#content{
	padding: 10px 20px;
	border-right: 1px dotted #e7e1de;
}
#footer, .push{
	clear: both;
	height: 50px; /* .push must be the same height as .footer */
	width:900px;
	margin: auto;
}
#header{
	padding: 10px 0;
	border-bottom: 1px dotted #e7e1de;
	width: 900px;
	margin: auto;
}
.navigation{
	height: 20px;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.aligncenter{
	display: block;
	margin: auto;
	text-align: center;
}
/* @end */

/* @group Header */
#headerimg h1{
	text-align: center;
	padding: 0;
}
#headerimg h1 a img{
	width: 900px;
}
ul.navbar{
	float: left;
	width: 900px;
	border-top: 1px dotted #e7e1de;
	border-bottom: 1px dotted #e7e1de;
	background: url(images/navbarbg.jpg);
}
ul.navbar li{
	float: left;
	list-style: none;
	padding: 0;
	border-right: 1px dotted #e7e1de;
}
ul.navbar li a{
	display: block;
	padding: 10px;
	font-size: 1.2em;
	color: #443b31;
}
ul.navbar li a:hover{
	background: #fff;
}
/* @end */

/* @group Posts */
.entry{
	margin-bottom: 100px;
}
.post h2.posttitle{
	font-family: "Century Schoolbook", "Century", Georgia, "Times New Roman", serif;
	font-size: 2.3em;
	padding-bottom: 5px;
}
.post h2.posttitle a{
	color: #99d0ce;
}
.post p, .page p{
	padding: 10px 0;
	line-height: 1.6em;
	font-family: Trebuchet, Verdana, sans-serif;
}
.postmetadata{
	padding: 5px 0 ;
	text-transform: uppercase;
	border-bottom: 1px dotted #e7e1de;
	border-top: 1px dotted #e7e1de;
}
.postmetadata, .postmetadata a{
	text-transform: uppercase;
	color: #999;
}
.entry .postmetadata{
	border-top: 1px dotted #e7e1de;
	border-bottom: none;
}
.postmetadata span{
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 2px;	
}
.postmetadata span.date{
	background: url(images/icon-date.png) no-repeat;
}
.postmetadata span.category{
	background: url(images/icon-post.png) no-repeat;
}
.postmetadata span.comments{
	background: url(images/icon-comment.png) no-repeat;
}
.postmetadata span.author{
	background:  url(images/icon-user.png) no-repeat;
}
.postmetadata span.tags{
	background: url(images/tags.png) no-repeat;
}
p.postinfo{
	padding: 10px;
	background: #f1f1f1;
	margin-top: 10px;
}
.post img{
	padding: 5px;
}
.entry_author_image{
	float: left;
	padding-right: 10px;
}
.authorboxcontent{
	margin-top: 15px;
}
.authorbox{
	display: none;
}
.subscribe-call{
	clear: both;
	text-align: right;
	padding: 5px 0;
}
.subscribe-call a{
	color:  #fbbb4d;
}
/* @end */

/* @group Comments */
h3#comments{
	margin-top: 50px;
	margin-bottom: 10px;
}
#respond h3{
	clear: both;
}
ol.commentlist li{
	list-style: none;
	padding: 10px;
	border: 1px dotted #e7e1de;
	float: left;
	width: 580px;
	margin-bottom: 10px;
}
ol.commentlist li.alt{
	background: #fcf8f2;
}
.commentlist .avatar{
	float: left;
}
.commentlist .commentblock{
	width: 500px;
	float: right;
}
.commentdate{
	text-aligN:right;
	padding-bottom: 10px;
	font-size: 1.2em;
	color: #666;
}
.commentblock .author{
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
}
.commentblock p{
	line-height: 1.6em;
}
#commentform p{
	margin: 10px 0 0;
	padding: 0px;
}
#commentform p label {
	display: block;
	padding: 5px;
}
#commentform p input, #commentform p textarea{
	border: 1px dotted #e7e1de;
	padding: 4px;
}
#commentform p input{
	font-size: 1.4em;
}
#commentform p textarea{
	width: 592px;
}
#commentform p input#submit{
	background: #ccc;
	border-color: #999;
}
#commentform p input#submit:hover{
	background: #d8d8d8;
}
#commentform p input#submit:active{
	background: #e5e5e5;
}
/* @end */

/* @group Sidebar */
#sidebar{
	font-size: 1.1em;
}
#sidebar h2{
	padding: 2px 5px;
	margin-top: 15px;
	font-size: 1em;
	border-bottom: 1px dotted #e7e1de;
	padding-left: 1px;
	font-weight: bold;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar ul{
	padding: 10px;
}
#sidebar ul li{
	clear: left;
	padding: 3px 1px;
	list-style: none;
	font-family: Trebuchet, Verdana, sans-serif;
}
#sidebar ul ul, #sidebar ul li .textwidget{
	padding: 10px 0px;
}
#sidebar ul li .textwidget img{
	margin: 15px auto;
	display: block;
	
}
#searchform{
	float: left;
	display: block;
	width: 300px;
	padding-bottom: 10px;
}
#searchform input{
	font-size: 15px;
	border: 1px solid #e7e1de;
	padding: 4px;
}
#searchform label.hidden{
	display: none;
}
#searchform input#s{
	width: 150px;
	float: left;
	margin-right: 5px;
}
#searchform input#searchsubmit{
	height: 27px;
	float: left;
	color: #777;
	background: #f1f1f1;
	text-transform: lowercase;
}
/* @end */

/* @group Footer */

#footer p{
	font-size: 1.1em;
	margin-bottom: 0px;
	padding: 10px;
}


/* @end */


