
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	background: #000;
}

table{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 18px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #801f02;
}

a:hover{
	text-decoration: none; color: #000;
}

a img{
	border: 0;
}

address, dl, p{
	padding: 10px 0 5px;
}

blockquote{
	margin: 10px 0 0;
	border-top: 1px solid #ddd;
	background: #f7f7f7;
}

blockquote p{ padding: 10px; }

blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dd{
	padding: 0 0 0 20px;
}

p img{
	max-width: 100%;
}

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

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

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

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

small{
	font-size: 11px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

/* Start Container - Holds everything together. Nothing sits outside of the container. */

#container{
	margin: 0 auto;
	max-width: 960px;
	width:expression(document.body.clientWidth > 960? "960px": "auto" );
	min-width: 750px;
	text-align: left;
}

/* End Container */



/* Start Page - Yellow top, white bottom background */

#page{
	float: left;
	width: 100%;
	background: #000;
}

/* End Page */



/* Start Header - Blog Title and Skip Link */

#header{
	display: block;
	margin: 10px 10px 0;
	padding: 9px 10px;
	background: #000 url(images/bg_nav.jpg) repeat-x left bottom;
	color: #b76d56;
}

#header a{
	color: #F7F7F7;
}

#header h1{
	display: inline;
}

#header h1, #header h1 a{
	color: #FDCB02;
}

#header h1 a{
	text-decoration: none;
}

#header h1 a:hover{
	text-decoration: underline;
}

.skip{
	float: right;
	line-height: 18px;
}

.skip a{
	padding: 0 26px 1px 0;
	background: url(images/icon_skip_to.gif) no-repeat right top;
}

/* End Header */




/* Start Banner - Be default, the banner is just a background image. */

#banner{
	width: 100%;
	display: block;
	margin: 10px 10px 0;
	height: 380px;
	overflow: hidden;
	text-align: right;
	background: #000 url(images/logo.jpg) center no-repeat;
}

#banner img{
	margin: 10px 10px 0 0;
}

/* End Banner */




/* Start Horizontal Navigation Menu */

.feed{
	float: left;
	width: 18.75%;
	margin: 10px 0 0 10px;
	display: inline;
	padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.feed a {
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px 0 36px;
	background: url(images/icon_rss.gif) no-repeat 10px 2px;
    color: #FFF;
    text-decoration: none;
}

.feed a:hover {
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px 0 36px;
	background: url(images/icon_rss.gif) no-repeat 10px 2px;
    color: #FDCB02;
    text-decoration: none;
}

.nav{
	float: right;
	width: 78.125%;
	margin: 10px 10px 0 0;
	display: inline;
	background: #000 url(images/bg_nav.jpg) repeat-x left bottom;
}

.nav ul{
	margin: 0;
	padding: 0 0 0 9px;
	list-style: none;
	background: #000 url(images/bg_nav.jpg) repeat-x;
}

.nav ul li{
	float: left;
	margin: 10px 0 0 1px;
	display: inline;
}

.nav ul li a{
	display: block;
	padding: 7px 10px 8px;
	color: #FFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}

.nav ul li a:hover{
	color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}

.nav ul li.current_page_item a{
    color: #FDCB02;
    font-weight: bold;
}

/* End Horizontal Navigation Menu */




/* Start Content - Wraps the main column and first and second sidebars */

#content{
	margin: 10px 0 0;
}

/* End content */




/* Start Sidebars */

.sidebar{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	display: inline;
}

.a{/* the first sidebar */
	float: left;
	margin: 0 0 0 10px;
}

.b{ /* the second sidebar */
	float: right;
	margin: 0 10px 0 0;
}

.a {
	color: #FDCB02;
}

.a h2 {
	padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.a a {
	color: #FFF;
}

.b {
	color: #FDCB02;
}

.b a {
	color: #FFF;
}

.b h2 {
	padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li{
	margin: 0 0 10px 0;
	background: #000;
}

.sidebar ul li#search form{
	padding: 0 10px 10px;
    background-color: #000;
    text-align: center;
}

.sidebar ul li#search form input.text{
	margin: 10px 0 0;
    border: none;
    background-color: #FFF;
}

.sidebar ul li#search form input.submit{
	margin: 10px 0 0;
    border: none;
    background-color: #FFF;
    cursor: pointer;
}

.sidebar ul li#calendar table{
	margin: 0 10px;
}

