* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #333333;
	background: #d5e9cd url(images/cabeca.jpg) no-repeat center top;
	
}
a {
	color: #0c4b03;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #1faf09;
}
img {
	border: 0;
}

h2 {
			background-color: #ffa11a;
			color: #203f10;
			font-size: 1em;
			text-transform: uppercase;
			padding: 4px;
			margin-bottom: 5px;
			background: #d5e9cd url(images/barrinha.jpg) repeat-x;
}

h3 {
			font-size: 1.5em;
			margin-bottom: 10px;
			font-weight: normal;
			padding: 0 50px 0 4px;
}

p {
			line-height: 1.4em;
			margin-bottom: 10px;
			padding: 0 4px;
}

table
{

border-collapse: collapse;

}
th
{
	font-weight: bold;
	color: #354921;
	background-color: #bdef8f;
}

td
{
padding-left: 5px;
padding-right: 5px;
}



a.botao2:visited { /*Link visitado*/
/*color: #5f106b;*/
text-decoration: none;
}

a.botao2{ /* A letra 'a' refere-se ao link com a classe botao */
/*font-weight: bold;  foont em negrito */
/*border: 1px solid #000000;  Borda com 1px de espessura e cor em hexedecimal */
text-decoration: none; /* Retira o sublinhado do link */
color: #000000; /* Cor do texto */
background: #9ae2b4; /*fbf559;*/
padding:3px;
}

/* Quando passar o mouse sobre*/


a.botao2:hover{ /* Hover ação do mouse */
color: #bf3918; /* Muda a cor do texto p/ branco */
background: #9ae2b4; 
}


#destaque {
	background-color: #fff784;
		border: 1px solid #f60354;
		padding: 6px;
	}



.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}


.botaof a {
			float: left;
			width: 31px; height: 25px;
			background: url(images/botaoverde.jpg) no-repeat 0 0;
			text-align: center;
			font-size: 1.2em;
			color: #333333;
			text-decoration: none;
			padding-top: 3px;
}
.botaof a:hover {
			float: left;
			width: 31px; height: 25px;
			background: url(images/botaoverde2.jpg) no-repeat 0 0;

			text-decoration: none;
			color: #1faf09;
}
/*
.comments a {
			position: absolute;
			display: block;
			width: 31px; height: 25px;
			background: url(images/comments.gif) no-repeat 0 0;
			top: 5px; right: 10px;
			text-align: center;
			font-size: 0.8em;
			color: #333333;
			text-decoration: none;
			padding-top: 5px;
}
*/
/** BEGIN wrapper **/
#wrapper {
	width: 960px;
	margin: auto auto;
	/*background: #d5e9cd;*/
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 100px;
	margin-bottom: 10px;
	overflow: hidden;
}
	#header .pages {
		list-style-type: none;
		height: 20px;
		padding-top: 2px;
		background-color: #ffa515;
		background: #d5e9cd url(images/barrinha.jpg) repeat-x;
	}
		#header .pages li {
			float: left;
			text-transform: uppercase;
			font-size: 0.9em;
		}
		#header .pages li a {
			font-weight: bold;
			display: block;
			text-decoration: none;
			/*color: #333333;*/
			display: block;
			padding: 10px 12px;
			border-width: 0 0px;
			border-style: solid;
			
			color:207913;
			padding:0.2em 0.6em;
			border-right:1px solid white;
			/*border-color: #ffffe3;*/
			
		}
		#header .pages li a:hover {
			/*border-color: #ff893a;*/
			color:red;
			font-weight: bold;
		}
	#header .logo {
		float: left;
		clear: both;
		height: 65px;
	}
		#header .logo h1 {
			text-transform: uppercase;
			font-size: 2.5em;
			padding-top: 3px;
		}
			#header .logo h1 a {
				text-decoration: none;
			}
		#header .logo p {
			font-weight: bold;
			text-transform: uppercase;
			color: #888888;
		}
	#header .ad {
		float: right;
	}
	#header .categories {
		list-style-type: none;
		clear: both;
		height: 20px;
		margin-left: 5px;
	}
		#header .categories li {
			float: left;
		}
		#header .categories li a {
			display: block;
			font-weight: bold;
			padding: 11px 15px 12px;
			text-decoration: none;
		}
		#header .categories li a:hover {
			font-weight: bold;
			color: #ffa11a;
		}
/** END header **/

/** BEGIN sidebars **/
.box {
	background-color: #fffce6;
	border: 1px solid #DDDDDD;
	padding: 6px;
	margin-bottom: 10px;
}
	.box h2 {
		background-color: #ffa11a;
		color: #203f10;
		font-size: 1em;
		text-transform: uppercase;
		padding: 4px;
		margin-bottom: 5px;
		background: #d5e9cd url(images/barrinha.jpg) repeat-x;
	}
