/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background-color:#333; /*#4F8E83;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color:#333;
	
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,textarea{
	border: #999999 1px solid; 
	font-size: 11px;
	padding: 2px;
}
select,text{
	padding: 0;
	border: #999999 0px solid; 
}
li{
	list-style: none;
}

/*========= LAYOUT =========*/


#page{
	width: 990px;
	background:#fff;
	
	margin:5px auto;
	border: 1px solid #fff;
}
/*--- Main Columns ---*/
#columns{
	padding:7px 10px 2px;
	background-color: #fff;

	margin: 0px;

	
	
}
.col1{
	float: left;
	width: 536px;
	padding-left:5px;
	padding-right:12px
	
       
}
.col2{
	float: left;
	width: 214px;
}

.leftcol{

        float: left;
	width: 198px;
        padding-right:5px;



}
/*--- Sub Columns ---*/
.subcol{
	width: 214px;
}
.subcol h2{
	font-size: 14px;
	padding: 0 0 10px;
	color: #FFFFFF;
}

/*========= HEADER =========*/

hr{
height:1px;
background:#666;
border-bottom:1px dotted #666;
clear:both;margin-top:5px
}

/*- Page Navigation -*/

#nav1{
	height: 30px;
	padding: 0px 0px !important;
	background-color: #fff;
	margin:3px 0px 0px !important;
	width: 350px !important;
	float:right;
	border:0px solid #ddd;
	text-align:right;

}

#navheader{
	height: 111px;
	padding: 0px 0px !important;
	background:#fff;
	margin:10px 10px 0px !important;
	width: 970px !important;
	
}
/*- Header -*/


#headerleft {
        height: 111px;
	float:left;
	display:inline;
	width:580px;
	padding-top:0px;
	padding-left:0px;
	margin-bottom:0px !important;
       
	}
#headerright {
        height: 111px;
	float:right;
	display:inline;
	width:350px;
	margin-top:0px !important;
	padding:0px !important;
       
       
	}


#nav ul {
	position: relative;
	height: 30px;
	overflow: hidden;
	float:right;
	width:700px;
	
}
#nav ul  li {
        float:right;
        list-style: none;
	font-weight:bold;
	
	
}
#nav .current_page_item {
	height:30px;
}
#nav .current_page_item a {
	color: #FFFFFF;
}
#nav ul  li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

#nav ul  li a {
	text-decoration: none;
	outline: none;
	text-align: center;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float:left;
	height:30px;
	position: relative;
	overflow: hidden;
	margin: auto 11px !important;
	margin: auto 0px;
	font-weight: bold;
	font-family:VERDANA;
	font-size: 10px;
	text-transform: uppercase;
}

#nav ul  li a:hover{
text-decoration:underline;

}

#nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}  
/*- Category Navigation -*/
#nav2, #nav2 * {
	margin:0;
	padding:0;
	list-style: none;
	
}

#nav2 {
	height: 30px;
	line-height: 30px;
	margin:0px 10px;
	

}
#nav2 li {
	line-height: 30px;
	float: left;
	list-style:none;
}
#nav2 li a {
	
	display: block;
	padding: 0 13px;
	font-size: 10px;
	font-weight: BOLD;
	font-family: VERDANA;
	line-height: 30px;
	text-transform:uppercase;
	
}

#nav2 li ul {
	position:absolute;
	left: -999em;
	width:15em;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left:auto;
	z-index:10 !important;
}
#nav2 li ul li {
	display:block !important;
	width:15em;
	border:1px solid #ddd !important;
	border-top:none !important;
	background:#fff;
}


/*- Category Navigation -*/
#nav3, #nav3 * {
	margin:0;
	padding:0;
	list-style: none;
	
}
#nav3 {
	height: 25px;
	line-height: 25px;
	margin:0px 10px;
	
	
        
}
#nav3 li {
	line-height: 25px;
	list-style:none;
	float:right;
}
#nav3 li a {
	
	display: block;
	padding: 0 13px;
	font-size: 10px;
	font-weight: NORMAL;
	font-family: VERDANA;
	line-height: 25px;
	
}

