/* -------------------------------------------------------------------------------
	Theme Name: Music Lovers
	Theme URI: http://www.templatelite.com/music-lovers-free-wordpress-theme/
	Description: Rock the theme with music and have everyone cheer for you! Brought to you free by <a href="http://www.templatelite.com/">Templatelite.com</a>.
	Version: 1.01
	Author: TemplateLite.com
	Author URI: http://www.templatelite.com/
	Tags: Black, Grey, Right Sidebar, Left Sidebar, Fixed Width, 3 columns, Widget Ready, Valid XHtml, Valid CSS
   ------------------------------------------------------------------------------- */

/***** GENERAL *****/
body{
	margin:0px auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	background:#000000;
	border:0px yellow solid;
}

img {
	border:0px;
	/*padding:5px;*/
	max-width: 100%; /* not working in IE6*/
}
/*a {color:#201C1D;text-decoration: none;}*/
a:hover {color: #201C1D;text-decoration: underline;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {margin: 0px 0px 12px 0px;}
hr {height:1px;border:none;border-top:1px dashed #201C1D; width:95%;}
del {color:red;}
ins {color:green;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
	border-left: 2px solid #201C1D;
}
input,select,textarea {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:15px;}

/********** LAYOUT **********/
#bg_top{
	background:url(images/bg_top.jpg) no-repeat top center;
	margin:0;
	padding:0;
}
#bg_btm{
	background:url(images/bg_btm.jpg) repeat-x bottom center;
	margin:0;
	padding:0;
}

#base{
	background:url(images/bg_base_repeat.jpg) repeat-y top center;
	width:980px;
	margin:0px auto;
	padding:0;
}
#base_btm{
	background:url(images/bg_base_btm.jpg) no-repeat bottom center;
	width:980px;
	padding:0;
}

#header{
	position:relative;
	width: 980px;
	height: 300px;
}

#container{
	position:relative;
	/*overflow:hidden;*/
	width:980px;
	background:url(images/bg_container_top.jpg) no-repeat top center;
}
#content{
	display:inline; 
	width:605px;
	margin:0 0 0 188px;
}
#sidebar1{
	position:relative;
	float:left;
	display:inline; 
	overflow:hidden;
	width:174px;
	min-height:500px;
	margin: -30px 0 20px -793px;
	padding:0 0px 0 0;
}
#sidebar2{
	position:relative;
	float:right;
	display:inline; 
	width:174px;
	overflow:hidden;
	margin: 0px 0px 20px 0;
	padding:0px 0 0px 0px;
	min-height:500px;
	border:0px #4C4841 solid;
}

#footer{
	color:#897150;
	overflow:hidden;
	font-size:10px;
	margin:0px 220px 0 280px;
	padding-bottom:62px;
	padding-top:100px;
}
#footer a{
	color:#897150;
}
#footsy {
	top:31px;
	position:relative;
}
/********** Header **********/
#blogtitle{
	display:none;
	font-family: Arial,Verdana; 
	font-size:28px; 
	font-weight:bold;
	text-align:left;
	padding:15px 0 5px 0px;
	margin:0px 170px 0px 170px;

}
#blogtitle a, #blogtitle a:hover {
	display:none;
	font-family: Arial,Verdana; 
	color:#F6EAD0; 
	text-decoration:none;
}
#subtitle {
	display:none;
	font-family: Arial, Verdana;
	font-size:12px; 
	font-style:italic;
	color:#ffffff;
	text-align:left;
	font-weight:normal;
	padding:0px 0 0px 0px;
	margin:0px 300px 0px 200px;
}
#header .home {
	position: absolute;
	margin:0px;
	padding:0px;
	left: 180px;
	top: 0px;
	width:630px;
	height:200px;
}
/*#header .rss {
	position:absolute;
	overflow:hidden;
	display:block;
	top:54px;
	left:24px;
	width:140px;
	height:120px;
	background:url('images/bg_rss_hover.jpg') no-repeat -200px -200px;
}
#header .rss:hover{
	background:url('images/bg_rss_hover.jpg') no-repeat 0 0;
}
*/

/********** Search **********/
#mainsearch {
	position:absolute;
	top:254px;
	right:3px;
	overflow:hidden;
	width:169px;
	height:29px;
	/*background:url('images/bg_search.jpg') no-repeat 0 0;*/	
}
#mainsearch:hover{
	background:none;
}
#mainsearchform .input {
	position:absolute;
	top:4px;
	left:30px;
	width:135px;
	padding-top:2px;
	height:17px;
	margin:0 0 0 0;
	font-size:15px;
	font-family: Verdana, Arial, Helvetica;
	/*font-weight:bold;*/
	color:#FFFFFF; 
	border:none;
	background:transparent;
}
#mainsearchform .submit{
	position:absolute;
	cursor:pointer;
	border:none;
	top:0px;
	left:0px;
	height:29px;
	width:29px;
	background:transparent;
}

