/*
This is a custom WordPress theme created for contemptster.com
sean@thoughtsocket.com
*/




html, body { height: 100%; }

body {
	background: #ffffff;
	color: #000000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding:0px;
}

* {
	padding:0;
	margin:0;
}

#leftSide {
	position:absolute;
	width:190px;
	height:800px;
	z-index:1;
	top: 180px;
	left: 15px;
	padding-right:10px;
	border-right: 1px #cccccc solid;
}
.darkredDashedLine {
	border: none 0;
	border-top: 3px dashed #660000;/*the border*/
	width: 100%;
	margin-bottom: 8px;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
.goldDashedLine {
	border: none 0;
	border-top: 3px dashed #996600;/*the border*/
	width: 100%;
	margin-bottom: 8px;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

#rightSide {
	position:absolute;
	width:225px;
	height:800px;
	z-index:2;
	left: 760px;
	top: 215px;
	padding-left:10px;
	border-left: 1px #cccccc solid;
}
#centerColumn {
	position:absolute;
	padding-left:15px;
	padding-right:15px;
	width:510px;
	height:800px;
	z-index:3;
	left: 217px;
	top: 172px;
}
#navbar {
	position:absolute;
	width:980px;
	height:60px;
	z-index:4;
	left: 15px;
	top: 140px;
}
.navbarTab {
	border:2.5px #666666 solid; 
	text-align:center; 
	padding-top:3px; 
	padding-bottom:3px; 
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:14px; 
	color:#00000;
	background-color:#ffffff;
}
.navbarTab a:link {
	color:#000000;
	text-decoration:none;
	}
.navbarTab a:visited {
	color:#000000;
	text-decoration:none;
	}
.navbarTab a:hover {
	color:#660000;
	}
#topad {
	position:absolute;
	width:728px;
	height:90px;
	z-index:5;
	left: 250px;
	top: 2px;
	border: 0.5px solid #999999;
	text-align:left; vertical-align:bottom; padding:0px; padding-top:0px; color:#333333; font-size:9px;
}
#logo {
	position:absolute;
	width:700px;
	height:115px;
	z-index:6;
	top: 30px;
	font-size: 12px;
	color: #333333;
}

#container {
	background: #FFFFFF;
	min-height: 100%;
	_height: 100%;
	width: 1000px; /* original value was 980px */
	margin: 0 auto;
	text-align: left;
	position: relative;

}
/* Header */
h1#header {
	margin: 0;
	height: 155px;
	text-indent: -1234em;
	font-family: "Courier New", Courier, monospace;
}




#header a {
	position: absolute;
	left: 7px;
	top: 2px;
	height: 150px;
	width: 980px;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}
#header em {
	display: none;
}



#blog_name {
	position: absolute;
	left: 178px;
	top: 40px;
	color: #DBD1C2;
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 26px;
	letter-spacing: 2px;
	word-spacing: 0.8px;
	font-family: "Courier New", Courier, monospace;

}

#blog_slogan {
	position: absolute;
	left: 179px;
	top: 70px;
	color: #CFD7DB;
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 12px;
	letter-spacing: -0.2px;
	word-spacing: -0.1px;
	width: 640px;
	font-family: "Courier New", Courier, monospace;


}

#blog_link {
	position: absolute;
	left: 498px;
	top: 115px;
	color: #997146;
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 14px;
	letter-spacing: -0.2px;
	word-spacing: -0.4px;
	font-family: "Courier New", Courier, monospace;


}


#header_info_box {

position: absolute;
top: 80px;
left: 194px;
color: #;
font-weight: bold;
font-size: 10px;
width: 550px;

}


/* Sidebar Positioning */


#sidebar {


	color: #596468;
	margin: 8px 0px 0 75px;
	width: 182px;


}


#sidebar_header {

color: #3B322F;
	font-weight:bold;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;


}



















/* Content */
#wrapper {
	width: 600px;
	float: right;
	position: relative;
	margin-top: 12px;

}


#content {
	padding: 0 90px 10px 0;

}



hr#clear {
	clear: both;
	height: 65px;
	visibility: hidden;
}





h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #660000;
}
h2,h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}


hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	width: 500px;
	margin: 0;
}

.bigger {
	font-size: 12px;
}







ul#bigger_list {
	margin-left: 5px;
	padding: 0;
	color:	#394A5A;
	font-size: 12px;
	font-weight: bold;
	 line-height: 1.4;
}



#pre_path {
color: #FFFFFF;
}



p, 
pre, 
blockquote, 
form, 
label, 
dl, 
fieldset, 
address {
	margin: 10px 0;
}


fieldset {
	padding:10px;
}
h1 {
	font-size: 24px
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 11px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}



/* Word Press Stuff */



/* small {

color: #D7EC76;
}
*/

.postmetadata {

margin-bottom: 25px;

	padding: 6px; 0 6px; 3px;
	width: 498px;
	background-color: #440000;
	color: #9c9c9c;

}

