/*
Theme Name: Mobile Themes in Dark Wordpress
Version: 1.0
Description: 2 Column theme
Author: Ashish sharma
*/
* {
	margin: 0;
	padding: 0;
	}
body {
	color: #312823;
	font-size: 13px;
	line-height:200%;
	background-color:#fff;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/bg-body.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
a img {
	border:none;
	}
a{	
	color:#660000;
	text-decoration:none;
	}
a:hover{
	color:#000;
	text-decoration:underline;
	}
.h2{
	font-size:20px;
	color:#980000;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;
	}
.post h2{
	font-size:30px;
	font-weight:normal;
	color:#980000;
	padding-bottom:5px;
	margin-bottom:5px;
	}
#wrapper{
	width:900px;
	margin:0 auto;
	padding:0;
	text-align:left;
	}
#h{
	width:900px;
	margin:0;
	}
#menu{
	list-style:none;
	padding:0;
	margin:5px 0 5px 0;
	width:900px;
	height:30px;
	padding:0;
	float:left;
	}
#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;
	}
#l {
	float:left;
	font-size:35px;
	color:#fff;
	margin-top:30px;
	text-transform:uppercase;
	width:450px;
	line-height:120%;
	}
#l a, #l a:hover{
	font-size:35px;
	color:#fff;
	text-decoration:none;
	}

#l h2 {
	border:0;
	color:#cd0000;
	font-size:20px;
	font-weight: normal;
	margin-left:2px;
	}
#h-img{

	width:416px;
	height:241px;
	background-repeat:no-repeat;
	float:right;
	margin-top:-3px;
	}
#con{
	width:900px;
	padding:0;
	}
#content{
	width:615px;
	float:left;	margin-bottom:10px;
	}
.post{
	padding-bottom:40px;
	}
.post p{
	margin-bottom:15px;
	}
#sidebar{
	width:260px;
	float:right;
	}
#sidebar ul{
	list-style:none;
	padding:0px;
	margin-bottom:10px;
	line-height:220%;
	}
#sidebar li, #sidebar p {
	margin-left:7px;
	color:#555;
	}
#sidebar li a {
	color:#555;
	text-decoration:none;
	}
#sidebar li a:hover {
	color:#980000;
	text-decoration:none;
	}
#footer{
	width:100%;
	clear:both;
	text-align:center;
	padding:15px 0;
	background-color:#151515;
	color:#878282;
	}
#footer a{
	color:#878282;
	text-decoration:none;
	}
#footer a:hover{
	color:#fff;
	text-decoration:none;
	}
.post div {
	font-size:11px;
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;
	margin-bottom:10px;
	}