/*=================== Menu ===================*/
/*#menu ul {
	position:absolute;
	overflow:hidden;
	top:248px;
	left:200px;
	width:580px;
	margin:0;
	padding:0;
	background:none;
}
#menu ul li {
	display:inline;
	font-size: 40px;
	font-family:Arial,Verdana;
	font-weight: bold;
	margin:0px;
}

#menu ul li a {
	float: left;
	display: block;
	overflow:hidden;
	line-height:25px;
	color: #4C2A03;
	padding:8px 8px 0px 8px;
	margin:0;
	text-align:left;
	text-decoration:none;
	background:url(images/bg_menu_bullet.gif) no-repeat 8px 0;
}
#menu ul li a:hover, #menu ul li.current_page_item a{
	color:#6B6456;
	background:url(images/bg_menu_bullet.gif) no-repeat center top;
}*/




/*=================== Content ===================*/
.archivetitle {
	color: #000000;
	text-align:left;
	font-size: 10px;
	font-weight:bold;
	line-height:10px;
	text-align:right;
	padding: 0px 10px 5px 10px;
	margin:0;
}
.post, #content .page{
	overflow:hidden;
	width:600px;
	margin:0 0 35px 3px;
	padding:0;
}
.post_title{
	width:500px;
	padding:15px 0 30px 100px;
	background:url('images/bg_post_title.png') no-repeat left bottom;	
}

.post_title a{
	color: #201C1D;
	text-decoration:none;
}
.post_title a:hover{
	text-decoration:none;
}
.post_title h1, .post_title h2{
	width:98%;
	font-size:25px;
	line-height:20px;
	font-weight:normal;
	margin:0;
	padding:0;	
}
.post_date{
	visibility:hidden;
	width:585px;
	height:15px;
	padding-right:5px;
	margin:-20px 0 0px 0px;
	font-family:Arial;
	font-size:9px;
	line-height:15px;
	color:#201C1D;
	text-align:right;
	letter-spacing:1px;
}
.post_date a{
	color:#201C1D;
}
.sticky .post_title a{
}

.entry{
	position:relative;
	overflow:hidden;
	color:#000000;
	width:550px;
	line-height: 1.7em;
	margin: 10px 12px 40px 12px;
	padding:0 10px 0 10px;
}
.entry a{
	/*color:#000000;*/
	/*text-decoration:underline;*/
}
.entry a:hover{
	color:#EDE4D4;
}

.info {
	position:relative;
	line-height: 1.7em;
	font-size: 10px;
	padding:5px 0 0 0;
	margin:0px 20px 0 20px;
}
.info a{
	color:#C65019;
}
.info a:hover{
	color:#C65019;
	text-decoration:underline;
}

.category {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_category.gif') no-repeat top left;
}

.tags {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_tag.gif') no-repeat top left;
}

.bubble {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_comment.gif') no-repeat top left;
}

.navigation {
	clear:both;
	overflow:hidden;
	font-size: 11px;
	font-weight:normal;
	margin: 30px 20px 5px 20px;
	padding: 5px 5px 5px 5px;
	/*border-top:1px #000000 dashed;*/
}
.navigation a{
	text-decoration:none;
}
.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 20px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #000000;
}


/*=================== Sidebar ===================*/
#sidebar1 select,#sidebar2 select{
	margin:10px 0px 0px 12px;
	font-size:11px;
	width:150px;
	overflow:hidden;
}

/***** Sidebar 1 *****/
#sidebar1 {color:#CCCCCC; font-size:15px;}
#sidebar1 a{color:#9A8D76; text-decoration:none;}
#sidebar1 a:hover {color:#FFFFFF;}

#sidebar1 ul {
	position:relative;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar1 li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
#sidebar1 h4 {
	color: #FFFFFF;
	font-size: 14px;
	line-height:15px;
	font-family: Arial, Helvetica, Verdana;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 0px;
	border-bottom:2px #7b7668 solid;
}
#sidebar1 ul li{
}
#sidebar1 ul ul li {
	line-height: 1.6em;
	list-style-type: none;
	padding: 2px 0px 0px 12px;
	/*background: url('images/bg_sb_arrow1.gif') no-repeat 0px 7px;*/
}


/***** Sidebar 2 *****/
#sidebar2 {color:#cccccc; font-size:11px;}
#sidebar2 a{color:#B77B46; text-decoration:none;}
#sidebar2 a:hover {color:#9E9583; text-decoration:underline;}

#sidebar2 ul {
	position:relative;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar2 li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar2 h4 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0 0px 0 0;
	padding: 5px 10px 5px 16px;
}
#sidebar2 ul li{
	/*border:2px #4C4841 solid;*/
	margin-bottom:15px;
	padding:0 0 10px 0;
}

#sidebar2 ul ul li {
	line-height: 1.6em;
	list-style-type: none;
	margin: 0px 5px 0px 5px;
	padding: 2px 0px 0px 10px;
	background: url('images/bg_sb_arrow2.gif') no-repeat 0px 7px;
	border:none;
}
#sidebar2 ul ul ul li{
	margin-left:0;
	margin-right:0;
}



