/*
Theme Name: Rádio Mais
Theme URI: http://www.radiomais.jp/
Description: Custom Theme for Rádio Mais.
Version: 1.0
Author: Daniel Quevedo
Author URI: http://www.lhsolutions.co.jp/
Tags:

*/



/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	height: 100%;
}
ol, ul {
	list-style: none;
}

a{text-decoration: none; color: black}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0; 
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End of Reset */


/* Generic tags */

html{
	height: 100%;
}

body{
	background: #000 url(img/bg.jpg) center repeat-y;
	font-family: Tahoma;
	font-size: 12px;
}

/* End of Generic tags */

/* Main width of the site */ 
#container, #clock, #header, #content, #footer{
	width: 982px;
}

#earleft, #earright{
	width: 200px;
	height: 100px;
	background: white;
	float: left;
	position: absolute;
	}

#container{
	background: #000 url(img/bgcontent.jpg);
	min-height: 100%;
	margin: 0px auto;
}

/* Header */
#clock{
	background-color: black;
	height: 32px;
}

#header{
	height: 243px;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(img/bgheader.jpg) top repeat-x;
}

#logo{
	background: url(img/logo.png) no-repeat;
	width: 300px;
	height: 160px;
	margin: 5px 10px 3px 25px; 
	float: left;
}

#headbanner, #headbanner iframe{
	background: transparent;
	width: 600px;
	height: 88px;
	margin: 55px 10px 3px 30px;
	float: right; 
}


#firstmenu, #secondmenu{
	width: 705px;
}

#secondmenu li{}

#menu{float:left; margin: 0; padding:0; height: 75px;}

#firstmenu li{
	width: 140px; 
	height: 53px;	
}

#secondmenu li{
	width: 116px;
	height: 35px; 
}

#firstmenu li, #secondmenu li{
	letter-spacing: -1px;
	display: inline;
	float: left;
	margin: 40px 1px 0px 0px;
	background: url(img/bgmenu.jpg) bottom;
	text-align: right;
	font-family: "Helvetica", "Arial";
	font-weight: bold;
}

#firstmenu li a, #secondmenu li a{
	position: relative;
	color: #772312;
	text-transform: uppercase;
	height: 100%;
}

#firstmenu li a{
	right: 10px;
	top: 25px;
	font-size: 15px;
}

#secondmenu li a{
	right: 10px;
	top:4px;
	font-size: 10px;
}

#secondmenu li:hover{background: black;}
#secondmenu li a:hover{color: white;}


/*  Login Box */
#login{
	width: 276px;
	height: 75px;
	background: url(img/bgmenu.jpg) bottom;
	float: left;
	margin: 0px 1px 0px 0px;
	font-family: Helvetica, Arial;
	overflow: hidden;
}

#loginhead li{list-style: none; margin: 0px 12px; float: right; width: 90px; text-align: right;}

#loginhead li a{color: #4a4534; font-size: 10px;}

#loginhead h2{
color: #772312;
text-transform: uppercase;
font-weight: bold;
font-size: 10px;
float: left; 
margin: 3px;
letter-spacing: -0.05em;
clear: none;
}

#avatar{
width: 58px;
height: 58px;
background: transparent no-repeat;
margin:10px;
float: left;
}

#loginhead, #loginform {width:196px; float: left;}
#loginhead {height: 66px; margin: 5px 0;}
#loginform {height: 30px; clear: none; margin: -45px 0 0 0;}
#loginfields{display: block; float: left; width: 140px; clear: none;}

#login form input{
height: 12px;
margin: 2px;
width: 135px;
float: left;
color: #454030;
font-size: 10px;
}

#login form .button{
float: left;
width: 40px;
height: 36px;
background: url(img/btn-entre.jpg) center center;  
text-indent: -1000px;
}


div.userPrefecture, div.userEmail, div.userPoints, #login a{margin: 5px 5px 0 0; font-size: 10px;}

#login a.right{float: right; margin: -5px 10px 3px 0px;}

.userData{width: 120px;}
.logoutLink{float: right;}


/* End of Header */

/* Content */
#content{
	background: transparent;
	height: 100%;
	color: black;
	text-align: left;
	padding-bottom: 20px;
	overflow: auto;
}

#center-content{
	width: 540px;
	background: transparent;
	float: left;
	padding: 0;
	margin: 0 auto;
	clear: none;
	height: 100%;
}

.centerbox h1, .centerbox #cycnav{margin: 15px;}

#sidebar-left, #sidebar-right{
	width: 220px;
	clear: none;
}

.entry{font-family: Georgia; line-height: 1.2em; margin: 20px;}

