/*
Theme Name: Clark Dever
Description: Sexiness, in WordPress theme form
Version: 1
Author: Chris Van Patten
Author URI: http://chrisvanpatten.com/
Latest updated: 1st January, 2010
Tags: two-columns, white, fixed-width, left-sidebar
*/

* {
	margin: 0;
	padding: 0;
}

.clear { clear: both; }

a img {
	border: 0px;
}

a:link, a:visited {
	color:#000;
	text-decoration:underline;
}

a:hover, a:active {
	color:#fff;
	background:#000;
	text-decoration:none;
}
#header a:link, #header a:visited {
	text-decoration:none;
	color:#000;
	background:none;
}
#header a:hover, #header a:active {
	text-decoration:none;
	color:#000;
	background:none;
}

html, body{ 
	padding: 0; 
	margin: 0;
	text-align: center;
	font-family: arial, sans-serif !important;
} 

#page { 
	width: 830px;
	text-align:left; 
	margin-left:auto; 
	margin-right:auto;
} 

#header {
	position: fixed;
	width: 830px;
	margin: 0;
	padding: 20px 0 10px;
	z-index: 100;
	height: 145px;
	overflow-x: hidden;
	background: url(http://clarkdever.com/images/gradient.png);
}

#logo {
	display: block;
	float: left;
	margin: 0 10px;
}

#header h1{
	position:relative;
	float: left;
	margin: 30px 0px 0px 30px;
	width: 630px;
	padding: 0px;
	font: bold 45px arial, sans-serif;
	letter-spacing: -4px;
	text-transform:uppercase;
}

#header h1 a{
	/*text-decoration:none; color: #000 !important;*/
}

#header h1 a:hover{ 
/*	text-decoration:none;*/
}

#header h2{ 
	position:relative; 
	float:left; 
	margin:0px 0px 0px 30px; 
	width: 630px; 
	padding:0px; 
	font-family:arial; 
	font-weight:bold; 
	font-size:14px; 
	text-transform:uppercase;
} 
 
#leftcol{
	width: 170px;
	float: left;
	position: fixed;
	top: 175px;
	padding: 0 30px 0 0;
}
 
#menu { 
	margin: 0;
	font: 26px arial, sans-serif;
	text-align: center;
	border-bottom: 1px solid #CCC;
}

#menu li {
	list-style-type: none;
}

#menu a {
	display: block;
	border-top: 1px solid #CCC;
	/*border-bottom: 1px solid #CCC;
	margin-bottom: 18px;*/
	padding:6px;
	background: #FFF;
	text-decoration: none;
	color: #000;
}

#menu a:hover {
	background: #F1F1F1;	
}

#menu2 {
	list-style-type: none;
}

#menu2 li {
	margin-top:10px;
}

#leftcol h3 {
	font: 18px arial, sans-serif;
	font-weight: bold;
	margin: 30px 0 8px;
	text-align: left;
}

#maincol{
	float: right;
	display: block;
	position: relative;
	margin-top: 175px;
	width: 630px;
	text-align: left;
}

/* Modifications wcd 1/15/2009*/


#maincol p {
	font: 16px/21px arial, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 27px;
	text-align: justify;
}


#maincol ul{
margin-left:40px;
}

#maincol ol{
margin-left:40px;
}

#maincol li{ font-size:17px;
}

/* Modifications - End */
.post {
	border-bottom: 1px solid #999;
	margin-bottom: 44px;
	padding-bottom: 11px;
}

.post h3, .comments h3 {
	font: 26px arial, sans-serif;
	letter-spacing: -1px;
	margin: 0;
	font-weight:bold;
}
h3.contentheader a:link, h3.contentheader a:visited {
	color:#000;
	text-decoration:underline;
}
h3.contentheader a:hover, h3.contentheader a:active {
	color:#fff;
	background:#000;
	text-decoration:none;
}

.post a:link, .post a:visited {
	color:#000;
	text-decoration:underline;
}
.post a:hover, .post a:active {
	color:#fff;
	text-decoration:none;
	background:#000;
}
.content div.wp-caption a {background:none;}

.post .date {
	font: 18px arial, sans-serif;
	text-align: right;
	margin-bottom: 15px;
}

.post h2 {
	font: 24px arial, sans-serif;
	letter-spacing: -1px;
}

