/*
Theme Name: Blog Braz Antunes
Theme URI: http://www.brazantunes.com
Version: 1.0
Description: Theme criado para o Vereador Braz Antunes
Author: Mkt Virtual
Author URI: http://www.mktvirtual.com.br/
*/



 /*Links */

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

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

a:hover, a:active { color: #5EB5D5; }

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 20px 0 10px; }

h1 { font-size: 16px; margin-bottom: 0px; margin-top: 10px; color: #233C5A; }

h2 { font-size: 28px; }

h3 { font-size: 28px; letter-spacing: -1px; }

h4, h5, h6 { font-size: 20px; }

/* Other Html Elements */

pre, blockquote 
{
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}

pre:hover, blockquote:hover
{
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #779900; font-family: Consolas, Verdana, "Courier New", Sans-Serif; }

ul, ol { line-height: 2.0em; }

ul { list-style-image: url(images/bullet.gif); }
li { line-height: 12px; margin: 15px 0;}

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }

/* Structure */

body
{
	margin: 0;
	padding: 0;
	color: #222222;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #233C5A;
	font: normal 11px Tahoma, "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

#wrapper2 {
width: 768px;
margin-left: auto;
margin-right: auto;
}


#header
{
	float: left;
	width: 100%;
	padding-bottom: 8px;
	background: #FFFFFF url('images/header-bg.gif');
	clear: right;
	height: 59px;
	margin-top: 15px;
}

#navigation
{
	clear: both;
	float: left;
	width: 100%;
	background-image: url(images/header.jpg);
	height: 241px;
}

#wrapper
{
	clear: both;
	float: left;
	width: 100%;
	color: #555555;
	background: url(images/bg_wrapper.gif) top right repeat-y #FFF;
}

#content .post-wrapper h3
	{
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: normal;
	}
	
#content-wrapper
{
	width: 65%;
	float: left;
}

#content
{	
	width: 93%;
	_width: 100%;
	float: left;
	padding: 0 0px 10px 30px;
}

#sidebar-wrapper
{
	width: 35%;
	float: right;
	background: #FFF;
}

#sidebar
{
	float: right;
	padding: 0 6px 10px 6px;
	width: 222px;
	background: url(images/bg_sidebar.gif) top no-repeat #F3F3F3;
	margin: 20px 15px 0 0;
	_margin: 20px 7px 0 0;
}

#sidebar .tags
	{
		width: 100%;
	}

#sidebar .tags div 
	{
		padding: 0 15px 100px 15px;
		text-align: center;
	}
	
#sidebar .tags a:link
	{
		text-decoration: none;
		font-weight: normal;
		color: #5C7E9E;
	}
	
#sidebar .tags a:hover 
	{
		text-decoration: underline;
	}

#sidebar .busca ul { 
	list-style: none; 
	padding: 0; 
	}
	
#sidebar .busca li { 
	list-style: none; 
	padding: 0; 
	}

#sidebar .busca form { 
	width: 100%;
	text-align: center;
	}
	
#sidebar .busca form input#s {
	width: 167px;
	height: 17px;
	color: #5C7E9E;
	background: none;
	border: none;
	padding: 5px 0 0 10px;
	background: url(images/itens_form/input_busca.gif) no-repeat;
	}
	
#sidebar .busca form input#sidebarsubmit {
	width: 23px;
	height: 22px;
	line-height: 22px;
	border: none;
	margin-top: 1px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	background: url(images/itens_form/btn_busca.gif) no-repeat;
	cursor: pointer;
	}

#sidebar .busca input { 
	font: 11px Tahoma, Verdana; 
	}

#footer
{
	clear: both;
	float: left;
	width: 748px;
	text-align: left;
	padding-left: 20px;
	background: #233C5A;
	color: #8AA7C5;
}

#content .resultSearch {
	width: 100%;
	padding-bottom: 20px;
	}
	
#content .resultSearch h1 {
	font-size: 17px;
	font-weight: normal;
	color: #4C99C7;
	}
	
#content .resultSearch strong {
	font-weight: normal;
	font-size: 17px;
	color: #233C5A;
	}

#footer p
{
	float: left;
	margin: 10px 0 0 0;
}

#footer a.assinatura {
	width: 59px;
	height: 5px;
	margin-top: 15px;
	margin-right: 20px;
	display: block;
	float: right;
	text-indent: -9999px;
	background: url(images/assinatura_mktvirtual.gif) no-repeat;
	}

#extras
{
	float: left;
	width: 780px;
	color: #444444;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

/* Header */

#header h1 { 
	letter-spacing: -1px;
	padding-left: 35px; 
	}

#header h1 a:link, #header a:active {
	color: #435265;
	font-size: 19px;
	font-weight: bold;
	}

#header h1 a:hover {
	color: #334D6E;
	font-size: 19px;
	font-weight: bold;
	}

#header h1 a:active {
	color: #334D6E;
	font-size: 19px;
	font-weight: bold;
	}

#header h1 a:visited {
	color: #334D6E;
	font-size: 19px;
	font-weight: bold;
	}

/* Navigation */
#navigation {
	}

#navigation ul { 
	list-style-type:none;
	list-style-image: none;
	float: left;
	margin:33px 0 0 202px;
	}

#navigation li { float: left; margin: 0; }

#navigation li.itemBlog, #navigation li.itemSite, #navigation li.itemContato {
	text-align: center;
	padding-top: 6px;
	}

