/*  
Theme Name: White Chris
Author URI: 
Version: 
Author: 
Description: Chris
*/
html{ margin: 0px; padding: 0px; height:100%; min-height: 100%;}
body { 
	margin: 0px; 
	padding: 0px; 
    height:100%;
	min-height: 100%;
	background: #FFFFFF;
	background: #FFF url('images/bg.jpg') repeat top left;
   /* background-image: url('/images/bg.jpg'); */
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top left;
	color: #000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
}

.vinead      { width: 452; height: 352; background-image: url('/images/adbg.jpg');
background-repeat: no-repeat; padding: 31px 0px 0px 47px }

.header img { border: 0px; background: none; padding: 0px 0px 0px 0px; }
.drpic {border: 0px; background: none; left-margin: 0px; padding: 0px 0px 40px 20px; }
         
.graylink {color: #666; text-decoration: none}
      
img     {padding: 0px 0px 0px 0px;}
            

/*********************************************
		Link Styles
*********************************************/
a {
	color: #00D;
	text-decoration: underline;
}
a:hover { color: #333; text-decoration: none; }
/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #666;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #999;
}
img { border: 0px; background: none; padding: 0px 0px 0px 0px; }
p {
	padding: 10px 0px;
	margin: 0px;
	line-height: 20px;
}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }
/*********************************************
		Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
	padding: 5px 0px 0px 0px;
	margin: 0px;
	color: #070;
	font-size: 26px;
	font-family: Verdana, Lucida Sans Unicode, Trebuchet MS, Times New Roman, Georgia, Arial;
	font-weight: bold;
	text-decoration: none;
	clear: both;
	text-align: left;
}
h1 a {
	color: #AA0000;
	text-decoration: none;
}
h2 { /* This style used as header in the sidebars */
	color: #202020;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: double #C0C0C0;
}
h3 { /* This style used as the post titles on homepage/archive */
	color: #070;
	font-size: 26px;
	font-family: Verdana, Lucida Sans Unicode, Trebuchet MS, Times New Roman, Georgia, Arial;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	text-decoration: none;
	clear: both;
	text-align: left;
}
h3 a {
	color: #070;
	text-decoration: none;
}
h3 a:hover {
	color: #090;
	text-decoration: none;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #666;
	text-decoration: none;
	clear: both;
}
/*********************************************
		Container Div / Wrap Div		
*********************************************/

#container {
    margin: 0px auto;
	height: 100%;
	min-height: 100%;
	width: 778px;
	min-height: 100%;
    padding: 0px;
	border: 0px solid #1CC;
	position: relative;
}
#wrap {
    height: 100%;
	min-height: 100%;
    margin: 0px; padding: 0px;
	border: 0px solid #000;
	position: relative;
}
#border-top {
    margin: 0px; padding: 0px;
    width: 898px; height: 1px;
	display: block;
}
/*********************************************
		Header Styles
*********************************************/
#header {

	border: 0px solid black;
	background: #FFF;
	height: 1960px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}

/*********************************************
		Content Div
*********************************************/
/* #Middle {background: #FFF url('images/Middle.png') repeat-y top left;*/
/*  filter:alpha(opacity=75);  
  -moz-opacity:.75;
  opacity:.75; chris playing */
/*height: 100%;
border: 1px solid red;
}*/


/* Chris's hack for 2 columns  */ 
#Middle       { 

width: 100%; 
border: 0px solid #000000; 
background: #FFF url('images/Middle.png') repeat-y top left;

}

/* Start of Column CSS */
#container2 {
	clear:left;
	float:right;
	width:100%;
	overflow:hidden;

}
#container1 {
	float:left;
	width:100%;
	position:relative;
	
	
}
#leftnav1 {
    height: 100%;
	width:23%;
	position:absolute;
	left: 5px;
	top: 0px;
	overflow:hidden;
	z-index: 51;
	border: 0px solid #FF0000;
}
#content1 {

	width:70%;
	position:relative;
	left:26%;
	overflow:hidden;
	z-index: 2;
	border: 0px solid #FFf000;
}

/* Chris's hack for 2 columns ENDs by Chris */