#nav3 li ul {
	position:absolute;
	left: -999em;
	width:15em;
}
#nav3 li:hover ul, #nav3 li.sfhover ul {
	left:auto;
	z-index:10 !important;
}
#nav3 li ul li {
	display:block !important;
	width:15em;
	border:1px solid #ddd !important;
	border-top:none !important;
	background:#fff;
}



/*- Search -*/
#search{
	float: right;
	height: 28px;
	width:270px;
	margin: 10px 0px 0px !important; 
	padding:6px !important;
	background : #c3edf3;
        border:1px solid #4FCDDF;
	
}
* html #search{
	margin-right: 8px;
}
#search input{

	float: left;
	font-size: 11px;
	width:180px;
	margin:3px 0px 0px;
	padding: 3px 4px 4px;
}
#search .btnred{
	padding: 0;
        width: auto;
	margin:4px 0px 0px 5px !important;
	border:none;
	width:75px;
        font-family:'trebuchet ms',helvetica,sans-serif;
        font-size:11px;
        font-weight:bold;
       
}
/*- Header -*/
#header{
	height: 85px;
	background-color: #ffffff;
	margin: 0 15px;
	padding: 0px;
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;

	font-size: 24px;
}
#header h1 a{
	display: block;
	
	width: 389px;
	color: #000000;
	font-size: 28px;
}

/*- Top Banner -*/
#topbanner {
	float: right;
	width: 468px;
	padding:20px 0px 0px;
}

#topbanner img{
	float: right;
}

/*- RSS -*/

.rss {
	color:#000000;
	font-weight:bold;
	background-image: url(images/ico-arcfeed.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.email {
	color:#000000;
	font-weight:bold;
	background-image: url(images/ico_email.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 1px;
	padding-left: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top: 2px;
	padding-bottom: 2px;
}



.omhome {
	color:#000000;
	font-weight:bold;
	background-image: url(images/all_arrows_03.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 1px;
	padding-left: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top: 2px;
	padding-bottom: 2px;
}



#rss a{
	color: #666666;
}
#rss h2{
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
#rss ul{
	margin: 0px;
	padding: 10px;
	float:left;
}
#rss li{
	margin: 0px;
	border:none !important;
	padding: 5px;
}
#rss img{
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}



/*=== Small Box Post ===*/
.post{
	margin: 0;
}

.post h3{
	font-size: 14px;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
	line-height: 15px;
}

/*- Box -*/
.box{   
	clear: both;
	height: 1%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
}
.box .post{
	width: 263px;
	background-color: #ffffff;
	margin:0px;
	min-height:195px;
        
}


.box .post p{
	font-size: 11px;
	line-height: 16px;
	padding: 0px 10px 10px;
}

.box .post img{
	border: 1px solid #ccc;
	float: right;
	padding: 5px;
	background-color: #fff;
	margin: 5px;
}

