@import url(reset.css);

/* --- BASIC STYLES --- */

html {
	background: #031728 url(../images/html_bg.png) 0 0 repeat-x;
}

body {
	background: transparent url(../images/body_bg.jpg) 50% 0 no-repeat;
	font: 12px/18px "Lucida Sans", Tahoma, sans-serif;
	color: #777777;
	text-align: center;
}

a, a:active, a:visited {
	color: #008dd7;
	text-decoration: none;
}

a:hover {
	color: #63B8FF;
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

p {
	margin-bottom: 10px;
}

/* --- HEADER --- */

#header ul#topnav {
	width: 950px;
	padding: 0 0 15px 20px;
	margin: 0 0 20px 20px;

}

#header ul#topnav li {
	float: left;
	letter-spacing: 1px;
	line-height: 25px;
	font-size: 12px;
	padding: 0 40px 0 0;
}

#header ul#topnav li a {
	color: #fff;
}

#header ul#topnav li a:hover {
	color: #63B8FF;
}

#header h1#logo {
	float: left;
	width:368px;
	height: 85px;
	margin: 0 0 0 0;
}

#header h1#logo a {
	display: block;
	width: 368px;
	height: 85px;
	background: url(../images/bradschmidt.png) no-repeat;
	text-indent: -9999px;
}



/* --- NAVIGATION --- */

#header ul.dropdown {
	width: 1000px;
	padding: 0 0 0 0;
	z-index: 1;
	position: relative;
	background: url(../images/mainnav.png) no-repeat;
}

#header ul.dropdown h2 {
	float: left;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 25px;
	font-size: 18px;
	padding: 10px 0 0 40px;
	
}


/* --- CONTENT --- */

#content {
	overflow: hidden;
	width: 1000px;
	background: #fff ;
	background: #fff url(../images/dot.png) 659px 0 repeat-y;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}

#content h1#logo {
	float: left;
	width:950px;
	height: 52px;
	margin: 0 0 0 25px;
	border-bottom:1px solid #DDDDDD;
}

#content h2 {
	float: left;
	width:975px;
	margin: 0 0 0 25px;
	font: 11px/18px "Lucida Sans", Tahoma, sans-serif;
	color: #777777;
}

#content ul#topnav {
	width: 960px;
	margin: 0 0 40px 40px;
}

#content ul#topnav li {
	float: left;
	line-height: 25px;
	font-size: 12px;
}


#content ul#topnav  img {
	background-color: #eee;
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #DDDDDD;
}


/* --- FOOTER  --- */

#footer {
	color: #708090;
	font-size: 12px;
	margin: 20px 0 0 30px 0;
	padding: 20px 0 20px 0;
	letter-spacing: 2px;
}

#footer a {
	color: #708090;
}

#footer a:hover {
	color: #63B8FF;
}
#main {
	float: left;
	width: 640px;
	padding: 10px;
}

#sidebar {
	float: left;
	width: 340px;
}


/* --- BLOG SECTION --- */

#main h2 {
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 15px 10px;
	margin: 0 0 15px 0;
	font-size: 20px;
	color: #0b2236;
}

#main h2 a {
	color: #0b2236;
}

#main .post {
	margin: 15px 0 30px 0;
}

#main .post h3 {
	font-size: 18px;
	color: #0b2236;
	margin: 0 0 10px 0;
}

#main .post h4 {
	font-size: 16px;
	color: #0b2236;
	margin: 0 0 10px 0;
}

#main .post h5 {
	font-size: 14px;
	color: #0b2236;
	margin: 0 0 10px 0;
}

#main .post h6 {
	font-size: 12px;
	color: #0b2236;
	margin: 0 0 10px 0;
}

#main .post blockquote {
	width: 510px;
	margin: 15px auto;
	background-color: #f8f8f8;
	border: 1px solid #e3e3e3;
	padding: 15px;
	font-style: italic;
}

#main .post pre {
	background-color: #0b2236;
	padding: 15px;
	margin: 15px;
	color: #fff;
	font-family: Courier, "Courier New", monospace;
	font-size: 11px; 
}

#main .post .thumb {
	background-color: #eee;
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
	border: 1px solid #ddd;
}



#main .postcontent {
	padding: 5px 10px;
	overflow: hidden;
}

#main .post .meta span {
	background-color: #0b2236;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 10px;
	margin: 2px 0 0 0;
}

#main .post .meta span a {
	color: #fff;
}

