/*
	Theme Name: Funk Como Legusta
	Theme URI: http://www.funkcomolegusta.com/
	Description: Tema exclusivo do Blog <a href="http://www.funkcomolegusta.com/">Funk Como Legusta</a>.
	Version: 1.0
	Author: Ze Rodrigues
	Author URI: http://www.thefirm.com.br
	Tags: Banda, Musica, Funk Como Legusta
*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: 0;
}

body {
	background-image: url(images/top-fundo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000;
}

.clear {
	clear: both;
}

.escondido {
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute;
}

div#container {
	width: 830px;
	margin: 0 auto;
}
.alignleft {
	float: left;
	border: 0;
}
.alignright {
	float: right;
	border: 0;	
}
.clear {clear:both;}

/* TOPO */
#blackDash {
	width:100%; height:20px;
	background-color:#000;
	border-bottom:1px dashed #993333;
}

/* MAIN */
.floatLeft {
	float:left;
}
.espaco {
	width: 10px; height: 244px;
	float:left;
}
.espacoM {
	width: 10px; height: 100px;
	float:left;

}
.fundoNoticias {
	background-image:url(images/fundo-noticias.png);
	background-repeat:no-repeat;
	width: 409px; height: 244px;
}
.fundoConfira {
	background-image:url(images/fundo-confira.png);
	background-repeat:no-repeat;
	width: 409px; height: 100px;
}
.titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight:bold;
	color: #990000;
	text-transform:uppercase;
}
.tituloConfira {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight:bold;
	color: #cc6600;
	text-transform:uppercase;
	margin: 10px 0;

}
#branco {
	color:#FFFFFF;
	font-weight:normal;
}
.scroll {
	height: 233px; width: 399px;
	padding: 5px 5px;
	overflow-y:scroll;
}
.textoConfira {
	height: 90px; width: 399px;
	padding: 15px 15px;
}
.textoConfira p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#FFFFFF;
	font-weight:normal;
}
hr {
	margin: 20px 0;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#FF0000;
	text-transform:uppercase;
	padding-bottom: 5px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#FFFFFF;
	font-weight:normal;
}
p a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#FFFFFF;
	font-weight:normal;
}
/* TWITTER */
.aktt_tweet_time {
	display:block;
	height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#FF0000;
	border-bottom: 1px dashed #FF0000;
	padding: 2px 0;
	margin-bottom: 10px;
}
.aktt_hashtag {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#fff;
}
.aktt_tweets {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#fff;
}
li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#fff;
	text-decoration:none;
}
/* RODAPE */
#fundoRodape {
	width:100%; height:100px;
	background-image:url(images/fundoRodape.png);
	background-repeat:repeat-x;
	border-bottom:1px dashed #993333;
	border-top:1px dashed #993333;
	margin-bottom: 50px;
}
#centralizar {
	width: 830px; line-height: 50px;
	margin: 0 auto;
	text-align:center;
	font-size: 1em;
	font-weight:bold;
	text-transform:capitalize;
}