/* Layout */

#primary , #secondary{
	padding-top: 30px;
}


/* Header */

#masthead{
	background: #ffffff;
	-webkit-box-shadow: 0px 1px 2px #e8e9e4;
	box-shadow: 0px 1px 2px #e8e9e4;
	padding-bottom:30px;
}

.logo{
	margin-top:30px;
}

h1.site-title{
	font-size: 32px;
	text-transform: uppercase;
	margin:0px 0px;
	font-weight: 800;
}

h1.site-title a:link, h1.site-title a:visited{
	color: #333;
}
h2.site-description{
	font-size: 16px;
	margin:0px 0px;
}



/* Menu */

	

#botmenu{

	margin-top: 30px;
	}
	
#submenu {
	padding:0px 0px;
	height:50px;
	}
	
#submenu ul {
	width: auto;
	float:right;
	list-style: none;
	margin: 0;
	padding: 0 10px;
	font-size: 15px;
	}
	
#submenu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #222;
	font-weight:700;
	text-transform: uppercase;
	}
	
#submenu li a {
	color: #444;
	display: block;
    margin: 0;
	padding: 15px 10px 15px 10px;
	text-decoration: none;
	position: relative;
	}

#submenu li a:hover, #submenu li a:active, #submenu .current_page_item a  {
	color: #777;
	
	}
	
#submenu li a.sf-with-ul {
	padding-right: 10px;
	}	
	

	
#submenu li ul li a, #submenu li ul li a:link, #submenu li ul li a:visited,
#submenu li ul li ul li a, #submenu li ul li ul li a:link, #submenu li ul li ul li a:visited,
#submenu li ul li ul li ul li a, #submenu li ul li ul li ul li a:link, #submenu li ul li ul li ul li a:visited {
	color: #fff;
	width: 148px; 
	margin: 0;
	padding: 7px 10px;
	position: relative;
	font-size: 10px;
	border-bottom:1px solid #665f5d;
	}
	
#submenu ul li ul li:last-child a,#submenu ul li ul li ul li:last-child a,#submenu ul li ul li ul li ul li:last-child a  {
	border-bottom:none;

}

	
#submenu li ul li a:hover ,#submenu li ul li ul li a:hover ,#submenu li ul li ul li ul li a:hover {
	color: #fff; 
		}


#submenu li ul {
	font-size: 12px;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px;
	background:#595959;
	border:1px solid #444141;
	border-radius: 5px;
	}

#submenu li ul a { 
	width: 150px;
	}

#submenu li ul a:hover, #submenu li ul a:active { 
	}

#submenu li ul ul {
	margin: -37px 0 0 177px;
	}

#submenu li:hover ul ul, #submenu li:hover ul ul ul, #submenu li.sfHover ul ul, #submenu li.sfHover ul ul ul {
	left: -999em;
	}

#submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li.sfHover ul, #submenu li li.sfHover ul, #submenu li li li.sfHover ul {
	left: auto;
	}

#submenu li:hover, #submenu li.sfHover { 
	position: static;
	}
	

/* Alphalist */

.alphalist{
	background: url(../images/alph.png) repeat-x;
	height:50px;
	border-radius: 0px 0px 3px 3px;
}
.lister{
	float: left;
	
}
.alphalist .lister ul {
	margin: 0px 0px 0px 10px;
	list-style: none;
	line-height: 50px;
	width:690px;
	
}

.alphalist .lister ul li{
	float: left;
	font-size: 15px;
	font-weight: 800;
	margin:0px 8px;
	padding-left: 25px;
}

.alphalist .lister ul li a:link, .alphalist .lister ul li a:visited{
	color:#fff;
}

.lister ul li.twitter{
	background: url(../images/twitter.png) left center no-repeat;
}

.lister ul li.facebook{
	background: url(../images/facebook.png) left center no-repeat;
}

.lister ul li.pinterest{
	background: url(../images/pinterest.png) left center no-repeat;
}

.lister ul li.feed{
	background: url(../images/feed.png) left center no-repeat;
}