.sidebar ul li#calendar table a{
	font-weight: bold;
}

.sidebar ul li#calendar table caption{
	padding: 10px;
}

.sidebar ul li#calendar table td{
	padding: 3px;
}

.sidebar ul li h2{
	padding-top: 10px;
    padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	background: #000;
	color: #FDCB02;
}

.sidebar ul ul{
	line-height: 18px;
}

.sidebar ul ul li{
	margin: 0;
	padding: 5px;
	background: #000;
    border-top: 1px solid #333;
}

.sidebar ul ul li a{
	color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.sidebar ul ul li a:hover{
	color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}

.sidebar li#flickrrss img{
	margin: 5px 0 0 5px;
	width: 74px;
	height: 74px;
}

.sidebar ul ul ul li{
	padding: 10px 0 0 10px;
	background-color: transparent;
	background-image: none;
}

.c{ /* the main column sidebars */
	width: 31.5789%;
}

.c ul li{
	background: #333;
    color: #FDCB02;
}

.c ul li a{
	color: #FFF;
}

.c ul li h2{
	background: #f7f7f7 url(images/bg_h2_b.jpg) repeat-x left bottom;
}

.c ul ul li{
	background: url(images/bg_dotted_b.gif) repeat-x;
}

.d{ /* the bottom sidebars */
	width: 18.75%;
}

.d a{
	color: #FFF;
}

.d ul li{
	background: #333;
}

.d ul li h2{
	background: url(images/bg_h2_a.jpg) repeat-x;
	color: #FDCB02;
}

.d ul ul li{
	background: url(images/bg_dotted_d.gif) repeat-x;
}

/* End Sidebars */

/* Palavras-chave */

#keywords-tagcloud-box {
	width: 100%;
	text-align: center;
}

#keywords-tagcloud-box a {
	color: #FFF;
    text-decoration: none;
    padding: 0 0 0 0;
}

#keywords-tagcloud-box a:hover {
	color: #FDCB02;
    text-decoration: none;
}

/* FIM Palavras Chave*/


/* Start Main - Where your main content sits */

#main{
	margin: 0 200px 0 190px;
}

/* End Main */

/* Subcategorias */

.subcategorias {
	padding:0px 0px 0px 10px;
    margin-bottom: 5px;
	color: #FDCB02;
}
.subcategorias h2 {
	padding:0 0 0 0;
    padding-left:11px;
    margin:0 0 0 0;
    margin-bottom: 5px;
}
.subcategorias ul li {
	list-style-type: none;
}
.subcategorias ul li a {
	color:#FFF;
    text-decoration:none;
}
.subcategorias ul li a:hover {
	color:#CCC;
    text-decoration:underline;
}

/* Fim das Subcategorias */

/* Start Posts - Post titles, entries, and postmetadata */

.post{
	margin: 0 0 0 10px;
}

.post a {
	color: #003366;
	font-weight: bold;
}

.post img {
	border: 1px solid #000;
}

.post h2{
	font-size: 20px;
	padding: 10px;
	background: #000;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
	margin-top: 10px;
    color: #FFF;
}

.post h2 a{
	color: #FDCB02;
    text-decoration: none;
	font-weight: bold;
}

.post h2 a:hover{
	color: #FFF;
    text-decoration: underline;
	font-weight: bold;
}

/* End Posts */

/* Posts Relacionados */

#relacionados ul.link {
	list-style-type: none;
}

#relacionados ul.link li {
	list-style-type: none;
}

#relacionados ul.link li a {
	color: #800000;
}

/* Fim Posts Relacionados */


/* Start Entries - Text and Titles within the content */

.entry{
	padding: 0 10px 10px;
	font-size: 13px;
	line-height: 24px;
	background: #FFF;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	margin: 0;
	padding: 10px 0 5px;
	background-color: transparent;
	background-image: none;
	font-weight: bold;
}

