/*  
Theme Name: Capitol Lighting Blog
Version: 2.0
Author: Ryan Balchand
*/


/* group Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}


table {
	border-collapse: separate;
	border-spacing: 0;
}

caption{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* end */

/* group Defaults */

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

h1, h2, h3, h4{
	font-weight: bold;
}

ol{
	list-style-type: decimal;
}

p{
	line-height: 1.2;
}

/* end */

/* group Utilities */

.wrapper{

	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block;  }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


.float_left{
	float: left;
	margin-right: 10px;
}

.float_right{
	float: right;
	margin-left: 10px;
}

/* end */

/* group Properties */

html body{
	background: #006171;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.header_block{
	background: #ADD5DF url(../images/bg.png) top left no-repeat;
	color: #ADD5DF;
	border-bottom: 0px solid #FFF;
	padding-top: 0px;
	height:194px;
}

.logo{ /* The logo */
	width: 954px;
	margin: 0 auto;
	padding-top: 0px;
	height: 194px;
	overflow: hidden;
	background: url(../images/header_bg.png) top left no-repeat;
	margin-bottom: 0px;
	cursor:pointer;
}

.header_text{
	padding-right:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:.9em;
	line-height:1.5em;
	color:#FFF;
}

.menu_container{
	padding:0px;
	margin-bottom:30px;
	/*background: #FFF url(../images/menu.gif) top left no-repeat;*/

}

ul.menu{
	font-size: 11px;
	padding: 10px 0;
	border-bottom: 1px solid #dfdfdf;
	color: #AAA;
}

ul.menu li{
	display: inline;
}

ul.menu li.active a:link, ul.menu li.active a:visited{
	color: #262626;
}

.page{
	width: 910px;
	background:url(../images/page.png) top left repeat-y;
	margin: 0 auto;
	padding: 30px 17px 0 27px;
}

.footer{
	background: url(../images/footer.png) bottom left no-repeat;
	margin: 0 auto 20px;
	width: 900px;
	padding: 20px 27px;
}

.copyright{
	margin: 5px auto;
	font-size: 11px;
	color: #000;
	line-height: 20px;
}

a:link, a:visited{
	color: #dc4100;
	text-decoration: none;
}


a:hover, a:active{
	color: #262626;
	text-decoration: underline;
}


.sidebar{
	width: 250px;
	height:100%;
	float: right;
	margin-left: 0px;
	padding-left:10px;	
}

#searchbar{
	padding-left:5px;
	background-color:#E1E1E1;
	background: #FFF url(../images/searchbar_bg.jpg) top left repeat-y;
}

.sidebar_logo{
	margin-bottom:20px;
}

.black{
	color:#000;
}

.spacer{
	padding-left:50px;
}

.small{
	font-size:.8em;
	color:#666;
}

.blogposts{
	float: left;
	width: 620px;
	padding-right:20px;
	border-right:1px solid #E1E1E1;
}

.post{
	border-bottom: 1px solid #CCC;
	margin: 0 0 30px 0;
	padding-bottom: 10px;
}

.post h2{
	line-height: 20px;
	font-weight: normal;
	font-size: 22px;
	font-style: italic;
}

h2.pagetitle{
	line-height: 20px;
	font-weight: normal;
	font-size: 22px;
	font-style: italic;
}

.archive .post h2{
	font-size: 18px;
}

.archive .post{
	margin: 20px 0;
	padding-bottom: 20px;
}

.archive .nav_left, .archive .nav_right{
	margin: 20px 0 10px 0;
}

.archives h2{
	margin-bottom: 20px;
}

ul.archives{
	margin: 20px;
}

ul.archives li{
	line-height: 20px;
}

.comments h2, .comments_form h2{
	line-height: 20px;
	font-weight: normal;
	font-size: 22px;
	font-style: italic;
	margin-bottom: 20px;
}

.comments, comments_form{
	margin-bottom: 30px;
}

.highlighted a:link, .highlighted a:visited{
	background: url(images/micro_logo.gif) top left no-repeat;
	padding-left: 30px;
}

.post h2 a:link, .post h2 a:visited{
	color: #262626;
}

.date{
	line-height: 15px;
	margin-top: 5px;
	font-size: 12px;
	font-style: italic;
	color: #999;
}

.date a:link, .date a:visited{
	color: #555;
}

.date a:hover, .date a:active{
	color: #262626;
}

.post p, .post blockquote{
	line-height: 20px;
	margin: 20px 0;
	text-align: justify;
}

span.capital{
	font-size: 42px;
	display: block;
	float: left;
	margin-right: 7px;
	line-height: 40px;
	color: #dc4100; /*#DC4100*/
}

a:hover span.capital, a:active span.capital{
	color: #262626;
}

.block{
	margin-bottom: 20px;
	font-size: 12px;
	border-bottom: 1px solid #dfdfdf;
}

.block h2{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
}

.block ul li{
	border-top: 1px solid #dfdfdf;
	line-height: 19px;
}

.block ul li a:link, .block ul li a:visited{
/*	color: #262626; */
}

.block ul li a:hover, .block ul li a:active{
	color: #262626;
}

.block form{
	margin-bottom: 10px;
}

.searchfield{
	font-size: 14px;
	width: 145px;
	border: 1px solid #888;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}

.searchbtn{
	margin-left: 10px;
	vertical-align: middle;
}

form.search div.searchbutton{
	text-align: right;
}

form.search input.button{
	width: 100px;
}

.nav_left{
	float: left;
	font-size: 16px;
	margin: 10px 0 20px 0;
	background: url(../images/left.gif) top left no-repeat;
	padding: 3px 0 0 25px;
	height: 21px;
}

.nav_left a:link, .nav_left a:visited{
	color: #000;
}

.nav_right{
	float: right;
	font-size: 16px;
	margin: 10px 0 20px 0;
	background: url(../images/right.gif) top right no-repeat;
	padding: 3px 25px 0 0;
	height: 21px;
}

.nav_right a:link, .nav_right a:visited{
	color: #000;
}

blockquote{
	font-style: italic;
	color: #999;
/*
	padding-left: 30px;
	background: url(images/quote_open.gif) 0 5px no-repeat;
*/
}

.comment_wrapper{
	padding: 10px;
	border-left: 5px solid #CCC;
	margin-bottom: 20px;
	background: #f0f0f0;
}

.alt{
	background: #f0f0f0;
}

.comment_author{
	float: left;
	line-height: 20px;
}

.comment_date{
	text-align: right;
	line-height: 20px;
	color: #AAA;
}

.comment p{
	line-height: 20px;
	margin-top: 10px;
}

#commentform textarea{
	width: 500px;
	height: 100px;
	border: 1px solid #888;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 14px;
	padding: 1px;
}

#commentform input{
	width: 200px;
	font-size: 14px;
	border: 1px solid #888;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
}

#commentform label{
	width: 200px;
	display: block;
	line-height: 20px;
}

#commentform p{
	text-align: left;
	margin: 10px 0;
}

#commentform small{
	font-size: 12px;
	color: #888;
	padding-left: 10px;
}

#commentform #submit{
	border: 1px solid #888;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #f5f5f5;
	color: #262626;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}


.post img{
	display: block;
}

.post img.wp-smiley{
	display: inline;
}

a.email:link, a.email:visited{
	color: #262626;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	display: block;
	background: url(images/email.gif) top right no-repeat;
	line-height: 25px;
	margin-bottom: 15px;
}

.post ul{
	list-style: disc;
	padding-left: 20px;
}

.post ul li{
	line-height: 20px;
}

/* @end */