/* Searchform */
.searchbox{
	float: right;
	margin-right: 10px;
}
#searchform{
	background: #337cab;
	-webkit-box-shadow: inset 0px 1px 1px 1px #2d72a4;
    box-shadow: inset 0px 1px 1px 1px #2d72a4;
    border-radius: 4px;
    margin:9px 0px 0px 0px;
    width:190px;
}

#searchform #s{
	background: transparent;
	border: none;
	color: white;
	width:140px!important;
	float: left;
}

#searchsubmit{
	width:20px;
	height: 20px;
	background: url(../images/sbutton.png) no-repeat;
	border: none;
	box-shadow: none;
	padding: 0px 0px;
	margin:5px 8px 0px 0px;
	float:right;
}


/* Featured */

.slide-head{
	margin: 0px 20px;
}

.slide-head h3{
	float: left;
	margin-bottom:20px;
	text-transform: uppercase;
	color: #111;
	font-size: 16px;
	font-weight: 800;
}

.caroufredsel_wrapper{
	width: 900px!important;
}


.feat_lyric{
	background: #fff;
	border-radius: 3px;
	margin-top:30px;
	margin-bottom: 30px;
	position: relative;
	padding:20px 0px 20px 0px;
	-webkit-box-shadow: 0px 1px 2px #bebebe;
	box-shadow: 0px 1px 2px #bebebe;
}


.feat_lyric ul {
	margin:  0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	display: block;
}
.feat_lyric li {

	color: #999;
	text-align: center;
	width: 210px;
	padding: 0;
	display: block;
	float: left;
	margin-right: 20px;
}

.feat_lyric li img{
	height: 210px;
	height: 210px;
}

.slide-caption h2{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #111;
	margin: 0px 0px;
}

.slide-caption h2 a:link, .slide-caption h2 a:visited{
	color: #111;

}

.slide-caption p{
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	font-size: 12px;
}

a#prev2{
	width:12px;
	height: 13px;
	background: url(../images/leftarrow.png) no-repeat;
	display: block;
	position: absolute;
	right: 40px;
	top:30px;
}

a#next2{
	width:12px;
	height: 13px;
	background: url(../images/rightarrow.png) no-repeat;
	display: block;
	position: absolute;
	right: 20px;
	top:30px;
}


/* Latest lyrics */

.latestbar{
	height:50px;
	background: url(../images/alph.png) repeat-x;
	border-radius: 3px;

}

.latestbar h3{
	color: #fff;
	font-size: 16px;
	padding: 0px 0px 0px 20px;
	line-height: 50px;
	margin: 0px 0px;
	font-weight: bold;
}

.lyric-list{
	padding: 30px 0px 10px 5px;
	margin-bottom: -25px;
}

.lyric-box{
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px #bebebe;
	box-shadow: 0px 1px 2px #bebebe;
	margin-bottom: 30px;
}
.art-thumb img{
	border-radius: 3px 3px 0px 0px;
	width: 170px;
}
.lyric-info{
	padding: 5px 10px;

	
}