/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 0px 0;
	
	
}
.post-alt h2{
	font-size: 16px;
	margin-top:15px;
}
.post-alt h3{
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #000000;
}
.post-alt h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}
.post-alt h3 a, .post-alt h2 a{
	color:#3c8da6;;
	font-size:14px;
	margin-top:10px;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt h3.post_date{
	color: #999999;
	padding: 5px 0px 2px;
	font-size: 11px;
	font-weight: normal;
}
h3.posted{
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	background-color: #eeeeee;
	padding: 5px;
	margin-top: 10px;
	text-align: right;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
h3.posted a {
	color: #000000;
	font-size:11px;
}
/*=== Buttons ===*/
.continue{
	background: url(images/ico-arrow.gif) no-repeat left;
	font-weight:bold;
	padding-left: 15px;
}
.comments {
	padding-bottom:0px !important;
	
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat  left;
	color: #000000;
	font-weight:normal;
	font-size:11px;
	padding:4px 0px 0px 18px;
	margin-left:0px;
	
}

/*=== Traditional Blog Post ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	margin-bottom:10px;
	padding:10px;
	color:#000 !important;
}
#archivebox h4, #archivebox h3, #archivebox h2{
	color:#333333;
	font-family:"Times New Roman";
	 text-transform:capitalize; font-variant:small-caps; letter-spacing:1px; font-weight:normal; 
	font-size:21px;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	font-weight: normal;
}
#archivebox a, #archivebox h2 {
	color:#000;
}
.archivefeed {
	margin-top:10px;
	padding-bottom:0px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	height:20px;
	color:#000;
	font-weight:bold;
	font-size: 11px;
	font-weight: normal;
	padding:3px 0px 1px 22px;
}
.arclist{
	width: 240px;
	margin:0px 0px 25px;
	padding:10px;
	background:#f7f7f7;
	border-bottom: 1px solid #eee;
}
.arclist h2{
	color: #000;
	font-size:14px;
	padding:0px 0px 15px;
}

.arclist ul li{
	color:#c0c0c0;
	font-size:11px;
	padding:8px 0 8px 10px;
	border-top:0px solid #eee;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#000 !important;
}
.singletags a { font-weight: normal !important; }
.entry {
margin-left:8px;
margin-right:8px;

}
.entry p{
	text-align:left;
	font-size:11px;
	line-height:18px;
	}
.entry blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px auto 15px;
	}
.entry blockquote p {
	font-size:11px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img {
	padding: 4px;
	border: 1px solid #dddddd;
	float:left;
	display:inline;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-bottom: 15px;
	}

/*
.entry ul li {
	list-style:circle;
	margin-left:15px;
	padding:3px 0px;
	}
*/

.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:11px;
	line-height:20px;
	
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}

.entry .bluearrowlistul li {
        
        list-style-type:none;
        background: url(images/bullet4.gif) 0 4px no-repeat;
        padding: 0 0 10px 17px;

        }

        }
.entry .ticklistul li {
        
        list-style-type:none;
        background: url(images/tick.jpg) 0 4px no-repeat;
        padding: 0 0 10px 19px;

        }

.entry .bigarrowlistul li {
        
        list-style-type:none;
        background: url(images/arrow-rt.gif) 0 4px no-repeat;
        padding: 0 0 10px 19px;

        }



.entry ul li {
        
        list-style-type:none;
        background: url(images/bullet2.gif) 0 4px no-repeat;
        padding: 0 0 10px 17px;
}



.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:11px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

#comment {

margin-left:8px;
margin-right:8px;

}

h2.commh2{
	font-size: 1.4em;
	padding: 0 0 5px;
	font-weight:bold !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#f7f7f7;
	border:1px solid #eee;	
}

/*========= SIDEBAR =========*/

/*========= SIDEBAR =========*/
#mpu_banner {
	width:300px;
	height:250px;
	background-color:#eeeeee;
	margin-bottom:15px;
	padding: 9px;
	border: 1px solid #eee;
}

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/


.leftcol .mootabs_title{
	font-size: 10px;
	width: 100%;
	float:left;
}
.leftcol .mootabs_title li{
	float: left;
	display:inline;
	font-size: 10px;
	line-height: 34px;
	background: #666;
	border:1px solid #ddd;
	font-weight: bold;
	margin:0px 2px 0px 0px !important;
	padding:0px 5px !important;
	/*cursor: pointer;*/
	color:#CC0000;
}
.leftcol .mootabs_title li:hover, .leftcol .mootabs_title li.active{
	border: 1px solid #ddd;
	text-decoration: none;
	color:#fff;
}



.sideTabs {
	width:214px !important;
	height:auto !important;
	min-height:200px;
	padding:5px;
	background:#fff;
	border:0px solid #4FCDDF;
	float:left;
	display: block;
}


.sideTabsleft {
	width:186px !important;
	height:auto !important;
	min-height:200px;
	padding:5px;
	border:1px solid #eee;
	background-color:#fff;
	float:left;
	display: block;
}
.col2 .mootabs_title{
	font-size: 10px;
	width: 100%;
	float:left;
}
.col2 .mootabs_title li{
	float: left;
	display:inline;
	font-size: 10px;
	line-height: 30px;
	margin:0px 2px 0px 0px !important;
	padding:0px 5px !important;
}
.col2 .mootabs_title li:hover, .col2 .mootabs_title li.active{
	text-decoration: none;
	color:#fff;
}
.col2 .mootabs_panel {
	
	clear: both;
	float:left;
	height:auto !important;
}
.col2 .mootabs_panel.active {
	display: block;
	float:left;
}
.col2 .mootabs_panel ul{
	width: 203px !important;
	padding:5px !important;
	margin:5px 0px 0px !important;
        background:#FFF;
	
	}