.postmetadata a:link { color:#ffcc00; }

.postmetadata a:hover { color:#ffffff;text-decoration:underline; }

.postmetadata a:visited { color:#ffcc00; }



.button {

margin-top: 7px;
margin-left: 97px;

}

.entry {

font-size: 14px;
line-height: 150%;
 /* border: 1px solid #323B3F; */

}

.entry p {

padding: 1px 9px 5px 9px;
margin: 7px 0 7px 0;

}

.entry_padz img {
border:0px;
margin: 0px 11px 11px 2px;
}

.smaller {

font-size: 10px;
padding-right: 5px;

}

ul, 
ol {

margin: 5px 0 20px 0px;
list-style-type: none;

}


li, 
dd, 
blockquote {
	margin-left: 7px;
	list-style-type: none;

}



li#categories h2{
	padding: 0;
	color:	#D7EC76;
	font-size: 12px;
	font-weight: bold;
		background-color: #440000;
	height: 18px;
	 vertical-align: middle;
	 padding: 3px 0 0px 0px;
	 	background: url(images/underh2.png) 0px 100% no-repeat;
	background-position: 20px bottom left;
}

li#archives h2{
	padding: 0;
	color:	#D7EC76;
	font-size: 12px;
	font-weight: bold;
	background: url(images/underh2.png) 0px 100% no-repeat;
	background-position: 20px bottom left;
}

li#meta h2{
	padding: 0;
	color:	#D7EC76;
	font-size: 12px;
	font-weight: bold;
		 	background: url(images/underh2.png) 0px 100% no-repeat;
	background-position: 20px bottom left;
}

li#search h2{
	padding: 0;
	color:	#D7EC76;
	font-size: 12px;
	font-weight: bold;
		 	background: url(images/underh2.png) 0px 100% no-repeat;
	background-position: 20px bottom left;
}


li#linkcat-1 h2{

		padding: 0;
	color:	#D7EC76;
	font-size: 12px;
	font-weight: bold;
	 	background: url(images/underh2.png) 0px 100% no-repeat;
	background-position: 20px bottom left;
}

li#linkcat-2 h2{

		padding: 0;
	color:	#D7EC76;
	font-size: 12px;
	font-weight: bold;
	 	background: url(images/underh2.png) 0px 100% no-repeat;
	background-position: 20px bottom left;
}

li#linkcat-3 h2{

		padding: 0;
	color:	#D7EC76;
	font-size: 12px;
	font-weight: bold;
	 	background: url(images/underh2.png) 0px 100% no-repeat;
	background-position: 20px bottom left;
}


li#pagenav h2{
	padding: 0;
	color:	#43566B;
	font-size: 12px;
	font-weight: bold;
}

/*.post { 
	border-left: 1px #cccccc solid; 
	border-left: 1px #cccccc solid; 
	
} */

.post h2 {

		margin: 0 0 2px 0;
		color: #76C4EC;

}



.commentmetadata {

color: #6F4219;

}



input {
 color: #660000;
 /* border: 1px solid #565E61; */
 background-color: #ffffff;
 font-family: "Courier New", Courier, monospace;
 font-weight: bold;
 vertical-align: middle;
 margin-right: 3px;


}

/* #searchform .buttons {
 background-color: none;
 border: 1px solid #2C3034; 
 font-family: verdana, sans-serif;
 color: #596468;
 font-size: 10px;
} */   

/* textarea {
 background-color: #495053;
 color: #CFD7DB;
 border: 1px solid #565E61; 
 font-family: verdana, sans-serif;
 font-size: 11px;


} */

/* #submit {
 background-color: none;
 border: 1px solid #2C3034; 
 font-family: verdana, sans-serif;
 color: #596468;
 font-size: 10px;
} */

.buttons_no_b {

	border: none;

}



#sidebar a {
	color: #E1E8EB;
	text-decoration: none;
}

#sidebar a:visited {
	color: #E1E8EB;
	text-decoration: none;

}

#sidebar a:hover {
	color: #76C4EC;
}


a:link {
/* color: #639DBA; */
color: #aa0000;
text-decoration: none;
}

a:visited {
	color: #aa0000;
	text-decoration: none;

}
a:hover, a:active {
	color: #ff0000;
	text-decoration: underline;
}


#blog_name a {
	color: #D7EC76;
	text-decoration: none;
}

#blog_name a:visited {
	color: #D7EC76;
	text-decoration: none;

}

#blog_name a:hover {
	color: #76C4EC;
}




#header_info_box a:link {

color: #D7EC76;
text-decoration: none;

}

#header_info_box a:visited {

color: #D7EC76;
text-decoration: none;

}

#header_info_box a:hover {

color: #76C4EC;
text-decoration: none;

}


.graybox {

background: #ececec;

padding: 5px 9px 5px 9px;
margin: 7px 0 7px 0;

}

 .commentlist{
      position: relative;
 }

.commentnumber {
font-size: 14px;
}

 	.top_o_the_post {
	
	padding: 6px; 0 3px; 0px;
	width: 498px;
	color:	#FFFFFF;
	/* background-color: #440000; */
	}

.top_o_the_post small {
	color:#636363;
	font-size:11px;
	}

 	.bottom_o_the_post {
	
	padding: 6px; 0 6px; 3px;
	width: 498px;
	color:	#FFFFFF;
	background-color: #440000;
	}
	
.editorial {
border: 2px dashed #363636;
padding:12px;
font-size:12px;
line-height:140%;
}

.templatefooter {
font-size: 10px;
}