.lyric-info h2{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.lyric-info h2 a:link, .lyric-info h2 a:visited{
	color: #111;
}

.lyric-info p{
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	text-transform: uppercase;
		text-align: center;
}

.lyric-info ul{
	list-style: none;
	margin: 10px 10px;
	font-size: 12px;
	
}

.lyric-info ul li{
	list-style: none;
	margin-bottom: 5px;
}




.lyric-info span{
	display: block;
		font-weight: bold;
	text-transform:uppercase;
}

/* Lyric single */
.lyric-header{
	padding:0px 30px 0px 30px;
}

h1.lyric-title{
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 26px;
}

h1.lyric-title a:link, h1.lyric-title a:visited{
	color: #333;
}

.song-right{
	width:450px;
	float: left;
	margin-left: 20px;
}


/* Post and pages */

h1.page-title{
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom:10px;
	color:#111;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid #92948c;
}

article.post, article.page{
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px #e8e9e4;
	box-shadow: 0px 1px 2px #e8e9e4;
	margin: 0px 0px 30px 0px;
}

.entry-header{
	padding:30px 30px 0px 30px;
}

h1.entry-title{
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 26px;
}

h1.entry-title a:link, h1.entry-title a:visited{
	color: #333;
}
.entry-meta{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 1px solid #E2E0D5;
	padding: 0px 0px 15px 0px;
}


.footer-meta{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	border-top: 1px solid #E2E0D5;
	padding: 20px 0px 20px 0px;
	margin: 0px 30px;
}
a.readon{
	float: right;
}

span.author, span.clock, span.coms{
	padding-left: 20px;
	margin-right: 20px;
}

span.author{
	background: url(../images/user.png) left center no-repeat;
}

span.clock{
	background: url(../images/clock.png) left center no-repeat;
}
span.coms{
	background: url(../images/comment.png) left center no-repeat;
}

img.postimg{
	margin: 20px 0px 0px 0px
}

.entry-summary, .entry-content{
	padding: 0px 30px;
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0px 30px 0px;
	
}

h1.widget-title, h3.sidetitl {
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom:10px;
	color:#111;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid #92948c;
}

.widget ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

.widget li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.widget ul ul {
    list-style-type: none;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

.widget ul li {
    list-style-type: none;
    margin: 0px;
    margin: 0px 0px;
    color: #777;
}

.widget ul li a:link,.widget ul li a:visited {
    color: #777;
    text-decoration: none;
}

.widget ul li a:hover{
	color:#51abe7;
}

.widget.widget_categories ul li,.widget.widget_pages ul li,.widget.widget_archive ul li,.widget.widget_links ul li,.widget.widget_meta ul li {
    border-bottom: 1px solid #ddd;
    padding: 7px 0px;
}

.widget.widget_recent_entries ul li  {
	padding: 7px 0px;
     border-bottom: 1px solid #ddd;
}

.widget ul#recentcomments li.recentcomments {
     border-bottom: 1px solid #ddd;
    padding: 7px 0;
}

.widget .textwidget p {
    padding: 0px 0px;
}

.widget .tagcloud {
    padding: 0px 0px 20px 0px;
}

.widget .tagcloud a{
	color:#F5634A;
}

.widget #calendar_wrap{
	padding:0px 20px 20px 20px;
	color: #fff;
}

.squarebanner{
	margin:0px;
}

.squarebanner img{
	width:100px;
	height:100px;
}
.squarebanner ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px !important;

}

.squarebanner ul li{
	margin:10px 20px 5px 0px;
	list-style:none;
	float:left;
}


li.rbanner{
	margin-right:0px!important;
}




/* Bottom */

#bottom{
	margin:0px;
	padding:0px;
	background:#fff;
	}

#bottom ul{
	margin:10px 0px;
	padding:0px;
}

h3.bothead{
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom:10px;
	color:#111;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid #92948c;
	}
	
.botwid{
	padding:30px 0px;
	color: #818181;
	list-style:none;
	width:280px;
	float:left;

	}
	
.botwid ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px 0px 0px 0px ;


	}
.botwid li{
	list-style-type: none;
	margin: 0 ;
	padding: 0px 0px;
   border-bottom: 1px solid #e7e8e2;
	}
.botwid ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
		}

.botwid ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.botwid ul ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.botwid ul li {
	height:100%;
	line-height:18px;
	clear: left;	
	list-style-type: none;
	}
	
.botwid ul li a:link, .botwid ul li a:visited  {
	
	color: #818181;
	text-decoration: none;
	padding: 7px 0px 7px 0px;
	display:block;


	}

.botwid ul li a:hover{

	color: #4497CD;
	}

.botwid p{
	padding: 7px 0px;
	margin:0;
	line-height:150%;
	c
	}

.botwid table {
	width:100%;
	text-align:center;
	color: #818181;
	}		
		
.botwid ul#recentcomments li.recentcomments {
     border-bottom: 1px solid #e7e8e2;
    padding: 7px 0;
}

/* paginate */