#lsidebar {
	width: 130px;
	float: left;
	padding-bottom: 10px;
}
	#lsidebar ul {
		list-style-type: none;
	}
		#lsidebar ul li {
			line-height: 1.4em;
			padding: 4px 0 4px 17px;
			background: url(images/bullet.gif) no-repeat 2px 9px;
			border-bottom: 1px dotted #B6B6B6;
		}
		#lsidebar ul li a {
			color: #333333;
			text-decoration: none;
		}
		#lsidebar ul li a:hover {
			color: #ffa11a;
			text-decoration: underline;
		}
#rsidebar {
	width: 215px;
	float: right;
	padding-bottom: 10px;
}
	#rsidebar .ads {
		padding: 0 7px;
		text-align: center;
	}
		#rsidebar .ads img {
			margin: 7px;
		}
/**
	#rsidebar form {
		height: 33px;
		background: url(images/search.gif) no-repeat center 0;
	}
		#rsidebar form input {
			border: 0;
 			width: 290px; 
			margin: 9px 0 0 5px;
		}
		#rsidebar form button {
			display: none;
		}
**/
	#rsidebar ul {
		list-style-type: none;
		padding: 5px 8px;
	}
		#rsidebar ul li {
			line-height: 1.4em;
			padding: 5px 0;
		}
		#rsidebar ul li a {
			font-weight: bold;
		}
		#rsidebar ul li p {
			padding-top: 5px;
		}
	#rsidebar .flickr {
		text-align: center;
		padding: 0 7px;
	}
		#rsidebar .flickr img {
			margin: 6px;
		}
	#rsidebar .video {
		padding: 2px;
	}
	#rsidebar .tags {
		padding: 2px 6px;
	}
		#rsidebar .tags a {
			
		}
		#rsidebar .tags a:hover {
			
		}
/** END sidebars **/

/** BEGIN content **/
#content {
	width: 595px;
	float: left;
	padding: 0 0 10px 10px;
}

