/*
Theme Name: Blog
Theme URI: http://5clicks.com/
Description: Tema criado para Horizontes bla bla <a href="http://binarybonsai.com/kubrick/">bla bla</a>.
Version: 0.5
Author: 5Clicks
Author URI: http://5clicks.com/
Tags:  2-columns

*/

form, ul, li {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px 0px 0.3em 0px
}

img {
	border: none;
}

body {
	background: #42454f url(images/header_bg.jpg) no-repeat scroll top center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#wrap {
	width: 950px;
	margin: 0px auto;
	padding: 0px 35px;
}


#header {
	height: 228px;
	position: relative;
}

#header #logo {
	bottom:40px;
	height:180px;
	left:-10px;
	position:absolute;
	width:328px;
}

#header #paginas {
	position: absolute;
	right: 300px;
	bottom: 0px;
	background-color: #ebebe4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
}

#header #paginas ul, #header #paginas ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header #paginas ul li {
	float: left;
	padding: 5px 10px 8px;
}

#header #paginas ul li a, #header #paginas ul li a:visited {
	color: #000;
	text-decoration: none;
}

#header #paginas ul li a:hover {
	text-decoration: underline;
}

#header #paginas ul li.current_page_item a {
	color: #939;
}


#principal {
	background: #ebebe4;
	width: 650px;
	float: left;
	padding: 0px;
	min-height: 600px;
}


.post, .page {
	float: left;
	width: 295px;
	padding: 15px;
}

.post.principal, .page.principal {
	width: 615px;
}

.post.direita {
	border-left: 2px dashed #888;
	padding-left: 10px;
	
}

.post .data, .post .num_comentarios, .page .data, .page .num_comentarios {
	font-size: 0.65em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.07em;
}

.post .data, .page .data {
	float: left;
}

.post .num_comentarios, .page .num_comentarios {
	float: right;
	width: 25px;
	height: 25px;
	color: #fff;
	background: transparent url(images/comment_bg.gif) no-repeat;
	text-align: center;
	line-height: 18px;
	vertical-align: middle
}

.post .titulo, .page .titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #bc0e65 !important;
	font-weight: normal;
	clear: both;
	margin: 0.2em 0px;
}

.post .titulo a, .post .titulo a:visited, .page .titulo a, .page .titulo a:visited {
	color: inherit;
	text-decoration: inherit;
}

.post.principal .titulo, .page.principal .titulo {
	font-size: 3.0em;
}


.post .entrada, .page .entrada {
	color: #808080;
	font-size: 0.8em;
	line-height: 1.5em;
}

.post .entrada img, .page .entrada img {
	max-width: 100%;
	border: none;
}

.post- a.more-link, .post a.more-link, .page a.more-link {
	display: block !important;
	margin: 10px 0px 0px 0px !important;
	padding: 5px 5px !important;
	clear: both !important;
	width: 65px !important;
	text-align: center;
	background-color: #000 !important;
	color: #fff !important;
	text-decoration: none !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	line-height: 1.6em !important;
}

.post a.more-link:hover, .page a.more-link:hover {
	background-color: #666;
	text-decoration: underline;
}

#principal .separador {
	min-height: 22px;
	height: 22px;
	background: url(images/divisoria.gif) top center no-repeat;
	float: none;
	clear: both;
}

#navegacao {
	background: url(images/navegacao_bg.jpg) center center no-repeat;
	line-height: 46px;
	vertical-align: middle;
	width: 590px;
	float: left;
	/*margin: 10px 20px;*/
	padding: 0px 30px;
	color: #fff;
	margin-top: 20px;
}

#navegacao a, #navegacao a:link, #navegacao a:visited {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#navegacao a:hover {
	color: #fff;
	text-decoration: underline;
}












#sidebar {
	/*margin-left: 675px;*/
	float: right;
	width: 270px;
	color: #fff;
	margin-top: -30px;
}

#sidebar ul, #sidebar li {
	list-style: none;
}

#sidebar .separador {
	
}

#sidebar ul#flickr li, #sidebar div#social ul li, #sidebar #nuvem-tags li {
	float: left;
}

#sidebar ul#flickr {
	width: 275px;
	margin-bottom: 10px;
}

#sidebar ul#flickr li {
	margin: 10px 0px;
	width: 125px;
}

#sidebar ul#flickr li a img {
	width: 125px;
}

#sidebar ul#flickr li.direita {
	margin-left: 25px;
}

#sidebar #social {
	margin-top: 310px;
	margin-bottom: 10px;
}

#sidebar #social ul li {
	padding: 0px 18px;
}

#sidebar #categorias a, #sidebar #nuvem-tags a, #sidebar #posts-recentes a, #sidebar #arquivos a {
	color: #fff;
	text-decoration: none;
}

#sidebar #categorias, #sidebar #posts-recentes, #sidebar #arquivos {
	font-size: 12px;
	letter-spacing: -0.04em;
}

#sidebar #categorias li, #sidebar #posts-recentes li, #sidebar #arquivos li {
	margin: 0.8em 0px 0.8em;
	line-height: 1.5em;
}




#sidebar #nuvem-tags {
	margin: 10px 0px;
}



#sidebar #posts-recentes .data {
	color: #b3b3b3;
}

#sidebar #posts-recentes .mais {
	color: #0ff !important;
}



#sidebar #arquivos li {
	text-transform: uppercase;
}



#sidebar h3 {
	color: #0ff;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.divisor {
	padding-bottom: 25px;
	margin: 10px 0px;
}
.divisor.d01 {
	background: url(images/sidebar-separador1.gif) no-repeat bottom center;
}
.divisor.d02 {
	background: url(images/sidebar-separador2.gif) no-repeat bottom center;
}
.divisor.d03 {
	background: url(images/sidebar-separador3.gif) no-repeat bottom center;
}
.divisor.d04 {
	background: url(images/sidebar-separador4.gif) no-repeat bottom center;
}







#footer {
	/*clear: both;*/
	float: left;
	width: 610px;
	text-align: right;
	padding: 5px 20px 20px;
	background-color: #ebebe4;
}




.clearr {
	clear: both;
	line-height: 1px;
	height: 1px;
}

div.pag404 {
	padding-top: 100px;
	padding-bottom: 200px;
	min-height: 200px;
}


div.pag404 img, div.pag404 .msg {
	float: left;
}

div.pag404 .msg {
	margin-top: 50px;
	margin-left: -20px;
	width: 340px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 1.8em;
	color: #993495;
}

div.pag404 .msg a, div.pag404 .msg a:link, div.pag404 .msg a:visited {
	color: #000;
}



#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	border: 2px dashed #999;
	line-height: 120%;
}

#commentform #author, #commentform #email, #commentform #url {
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 14px;
}

#commentform #comment {
	max-width: 100%;
	width: 400px;
}

#commentform p label {
	font-size: 80%;
	font-weight: bold;
}


ol#commentlist, ol#commentlist li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ol#commentlist {
	font-size: 14px;
	margin-top: 20px;
}

#postcomment{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 40px;
	color: #BC0E65;
	font-weight: normal;
	
	

}




























