.paginate{
	margin-bottom: 30px;
	
}

.paginate a{
	background: #fff;
	-webkit-box-shadow: inset 0px 1px 1px 1px #dddddd;
    box-shadow: inset 0px 1px 1px 1px #dddddd;
    display: block;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
    color: #777;
}

.paginate span{
	color: #fff;
	background: #4294f7; /* Old browsers */
	background: -moz-linear-gradient(top, #4294f7 0%, #366ec9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4294f7), color-stop(100%,#366ec9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4294f7 0%,#366ec9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4294f7 0%,#366ec9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4294f7 0%,#366ec9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4294f7 0%,#366ec9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4294f7', endColorstr='#366ec9',GradientType=0 ); /* IE6-9 */
    display: block;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
}



/* Comments */

#comments{
	
}

h2.comments-title{
	font-size: 20px;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	color: #111;
	  border-bottom: 1px solid #e1e2d9;
	  margin-bottom: 30px;
}

#comments ol.commentlist {
    clear: both;
    overflow: hidden;
    list-style: none;
    margin: 0;
}

#comments ol.commentlist li.comment,#comments ol.commentlist li.pingback {
    margin: 0px 0px;
    padding: 0px 0px;
    line-height: 1.6;
}

ol.commentlist li .comment-author .avatar {
     margin: 10px 20px 0px 0px;
     float:left;
     border-radius: 32px;
}
.comment-top{
	
	
}
cite.fn {
    color: #333;
    font-style:normal;
    font-weight:bold;
    font-size:16px;
    padding-top: 10px;
    display: block;
    text-transform: uppercase;
}

cite.fn a:link,cite.fn a:visited {
	color:#fff;
}

ol.commentlist li .comment-meta a {
    color: #555;
    text-decoration: none!important;
    font-size: 12px;
    font-weight: bold;
    
}
.comment-content{
	padding: 20px 30px 20px 85px;

}

ol.commentlist li .reply {
    background: #4395cb;
    color: #fff;
    font-size: 12px;
    padding:5px 10px;
    display: inline-block;

}

ol.commentlist li .reply a {
	color:#fff;

}

.space{
	height:50px;
}


ol.commentlist li ul.children {
    list-style: none;
    text-indent: 0;
    margin: 0px 0px 0px 50px;
}


#respond {
 	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px #e8e9e4;
	box-shadow: 0px 1px 2px #e8e9e4;
	margin: 0px 0px 30px 0px;
	padding: 30px 30px;

}

#respond h3 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    padding: 5px 0px;
    margin:0px 0px;
}

#commentform {
    padding: 0px 0px;
}

#commentform p {
    color: #777;
    margin: 5px 0;
}

.form-allowed-tags{
	font-size:13px;
}

#respond label {
    display:inline;
    color: #777;
    padding: 5px 0;
}

#respond input {
    background: #fff;
    border: 1px solid #ddd;
    color: #777;
    margin: 0 10px 10px 0;
    padding: 5px;
}

#commentform input {
    width: 50%;
    display:block;
    margin-top:5px;
}

#respond input#submit {
	width:130px;
    background:#eee;
    color: #555;
    cursor: pointer;
    margin: 10px 0;
    padding: 5px 10px;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

textarea#comment {
    display:block;
    margin-top:5px;
    background: #fff;
    border: 1px solid #ddd;
    width: 70%;
    color: #333;
    margin: 5px 0 0;
    padding: 10px 10px;
}


.form-allowed-tags{
	padding:20px 0px;

}



ol.commentlist li .comment-meta,#respond label small {
    margin-left: 85px;
    border-bottom: 1px solid #e1e2d9;
    padding-bottom: 10px;
    text-transform: uppercase;
}





/* Footer */

.site-footer{
	background: url(../images/alph2.png) repeat-x;
}
.site-info{
	padding:20px 0px;
	text-align: center;
}

.fcred{
	color:#fff;
	padding:0px 30px;
}

.fcred a:link, .fcred a:visited{
	color:#fff;
	text-decoration:none;
	}
	