/*  
Theme Name: Westkit.NET
Theme URI: http://techblog.westkit.net/
Description: A theme with the style from Westkit.net. Mainly in elegant black and red.
Version: 0.1
Author: Alex
Tags: black,red,two-columns,fixed-width,right-sidebar
Author URI: http://www.westkit.net
*/
html, body{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family: georgia,serif;
	background-color: #000000;
	/*color: #EBB;*/
	background: url(images/darkwoodBG_blood.png);
}

a,img{
	border: 0;
}
a{
	outline: none;
	color: #e2a728;
}
a:hover{
	color: #FCC;
}

input, textarea{
	background: #222 url(images/inputBG.png) repeat scroll top left;
	border: 1px solid #000;
	color: #F88;
}

.viewport{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.imgPreloader{
	height: 0px;
}

.a{
	background: url(images/navBtnBG-mover.gif) no-repeat;
}
.b{
	background: url(images/linkBtn-mover.gif) no-repeat;
}
.c{
	background: url(images/rss-mover.gif) no-repeat;
}

.header{
	height: 80px;
}

.headerViewport .headTbl{
	width: 100%;
	height: 100%;
}
.headerViewport .headTbl {
	/*width: 370px;*/
}

.headLeftCol { width:250px; }

.headCenterCol { width:250px; }

.bodyViewport, .headerViewport, .footerViewport{
	background: url(images/darkwoodBG.jpg);
	/*background-color: #171717;*/
	background-position: 0px 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.headerViewport{
	/*border-bottom: 2px solid #333;*/
	background: url(images/headerbg.jpg) no-repeat top center;
	height: 100%;
}

.bodyViewport{
	padding-top: 5px;
	padding-bottom: 5px;
	/*margin-top: 3px !important;*/
	margin-top: 0px;
}
.bodyViewport .bodyTbl{
	width: 100%;
}

.bodyViewport .content{
	margin-left: 15px;
	margin-right: 15px;
	width: 630px;
}
.leftCol{
	width: 630px;
}

.footerViewport{
	border-top: 1px solid #833;
	text-align: center;
	color: #666;
	font-size: 10pt;
	height: 80px;
	line-height: 80px;
}
.footerViewport a{
	color: #888;
}
.footerViewport a:hover{
	color: #AAA;
}

.blogTitle{
	height: 80px;
	line-height: 70px;
	padding-left: 15px;
}
.blogTitle a{
	font-size: 26pt;
	text-decoration: none;
	color: #F33;
}
.blogTitle a:hover{
	color: #F55;
}
.blogSubtitle{
	/*padding-left: 80px;*/
	color: #666666;
	font-size:18px;
}

.pageList{
	display: block;
	
}
.pageList li{
	list-style-type: none;
	float: left;
	/*background: url(images/navBtnBG.gif) no-repeat bottom center;*/
	height: 47px;
	
	text-align: center;
	
	margin: 0px 0px 0px 0px;
}
.pageList li:hover{
	/*background: url(images/navBtnBG-mover.gif) no-repeat bottom center;*/
}
.pageList li a{
	text-decoration: none;
	color: #E2A728;
	font-size: 11pt;
	font-weight:bold;
	padding:10px 10px 5px 10px;
}

.pageList li a:hover { color:#ffffff; }

.postEntry{
	padding-top: 40px;
	padding-bottom: 15px;
	/*border-bottom: 1px solid #733;*/
}
.postEntry .postMeta{
}
.postEntry .postMeta .postTitle{
	display: inline;
	vertical-align: bottom;
	background: url(images/point.gif) no-repeat scroll -5px bottom;
	padding-left: 30px;
	font-weight:normal;
}

.postTitle a { font-size:24px; font-weight:normal; color:#FFF; text-decoration:none; position:relative; top:-4px; left:-9px; }

.postEntry .postMeta .postInfo{
	vertical-align: bottom;
	padding-left: 3px;
}
.postEntry .postContent{
	margin-left: 20px;
	font-size: 12pt;
	color: #b2b2b2;
	line-height: 22px;
}
.postEntry .postLinks{
	margin-left: 20px;
	height: 25px;;
}

.postLinks a { color:#910000; font-weight:bold; position:relative; top:0px; font-size:11px; }
.postLinks a:hover { color:#ffffff; }

.postEntry .postLinks div{
	width: 100px;
	height: 28px;
	background: url(images/linkBtn.gif) no-repeat scroll center center;
	float: left;
	text-align: center;
	line-height: 28px;
	margin-right: 8px;
}
.postEntry .postLinks div:hover{
	background: url(images/linkBtn-mover.gif) no-repeat scroll center center;
}
.postEntry .postLinks a{
	text-decoration: none;
	display: block;
}
.postEntry .postTags{
	margin-left: 20px;
	color: #988;
}
.pageNav{
	text-align: right;
}

.sidebar{
	padding-left: 10px;
}

.searchBar{
}
.searchFm{
	margin-top: 16px;
}
.searchBox{
	background: url(images/search.gif) no-repeat scroll center left;
	padding-left: 20px;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}
.searchBox input{
	height: 18px;
	width: 100%;
}

.categoriesBox .categories{
	margin-left: 20px;
	font-size: 13pt;
}

.categoriesBox { margin-bottom:10px; margin-top:40px; }

.sideNav ul{
	padding-left: 0px;
}
.sideNav ul li{
	display: block;
	font-size: 13pt;
}

.sideVertSep{
	width: 200px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/verticalSep.gif) no-repeat scroll bottom center;
}

.diyadd{
	padding-left: 10px;
}

.commentTxtArea{
	width: 100%;
}

.commentRSS a{
	float: right;
	position: relative;
	top: -20px;
	background: url(images/rss.gif) no-repeat scroll center center;
	height: 20px;
	width: 20px;
}
.commentRSS a:hover{
	background: url(images/rss-mover.gif) no-repeat scroll center center;
}

.commentsArea{
	margin-top: 15px;
	width: 480px;
	margin-left: 20px;
	color:#b2b2b2;
}

.comment .commentAuthor .avatar{
	vertical-align: bottom;
}
.comment .commentAuthor .authorName{
	font-size: 13pt;
	font-weight: bold;
}
.comment .commentAuthor .authorAvatar{
	float: left;
}
.comment .commentAuthor .authorMeta{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.comment .commentContent{
	clear: both;
	padding-top: 10px;
	padding-left: 20px;
}

.aligncenter, div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft{
   float: left;
}

.alignright{
   float: right;
}

.wp-caption{
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img{
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text{
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.sidebar h2 { color:#ffffff; font-weight:normal; }
.diyadd h2 { color:#ffffff; font-weight:normal; }

.sidebar, .diyadd { text-align:center; }

h3 { color:#FFF; margin:40px 0 10px 0; padding:0; line-height:0px; font-weight:normal; }

.aktt_widget { margin:20px 0 20px 0; }

.aktt_tweets { color:#b2b2b2; font-size:14px; }

.aktt_tweets ul { margin:0; padding:0 20px 0 20px; }

.aktt_tweets ul li { margin:10px 0 10px 0; padding:0 0 10px 0; list-style-type:none; border-bottom:1px dotted #666666; }

#aktt_tweet_form { padding:0; }

#aktt_tweet_form p { margin:0; padding:0; }

#aktt_tweet_submit { float:none !important; background: url(images/linkBtn.gif); width:100px; height:28px; border:0; color:#610000; font-weight:bold; padding:0 0 4px 0; font-size:13px; cursor:pointer; }

#aktt_tweet_text { width:240px; height:50px; margin:0 0 10px 0; }
