/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.166;
	margin: 0;
	padding: 0;
	text-align: center;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
position: relative;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #FFF2BF;
border: 2px solid #FFF2BF;
}

.hovermenu ul li a:hover{
background-color: #FFE271;
border-style: outset;
}

.hovermenu li ul {
	position: absolute;
/*	left: 2px;*/
	top: 0;
	display: none;
}
	
.hovermenu li:hover ul { 
display: block; 
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#conteudo{
  float: right;
  width: 100%;
  padding: 10px 2px 2px 10px;
  font-size: 80%;
  text-align:justify;
  color: #ffffff;
}

#conteudo h3 {
  background-color: #009933;
  line-height: 2;
  text-align: center;
  color: #ffffff;
}


/************** .lastfm styles *****************/

table.lastfmWidget td {
margin:0 !important;
padding:0 !important;
border:0 !important;
}

table.lastfmWidget tr.lfmHead a:hover {
background:url(http://cdn.last.fm/widgets/images/pt/header/chart/recenttracks_regular_red.png) no-repeat 0 0 !important;
}

table.lastfmWidget tr.lfmEmbed object {
float:left;
}

table.lastfmWidget tr.lfmFoot td.lfmConfig a:hover {
background:url(http://cdn.last.fm/widgets/images/pt/footer/red.png) no-repeat 0px 0 !important;;
}

table.lastfmWidget tr.lfmFoot td.lfmView a:hover {
background:url(http://cdn.last.fm/widgets/images/pt/footer/red.png) no-repeat -85px 0 !important;
}

table.lastfmWidget tr.lfmFoot td.lfmPopup a:hover {
background:url(http://cdn.last.fm/widgets/images/pt/footer/red.png) no-repeat -159px 0 !important;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
	font-size: 90%;
}

.story p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.story img{
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
}
