/*
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;
	background-color:#fff;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-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;
	}
h1{
	font-size:26px;
	font-weight:normal;
	color:#A20101;
	padding-bottom:0px;
	margin-bottom:5px;
	font-family: Tahoma, Geneva, sans-serif;
	}
h2{
	font-size:20px;
	color:#980000;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;
	}
p {
	line-height: 20px;
	margin-bottom: 15px;
}
input {
	height: 25px;
	border: 1px solid #999;
	background-color: #F9F9F9;
}
#wrapper{
	width:900px;
	margin:0 auto;
	padding:0;
	text-align:left;
	}
#header{
	width:900px;
	margin: 0;
	padding-top: 11px;
	}
#menu{
	width:900px;
	height:30px;
	padding:0;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	}
#menu ul{
	list-style:none;
	padding:0;
	margin-top:5px;
	}
#menu li{
	display:inline;
	padding-right:15px;
	text-transform:uppercase;
	color:#878282;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #302F2F;
	padding-left: 15px;
	}
#menu li a{
	color:#9F9B9B;
	text-decoration:none;
	}
#menu li a:hover{
	color:#fff;
	text-decoration:none;
	}
#logo{
	color:#fff;
	text-transform:uppercase;
	width:866px;
	margin-bottom: 25px;
	padding-top: 9px;
	margin-top: 6px;
	height:210px;
	}
#logo a, #logo a:hover{
	font-size:35px;
	color:#fff;
	text-decoration:none;
	}

#slogan{
	color:#cd0000;
	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:565px;
	float:left;
	margin-bottom:10px;
	}
.post{
	margin-bottom:15px;
	}
#sidebar{
	width:230px;
	float:right;
	margin-right: 30px;
	}
#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:#980000;
	text-decoration:none;
	}
#footer{
	width:100%;
	clear:both;
	text-align:center;
	height:60px;
	padding-top:22px;
	background-color:#151515;
	color:#878282;
	margin-top: 10px;
	}
#footer a{
	color:#878282;
	text-decoration:none;
	}
#footer a:hover{
	color:#fff;
	text-decoration:none;
	}
div.footerl {
	float: left;
	width: 550px;
}
div.footerr {
	float: right;
}
.links{
	font-size:11px;
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;
	margin-bottom:10px;
	}

/*JavaScript Hint Box*/
#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #FFF;
	width: 250px;
	font:normal 12px Arial;
	line-height:15px;
	z-index:100;
	visibility: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #863110;
	border-right-color: #863110;
	border-bottom-color: #863110;
	border-left-color: #863110;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/


}