#main .post .postmeta {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	overflow: hidden;
	padding: 10px 15px;
	text-transform: uppercase;
	line-height: 20px;
}

#main .post .postmeta p.comments {
	float: left;
	width: 50%;
	margin: 0;
}

#main .post .postmeta p.comments span {
	background: url(../images/commentsbadge.jpg) no-repeat;
	color: #fff;
	text-align: center;
	display: block;
	width: 30px;
	height: 21px;
	float: left;
	margin: 0 5px 0 0;
}

#main .post .postmeta p.more {
	float: right;
	width: 50%;
	margin: 0;
}

#main .post .share {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	overflow: hidden;
	padding: 10px 15px;
	line-height: 20px;
	margin: 25px 0;
}

#main .post .share h4 {
	float: left;
	width: 185px;
	color: #000;
	font-size: 16px;
	line-height: 24px;
}

#main .post .share .social {
	border: none;
	float: left;
	margin: 5px 0 0 30px;
	overflow: hidden;
}

#main .post .share .social a {
	border: none;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#main #blog .post ol {
	list-style: decimal inside;
	margin: 0 0 15px 0;
}

#main #blog .post ul {
	list-style: disc inside;
	margin: 0 0 15px 0;
}

#main a.more-link {
	display: block;
	width: 88px;
	height: 21px;
	float: right;
	background: url(../images/morebutton.jpg) no-repeat;
	text-indent: -9999px;
}

#main #bottomad {
	text-align: center;
	padding: 55px 0 20px 0;
}

#main .post .related {
	overflow: hidden;
	padding: 10px;
	border-top: 1px solid #e4e4e4;
	margin: 35px 0 10px;
}

#main .post .related h3 {
	color: #08a2e6;
	font-size: 36px;
	text-align: center;
	margin: 10px 0 30px 0;
}

#main .post related ul {
	overflow: hidden;
	margin: 40px 0;
}

#main .post .related ul li {
	margin: 20px 0px 0;
	list-style: none;
	float: left;
	width: 20%;
}

#main .post .related ul li img {
	background-color: #fff;
	padding: 3px;
	border: 1px solid #e4e4e4;
}
#main .post .related ul li img:hover {
	background-color: #eee;
	padding: 3px;
	border: 1px solid #ddd;
}


/* --- COMMENTS --- */

#main #commentsarea {

}

#main #commentsarea h3 {
	color: #08a2e6;
	font-size: 24px;
	line-height: 56px;
	background: url(../images/commentbubble.png) 25px 50% no-repeat;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	padding: 0 70px;
	margin: 0 0 20px 0;
}

#main #commentsarea ol {
	margin: 0 0 30px 0;
}


#main #commentsarea ol li {
	background: #fff url(../images/comment_bg.png) 0 100% repeat-x;
	border-bottom: 1px solid #e4e4e4;
	padding: 15px;
	overflow: hidden;
}

#main #commentsarea ol li img.avatar {	
	float: left;
	margin: 0 15px 15px 0;
	padding: 3px;
	border: 1px solid #cecece;
}

#main #commentsarea ol li .meta span {
	background-color: #0b2236;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 10px;
	margin: 2px 0 0 0;
}

#main #commentsarea ol li .meta span a {
	color: #fff;
}

#main form {
	margin: 10px;
}

#main form#commentform {
	background-color: #fafafa;
	border: 1px solid #eee;
	padding: 25px;
}

#main form#commentform input[type=submit] {
	display: block;
	border: none;
	background: transparent url(../images/submit.png);
	height: 53px;
	width: 148px;
	color: #888;
	font-size: 14px;
}

#main form label {
	display: block;
	margin: 0 0 5px 0;
}

#main form input[type=text] {
	display: block;
	margin: 0 0 15px 0;
	padding: 10px 5px;
	font: 14px/18px "Lucida sans", Tahoma, sans-serif;
	color: #454545;
	width: 240px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #e4e4e4;
}

#main form textarea {
	display: block;
	width: 510px;
	height: 210px;
	padding: 10px;
	margin: 0 0 20px 0;
	font: 14px/18px "Lucida sans", Tahoma, sans-serif;
	color: #454545;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #e4e4e4;
}

/* --- SIDEBAR --- */

#ads {
	overflow: hidden;
	padding: 20px 20px 10px;
	border-bottom: 1px solid #e4e4e4;
	background: #fafafa url(../images/widget_bg.jpg) repeat-x;
}

#ads img{
	background-color: #eee;
	padding: 5px;
	border: 1px solid #ddd;
}

