/*
Theme Name: Themes in Dark Wordpress
Theme URI: http://www.wordpressthemesbox.com/
Version: 1.0
Description: 2 Column theme
Author: Ashish sharma
Author URI: http://www.wordpressthemesbox.com/
*/
* {
	margin: 0;
	padding: 0;
	}
body {
	color: #312823;
	font-size: 13px;
	line-height: 200%;
	background-color: #9A9A9A;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a img {
	border:none;
	}
a{
	color: #BD3400;
	text-decoration: none;
}
a:hover{
	color:#000;
	text-decoration:underline;
	}
h1{
	font-size:30px;
	font-weight:normal;
	color:#BD3400;
	padding-bottom:5px;
	margin-bottom:5px;
	}
h2{
	font-size:20px;
	color:#BD3400;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;
	}
#wrapper{
	width:900px;
	margin:0 auto;
	padding:0;
	text-align:left;
	}
#haeder{
	width:900px;
	margin:0;
	}
#menu{
	width:900px;
	height:30px;
	margin:0;
	padding:0;
	float:left;
	}
#menu ul{
	list-style:none;
	padding:0;
	margin-top:5px;
	}
#menu li{
	display:inline;
	padding-right:20px;
	text-transform:uppercase;
	color:#878282;
	}
#menu li a{
	color:#878282;
	text-decoration:none;
	}
#menu li a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#151515;
	}
#logo{
	float:left;
	font-size:35px;
	color:#fff;
	margin-top:60px;	
	text-transform:uppercase;
	width:450px;
	line-height:120%;
	}
#logo a, #logo a:hover{
	font-size:35px;
	color:#fff;
	text-decoration:none;
	}

#slogan{
	color: #BD3400;
	font-size: 20px;
	margin-left: 2px;
}
#header-img{
	background-image: url(images/header-img.jpg);
	width:416px;
	height:241px;
	background-repeat:no-repeat;
	float:right;
	margin-top:7px;
	}
#container{
	width:900px;
	padding:0;
	}
#content{
	width:615px;
	float:left;	margin-bottom:10px;
	}
.post{
	margin-bottom:15px;
	}
#sidebar{
	width:260px;
	float:right;
	}
#sidebar ul{
	list-style:none;
	padding:0px;
	margin-bottom:10px;
	line-height:220%;
	}
#sidebar li {
	margin-left:7px;
	color:#555;
	}
#sidebar li a {
	color:#555;
	text-decoration:none;
	}
#sidebar li a:hover {
	color:#dd3f2a;
	text-decoration:none;
	}
#footer{
	width:100%;
	clear:both;
	text-align:center;
	height:60px;
	padding-top:12px;
	background-color:#151515;
	color:#878282;
	}
#footer a{
	color:#878282;
	text-decoration:none;
	}
#footer a:hover{
	color:#fff;
	text-decoration:none;
	}
.links{
	font-size:11px;
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;
	margin-bottom:10px;
	}