.col2 .mootabs_panelhidden {
	
	clear: both;
	float:left;
	
        visibility:hidden;
        height:1px 
}
.col2 .mootabs_panelhidden.active {
	display: block;
	float:left;
}
.col2 .mootabs_panelhidden ul{
	width: 203px !important;
	padding:5px !important;
	margin:5px 0px 0px !important;
        background:#FFF;
	
	}




.col2 .mootabs_panel_subcat ul{
	width: 203px !important;
	padding:25px !important;
	border:0px solid #ddd !important;
	margin-left:30px;
	background-color: #FFFFFF;
	
	}
.list1 li,.list2 li, .list3 li{
	padding:0px 0px 10px 18px;
	border-bottom: 0px solid #eee;
	margin-top:5px;
	line-height:14px;
	
}

.list_subcat li{
	padding: 6px 0 6px 18px;
}

.list1 li a,.list3 li a,.list4 li a, .list2 li a,.list5 li a{

	font-size: 10px;
	font-weight:normal;
	
	
}

.list5 li{
	border-bottom: 1px solid #eee;	
	padding:6px 0px;
}
/*- Ads -*/
.ads{
	width:202px;
	padding: 5px;
	text-align:center;
	margin:0 0 5px;
	height:auto !important;
	float:left;
	display: block;
}

.adsleft{
        width:186px;
	padding: 5px;
	margin-top:7px;
	text-align:center;
	height:auto !important;
	float:left;
	display: block;
	border:1px solid #ddd;
}

.adsleft img{
	float: left;
	margin:0px 0px 0px 0px;


}
.ads img{
	float: left;
	margin:0 0px 0 0;
}
.ads img.last{
	margin: 0;
}

/*=== Styling Widget Lists ===*/
.widget h2 {
	padding: 5px;
}
.widget ul {
	margin:0 0 10px 0;
	padding:5px 0;
	border:none !important;
}
.widget ul li {
	border-bottom: 1px solid #eee;
	padding:5px 0 5px 5px;
	margin:0px;
}
.widget ul li a {
	color: #07b;
	text-transform:uppercase;
	font-size:9px;
	font-weight:normal;
}

/*========= FOOTER =========*/
#footer{
	clear: both;
	height:55px;
	margin:0px 10px 10px;
	padding:15px 15px 2px;
	text-align:center;
	float:center;
        color:#fff;
	
	
	
}

#footer p{
color:#fff;
font-size:9px;

}

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	border-bottom: 2px solid #eee;
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-bottom: 1px solid #eee;
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #dddddd;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 11px;
	margin-bottom:1px;
	margin-right: 10px;
}


.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

#head10 a{
color:#666;
background: url(images/ico-arrow2.gif) no-repeat  left;
	
font-weight:normal;
	font-size:11px;
	padding:4px 0px 0px 18px;
	margin-left:0px;
}

/*========== ALBUM REVIEW STYLES BEGINS =======*/
.ProducerInfo{
padding:7px;
background-color:#fff3d9;
height:100px;

}

.AlbumSongsList{
width:380px;display:inline;float:left;
margin-top:15px;
}

.AlbumSongListRightPan{
width:130px;display:inline;float:right;
margin-top:20px;

}
.AlbumNotes{

padding-top: 3px;
margin-bottom:15px;
}
.contentHeader{
font-weight:bold;
font-size:13px;
color:#333;

}

/*========== ALBUM REVIEW STYLES ENDS =======*/


/*========== Image Gallery STYLES Starts =======*/

.imagegallery{

margin-left:20px;

}


.galleryalbum{ 
width: 210px;
background:#f6f6f6;
height:auto;
padding:10px;
text-align:center;
margin:10px;
float:left;
display:inline;

}

.imagegallery img {
	padding: 4px;
	border: 1px solid #dddddd;
	float:left;
	display:inline;
	background-color: #FFFFFF;

	}