.post p {
	font: 16px/21px arial, sans-serif;
	letter-spacing: 0px;
	margin-bottom: 22px;
	text-align: justify;
}

.wp-caption {
	margin: 5px auto 22px;
	border: 1px solid #888;
	background: #F0F0F0;
	padding: 0;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.wp-caption img {
	padding: 5px;
}

.wp-caption-text {
	text-align: left;
	border-top: 1px solid #888;
	padding: 5px;
	font: 14px arial, sans-serif !important;
	margin: 0 !important;
	color: #444;
}

.postinfotext {
	font: bold 14px arial, sans-serif;
}

.postinfotext a {
	font: 14px arial, sans-serif; !important;
}

.comments-link {
	float: right;
	padding: 5px;
	border: 1px solid #888;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	top: -24px;
}

/* Gallery Layout */

.grid {
	clear: both;
	list-style-type: none;
	margin: 0 0 27px;
}

ul.grid{
	margin-left:0px !important;
}

.horiz {
	height: 129px;
}

.vert {
	height: 205px;
}

.grid li {
	float: left;
}

.grid li a img {
	border: 1px solid #000;
}

.grid li.mid {
	margin: 0 27px;
}

.grid li.mid2 {
	margin: 0 28px 0 0;
}



/* Comments */

ol#commentlist {
	margin: 30px 0 10px;
	list-style-type: none;
}

#commentlist li {
	margin: 0 0 20px 50px;
	border: 1px solid #888;
	padding: 8px 10px 0px;
	min-height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 493px;
	background: #F2F2F2 url(images/commentbg.png) no-repeat;
}

#commentlist li.alt {
	margin: 0 0 20px 50px;
}

#commentlist li .avatar {
	float: left;
	margin: 1px 10px 10px 0;
}

.comment-author {
	font: 15px georgia, serif;
	margin: 0 0 10px;
	float: right;
	width: 420px;
}

#comment-text {
	min-height: 37px;
}

#commentlist li p {
	font: 14px arial, sans-serif;
	margin: 0 0 10px;
	float: right;
	width: 420px;
}

#commentlist li cite {
	display: block;
	font: 11px georgia, serif;
	text-align: center;
	float: right;
	border: 1px solid #888;
	background: #CCC;
	padding: 3px 6px;
	position: relative;
	top: 1px;
	color: #000;
}

#postcomment {
	font: 22px arial, sans-serif;
	height: 32px;
}

#no-comments {
	font: 18px arial, sans-serif;
	padding: 30px 0 60px;
	text-align: center;
}

#commentform {
	padding: 0 0 20px;
}

#commentform label {
	font: 13px arial, sans-serif;
}

#commentform input[type="text"] {
	margin-top: 5px;
	font: 14px arial, sans-serif;
}

#commentform textarea {
	margin-top: 5px;
	font: 14px arial, sans-serif;
	width: 630px;
	height: 100px;
}

#commentform #submit {
	float: right;
	margin-top: 5px;
}

#gradient-bottom {
	position: fixed;
	bottom: 0px;
	height: 40px;
	width: 1000px;
	margin: 0 auto;
	background: url(http://clarkdever.com/images/gradient-bottom.png);
}

#cd_footer {
	width: 220px;
	height: 33px;
	margin: 0 0;
	padding: 10px 0 0 12px;
	text-align: left;
	font: 11px arial, sans-serif;
	position: fixed;
	z-index: 2;
	bottom: 0px;
	color: #999
}

#cd_footer span { color: #666; }
#cd_footer a { color: #777; }


.clear {clear:left;}

#contact-form {
	float:left;
	padding-right:20px;
	border-right:2px dotted #999;
}
	#contact-form label {
		float:left;
		display:block;
		width:100px;
	}
	#contact-form label.required {}
	#contact-form label.top {
		float:none;
		padding-bottom:3px;
	}
	#contact-form textarea {margin-left:25px;}
	#contact-form p.submit {text-align:right;}
	#contact-form .wpcf7-response-output {width:275px;}
	#contact-form .wpcf7-not-valid-tip {width:auto;}
#contact-info {
	float:left;
	margin-left:20px;
}
	.vcard {}
		.vcard .org {
			font-weight:bold;
		}
		.vcard .fn {display:none;}
		.vcard .tel:before {content:"ph. ";}