/*
Theme Name: Green 2 column v1
Theme URI: http://djbolton.com
Description: A replicate of my original DJBolton.com
Version:4.0
Author: David Bolton
Author URI: http://djbolton.com
Tags: djb_orig, my original site,
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

body {
	color: #234;
	background-image: url(images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	background-color: #B5D9D9;
	background-repeat: repeat-x;
}

a{
	color:#2a464a;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
#container {
	background-image: url(images/container.jpg);
	margin: 0 auto;
	width: 870px;
	text-align: left;
	background-repeat: repeat-y;

}
section, article, header, footer, nav, aside, hgroup{
	display:block;
}
header#mainheader {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 80px;
	padding: 18px 10px 0px 20px;
}
header#mainheader span{
	color:#45757c;
	font-size: 14px;
	font-weight:normal;
}
header#mainheader h1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color: #45757c;
	font-size: 50px;
	padding-top: 0px;
	padding-left: 0px;
}
nav {
	font-size: 14px;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	height: 40px;
	margin-left: 5px;
	margin-right: 5px;
}

nav li a {
	background-image: url(images/nav.jpg);
	border-right: 1px solid #6E8F94;
	color: #456;
	display: block;
	float: left;
	font: bold 0.7em verdana;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
}
#nav .menu ul li {
	display: inline;/*this fixes the IE7 bug where the menu steps down*/
}

#container nav a:hover {
	background-image: url(images/nav.jpg);
	background-position: left bottom;
	text-decoration: none;
}

#sidebar {
	width: 160px;
	padding: 15px 18px 15px 15px;
	list-style-type: none;
	float: right;
}
#sidebar h2 {
	font-size: 1em;
	color: #F0F1F4;
}
#sidebar a {
	display: block;
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom: 1px solid #bcbaac;
}
#sidebar a:hover {
	color: #44757a;
	background-color: #FFFFFF;
}

#maincontent {
	padding: 20px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 630px;
	font-size: 12px;
	line-height: 1.5em;
	height:auto !important;
	float: left;
	min-height: 500px;
}

#searchform {
	padding-top: 25px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding-bottom:25px;
}
#searchform #s {
	width: 155px;
}

.clearfloat {
	clear:both;
}
	
	/*///////////footer styles*/
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding: 0px 10px 0px 20px;
}
#footer p {
	font-size: 12px;
	padding:8px 0px 0px 30px;
}

/* Comments */
#comment{
	width:450px;
	height:105px;
}
#commentform #submit {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	color: #234;
}
#cancel-comment-reply-link {
	margin: 10px;
}

.commentlist {
	padding: 0;
	list-style-type: none;
	margin-top: 16px;
	margin-left: 0px;
}

.commentlist li {
	margin-top: 16px;
	margin-left: 0px;
	max-width: 620px;
}

.commentlist li .comment-content,
.commentlist li .before-comment,
.commentlist li .after-comment,
.commentlist li .after-comment div {
	background:transparent url(images/comment.jpg) no-repeat top right;
}

.commentlist li .comment-content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
 	padding: 28px 0 0px 0px;
}

.commentlist li .before-comment {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width: 27px; /* top slice width */
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.commentlist li .after-comment {
	/* bottom */
	position:relative;
	width:100%;
}

.commentlist li .after-comment,
.commentlist li .after-comment div {
	height: 40px; /* height of bottom cap/shade */
	font-size:1px;
}

.commentlist li .after-comment {
	background-position:bottom right;
}

.commentlist li .after-comment div {
	position:relative;
	width:27px; /* bottom corner width */
	background-position:bottom left;
}

.commentlist .comment {
	margin: 0;
	font-size: 12px;
	padding-right: 20px;
	line-height: 16px;
	padding-left: 90px;
	padding-top: 15px;
}

.comment-text {
	margin-left: 22px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 0.9em;
	padding-right: 0px;
	width: 440px;
}

.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.commentlist .comment .reply {
	text-align: right;
	position: relative;
	top: 30px;
	z-index: 100;
	font-size: 0.9em;
	right: 65px;
}

.commentlist .comment .reply a {
	color: #D7DBD8;
	text-decoration: none;
}



.avatar {
	float: left;
	margin:0 10px 0 0!important;
}
#respond {
	margin-left: 20px;
	margin-top: 22px;
	margin-bottom: 20px;
}
.postedin, .postedin a{
	font-size: 10px;
	color:#779397;
	font-weight:normal;
}
#container h2 {
	font-size: 14px;
	margin-bottom: 5px;
}
header.theposttitle h1 {
	font-size: 14px;
	margin-bottom: 15px;
}
#maincontent p {
	margin-left: 0px;
	margin-bottom:15px;
}
.separator {
	margin: 20px 0px 20px 0px;
	background:url(images/separator.jpg) no-repeat;
	width: 632px;
	height: 1px;
}
.postnav{
	margin-top:20px;
}
#maincontent .gallery .gallery-item .gallery-icon img {
	float: left;
	margin-left: 20px;
}
#maincontent h2 a {
	text-decoration:underline;
}
#maincontent .gallery {
	margin-bottom: 20px;
	margin-top: 20px;
}
/**********code**********/
code {
	clear:both;
	font-size:1.2em;
	color: #008099;
	background-color:#FFFFFF;
	
	}
/******theme switcher styles*/
#sidebar li#themechooser {
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	margin-top: 50px;
	margin-bottom:5px;
}
#themeswitcher {
	width: 155px;
}
#sidebar .xoxo select {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	width: 155px;
}

/*******end theme switcher styles*/
h3.widget-title{
	padding-top:20px;
	color:#b5d8de;
	font-size:12px;
}
.textwidget{
	color:#fff;
	font-weight:bold;
}
#calendar_wrap {
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}
header#thecategorytitle h1, header#searchresults h1, header#thecategorytitle h2, #maincontent h1{
	font-size:15px;
	margin-bottom:5px;
}#mainheader h1 {
	text-indent: -999px;
}
#searchsubmit {
	width:50px;
}

