/*
Theme Name: Runcing
Theme URI: http://insanblog.com
Description: Runcing WP themes for Insanblog.com
Author: Insan
Author URI: http://insanblog.com
Tags: army green, blood red, two columns, fixed width
*/

/* Global Reset */

*{
	margin:0px;
	padding:0px;
}

/* Typography */

body{
	font-family:tahoma;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#70795f;
}

a:hover{
	text-decoration:underline;
}

ul, ul li, ol li, li {
	list-style-type:none;
}

h2 a{
	color:#b30300;

}


h3{
	line-height:0px;
}

/* Global Layout */

body{
	text-align:center;
	background:#384127 url('images/bg-body.png') top repeat-x;
	line-height:180%;
}

#stag{
	width:920px;
	margin:auto;
	text-align:left;
}

#header, #content, #footer{
	width:920px;
	float:left;
}

#header{
	height:70px;
	background:url('images/bg-header.png') top center no-repeat;
}

#content{
	background:#c4cabc url('images/bg-content.png') center repeat-y;
	padding-bottom:20px;
}

#left, #sidebar1, #sidebar2{
	float:left;
}

#left{
	width:495px;
	padding:0 0 0 25px;
}

#sidebar1{
	width:130px;
	margin-right:15px;
}

#sidebar2{
	width:220px;
}


#footer{
	height:51px;
	padding-top:29px;
	text-align:center;
	background:url('images/bg-footer.png') top center no-repeat;
}


/* Header */

#header ul{
	width:800px;
	padding:32px 0 0 120px;
	float:left;
}

#header ul li{
	position:relative;
	float:left;
}

#header ul li a{
	float:left;
	display:block;
	height:28px;
	padding:7px 15px 0 15px;
	margin-top:1px;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	color:#c5ccb8;
}

a#rss-button{
	float:right;
	display:block;
	margin-right:35px;
	width:27px;
	height:38px;
	background:url('images/rss.png');
}

#header ul li a:hover{
	color:#fff;
	background:#384127 url('images/bg-header-menu.png') 0px -1px;
}

a#rss-button:hover{

}

#header-part1{
	width:436px;
	height:32px;
	position:absolute;
	margin-left:-10px;
	background:url('images/header-part1.png') no-repeat top left;
}

#header-part2{
	width:135px;
	height:80px;
	position:absolute;
	margin:32px 0 0 -10px;
	background:url('images/header-part2.png') no-repeat top left;
}

#header-part-link{
	display:block;
	width:88px;
	height:62px;
	position:absolute;
	margin:20px 0 0 10px;

}

a#header-part-link:hover{
	background:url('images/header-hover.png') no-repeat top left;
}


/* Entry & Comments */

.entry{
	width:400px;
	margin-top:18px;
	padding:25px 40px 0 40px;
	text-align:center;	
	background:#ebede6 url('images/bg-entry.png') center top no-repeat;
}

.entry p{
	margin-top:1em;
}

.entry h2{
	width:360px;
	padding:0 20px;
	line-height:24px;
	/*font-weight:normal;*/

	font-size:21px;
	text-transform:capitalize;
}

.entry h2 a{
	line-height:28px;
}

.entry h2 a:hover{
	text-decoration:none;
}

h2.pagetitle{
	padding:15px 0 0 0;
	font-weight:normal;
	font-size:18px;
	text-transform:capitalize;
}

ul.post-categories{
	font-weight:bold;
	height:16px;
}

span.comment-link{
	font-size:11px;
	margin-top:-20px;
}	

.entry-date{
	width:49px;
	height:75px;
	position:absolute;
	margin:-22px 0px 0px 391px;
}

.entry-date b, .entry-date i, .entry-date span{
	display:block;
	width:50px;
	float:left;
	text-align:center;
	color:#384127;
	
}

.entry-date b{
	font-size:18px;
	padding-top:4px;
}

.entry-date i{
	font-style:normal;
	font-size:11px;
	margin-top:-6px;
	text-transform:uppercase;
}

.entry-date span{
	font-style:normal;
	font-size:10px;
	margin-top:-10px;
}

.entry-bottom{
	width:480px;
	height:20px;
	background:#ebede6 url('images/bg-entry-bottom.png') center bottom no-repeat;
}

.comment-list{

}

.comment-list h3,#respond h3{
	padding-top:28px;
	margin-bottom:16px;
}

.odd-comment, .even-comment{
	padding:10px 7px;
	line-height:16px;
	font-size:11px;
}

.odd-comment small, .even-comment small{
	color:#70795f;
}

.odd-comment{
	background:#dce0d4;
}

.comment-sender{
	font-size:12px;
}

.comment-text p{
	margin:0px;
}

#comment-textarea, #commentform input{
	width:270px;
	padding:4px;
	margin-bottom:-2px;
	border:1px #929d7e solid;
	font-size:11px;
}

#comment-textarea{
	height:120px;
	margin-bottom:10px;
}

input#submit{
	border:none;
	width:86px;
	height:53px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	background:#384127 url('images/bg-submit.gif') center no-repeat;

}

/* Sidebar */

#sidebar1 , #sidebar2{
	padding-top:18px;
}

#sidebar1 a, #sidebar2 a{
	color:#384127;
}

.wp-widget{
	margin-bottom:18px;
}

#sidebar1 .wp-widget-title,#sidebar2 .wp-widget-title{
	height:23px;
	padding:1px 0 0px 10px;
	margin-bottom:4px;
	font-weight:bold;
	color:#e2e4dd;

}

#sidebar1 .wp-widget-title{
	width:120px;
	background:url('images/bg-widget-header130.png') top left no-repeat;
}

#sidebar2 .wp-widget-title{
	width:220px;
	background:url('images/bg-widget-header220.png') top left no-repeat;
}

.wp-widget ul li{
	border-bottom:1px solid #929d7e;
	padding:2px 0 2px 10px;
}

#searchform input{
	width:220px;
	padding:4px;
	margin-bottom:-2px;
	border:1px #929d7e solid;
	font-size:11px;
}