/* CSS Document -- Please, do NOT copy! */

/*
Theme Name: Goodbye Canada!
Theme URI: http://www.confabulando.net/blog/
Description: Layout exclusivo pro Confabulando.net!
Version: 13
Author: Fernanda N
Author URI: http://www.confabulando.net/
*/

/* LINKS */
a:link {color:#B61010; font-weight:bold;}
a:visited {color:#B61010; font-weight:bold;}
a:hover {color:#600606; font-weight:bold;}
a:active {color:#600606; font-weight:bold;}

a.lmenu {text-decoration:none; color:#FFFFFF; font-weight:normal;}
a.lmenu:link {text-decoration:none; color:#FFFFFF; font-weight:normal;}
a.lmenu:visited {text-decoration:none; color:#FFFFFF; font-weight:normal;}
a.lmenu:hover {text-decoration:overline; color:#600606; font-weight:normal;}
a.lmenu:active {text-decoration:none; color:#FFFFFF; font-weight:normal;}

a.sidebar {text-decoration:none; color:#B61010; font-weight:bold;}
a.sidebar:link {text-decoration:none; color:#B61010; font-weight:bold;}
a.sidebar:visited {text-decoration:none; color:#B61010; font-weight:bold;} 
a.sidebar:hover {text-decoration:none; color:#600606; font-weight:bold; border-bottom:2px dotted #600606;}
a.sidebar:active {text-decoration:none; color:#600606; font-weight:bold; border-bottom:2px dotted #600606;}

a.subsecao {text-decoration:none; color:#600606; font-weight:bold; font-size:10px;}
a.subsecao:link {text-decoration:none; color:#600606; font-weight:bold; font-size:10px;}
a.subsecao:visited {text-decoration:none; color:#600606; font-weight:bold; font-size:10px;} 
a.subsecao:hover {text-decoration:none; color:#B61010; font-weight:bold; font-size:10px; border-bottom:2px dotted #B61010;}
a.subsecao:active {text-decoration:none; color:#B61010; font-weight:bold; font-size:10px; border-bottom:2px dotted #B61010;}

a.mostrar {text-decoration:none; cursor:pointer; font-family:Georgia, Times, serif; font-weight:bold;}
a.mostrar:link {text-decoration:none; cursor:pointer; font-family:Georgia, Times, serif; font-weight:bold;}
a.mostrar:visited {text-decoration:none; cursor:pointer; font-family:Georgia, Times, serif; font-weight:bold;} 
a.mostrar:hover {text-decoration:none; cursor:pointer; font-family:Georgia, Times, serif; font-weight:bold;}
a.mostrar:active {text-decoration:none; cursor:pointer; font-family:Georgia, Times, serif; font-weight:bold;}

a.esconder {text-decoration:none; color:#600606; font-weight:bold; font-size:10px; cursor:pointer;}
a.esconder:link {text-decoration:none; color:#600606; font-weight:bold; font-size:10px; cursor:pointer;}
a.esconder:visited {text-decoration:none; color:#600606; font-weight:bold; font-size:10px; cursor:pointer;} 
a.esconder:hover {text-decoration:none; color:#B61010; font-weight:bold; font-size:10px; cursor:pointer; border-bottom:2px dotted #B61010;}
a.esconder:active {text-decoration:none; color:#B61010; font-weight:bold; font-size:10px; cursor:pointer; border-bottom:2px dotted #B61010;}

a.linktexto {text-decoration:none; color:#000000; font-weight:normal;}
a.linktexto:link {text-decoration:none; color:#000000; font-weight:normal;}
a.linktexto:visited {text-decoration:none; color:#000000; font-weight:normal;} 
a.linktexto:hover {text-decoration:underline; color:#600606; font-weight:normal;}
a.linktexto:active {text-decoration:underline; color:#600606; font-weight:normal;}

a.lrodape {text-decoration:none; color:#B61010; font-weight:normal;}
a.lrodape:link {text-decoration:none; color:#B61010; font-weight:normal;}
a.lrodape:visited {text-decoration:none; color:#B61010; font-weight:normal;}
a.lrodape:hover {text-decoration:underline; color:#600606; font-weight:normal;}
a.lrodape:active {text-decoration:none; color:#B61010; font-weight:normal;}


/* GERAL */
* {
	margin:auto;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin:0px;
	padding:0px;
	background-color:#CCCCCC;
}


/* CONTEUDO, LAYOUT E CORPO */
#barravermelha {
	width:100%;
	height:150px;
	top:0px;
	background-color:#B61010;
}

#geral {
	margin:auto;
	width:815px;
	text-align:center;
}

#topo {
	width:815px;
	height:340px;
	background-image:url('img/template/topo.jpg');
	background-repeat:no-repeat;
}

#menu {
	width:815px;
	height:55px;
	background-image:url('img/template/menu.jpg');
	background-repeat:no-repeat;
	padding:0 0 15px 0;
}

.menu {
	text-align:right;
	padding:13px 65px 0 0;
	word-spacing:5px;
	color:#FFFFFF;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#conteudo {
	width:815px;
	height:auto;
	text-align:justify;	
	background-image:url('img/template/fundo.jpg');
	background-repeat:repeat-y;
}

#conteudo:after {	
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0px;
	overflow:hidden;
}

#sidebar {
	float:left;
	width:200px;
	height:auto;
	font-size:10px;
	color:#000000;
	margin:0 19px 0 65px;
}

#secao {
	float:right;
	width:465px;
	height:auto;
	font-size:10px;
	color:#000000;
	margin:0 65px 20px 0;
}

#rodape {
	clear:both;
	width:100%;
	height:55px;
	bottom:0px;
	background-image:url('img/template/bg_rodape.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-color:#B61010;
}


/* SIDEBAR */
.sidebar_fundo {
	width:200px;
	height:auto;
	margin:0 0 25px 0;
}

.sidebar_tit {
	width:190px;
	padding:3px 5px;
	margin:0 0 5px 0;
	color:#B61010;
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, Times, serif;
	background-color:#F7ECEC;
	border-top:1px dotted #B61010;
	border-bottom:1px dotted #B61010;
}

.sidebar_txt {
	width:190px;
	padding:3px 5px;
	color:#000000;
	font-size:10px;
	line-height:14px;
}

.sidebar_perfil {
	border:1px solid #B61010;
	margin-bottom:3px;
	text-align:center;
}

.sidebar_desejos {
	width:180px;
	height:170px;
	overflow:auto;
	color:#000000;
	font-size:9px;
	border:1px solid #B61010;
	text-align:left;
	padding:3px;
	background-color:#FFFFFF;
}

.sidebar_lastfm {
	width:185px;
	height:185px;
	display:block;
	overflow:hidden;
}

.sidebar_divisor {
	height:1px;
	border-bottom:1px dotted #B61010;
	margin:20px 0;	
}

#my_twitter_statuses {
	color:#000000;
	text-align:left;
	padding:0px;
	background-color:#F7ECEC;
    list-style:none;
}

#my_twitter_statuses a {
	color:#B61010;
	text-align:left;
	padding:0px;
    list-style:none;
}

#my_twitter_statuses ul {font-size:10px; padding:0px;}
#my_twitter_statuses li {font-size:10px; padding:3px 5px 5px 5px;}
#my_twitter_statuses li.first {font-size:10px; background-color:#F7ECEC;}
#my_twitter_statuses li.even {font-size:10px; background-color:#EAC0C0; padding:3px 5px 5px 5px;}
#my_twitter_statuses li.first span {font-size:10px;}


/* BLOG CUTENEWS */
.blog_cabecalho {
	width:465px;
	margin-bottom:10px;
}

.blog_titulopost {
	width:465px;
	height:50px;
}

.blog_titulo {
	width:410px;
	height:25px;
	margin-right:55px;
	margin-bottom:5px;
	font-size:21px;
	color:#B61010;
	font-family:Georgia, Times, serif;
	border-bottom:2px solid #B61010;
	text-align:left;
	font-weight:bold;
}

.blog_titulo a{
	font-size:21px;
	color:#B61010;
	font-family:Georgia, Times, serif;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}

.blog_data {
	float:right;
	width:45px;
	height:50px;
	color:#B61010;
	font-size:15px;
	line-height:15px;
	font-family:Georgia, Times, serif;
	font-weight:bold;
	text-align:center;
}

.blog_hora {
	background-image:url('img/template/ico_relogio.gif');
	background-repeat:no-repeat;
	background-position:left;	
	color:#000000;
	font-size:10px;
	text-align:left;
	padding:0 0 0 14px;
}

.blog_categoria {
	background-image:url('img/template/ico_arquivo.gif');
	background-repeat:no-repeat;
	background-position:left;	
	color:#000000;
	font-size:10px;
	text-align:left;
	padding:0 0 0 14px;
}

.blog_post {
	clear:both;
	width:465px;
	height:auto;
	color:#000000;
	font-size:11px;
	text-align:justify;
	line-height:17px;
}

.blog_leiamais {
	width:465px;
	font-size:10px;
	padding:10px 0 0 0;
	font-weight:bold;
}


.blog_assinatura {
	width:465px;
	height:45px;
	background-image:url('img/template/assinatura.jpg');
	background-repeat:no-repeat;
	background-position:right;
	margin:10px 0 10px 0;
}

.blog_comentarios {
	width:460px;
	line-height:20px;
	background-image:url('img/template/ico_comentarios.gif');
	background-repeat:no-repeat;
	background-position:350px;
	background-color:#F7ECEC;
	color:#B61010;
	padding:0 5px 0 0;
	font-size:10px;
	text-align:right;
	text-decoration:underline;
	font-weight:normal;
}

.blog_comentarios a {
	color:#B61010;
	text-decoration:underline;
	font-weight:normal;
}

.blog_comentarios a:hover {
	color:#600606;
	text-decoration:underline;
	font-weight:normal;
}

.blog_plugs {
	margin:10px 0;
	padding:2px;
	line-height:15px;
	background-image:url('img/template/ico_plugs.gif');
	background-repeat:no-repeat;
	text-indent:11px;
}

.blog_divisao {
	width:465px;
	height:8px;
	background-image:url('img/template/divisoria.jpg');
	background-repeat:no-repeat;
	margin:30px 0;
	text-align:center;
}

.blog_textocomente {
	color:#000000;
	font-size:11px;
	line-height:24px;
}

.blog_geralcomentario {
	clear:both;
	width:465px;
	margin:10px 0 10px 0;
}

.blog_autorcomentario {
	width:403px;
	height:27px;
	padding:38px 0 0 62px;
	background-image:url('img/template/tcomentario.jpg');
	background-repeat:no-repeat;	
	color:#FFFFFF;
	text-align:left;
	font-size:16px;
	font-family:Georgia, Times, serif;
	font-weight:bold;
	text-transform:uppercase;	
}

.blog_autorcomentario a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

.blog_autorcomentario a:hover {
	color:#600606;
	font-weight:bold;
	text-decoration:none;
}

.blog_boxcomentario {
	width:380px;
	margin:0px 42px 0 43px;
	background-color:#B61010;
	font-size:11px;
	text-align:justify;
	font-weight:normal;
}

.blog_txtcomentario {
	width:252px;
	min-height:55px;	
	margin:0 0 0 20px;
	padding:10px;
	background-color:#FFFFFF;
	font-size:11px;
	text-align:justify;
	font-weight:normal;
}

.blog_gravatar {
	float:right;
	width:52px;
	height:51px;
	padding:1px 0 0 0;
	background-color:#B61010;
	margin:0 13px 0 0;
	border:5px solid #FFFFFF;
	text-align:center;
}

.blog_datacomentario {
	width:403px;
	height:50px;
	background-image:url('img/template/rcomentario.jpg');
	background-repeat:no-repeat;	
	padding:7px 0 0 62px;
	color:#FFFFFF;
	font-size:11px;
	line-height:14px;
	text-align:left;
}


/* SEÇÕES */
.titulopagina {
	color:#B61010;
	font-size:21px;
	font-family:Georgia, Times, serif;
	text-align:left;
	font-weight:bold;	
	margin-bottom:3px;
	border-bottom:2px solid #B61010;
}

.subtitulo {
	color:#600606;
	line-height:18px;
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px 0;
	font-family:Georgia, Times, serif;
	border-bottom:1px dotted #600606;
}

.titdestaque {
	color:#B61010;
	line-height:15px;
	font-size:11px;
	font-weight:bold;
	border-bottom:1px solid #B61010;	
	margin-bottom:3px;
}

.fotosecao {
	margin:10px 0;
	border-top:1px solid #B61010;
	border-bottom:1px solid #B61010;
}

#links {
	text-align:right;
	margin:40px 0 0 0;
	border-top:1px solid #B61010;
	padding:10px 0 20px 0;
	font-size:11px;
}


/* RODAPÉ */
.rodape {
	width:815px;
	padding:7px 0 0 0;
	text-align:center;
}

.rodape_txt {
	width:815px;
	font-size:10px;
	color:#B61010;
	padding:0 0 0 65px;
	text-align:left;
}

/* TEXTOS E TÍTULOS */
p, .txt, .texto {
	font-size:11px;
	color: #000000;
	line-height:15px;
}

b {
	color:#B61010;
	font-weight:bold;
}

strong {
	color:#600606;
	font-weight:bold;
}

u {
	color:#B61010;
	padding:0 0 1px 0;
	border-bottom:1px solid #B61010;	
}

i {color:#000000;}

em {color:#B61010;}

s {color:#000000;}

center {
	margin:0px;
	padding:0px;
	line-height:normal;
}

.bpreto {
	font-weight:bold;
	color:#000000;
}

.bbranco {
	font-weight:bold;
	color:#FFFFFF;
}

.bazul {
	font-weight:bold;
	color:#2A9CDE;
}

h1, h2, h3, h4, h6 {
	color: #000000;
	letter-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h5 { /* LEGENDA DAS FOTOS DOS POSTS */
	color:#666666;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:15px;
	padding:5px 0 0 0;
	font-weight:normal;
}


blockquote {
	width:320px;
	padding:20px 20px 20px 80px;
	font-style:italic;
	background-color:#F7ECEC;
	background-image:url('img/template/quote.jpg');
	background-repeat:no-repeat;
}


/* IMAGENS E DIVS */
img {
	text-decoration:none;
	border:0px;
}

.borda {
	padding:5px;
	background-color:#F7ECEC;
	border:1px solid #B61010;
}

.borda1 {
	border:1px solid #B61010;
}

.borda3 {
	border:3px solid #B61010;
}

.borda5 {
	border:5px solid #B61010;
}

.blogimg {
	margin:0 5px;
	padding:5px;
	background-color:#F7ECEC;
	border:1px solid #B61010;	
}

.blogimgb {
	padding:5px;
	background-color:#F7ECEC;
	border:1px solid #B61010;	
}

.img_left {
	float:left;
	margin-right:5px;
	margin-left:2px;
	padding:5px;
	background-color:#F7ECEC; 
	border:1px solid #B61010;
}

.img_right {
	float:right;
	margin-right:2px;
	margin-left:5px;
	padding:5px;
	background-color:#F7ECEC;
	border:1px solid #B61010;	
}


/* FLICKR http://www.flickr.com/badge.gne */
.sidebar_flickr {
	width:190px;
	padding:5px 0 0 0;
	text-align:center;
	display:table;
}

.flickrimg {margin-bottom:7px; padding:5px;}
#flickrimg1 {border:1px solid #B61010; margin-right:5px; background-color:#F7ECEC;}
#flickrimg2 {border:1px solid #B61010; background-color:#F7ECEC;}
#flickrimg3 {border:1px solid #B61010; margin-right:5px; background-color:#F7ECEC;}
#flickrimg4 {border:1px solid #B61010; background-color:#F7ECEC;}

.center {
	text-align:center;
}


/* FORMULARIOS */
input {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px;
	border:1px solid #600606;
	background-color:#B61010;
}

textarea {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px;
	border:1px solid #600606;
	background-color:#B61010;
}

.botao {
	color:#B61010;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:2px;
	background-color:#FFFFFF;
	border:1px solid #600606;
}

.codigoseguranca {
	width:70px;
	font-size:11px;
	color:#666666;
	padding:3px; 
}


/* LISTAS */
ul {
	list-style-type:none;
	line-height:15px;
	padding:0px;
	list-style-position:inside;
}

li.lista {
	background-image:url('img/li.gif');
	background-repeat:no-repeat;
	line-height:16px;
	text-indent:8px;
}