.entry p{line-height: 1.6em; font-size: 14px; padding: 0px; margin: 10px; text-align: justify;}

.entry p:first-line{text-indent: 20px;}

#sidebar-left{float: left;}
#sidebar-right{float: right;}

/* Sideboxes */
.sidebox, .centerbox{

	background: #f9f3de url(img/bgbox.png) top repeat-x;
	min-height: 100px;
	margin: 0px auto 0px auto;
	font-family: Georgia;
}

.centerbox{padding: 0px 15px; width: 511px;}
.sidebox {padding: 3px 3px 3px 3px;}

.sidebox ul{margin: 10px;}

.sidebox{width: 199px;}
.full, #featured-news{width: 511px; float: left;}
#ouvinte{width: 120px; height:308px; float: left; }
#noticias{width: 378px; height:308px; float: right;  margin-left: 10px;}
#noticias2{height:306px; float: left;}


.sidebox h2{width: 94%;} 
.centerbox h2{width: 100%;}

.headTab{background:url(img/boxhead_big.png) no-repeat center bottom; height:28px; width: 541px; margin: 6px auto 0px auto; overflow: hidden; float: left;}
.headTabWidget{background:url(img/boxhead.png) no-repeat center bottom; height:28px; width: 210px; margin: 6px auto 0px auto; overflow: hidden;}
.bottomWidget{background: url(img/btm_wdt.png) no-repeat center top; height: 11px; width: 205px; margin: 0px auto 6px auto; overflow: hidden;}
.bottomTab{background: url(img/btm_big.png) no-repeat center top; height: 17px; width: 541px; margin: 0px auto 6px auto; overflow: hidden; float: left;}


.sidebox h2, .centerbox h2, .headTab h2, .headTabWidget h2{
	font-variant: normal;
	letter-spacing: -0.1ex;
	color: #fff;
	padding: 8px 5px 6px 0px;
	margin: 0 auto;
	text-align: left;
	text-indent: 10px;
	text-transform: uppercase;
	font-family: "Arial", "Helvetica";
	font-weight: bold;
	font-size: 12px;
	}


#featured-news{
	float: right;
	display: block;
	height:258px;
	background: black url(img/bgfeatured.jpg) no-repeat right;
	margin: 5px auto;
	padding: 0px 3px 0px 3px;	
}

/* 	Content inside main boxes
	o- 	stands for "ouvinte"
	n-	stands for "noticias"
*/

.newsdrop{margin: 6px; clear: both; height: 87px;}

.n-thumb{
	width: 50px; 
	height: 80px;
	margin: 5px 10px;
	float:left;
}


p.message {width: 90%; margin: 0 auto;}

.o-avatar{
	display: block;
	width: 100px;
	height: 130px;
	background: black;
	margin: 10px auto;
	overflow: hidden;
	
	}

.n-teaser, .p-teaser{
	padding-left: 6px;
	padding-bottom: 2px;
	padding-right: 6px;
	padding-top: 6px;
	color: #9c0101;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bolder;
	
}

h3.n-title{
	letter-spacing: -0.7px;
	line-height: -0.2em;
	word-spacing: 1px;
	font-family: Georgia;
	font-size: 14px;
	color: black;
	padding: 3px;
	font-weight:bold;
	text-align: left
}

h3.n-title a{color: black;}


p.n-blob{
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
	color: #535353;
	margin: 3px;
	text-align: left;
}


ol.ranking{
	margin-left: 25px;
	margin-bottom: 6px;
	margin-right: 6px;
	margin-top: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style: decimal;
	position: relative;
}

ol.raking li{
	line-height: 9px;
	margin: 4px;
}

/* Gallery home */

.gallery-item{
	display: block;
	width: 108px;
	height: 100px;
	float: left;
	margin: 9px;
	text-align: center;
	font-size: 10px;
}

.gallery-thumb{
	margin-bottom: 10px;
	display: block;
	width: 100px;
	height: 70px;
	float: left;
}

