/*
Theme Name: KW T1
Theme URI: http://www.astraybullet.com
Description: KW T1
Version: 1.0
Author: BLACKOUT
Tags:
*/

/***********************************************/
/* HTML & UNIVERSAL                            */
/***********************************************/ 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background: #555651 url('images/sidebg_repeat.jpg') repeat-x;
	}
a:link, a:visited, a:active, a:hover {
	text-decoration:none;
	color:#000000;
	}
a:hover {
	text-decoration:underline;
	}

/***********************************************/
/* DIV LAYOUT   	                           */
/***********************************************/

#siteContainer {
	width:770px;
	margin: 0px auto -1px auto;
	background: url('images/vertical_bg.jpg') repeat-y;
	}
#siteHeader {
	width:770px;
	height:175px;
	background: url('images/temptop.jpg');
	}
#siteBody {
	width:760px;
	margin: 0px auto -1px auto;
	}
#siteFooter {
	width:770px;
	height:40px;
	clear: both;
	background: url('images/footer.jpg');
	} 
	
/* CONTENT BODY */
#contentBody {
	width:500px;
	float:left;
	}
#bodyBlock {
	width:500px;
	}
#bodyHeader {
	width:500px;
	height:20px;
	background: url('images/bodyHeader.jpg');
	}
#bodyFooter {
	width:500px;
	height:15px;
	background: url('images/bodyFooter.jpg');
	}
.bodyColumn1 {
	float:left;
	}
.bodyColumn2 {
	float:right;
	}
	
/* CONTENT SIDE */
#contentSide {
	width:250px;
	float:right;
	}
#sideBlock {
	width:250px;
	}
#sideHeader {
	width:250px;
	height:20px;
	background: url('images/sideHeader.jpg');
	}
#sideFooter {
	width:250px;
	height:15px;
	background: url('images/sideFooter.jpg');
	}
.sideColumn1 {
	float:left;
	}
.sideColumn2 {
	float:right;
	}


/***********************************************/
/* DIV CLASSES			                       */
/***********************************************/

.sidebar li {
	list-style:none;
	list-style-type:none;
		}
.header li {
	}
.body li {
	}
.post {
	text-align:justify;
	}
.entry {
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.aligncenter {
	margin: 0 auto 0 auto;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.narrowcolumn .postmetadata .widecolumn {
	text-align:left;
	}
.calendar {
	margin: 0 auto 0 auto;
	}



/***********************************************/
/* TEXT & FORMATTING	                       */
/***********************************************/
h1, h1 a:link, h1 a:visited, h1 a:active  {
	color:#656358;
	font-size:12px;
	text-transform: uppercase;
	font-weight:bold;
	margin-top:-1px;
	margin-bottom:0px;
	}
h1 a:hover {
	color: #E2E2DE;
	text-decoration:none;
	text-transform: uppercase;
	font-weight:bold;
	}
h2, h2 a:link, h2 a:visited, h2 a:active {
	color:#1A1815;
	font-size:12px;
	text-transform: uppercase;
	font-weight:bold;
	margin-top:-1px;
	margin-bottom:0px;
	}
h2 a:hover {
	color: #E2E2DE;
	text-decoration:none;
	text-transform: uppercase;
	font-weight:bold;
	}
h3, h3 a:link, h3 a:visited, h3 a:active {
	color: #B8B7AD;
	font-size:10px;
	text-transform: uppercase;
	font-weight:bold;
	margin-top:-1px;
	margin-bottom:01px;
	}
h3 a:hover {
	color: #E2E2DE;
	text-decoration:none;
	text-transform: uppercase;
	}
p, p a:link, p a:visited, p a:active, p a:hover {
	font-size:10px;
	color: #A09E92;
	
	}
strong {
	color: #242424;
	text-transform:uppercase;
	}
td, td a:link, td a:visited, td a:active, td a:hover {
	font-size:10px;
	color: #A09E92;
	vertical-align:top;
	}
.caps {
	text-transform: uppercase;
	}
.highlight, .highlight a:link, .highlight a:visited, .highlight a:active {
	color: #E2E2DE;
	}
.notice, .notice a:link, .notice a:visited, .notice a:active {
	color: #CC0000;
	font-weight:bold;
	}
.small, .small a:link, .small a:visited, .small a:active {
	font-size:9px;
	text-transform: uppercase;
	}
.date, .date a:link, .date a:visited, .date a:active {
	color: #A7ABA8;
	font-weight:bold;
	}
.date a:hover {
	color: #E2E2DE;
	}
.black, .black a:link, .black a:visited, .black a:active {
	color: #000000;
	}
.black a:hover {
	color: #E2E2DE;
	}
	

/***********************************************/
/* IMAGES				                       */
/***********************************************/

/***********************************************/
/* SEARCH BOX			                       */
/***********************************************/

#searchform {
	margin: 5px auto;
	padding: 0px 0px;
	text-align: center;
	}
.submit {
	background: url(images/search_submit.gif) no-repeat;
	height: 20px;
	width: 52px;
	border: 0;
	margin-left: 2px;
	text-indent: -9999px;
	cursor: pointer;
	}
.submit:hover {
	background: url(images/search_submit.gif) no-repeat 0 -20px;
	height: 20px;
	width: 52px;
	border: 0;
	margin-left: 2px;
	cursor: pointer;
	}
.searchfield {
	background: #6A6869;
	border: 1px solid #B1AFB0;
	color: #B1AFB0;
	padding: 2px 0px 1px 5px;
	float:left;
	width: 170px;
	height: 15px;
	}
.searchfield:hover {
	border: 1px solid #E0DEDF;
	color: #E0DEDF;
	}