/*
Theme Name: A day in the life
Theme URI: http://www.adayinthelife.com.br/
Author: 
*/

body{
	margin: 0px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #858585;
	font-size: 13px;
}

img{
	border: 0px;
}

a{
	color: #608cb6;
	text-decoration: none;
}

input{
	color: #858585;
	border: none;
	font-size: 10px;
}

ul {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;

}

li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
	margin-left: 0px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/*<!--TOPO-->*/

#topo_bg{
	background-image: url(images/topo_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 300px;
}

#topo{
	background-image: url(images/topo.gif);
	background-repeat: no-repeat;
	height: 300px;
}

#marca{
	margin-top: 20px;
	margin-left: 175px;
}

#menu{
	margin-top: 28px;
	margin-left: 200px;
	width:600px;
}

.menu_item{
	float: left;
}

.topo_busca{
	background-image: url(images/topo_busca_bg.gif);
	position: absolute;
	left: 820px;
	width: 303px;
	height: 46px;
}

.topo_busca_bg{
	background-image: url(images/topo_busca02.gif);
	background-repeat: repeat-x;
	width: 155px;
}

.topo_busca_conteudo{
	margin-top: 8px;
	margin-left: 12px;
}

/*<!--POST-->*/

#conteudo{
	margin-top: 30px;
	margin-bottom: 55px;
}

#posts{
	width: 620px;
	float: left;
	margin-left: 160px;
	margin-right: 20px;
}

.post{
	margin-bottom: 80px;
}

.post_titulo{
	font-family: "Kimberley";
  src: url(http://www.princexml.com/fonts/larabie/ »
  kimberle.ttf) format("truetype");

	font-size: 30px;
	color: #608cb6;
}

.post_titulo a:hover{
	color: #858585;;
}

.post_txt{
	margin-top: 25px;
	margin-bottom: 20px;
}

.pontilhado_horizontal_azul{
	background-image: url(images/pontilhado_horizontal_azul.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 1px;
	margin-bottom: 5px;
}

.post_inf, .comentarios_inf{
	font-size: 11px;
	color: #5be2e9;
	float: left;
	margin-top: 1px;
	font-weight: normal;
}

.post_inf a{
	color: #5be2e9;
	text-decoration: underline;
}

.post_inf a:hover{
	font-size: 11px;
	color: #608cb6;
}

.comentarios{
	float: right;
	font-size: 11px;
	color: #608cb6;
}

.comentarios a:hover{
	color: #858585;
}

.comentarios_destaque{
	font-size: 14px;
	font-weight: bold;
}

.comentarios_icon{
	float:left;
	margin-top: 3px;
	margin-right: 4px;
}

.tags {
	float: left;
	font-size: 11px;
	color: #608cb6;
	width: 390px;
	margin-top: 2px;
}

.tags a:hover {
	color: #858585;
}

.share {
	float: right;
}

.share_item {
	float: left;
}

.btn_twitter {
	float: right;
	margin-bottom: 13px;
	margin-left: 13px;
}

/*<!--PAGINAÇAO-->*/

.paginacao_direita {
	float: right;
	margin-top: 85px;
}

.paginacao_esquerda {
	float: left;
	margin-top: 85px;
}


/*<!--COMENTÁRIOS-->*/

.comentarios_post {
	margin-top: 15px;
}

.comentario_post {
	margin-top: 40px;
}

#comentarios_num {
	margin-top: 23px;
}

.comentarios_avatar {
	float:left;
	margin-right: 15px;
}

.comentarios_autor {
	font-size: 20px;
	color: #608cb6;
	float:left;
	width: 553px;
	font-weight: bold;
}

.comentarios_autor a:hover {
	color: #858585;
}

.comentarios_id {
	color: #858585;
}

#comentarios_pontilhado_azul {
	margin-bottom: 5px;
	margin-top: 6px;
}

.comentarios_reply, .comentarios_reply a {
	color: #608cb6;
}

.comentarios_reply a:hover {
	color: #858585;
}

.comentarios_twitter {
	margin-left: 30px;
}

.comentarios_twitter a {
	font-size: 11px;
	color: #608cb6;
	font-weight: normal;
 }

.comentarios_twitter a:hover {
	color: #858585;
}

.comente_post {
	margin-top: 75px;
}

.comente_form {
	background-color: #FFF;
	border: #d5d5d5 solid 1px;
	color: #608cb6;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 375px;
	margin-bottom: 10px;
}

.comente_connect {
	float: right;
	width: 210px;
	font-size: 12px;
}

.comente_connect_item {
	margin-bottom: 30px;
}

.comente_connect_marca {
	margin-bottom: 5px;
}