.entry h1{
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

.entry h2{
	font-weight: normal;
}

.entry h3{
	font-size: 16px;
}

.entry h4{
	font-size: 14px;
}

.entry h5{
	font-size: 12px;
}

.entry h6{
	font-size: 11px;
}

/* End Entries */




/* Start Postmetadata - Author, Date, Categories and Comments Number */

p.entrymetadata{
	font-size: 12px;
	line-height: 18px;
	color: #999;
}

p.entrymetadata a{
	color: #000;
}

.comments_number a{
	padding: 0 0 0 26px;
	background: url(images/icon_comment.gif) no-repeat;
    font-weight: bold;
}

/* End Postmetadata */

/* Visualizações */

p.visualizacoes{
	margin: 0 0 0 0;
    padding: 0 0 0 0;
	font-size: 11px;
	color: #003366;
}

/* Fim Visualizações */

/* Start Previous and Next Links */

.navigation{
	color: #FFF;
	margin: 0 0 0 10px;
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
}

.navigation a {
	font-size: 11px;
	color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

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

/* End Previous and Next Links */

/*Início Formulário de Contato */

.wpcf7 {
	text-align: center;
}

.wpcf7 p.input input {
	width: 250px;
    border: 1px solid #CCC;;
    background-color: #F7F7F7;
}

.wpcf7 p.textarea textarea {
	width: 250px;
    height: 100px;
    border: 1px solid #CCC;;
    background-color: #F7F7F7;
}

.wpcf7 p.submit input {
	cursor: pointer;
    border: none;
}

/*Fim Formulário de Contato */

/* Start Comments Template */

.comments_template{
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	color: #000;
	background-color: #FFF;
}

.comments_template a {
	color: #003366;
}

.comments_template p.nocomments, .comments_template p.alert{
	padding: 10px;
	font-size: 14px;
    color: #000;
}

.comments_template h3{
	font-size: 20px;
	padding: 8px 10px;
	background: #EEE url(images/bg_h2_b.gif) repeat-x left bottom;
}

.comments_template form#commentform{
	margin: 0;
	padding: 10px;
	background: #f7f7f7 url(images/bg_dotted_b.gif) repeat-x;
}

.comments_template form#commentform textarea{
	border: none;
    border: 1px solid #CCC;
    background-color: #FFF;
}

.comments_template form#commentform .inputtext {
	border: 1px solid #CCC;
    background-color: #FFF;
}

.comments_template form#commentform .inputsubmit {
	border: none;
	cursor: pointer;
}

.comments_template form#commentform p{
	line-height: 18px;
}

ol.commentlist{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 24px;
}

ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li{
	padding: 10px;
	background: url(images/bg_dotted_b.gif) repeat-x;
}

ol.commentlist li.alt{
	background: #f7f7f7 url(images/bg_dotted_b.gif) repeat-x;
}

ol.commentlist li.highlighted{
	background: #fcffe5 url(images/bg_dotted_a.gif) repeat-x;
}

.comment-number{ /* for Paged Comments plugin */
	float: right;
	font-family: Georgia, Arial, Verdana, Sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #aaa;
}

/* End Comments Template */




/* Start bottom sidebars */

.secondary_content, .tertiary_content{
	float: left;
    width: 83%;
	border-top: 2px solid #FDCB02;
    background-color: #000;
	padding: 10px 0 0;
    padding-left: 17%;
}

.tertiary_content{
	background-color: #FFF;
    text-align: center;
	background: #000;
}

.sidebar_bottom {
	width: 25%;
	float: left;
    padding: 1%;
}

.sidebar_bottom ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar_bottom a {
	color: #FFF;
}

.sidebar_bottom ul li h2{
    padding-top: 5px;
    padding-bottom: 5px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	background: #000 url(images/bg_nav.jpg) repeat-x;
	color: #FDCB02;
}

.sidebar_bottom ul ul{
	line-height: 18px;
}

.sidebar_bottom ul ul li{
	margin: 0;
	padding-top: 5px;
    padding-bottom: 5px;
	padding-left: 10px;
    text-align: left;
	background: #000;
    border-top: 1px solid #333;
}

.sidebar_bottom ul ul li a{
	color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.sidebar_bottom ul ul li a:hover{
	color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}

/* End bottom sidebars */




/* Start Footer */

#footer{
	margin-top: 15px;
	display: block;
	border-top: 2px solid #FDCB02;
	padding: 18px 20px;
	line-height: 18px;
	background: #000;
	color: #FDCB02;
}

#footer a{
	color: #FFF;
}

#footer .skip a{
	background: url(images/icon_skip_back.gif) no-repeat right top;
}

#footer p{
	padding: 0;
	display: inline;
}

/* End Footer */




/* Start Ads */

.ads_468x60{
	margin: 10px 0 5px;
}

.ads_inline{
	padding: 5px;
	display: inline;
}

/* End Ads */