#content2 {
	width: 795px;
	float: left;
	padding: 0 0 10px 10px;
}


	#quadro1 {
		background-color: #fdf199;
		border: 1px solid #DDDDDD;
		height: 160px;
		width: 275px;
		margin-bottom: 10px;
		margin-right: 10px;
		padding: 6px;
		float: left;
		overflow: auto;
	}
	#content .quadro1 {
		position: relative;
		padding: 0 6px 12px;
		/*height: 240px;*/
	}


	#quadro2 {
		background-color: #fdf199;
		border: 1px solid #DDDDDD;
		height: 160px;
		width: 280px;
		margin-bottom: 10px;
		/*margin-right: 10px;*/
		padding: 6px;
		float: left;
		overflow: auto;
	}
	#content .quadro2 {
		position: relative;
		padding: 0 6px 12px;
		/*height: 240px;*/
	}


	#quadro3 {
		background-color: #fffce6;
		border: 1px solid #DDDDDD;
		/*height: 160px;*/
		width: 275px;
		margin-bottom: 10px;
		margin-right: 10px;
		padding: 6px;
		float: left;
		overflow: auto;
	}
	#content .quadro3 {
		position: relative;
		padding: 0 6px 12px;
		/*height: 240px;*/
	}


	#quadro4 {
		background-color: #fffce6;
		border: 1px solid #DDDDDD;
		/*height: 160px;*/
		width: 280px;
		margin-bottom: 10px;
		/*margin-right: 10px;*/
		padding: 6px;
		float: left;
		overflow: auto;
	}
	#content .quadro4 {
		position: relative;
		padding: 0 6px 12px;
		/*height: 240px;*/
	}

	#quadro5 {
		clear: both;
		background-color: #fffce6;
		border: 1px solid #DDDDDD;
		/*height: 160px;*/
		width: 580px;
		margin-bottom: 10px;
		/*margin-right: 10px;*/
		padding: 6px;
		float: left;
		overflow: auto;
	}
		#quadro5 img {
			/*float: left;*/
			margin: 5px 10px 10px 4px;
		}
	#content .quadro5 {
		position: relative;
		padding: 0 6px 12px;
		/*height: 240px;*/
	}



	#quadro6 {
		clear: both;
		background-color: #fffce6;
		border: 1px solid #DDDDDD;
		/*height: 160px;*/
		width: 805px;
		margin-bottom: 10px;
		/*margin-right: 10px;*/
		padding: 6px;
		float: left;
		overflow: auto;
	}
		#quadro6 img {
			/*float: left;*/
			margin: 5px 10px 10px 4px;
		}
	#content .quadro6 {
		position: relative;
		padding: 0 6px 12px;
		/*height: 240px;*/
	}


	#featured {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		height: 170px;
		margin-bottom: 10px;
		padding: 6px;
		overflow: auto;
	}
	#content .featured {
		position: relative;
		padding: 0 6px 12px;
		height: 170px;
		overflow: auto;

	}
		#featured h2 {
			background-color: #ffa11a;
			color: #203f10;
			font-size: 1em;
			text-transform: uppercase;
			padding: 4px;
			margin-bottom: 5px;
			background: #d5e9cd url(images/barrinha.jpg) repeat-x;
		}
		#content .featured .comments a {
			position: absolute;
			display: block;
			width: 31px; height: 25px;
			background: url(images/comments.gif) no-repeat 0 0;
			top: 5px; right: 10px;
			text-align: center;
			font-size: 0.8em;
			color: #333333;
			text-decoration: none;
			padding-top: 5px;
		}
		#content .featured h3 {
			font-size: 1.5em;
			margin-bottom: 10px;
			font-weight: normal;
			padding: 0 50px 0 4px;
		}
		#content .featured img {
			float: left;
			margin: 5px 10px 10px 4px;
			/*width: 134px; height: 134px;*/
		}
		#content .featured p {
			line-height: 1.4em;
			margin-bottom: 10px;
			padding: 0 4px;
		}
		#content .featured .details {
			/*clear: both;*/
			text-transform: uppercase;
			font-size: 0.8em;
			margin-bottom: 0;
		}
			#content .featured .details a {
				color: #333333;
				text-decoration: none;
			}
			#content .featured .details a:hover {
				color: #ffa11a;
				text-decoration: underline;
			}
	#content .recent {
		background-color: #FFFFFF;
		border: 1px solid #DDDDDD;
		padding: 6px;
		margin-bottom: 10px;
	}
	#content .post {
		position: relative;
		padding: 5px;
		margin-bottom: 10px;
	}
		#content .recent h2 {
			background-color: #ffa11a;
			color: #203f10;
			font-size: 1em;
			text-transform: uppercase;
			padding: 4px;
			margin-bottom: 5px;
			background: #d5e9cd url(images/barrinha.jpg) repeat-x;
		}
		#content .post .comments a {
			position: absolute;
			display: block;
			width: 31px; height: 25px;
			background: url(images/comments.gif) no-repeat 0 0;
			top: 10px; right: 10px;
			text-align: center;
			font-size: 0.8em;
			color: #333333;
			text-decoration: none;
			padding-top: 5px;
		}
		#content .post h3 {
			font-size: 1.5em;
			margin-bottom: 10px;
			font-weight: normal;
			padding: 0 50px 0 4px;
		}
		#content .post img {
			float: left;
			margin: 5px 10px 10px 4px;
			/**width: 134px; height: 134px;**/
		}
		#content .post p {
			line-height: 1.4em;
			margin-bottom: 10px;
			padding: 0 4px;
		}
		#content .post .details {
			clear: both;
			text-transform: uppercase;
			font-size: 0.8em;
			margin-bottom: 0;
		}
			#content .post .details a {
				color: #333333;
				text-decoration: none;
			}
			#content .post .details a:hover {
				color: #ffa11a;
				text-decoration: underline;
			}
	#content .postnav {
		clear: both;
		padding: 10px 0;
	}
		#content .postnav ul {
			list-style-type: none;
			padding: 10px;
		}
			#content .postnav ul li {
				float: left;
				color: #B5B4BC;
				padding: 4px;
			}
			#content .postnav ul li a {
				color: #636363;
				text-decoration: none;
				display: block;
				padding: 2px 6px;
				border: 1px solid #E2E2E2;
			}
			#content .postnav ul li a:hover {
				border-color: #ffffff;
			}
			#wp_page_numbers ul {
				border-top: 0 !important;
			}
			#wp_page_numbers .page_info {
				padding: 3px 6px !important;
				margin-right: 2px;
				border: 1px solid #e0e0e0 !important;
				margin-top: 4px;
			}
			#wp_page_numbers .active_page a {
				background-color: #ffffff !important;
				border: 0 !important;
			}
/** END content **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #87e279;
	color: #2E4B54;
	font-size: 0.9em;
	height: 20px;
	padding-top: 5px;
}
	#footer a {
		color: #ffffff;
	}
	#footer .wrapper {
		width: 960px;
		margin: auto auto;
		text-align: left;
	}
	#footer .l {
		float: left;
	}
	#footer .r {
		float: right;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#content .single {
	padding: 2px;
}
	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;

		background-color: #d5e9cd;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e0e0e0;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
#comments {
	padding: 2px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.6em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			/*font-size: 0.9em;*/
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/


#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