.galleryList {display: block; padding: 5px; background: #c0b69e; margin: 5px;}
.galleryList:hover {background: white;}

.galleryList .gallery-thumb {margin-right: 10px;}

.g-title {font-family: Helvetica, Arial; width:90%; text-transform: uppercase; font-weight: bold; margin-bottom: 5px; padding-top: 5px; border-top: 1px dotted gray; color: #800000; margin-top: 5px;}

.g-title a{}

/* End of Content */


/* Footer */	
#footer{
	background: #1d2827 url(img/bgftr.jpg) top repeat-x;
	clear:both;
	height: 120px;
	position: relative;
	bottom: 0;
	padding-bottom: 20px;
	color: white;
	}


.ftr-logo{width: 200px; background: url(img/logoftr.png) no-repeat center top}
.ftr-content{width: 165px;}

.ftr-logo, .ftr-content{
	font-family: Helvetica, Arial;
	font-size: 10px;
	margin: 10px 20px;
	height: 100px;
	border-left: #505050 solid 1px;
	float: left;
	padding: 5px 10px;
}

.ftr-content p, .ftr-content a{
	line-height: 1.5em;
	color: gray;
	text-decoration: none;
}

.ftr-content h3{
	font-weight: bold;
	text-transform: uppercase; 
}

.ftr-content a:hover{
	color: white
}


/* End of Footer */


/* BOF of easySlider */

#slider ul, #slider li{
	margin: 5px 0px;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:535px;
	height:258px;
	overflow:hidden; 
	padding: 0;
	margin: 0;
	}


.featured{font-family: Georgia; height: 260px; padding: 10px;}

.featured .feat-box{
background: black;
-moz-opacity: 0.9;
width: 200px;
height: 220px;
margin: 0px 20px;
padding: 10px;
letter-spacing: -0.04em;

}
.featured .feat-box h2{
font-size: 1.2em;
border-top: 1px dotted gray;
padding: 10px;
line-height: 1.2em;
font-weight: bold;
}

.featured .feat-box a{
color:#ff9923;
}

.featured .feat-box p{
padding: 10px;
line-height: 1.2em;
color: white;
}

/* EOF of easySlider */


.centerbox form{
margin: 15px;
}

.centerbox form .input, .centerbox form textarea, .centerbox form select, .centerbox form input, .centerbox form label{
margin: 0 5px 5px 5px;
}

form input, textarea{
background: #fff url(img/bgform.png) top repeat-x;
border: 1px solid #dbcfc6;
}

.centerfox form input{
border: 1px solid gray;
}

.centerbox h1{font-weight: bold; font-family: Georgia; font-size: 2em; border-top:1px dotted gray; padding-top:5px;}


/* Bankrates */

.sidebox div{display: block;}
.sidebox div.bankratesTitle{text-transform: uppercase; font-weight: bold; margin: 10px 10px 0px 10px; padding: 5px 0; font-size: 10px; font-family: Helvetica, Arial; border-top: 1px dotted gray; clear: both; color: #6e1b14; width: 90%;}

.sidebox div.bankratesLabel{width: 100px; float: left;}
.sidebox div.bankratesValue{width: 40px; margin: 0 10px; float: right; text-align: right;}
.sidebox div.bankratesLabel{float: left; margin: 1px 10px;}

/* Now Playing */

.sidebox div.songTitle, div.songArtist {margin: 3px 10px;}
.sidebox div.songCover{margin: 10px auto; background: transparent center center; width: 168px; height: 168px}
.sidebox div.songTitle{font-weight: bold;}
.sidebox div.btnOuca{display: block; margin: 6px auto 2px auto; background: url(img/btnouca.png) center center no-repeat; width: 186px; height: 35px; text-indent: -1000px; }

#popupTodo div.btnOuca{display: none;}

div.widget, .wp-polls-form{margin: 10px;}

#noRadio{margin: 5px; color:#7e6939; font: 08px/1.5 "Verdana"; border: 1px solid #ba9927; padding: 5px; background: #d1cd9d; position: absolute; bottom: 5px; width: 150px;}
#noRadio a{font-weight: bold; color: #2c537e;}

/* Player Popup */

#popupFrame{
width: 500px;
height: 300px;
}

#popupTodo {background: transparent; width: 500px; height:300px;}
#popupTodo .sidebox{width: 180px; height: 280px; margin: 5px; background: transparent; float: left;}
#popupTodo #popupAd{width: 300px; height: 206px; background: black; float: right; margin: 5px;}
#popupTodo #popupAd a{text-decoration: none; border: 0;}
#popupPlayer {background: transparent; width: 300px; height: 64px; float: right; margin: 5px;}



.leiamais{
border-top: 1px dotted gray;
clear: both;
color: #8b1820;
display: block;
font-family: Helvetica, Arial;
font-size: 10px;
font-weight: bold;
margin: 10px;
padding-top: 3px;
text-align: right;
text-transform: uppercase;
width: 96%;
}

.leiamais a {color: #800000;}

/* Slider */
p#controls, p#controls2{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:20px;
	height:77px;
	position:absolute;
	left:5px;
	top:-160px;
	}
#nextBtn, #nextBtn2{ 
	left:495px;
	}
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:30px;
	height:77px;
	background:url(img/btnprv.png) no-repeat 0 0;	
	}	
#nextBtn a, #nextBtn2 a{ 
	background:url(img/btnnxt.png) no-repeat 0 0;	
	}
	
	