#ads img:hover{
	background-color: #fff;
	padding: 5px;
	border: 1px solid #eee;
}

#ads img.ad {
	margin: 0 20px 20px 0;
}

#ads img.alt {
	margin-right: 0;
}

#ads img.bottom {
	margin-bottom: 10px;
}

#ads a {
	color: #545454;
	font-weight: bold;
}

#sidebar h2 {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #0b2236;
}

#sidebar .widget {
	padding: 25px 25px 10px;
	border-bottom: 1px solid #e4e4e4;
	background: #fafafa url(../images/widget_bg.jpg) repeat-x;
	overflow: hidden;
}

#sidebar .widget ul {
	margin: 0 0 15px 10px;
}

#sidebar .widget ul li {
	border-bottom: 1px solid #e4e4e4;
	line-height: 34px;
	font-size: 14px;
	background: url(../images/bullet.png) 5px 50% no-repeat;
	padding: 0 0 0 25px;
}

#sidebar .widget ul li a {
	display: block;
	color: #0b2236;
}

#sidebar .widget img {
	float: left;
	margin: 0 15px 20px 0;	
}

#sidebar .widget ul li img {
	background-color: #eee;
	padding: 5px;
	border: 1px solid #ddd;
	float: left;
	margin: 0 15px 0 0;
}

#sidebar .widget ul li img:hover {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #eee;
}

#sidebar #popular ul li {
	background: none;
	padding: 15px 0;
	line-height: 18px;
	overflow: hidden;
}

#sidebar #popular ul li a {
	color: #656565;
}

#sidebar .bigad {
	padding: 30px 14px;
}

#sidebar .bigad img{
	padding: 5px;
	background:#EEEEEE;
	border:1px solid #DDDDDD;
}

#sidebar .bigad img:hover{
	padding: 5px;
	background:#fff;
	border:1px solid #eee;
}


/* --- FOOTER  --- */

#footer {
	color: #708090;
	font-size: 12px;
	margin: 20px 0 0 30px 0;
	padding: 20px 0 20px 0;
	letter-spacing: 2px;
}

#footer a {
	color: #708090;
}

#footer a:hover {
	color: #63B8FF;
}

/* IMAGE STYLING */

img.alignright {
	margin: 5px 7px 5px 7px;
	display: inline;
	float: right;
}

img.alignleft {
	margin: 5px 7px 5px 7px;
	display: inline;
	float: left;
}

.size-thumbnail.alignright {
	float: right;
}

.size-thumbnail.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.postcontent img {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #DDDDDD;
}

/* --- PAGINATION  --- */

ul{border:0; margin:0; padding:0;}
#pagination li{
	float:left;
	margin:0; padding:0;
	font-size:11px;
	list-style:none;
	}
#pagination li, #pagination a{
	border-right:solid 1px #DEDEDE;
	margin-right:2px;
	}
#pagination .previous-off,
#pagination .next-off {
	color:#888888;
	display:block;
	float:left;
	font-weight:bold;
	padding:3px 4px;
	}	
#pagination .next a,
#pagination previous a{
	border:none;
	font-weight:bold;
	}	
#pagination .active{
	color:#000000;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
	}
#pagination a:link, 
#pagination a:visited {
	border:0;
	color:#0e509e;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:underline;
	}
#pagination a:hover{
	text-decoration:none;
	}

/* --- CONTACT  --- */

#contactform {
	background-color: #fafafa;
	border: 1px solid #eee;
	padding: 25px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#contactform label {
	color: #325385;
	font-size: 14px;
	display: block;
}

#contactform input[type=text], #contactform input[type=password] {
	width: 200px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: 14px/18px "Lucida sans", Tahoma, sans-serif;
	color: #777;
	padding: 8px 5px;
	margin: 0 0 15px 0;
}

#contactform textarea {
	width: 300px;
	height: 200px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: 14px/18px "Lucida sans", Tahoma, sans-serif;
	color: #777;
	padding: 8px 5px;
	margin: 0 0 15px 0;
}

#contactform input#submit {
	width: 148px;
	height: 53px;
	border: none;
	background: url(../images/submit.png) 0 0 no-repeat;
	float: right;
	margin: 0 2px 0 0;
	cursor: pointer;
}

div#error p.loading {
	background: url(../images/loader.gif) 0 50% no-repeat;
	padding: 5px 0 0 20px;
}

div#error p.wrong {
	color: red;
}