/*
Theme Name: Vance
Theme URI: http://example.com
Description: Site design as requested by Chris Wilson
Author: Vance
Author URI: http://example.com
version: 1.0
*/



html,body,img,p,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,pre,form,blockquote,fieldset,input,div { margin:0px; padding:0px; }
h1,h2,h3,h4,h5,h6,pre,code,kbd { font-size:1em; }
:link,:visited { text-decoration:none;  }
table { border-collapse:collapse; border:0px; }
ul,ol { list-style:none; }
img { border:0px; vertical-align:bottom; padding:none; margin:none; }

/* IE 6 PNG transparency fix */
img { behavior: url('/ie6png_fix/iepngfix.htc') }

html{
   font-family:"Times New Roman", times, georgia;
}

body{
	background-color: black;
	color:black;
}

small{
font-size:12px;
}

h2{
font-size:24px;
line-height:48px;
color:black;
}

h3 {
font-size:17px;
font-weight:bold;
color:white;
}

p{
	font-size:14px;
	line-height:21px;
	padding-bottom:14px;
}

li{
        font-size:14px;
}

a{
 color:black;
font-weight:bold;
}



.container{
	width:800px;
	margin:0 auto;
        padding: 0;
}

.blog_content_container{
	width:450px;
        margin-left: -20px;
        padding: 0px;
}

.header{
	height:119px;
        background-image:url(/images/cw_header.png);
        background-repeat:no-repeat;
}

.content_block{/*this is the large body that houses all of the content*/
	background-color:#858c76;
        min-height:120px;
	float: left;
}

.content{/*this houses merely the text data... interchangable with .blog_content_container depending on 3 columns or two...presence of sidebar requires .blog_content_container*/
	width:640px;
	float:right;
        position: relative; /* Fixes clipping issue in IE 6 */
        margin: 0px;
        padding: 0px;
}



#navigation{
	width:210px;
	margin-left:-50px;
	padding-top:36px;
	float:left;
	position: relative; /* Fixes clipping issue in IE 6 */
}

#navigation ul{
}

#navigation ul li{
	font-family: "Times New Roman", "Times";
	font-weight:bold;
	font-size: 17px;
}

#navigation ul li a{
	background-image:url("/images/orange_button.png");
	background-repeat:no-repeat;
	display:block;
	margin-bottom:37px;  /* spaces between each button */
	padding:12px;
	color:white;
}

#navigation ul li a:hover{
	background-image:url("/images/orange_button_hover.png");
	color:black;
}



#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 180px;
	float:right;
	margin: 12px 0 24px 0;
	padding: 0;
	border-left: 2px dotted black;
	}

#sidebar h2{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul li h2 {
        font-size: 18px;
}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#sidebar a{
	color:white;
	font-weight:bold;
}


#footer {
        color:white;
}

#footer a {
        color:white;
}



/*best invention EVAR!*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */








/*--------------------------------------------------------------------------------not my code*/


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}



.post {
	margin: 0 10px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
	}
	
.post p{}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	border-top:1px #F7F7F7 dotted;
        border-bottom:1px #F7F7F7 dotted;
	padding:6px;
	margin-top: 16px;
	}





#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;

	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:72%;
	min-width:370px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #B2B2B2;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}