/* User Rank */

ul.userRank {display: block; clear: both; margin-bottom: 5px; height: 58px;}
.userRank li img {float: left; margin: 0 5px 0 0;}	
.userRank .topUser {font-size: 14px; font-weight: bold;}

.clr{clear: both; width: 100%;}

#ouvinte .n-title{margin: 6px;}




#pollQuestion{
font-size: 12px;
font-weight: bold;
margin: 10px;
}

input.Buttons{background: url(img/votar.png) no-repeat;
}


/* Pop Up */
#popupTodo {background: url(img/maisbg.jpg); width: 500px; height:300px;}
#popupTodo .sidebox{width: 170px; height: 280px; margin: 5px; 	background: #f9f3de url(img/bgbox.png) top repeat-x; float: left;}
#popupTodo .sidebox span.btnOuca{display: none;}
#popupTodo #popupAd{width: 300px; height: 206px; background: black; float: right; margin: 5px;}
#popupTodo #popupAd a{text-decoration: none; border: 0;}
#popupPlayer {background: transparent; width: 300px; height: 64px; float: right; margin: 5px;}

/* Newsletter */
div.widget form{margin: 10px auto;}

.wpsb_form_btn{
background: url(img/enviar.png) no-repeat;
width: 100px;
text-indent:;
margin: 10px auto;
border: 0px;
}

#postcomments textarea#comment{width: 400px;}

#postcomments p {margin: 5px 20px;}

#postcomments {margin: 25px auto;}


.postDate {margin: 15px;}
.centerbox small, .centerbox small a{font-family: Helvetica, Arial; color: gray;}

/* Comments */
.comment{width: 504px; background: #f9f3de; border: 1px dotted gray; margin: 10px;}
div.commentUserData{width: 60px; margin: 5px; padding: 3px; float: left;}
div.commentUserAvatar{width: 58px; height: 58px; background: black; margin: 5px auto;}
.commentUserName{font-size: 10px; font-weight: bold; font-family: Helvetica, Arial; color:#800000; text-transform: uppercase; text-align: center; margin: 5px auto;}
.commentUserDate{font-size: 10px; font-family: Georgia, Geneva; color: #666666; width: 80%; margin: 0 auto;	}
.commentBubble{width: 415px; float: left; margin: 10px 0;}
.preBubble, .posBubble{height: 28px;}
.theBubble {min-height: 22px;}
#postcomments .theBubble p{width: 85%; margin: 0 40px; line-height: 1.6em;} 
.preBubble {background: url(img/preBubble.jpg) no-repeat;}
.theBubble {background: url(img/theBubble.jpg) repeat-y;}
.posBubble {background: url(img/posBubble.jpg) no-repeat;}
.clr {clear: both;}

h3#comments, h3#respond, form#commentform p{margin: 0 20px 10px 20px; font-weight: bold;}

/* Smoke */

#smokes{z-index: -1; width: 1205px; height: 500px; position: absolute; margin-left:-94px}
#smokeL, #smokeR {height: 400px;}
#smokeL{width: 94px; float: left; background: url(img/smokeL.png) no-repeat top left;} 
#smokeR{width: 128px; float: right; background: url(img/smokeR.png) no-repeat top right;}

/* Pagination */

.pagination{display: block; width: 95%; padding: 3px; margin: 50px 10px 20px 10px; clear: both; font-family: Helvetica, Arial; font-weight: bold; text-transform: uppercase; font-size: 10px; text-align: right;}
.pagination a {color: #800000; padding: 6px; background: #ff8000; display: }
.pagination a:hover {color: #fff; background: #800000;} 

.textwidget img {margin: 5px 10px;}


/* Team */

.teamImg {float: left; margin: 0px 10px 5px 10px; clear: left;}
.entry h4 {font-size: 14px; margin: 10px 0; font-weight: bold; font-variant: small-caps;}
p.team{height: 80px; display: block;}


/* Cforms */

.cform {height: auto; overflow: auto;}

.cform .single{
	margin-right: 10px;
	margin-top: 0px;
	width: 200px;
}

.cform input{margin: 0px;}

.cform input, .cform label, .cform li{
	float: left;
	clear: both;
}

.cform li { margin: 10px 0;}


.cform label span {font-size: 12px; font-weight: bold; margin-top: 0px;}

.cform .emailreqtxt, .cforms .reqtxt{margin-top: 10px;}

.linklove{display: none;}

.entry ul {list-style: disc;}
.entry ul li {margin: 5px 0px; text-align: justify;}

#wpsb_email{margin: 5px 0px;}

ul#cycnav li {margin: 10px 0px;}