#navigation li.itemBlog { width: 96px; /*background:url(images/itens_topo/btn_blog.jpg) no-repeat;*/ text-indent: 10px; }
#navigation li.itemSite { width: 97px; /*background:url(images/itens_topo/btn_site.jpg) no-repeat;*/ }
#navigation li.itemContato { width: 111px; /*background:url(images/itens_topo/btn_contato.jpg) no-repeat;*/ text-indent: -12px; }

#navigation li a:link,
#navigation li a:visited
{
	color: #6C9BD6;
	display: block;
	height: 40px;
	font-size: 11px;
}

#navigation li a:hover,
#navigation li a:active
{
	color: #D97B09;
	font-size: 11px;
	font-weight: bold;
}

#navigation li.active a
{
	color: #555555;
	background-color: #ffffff;
}

/* Wrapper */

/* Content */

#content .post-title a { border-bottom-width: 0; }

#content .post p.img { float: left; margin: 0 15px 0 0; }

#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }

#content .post-footer 
{ 
	font-size: 90%; 
	color: #888888;
	margin-bottom: 45px; 
	background: url(images/details_top.gif) top center no-repeat;
	_background: url(images/details_top_ie.gif) no-repeat;
}

#content .post-footer a
{ 
	font-weight: bold
}

#content .post-footer .footer {
	 width: 453px;
	 _width: 432px;
	 padding: 7px 1px 7px 10px;
	 _padding: 7px 1px 7px 10px;
	 background: url(images/details_base.gif) bottom center no-repeat;
	 _background: url(images/details_base_ie.gif) bottom center no-repeat;
	}


/* Sidebar */

#sidebar a:link { color:#5C7E9E; font-weight: normal; }

#sidebar a:visited { font-weight: normal; }

#sidebar a:hover { font-weight: normal; text-decoration: underline; color: #D67900; }

.sideblock
{
	margin-bottom: 20px;
	display: inline;
}

.sideblock ul { padding-left: 30px; *padding-left: 0;}

.sideblock h3 { display: block; letter-spacing: normal; font-size: 11px; font-weight: bold; color: #5C7E9E; background: url('images/h2-bg.gif'); width: 210px; height: 20px; padding: 6px 0 0 10px; }

#sidebar dt { margin: 0; padding-top: 5px; font-weight: bold; color: #666666; }

#sidebar dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 1.8em; }

#sidebar dd a:link { border-bottom-width: 0; font-weight: normal;  border-bottom: none; text-decoration: none;}

#sidebar dd a:visited { border-bottom-width: 0; font-weight: normal; border-bottom: none; text-decoration: none; }

#sidebar dd a:hover, #sidebar dd a:active { border-bottom: none; text-decoration: none;}

/* Extras */

#extras h6 { font-size: 14px; text-transform: uppercase; color: #555555; }

#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}

#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}

#about
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

#friends ul { padding-left: 20px; }

#links dl, #links dt, #links dd { margin: 0; padding: 0; }

#links dt { font-weight: bold; padding-top: 5px; }

#links dd { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999999; }

	/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #FFFFFF;
width: 280px;
}

#commentform textarea {
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 360px;
	font: 12px Tahoma, Verdana;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
	background: #ffffff;
	border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 360px;
}

#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #d6d3d3;
	width: 360px;
}

#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 360px;
}

#commentform input {
	margin-bottom: 3px;
	font: 11px Tahoma, Verdana;
	padding: 3px 0;
}

#commentform p {
	margin: 0;
	}
	
div.post {
	text-align: justify;
	line-height: 15px;
	}
	
.post-wrapper .content-date_titles a:link { text-decoration: none; color: #4C99C7; overflow: hidden; }

.post-wrapper .content-date_titles a:visited { text-decoration: none; color: #4C99C7; }

.post-wrapper .content-date_titles a:hover, a:active { color: #5EB5D5; }
	
.post-wrapper .content-date_titles {
	width: 100%;
	overflow: auto;
	_overflow: hidden;
	margin: 15px 0 0 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #E0E1E3;
	}

.post-wrapper .content-date_titles .date {
	background: url(images/date.gif) no-repeat;
	height: 50px;
	width: 54px;
	padding-top: 4px;
	text-align: center;
	float: left;
}

.post-wrapper .content-date_titles .date .month {
	display: block;
	color: #FFFFFF;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.post-wrapper .content-date_titles .date .day {
	display: block;
	color: #FFFFFF;
	font: normal 26px "Arial",Verdana,sans-serif;
	padding-top: 0px;
	text-align: center;
	margin-top: -5px;
}

.post-wrapper .content-date_titles h1 { 
	float: right; 
	width: 405px; 
	clear: right; 
	margin: 0 0 0 5px; 
	font-weight: normal;
	font-size: 17px;
	text-decoration: none;
	line-height: 18px;
	}

.post-wrapper .content-date_titles h1 a:link, h1 a:visited, h1 a:active {
	text-decoration: none;
	font-size: 17px;
	font-weight: normal; !important
	border-bottom-width: 0;
	}
	
.post-wrapper .content-date_titles p {
	width: 300px;
	margin: 5px 0 0 5px; 
	float: left;
	font-size: 10px;
	}

#left {
	width: 60px;
	float: left;
}

.slogan {
font-size: 17px;
color: #89A4B9;
text-transform: lowercase;
margin-left: 35px;
margin-bottom: 2px;
font-weight: normal;

}