/* #content {
position: absolute; right: 0px;

	margin: 0px;
	padding: 0px 30px 0px 0px;
	width: 550px;
	display: block;
	border: 1px solid black;
	text-align: left;
	z-index: 2;
}*/ 

.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}
/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.meta-top p {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px; padding: 0px;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px; margin: 0px;
}
.meta-date {
	margin: 0px 5px;
}
.meta-author {
	margin: 0px 5px;
}
.meta-comments {
	margin: 0px 5px;
}
.meta-category {
	margin: 0px 5px;
}
/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}
/*********************************************
		Left Sidebar background: #EAE;
*********************************************/
#sidebar {
     
	color: #666;
	display: inline;
	float: left;
	border: 0px solid black;
	width: 200px;
	margin: 0px 0px 5px 0px; padding: 10px 0px 5px 0px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#sidebar p {
	padding: 0px 0px 5px 0px;
}
#sidebar img {
	text-align: left;
}
#sidebar form {
	padding: 0px;
	margin: 5px 0px;
}
#sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sidebar ul li {
	padding: 0px 5px 5px 0px;
}
#sidebar ul li.item {
	padding: 0px 15px 10px 0px;
	display: block;
	width: 181px;
	float: left;
}
#sidebar ul li ul {
	padding: 0px 0px 0px 15px;
	list-style-type: square;
}
#sidebar ul li ul li {
	padding: 0px;
	margin: 6px 0px;
}
#sidebar ul li ul li a {
	color: #AA0000;
	text-decoration: none;
}
#sidebar ul li ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}
/*********************************************
		Left Sidebar (Page Title and Menu)
*********************************************/
/* #l_sidebar {
    height: 100%;
	display: inline;
position: absolute; right: 0px;	
	border: 0px solid black;
	width: 180px;
	padding: 0px 0px 0px 5px ;
	/* margin: 0px 0px 0px 0px; 
	padding: 15px 11px 5px 5px; */
/*	display: block; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
/*     z-index: 1;
							   }*/
							   
#l_sidebar #title {
	font-size: 12px;
	font-family: Times New Roman, Georgia, Arial;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
#l_sidebar #title a {
	color: #FFF;
	text-decoration: none;
}
#l_sidebar #title a:hover {
	color: #CFC;
	text-decoration: none;
}
#l_sidebar h2 { /* Description - tagline */
	color: #FFF;
	font-size: 12px;
text-transform: uppercase;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border-bottom: 0px solid #fff;
}
#menu {
	list-style-type: none;
	text-align: left;
	text-transform: none; 
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0px 10px 0px; padding: 0px;
}
#menu li {
	margin: 0px; padding: 1px 0px;
}
#menu li a {
        font-family: Arial, Tahoma, Verdana;
	color: #FFF;
	text-decoration: none;
}
/* if you want to set a "current page item" style, do it here */
#menu li.current_page_item a, #menu li.current_page_item a:visited {
	color: #FFF;
	text-decoration: none;
}
#menu li a:hover {
	color: #AFA;
	text-decoration: none;
}
/*********************************************
		Comment Styles
*********************************************/
#comments {
	padding: 8px;
}
#comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
#comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
/*********************************************
		Footer Styles
*********************************************/
#footer {
    position: absolute; 
	left: 10; 
	top: 10; 
	z-index: 1; 
	border: 0px solid #ff0000
	color: #FFF;
	margin: 0px auto;
	clear: both;
	font-size: 11px;
}

#footertext {
    width: 778px;
	position: absolute; 
	left: 0; 
	top: 0; 
	padding-top: 35px;
	z-index: 2; 
	border: 0px solid #00c000;
	text-align: center;
}

#footerimg {
    width: 778px;
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 1; 
	border: 0px solid #0000f0;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #AFA;
	text-decoration: underline;
}

#sbutt {
    border: none;
    background: url('images/button-bg.png') no-repeat top right;
    padding: 2px 8px;
}
#sbutt:hover  {
    border: none;
    background: url('images/button-bg-up.png') no-repeat top right;
    padding: 2px 8px;
}