/*************** comment ***************/
#postmetadata {
	font-size: 11px;
	margin: 10px 10px 20px 10px;
	padding: 5px 15px 5px 15px;
	border:2px #4C4841 solid;
}

.nocomments {background: none;}

#comments {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding:0;
	font-variant: normal;
	border-bottom: 2px groove #4C4841;
}

ol.commentlist {
	position:relative;
	list-style: none;
	margin:5px 0px ;
	padding:5px 10px 5px 10px;
	font-size:12px;
	background:none;
	border:none;
}
ol.commentlist .comment a{
	text-decoration:none;
	border-bottom: 1px #4C4841 dotted;
}
ol.commentlist .comment,
ol.commentlist .trackback,
ol.commentlist .pingback{
	margin:10px 0 0 0;
	padding:0;
}

ol.commentlist .children{
	list-style: none;
	padding:0;
	margin:0 0 0 15px;
}

ol.commentlist .comment div, 
ol.commentlist .trackback div, 
ol.commentlist .pingback div{
	border:1px #4C4841 solid;
	border-left:2px #4C4841 solid;
	padding:5px;
}

ol.commentlist .trackback div, 
ol.commentlist .pingback div{
	border:1px #4C4841 dashed;
}

ol.commentlist .comment div div,
ol.commentlist .trackback div div, 
ol.commentlist .pingback div div{
	background:none;
	padding:0;
	border:none;
}

ol.commentlist .says{
	display:none;
}
ol.commentlist .avatar{
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0;
	border:none;
}

ol.commentlist .fn{ 
	font-weight:bold;
	font-size: 11px;
}
ol.commentlist .fn a{
	text-decoration:none;
	border:none;

}
ol.commentlist .fn a:hover{
	text-decoration:underline;
}

	/* can remove if set in jQuery*/
	/* ie6 not support */
ol.commentlist .bypostauthor>div>div>.fn,
ol.commentlist .bypostauthor>div>div>.fn a,
ol.commentlist .bypostauthor>div>div>.fn a:hover{
	text-decoration:underline;
	border:none;
}

ol.commentlist .comment .comment-meta,
ol.commentlist .trackback .comment-meta, 
ol.commentlist .pingback .comment-meta{
	border-bottom: 1px dashed #4C4841;
	margin:0 0 10px 0px;
	padding:6px 0 6px 0;
	font-size:10px;
}
ol.commentlist .comment .comment-meta a, 
ol.commentlist .trackback .comment-meta a, 
ol.commentlist .pingback .comment-meta a {
	text-decoration:none;
	border:none;
}
ol.commentlist .comment .reply{
	clear:both;
	margin:5px 0 0 0;
	padding:2px;
	font-size:10px;
	text-align:right;
}
ol.commentlist .comment .reply a{
	text-decoration:none;
}
ol.commentlist .trackback .reply, 
ol.commentlist .pingback .reply{
	display:none;
}


/**comment paging WP2.7**/
.commentnavi{
	overflow:hidden;
	font-size:11px;
	margin:0;
	padding-right:10px;
}
.commentnavi a{
	text-decoration:underline;
}
.commentpages{
	float:right;
	padding:5px 10px;

	
}
.page-numbers{
	font-weight:bold;
	padding:2px 3px 2px 3px;
}
.current{
	font-weight:bold;
}
	/*** comment form ***/
#respond {
	clear:both;
	padding:5px 10px 5px 5px;
	margin:10px 10px 0px 10px;
	font-size:11px;
	border:2px #4C4841 solid;
}
.commentlist #respond{
	margin-right:0;
}
#respond .cancel-comment-reply a{
	color:#ff0000;
}
#respond a, #respond a:hover{
}

#commentform {
	margin:0;
	padding:10px 0 0 0;
}
#email, #author, #url {
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #4C4841;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background:transparent;
}
#comment {
	width: 98%;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #4C4841;
	padding: 2px 2px 2px 2px;
	margin-left:5px;
	background:transparent;
}
#submit {
	cursor:pointer;
	height: 20px;
	color: #ffffff;
	font-weight:bold;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 2px 15px;
	border: 1px solid #4C4841;
	background:#000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}




/********** WIDGET **********/
#wp-calendar td {font-size:11px;color:#cccccc;}
#wp-calendar td a {color:#fffffe;font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 150px;
	margin:0 0 0 10px;
	text-align: center;
	font-size:11px;
	color:#cccccc;
}

.wp-caption {  
    text-align: center;
    color:#cccccc;
}

.textwidget {
	margin:2px 5px 0 10px;
}
#akismetwrap{
	margin:2px 0 2px 10px;
}
.rsswidget img {
	display:none;
}

#sidebar h4 a.rsswidget{
	margin-left:0px;
	overflow:hidden;
	text-decoration:none;
}
.wp-smiley{
	vertical-align:middle;
	border:0px;
	padding:0px;
}