.comente_connect_btn {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*<!--DIVISÓRIA-->*/

.pontilhado_vertical_cinza{
	background-image: url(images/pontilhado_vertical_cinza.gif);
	background-repeat: repeat-y;
	width: 1px;
	margin-top: 20px;
}


/*<!--SIDEBAR-->*/

.sidebar{
	float: left;
	width: 300px;
	margin-left: 20px;
}

.sidebar_sobre{
	margin-bottom: 15px;
}

.sidebar_txt, .sidebar_txt a{
	font-size: 12px;
	color: #858585;
}

.sidebar_sobre_txt, .sidebar_sobre_txt a{
	font-size: 12px;
	color: #858585;
	text-align: right;
	font-weight: bold;
}

.sidebar_sobre_txt a:hover{
	color: #608cb6;
}

.pontilhado_vertical_p{
	background-image: url(images/pontilhado_vertical_cinza.gif);
	background-repeat: repeat-y;
	width: 1px;
}

.pontilhado_horizontal_cinza{
	background-image: url(images/pontilhado_horizontal_cinza.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 1px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.sidebar_item{
	margin-bottom: 30px;
}

.sidebar_titulo{
	margin-bottom: 2px;
}

.sidebar_who{
	margin-bottom: 10px;
	width: 100%;
}

.sidebar_album_coluna_direita{
	float:left;
	width: 207px;
	/*margin-right: 8px;*/
}

.sidebar_album_coluna_esquerda{
	float:left;
	text-align: center;
}

.sidebar_album{
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
}

.sidebar_album a{
	color: #5be2e9;
	text-decoration: underline;
}

.sidebar_album a:hover{
	color: #608cb6;
}

.sidebar_album_artista{
	font-size: 16px;
	color: #5be2e9;
	font-weight: bold;
}

.sidebar_album_disco{
	color: #5be2e9;
	font-weight: bold;
}

.sidebar_album_disco_p{
	margin-bottom: 8px;
	margin-left:8px;
}

.sidebar_album_border {
	width:89px;
	position:absolute;
	margin-left:4px;
	display:none;
}


.sidebar_fresh, .sidebar_fresh a{
	float: left;
	color: #707070;
	font-size: 11px;
	width: 90px;
	margin-right: 13px;
}

.sidebar_fresh a:hover{
	color: #608cb6;
}

.sidebar_fresh img{
	margin-bottom: 12px;
}


.sidebar_twitter{
	float: left;
}

.sidebar_blog{
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 3px;
	line-height: 27px;
}

.sidebar_blog a{
	color: #858585;
}

.sidebar_blog a:hover{
	color: #608cb6;
}

.widgettitle{
	display: none;
}

.sidebar_stats{
	font-size: 14px;
	text-transform: uppercase;
}

.sidebar_stats_btn{
	margin-bottom: 8px;
}

.sidebar_stats a{
	text-decoration: underline;
	color: #858585;
}

.sidebar_stats a:hover{
	color: #608cb6;
}

.sidebar_stats_destaque{
	font-size: 30px;
	color: #5be2e9;
	font-weight: bold;
}


/*<!--LAST FM-->*/

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

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

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

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

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

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




/*<!--RODAPE-->*/

#rodape_bg{
	background-image: url(images/rodape_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 222px;
}

#rodape{
	margin-left: 195px;
	padding-top: 35px;
	width: 925px;
}

.rodape_pontilhado_vertical_cinza{
	background-image: url(images/rodape_pontilhado_vertical_cinza.gif);
	background-repeat: repeat-y;
	width: 1px;
	margin-left: 40px;
	margin-right: 40px;
	float: left;
	height: 120px;
	margin-top: 15px;
}

.rodape_inf{
	float: left;
	margin-top: 15px;
	font-weight: bold;
	line-height: 20px;
}

.rodape_inf a{
	color: #858585;
}

.rodape_inf a:hover{
	color: #608cb6;
}

.rodape_titulo{
	text-transform: uppercase;
	font-size: 12px;
	line-height: 17px;
}

.rodape_txt{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 17px;
}


.rodape_txt a{
	color: #858585;
}

.rodape_txt a:hover{
	color: #608cb6;
}

.rodape_busca_bg{
	background-image: url(images/rodape_busca02.jpg);
	background-repeat: repeat-x;
	width: 160px;
}


/*<!--SMART ARCHIVES-->*/

#rodape .rodape_inf .rodape_txt #smart-archives-list {
	display:none;
}

#smart-archives-block .emptymonth, #smart-archives-block a {
	margin-left:10px;
}
#smart-archives-block strong a {
	margin-left:0px;
}


/*<!--AUTORES-->*/

.autor {
	margin-top: 60px;
}

.autor_avatar {
	float:left;
	margin-right: 20px;
	padding-top: 5px;

}

.autor_texto {
	float:left;
	width: 510px;
}

.autor_nome {
	font-size: 20px;
	color: #608cb6;
	font-weight: bold;
	float: left;
}

.autor_inf, .autor_inf a  {
	float: right;
	font-size: 11px;
	color: #608cb6;
	font-weight: normal;
	margin-top: 4px;
}

.autor_inf_margem, .autor_inf_margem a  {
	float: right;
	font-size: 11px;
	color: #608cb6;
	font-weight: normal;
	margin-right: 12px;
	margin-top: 4px;
}

/*<!--AUTORES-->*/

.email, .email a {
	margin-top: 25px;
	font-size: 20px;
	color: #608cb6;
	font-weight: bold;
}

.email a:hover {
	color: #858585;
}