/*
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.png);
	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:30px;
	font-weight:normal;
	color:#980000;
	padding-bottom:5px;
	margin-bottom:5px;
	}
h2{
	font-size:20px;
	color:#980000;
	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:#CCC;
        font-weight: bold;
	}
#menu li a{
	color:#CCC;
	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:#cd0000;
	font-size:20px;
	margin-left:2px;
	}
#header-img{
	background-image: url(images/header.png);
	width:900px;
	height:210px;
	background-repeat:no-repeat;
	float:right;
	margin-top:7px;
        margin-bottom:10px;
	}
#container{
	width:900px;
	padding:0;
	}
#content{
	width:615px;
	float:left;	
        margin-bottom:10px;
        border:1px solid black;
        padding: 10px;
        background-color:#fff;
	}
.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:#980000;
	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;
	}

/* ADDED STYLES */

.expandable {
	cursor:hand;
	cursor:pointer;
	color: #333333;
	font-weight: bold;
}
.songs-indent {
        margin-left:15px;
}
.label {
	font-size:20px;
	color:#980000;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;
	}

/* .date class used for calendar icon */
.date {
        float:left; 
        background:url('images/cal.png') no-repeat; 
        height:60px; 
        padding:10px 0 0 9px; 
        width:60px;
}
.date small {
        font:normal 9px verdana; 
        color:#fff; 
        padding-left:3px;
}
.date strong {
        font:bold 22px verdana; 
        letter-spacing:1px; 
        padding:0 0 10px 7px;
}