/*   
Theme Name: Elegant Grunge
Theme URI: http://michael.tyson.id.au/elegant-grunge-wordpress-theme
Description: An unwashed yet crisp theme with a feature footer, styled image frames, a page template with a uniquely configurable sidebar and a photoblog tag page
Author: Michael Tyson
Author URI: http://michael.tyson.id.au
Version: 1.0.3
Tags: tan, light, one-column, two-columns, three-columns, fixed-width, custom-header, right-sidebar, theme-options, threaded-comments, photoblogging

	Elegant Grunge by Michael Tyson
	http://michael.tyson.id.au/elegant-grunge-wordpress-theme
	
	The CSS, XHTML, design and PHP are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/


/****************************
 **   Contents
 ****************************
 
	* General
	* Layout		(Top-level page element styles)
		- Menu
		- Header
		- Content
		- Sidebar
		- Footer
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
		- Comments
		- Comment form
		- Frame
	* Sidebar	(Formatting of items in sidebar)
		- General
		- Search
		- Tag cloud
		- Wordpress calendar
		- Photoblog widget
	* Footer		(Formatting of items in footer)
		





/****************************
 **   General #534D49
 ****************************/

body {
	margin: 0;
	padding: 0;
	background-color:#E1E1E1;
	background-image:url(images/bgbody.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	font-family: Tahoma, Geneva, sans-serif;
	color: #534D49;
	overflow-x:hidden;
}

a {
	color: #5f5f5f;
}

img {
	border:0;
	margin:0 16px 10px 0;
	padding:0px;
}

form {
	margin:0;
	padding:0;
}

select, input {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#705D4E;
	background-color:#DDDCDA;
	border:1px solid #184C7E;
}

/****************************
 **   Layout
 ****************************/


/* Menu */

#page {
	background-image:url(images/topo_background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#menu {
	/*background-color: #191919;*/
	height:3.0em;
	
}

#menu ul {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	bottom: 0;
	left: 0;
	list-style: none;
}

.double-right-sidebar #menu ul {
	width: 947px;
}

#menu ul li {
	float: left;
}

#menu .page_item a {
	display: block;
	padding-right: 40px;
	line-height: 3.0em;
	color: #868686;
	text-decoration: none;
}

#menu .current_page_item a, #menu .page_item a:hover {
	color: #fff;
}

/* Header */

#header-wrap {
	background: url(images/topo-background.jpg) no-repeat center top;
}

#header {
	height: 370px;
	text-align:center;
	/*background: url(images/header.jpg) no-repeat center;*/
}

.no-sidebar div #header {
	/*background-image: url(images/header-no-sidebar.jpg);*/
}

.double-right-sidebar div #header {
	/*background-image: url(images/header-double-sidebar.jpg);*/
}

#header div {
	width: 800px;
	margin: 0 auto;
}

.double-right-sidebar #header div {
	width: 947px;
}

#header h1 {
	font: 2.2em/169px "Georgia", "Baskerville", serif;
	margin: 0;
}

#header h1 a {
	color: #d3d3d3;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-shadow: #000 0 1px 2px;
	float: left;
}

#blog-description {
	position: relative;
	top: 60px;
	color: #616161;
	text-shadow: #000 0 1px 1px;
	left: 1.3em;
}

/* Content */

#content-container {
	/*background: url(images/basebody.gif) center bottom no-repeat;
	padding-bottom:40px;*/
}

.no-sidebar div #content-container {
	/*background-image: url(images/body-no-sidebar.jpg);*/
}

.double-right-sidebar div #content-container {
	/*background-image: url(images/body-double-sidebar.jpg);*/
}

#content {

	width: 802px;
	margin:0 auto;
	
}

.double-right-sidebar #content {
	width: 947px;
}

#body {
	float: left;
	width: 505px;
	margin-top:50px;
	padding:25px 20px 0 35px;
}

.no-sidebar div div #body {
	width: 760px;
	float: none;
}

/* Sidebar */

#sidebar {

	float: right;
	font-size: 0.9em;
	width: 194px;
	margin-top:76px;
	_margin-top:80px;
	*margin-top:80px;
	/*position: relative;
	left: 0;*/
}

#sidebar .logo {
	padding-left:30px;
}
#sidebar .enquete {
	padding:20px 8px 0px 0px;
	float:left;
	display:block;
}
#sidebar .oraculo {
	float:left;
	display:block;
	width:154px;
	height:250px;
	padding:80px 8px 8px 12px;
	margin-left:0px;
	background:url(images/fundo-oraculo.gif) no-repeat top left;
}
#sidebar .oraculo div {
	float:left;
	display:block;
	font-size:11px;
	color:#e92983;
}
#sidebar .oraculo div.msg {
	float:right;
}
#sidebar .oraculo div.tit {
	font-size:12px;
	padding-bottom:5px;
	font-weight:bold;
}
#sidebar .oraculo div.texto2 {
	border-top:1px solid #e92983;
	padding:5px 0 0 0;
}

#sidebar .oraculo div.botoes {
	width:100%;
	margin-top:10px;
}
#sidebar .oraculo div.botoes div {
	float:left;
	display:block;
}
#sidebar .oraculo div.botoes div.img1 {
	padding:0 10px 0 0;
}
#sidebar .oraculo div.botoes div.img2 {
	padding:0 10px 0 0;
}
#sidebar .oraculo div.botoes div.img3 {
	padding:0;
}

#sidebar .duvidas {
	float:left;
	display:block;
	padding-top:0px;
	margin-left:0px;
	min-height:300px;
	_height:300px;
}

#sidebar .sidebarMenu {
	/*height:450px;*/
	float:left;
	display:block;
	margin-bottom:10px;
	/*padding-right:70px;*/
}
#sidebar .sidebarMenu div {
	padding-bottom:1px;
	_padding-bottom:0;
	display:block;
	margin:0px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 30px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* Games */
.games {}

.games .titulo {
	width:489px;
	height:38px;
	background:url(images/tit_games.gif) no-repeat top left;
	float:left;
	display:block;
}
.games .texto {
	padding-top:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#6a96b5;
	float:left;
	display:block;
}
.games .imgs {
	float:left;
	display:block;
	clear:both;
	width:100%;
	padding:0 0 0 10px;
	_padding:0;
	margin:50px 0 0 0;
}
.games .imgs div {
	float:left;
	display:block;
	background-image:url(images/fundo-imgs-games.gif);
	background-position:3px 0;
	_background-position:top left;
	background-repeat:no-repeat;
	width:180px;
	_width:160px;
	height:125px;
	margin:-10px 0 0 -10px;
	_margin:0;
	padding:0;
	_padding:0 10px 0 4px;
	
}
.games .imgs div.ultima {
	width:143px;
	padding:0;
}
.games .imgs div img {
	width:135px;
	height:99px;
	margin:0;
	padding:0;
}

/* Cards */
.cards {}

.cards .titulo {
	width:525px;
	height:38px;
	background:url(images/tit_cards.gif) no-repeat top left;
	float:left;
	display:block;
}
.cards .texto {
	padding-top:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#534D49;
	float:left;
	display:block;
}
.cards .select {
	float:left;
	display:block;
	clear:both;
	width:100%;
	margin:30px 0 0 0;
}
.cards .select select {
	width:139px;
}
.cards .imgs {
	float:left;
	display:block;
	clear:both;
	width:100%;
	padding:0 0 0 10px;
	_padding:0;
	margin:20px 0 0 0;
}
.cards .imgs div {
	float:left;
	display:block;
	background-image:url(images/fundo-imgs-cards.gif);
	background-position:3px 0;
	_background-position:top left;
	background-repeat:no-repeat;
	width:180px;
	_width:160px;
	height:125px;
	margin:-10px 0 0 -10px;
	_margin:0;
	padding:0;
	_padding:0 10px 0 4px;
	
}
.cards .imgs div.ultima {
	width:143px;
	padding:0;
}
.cards .imgs div img {
	width:135px;
	height:99px;
	margin:0;
	padding:0;
	border:0;
}
.cards .imgG {
	float:left;
	display:block;
}
.cards .imgG .img {
	float:left;
	display:block;
	background-image:url(images/fundo-imG-cards.gif);
	background-position:3px 0;
	_background-position:top left;
	background-repeat:no-repeat;
	width:301px;
	height:232px;
	padding:4px 0 0 9px;
	_padding:4px 0 0 6px;
	margin:30px 0 0 0;
}
.cards .imgG .textoImg {
	float:left;
	display:block;
	text-align:center;
	width:300px;
}
.cards .imgG .form {
	float:right;
	display:block;
	width:165px;
	padding:0 0 0 15px;
	margin:30px 0 0 0;
}

.cards .imgG .form .campos {
	float:left;
	display:block;
	margin:0;
	padding:0 0 10px 0;
}
.cards .imgG .form .campos div {
	clear:both;
	float:left;
	display:block;
	margin:0;
	padding:0;
}
.cards .imgG .form .campos div input {
	width:160px;
}
.cards .imgG .form .campos div input.mensagem {
	height:75px;
}

.cards .imgG .form .botoes {
	clear:both;
	float:left;
	text-align:right;
	display:block;
	margin:0;
	padding:0;
	height:14px;
	width:160px;
}
.cards .imgG .form .botoes div {
	float:right;
	display:block;
	padding:0 0 0 10px;
}
.cards .imgG .form .botoes img {
	margin:0;
	padding:0;
	display:block;
	float:left;
}

/* Testes */
.testes {
	float:left;
	display:block;
	clear:both;
	width:500px;
	_width:470px;
	padding:0 0 20px 0;
}

.testes .titulo {
	width:489px;
	height:36px;
	background:url(images/tit-testes.gif) no-repeat top left;
	float:left;
	display:block;
}
.testes .teste {
	padding-top:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#6a988c;
	float:left;
	display:block;
}
.testes .teste .tit {
	float:left;
	display:block;
	color:#277561;
	font-size:22px;
	padding:15px 0 0 0;
	width:100%;
}
.testes .teste .pergunta {
	float:left;
	padding:15px 0 5px 0;
	display:block;
	clear:both;
	width:100%;
}
.testes .teste .alternativa {
	padding:0 0 2px 0;
	float:left;
	width:100%;
	display:block;
	clear:both;
}
.testes .outrosTestes .tit {
	padding:0;
	margin:30px 0 5px 0;
	width:177px;
	height:26px;
	background:url(images/tit-outros_testes.gif) no-repeat top left;
	float:left;
	display:block;
	clear:both;
}
.testes .outrosTestes .teste {
	width:100%;
	background:url(images/ico-testes) no-repeat;
	background-position:0 11px;
	padding:5px 0 0 10px;
	float:left;
	display:block;
	clear:both;
}
.testes .outrosTestes .teste a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#6a988c;
	text-decoration:none;
}


/* Contrato */
.contrato {}

.contrato .titulo {
	width:525px;
	height:50px;
	background:url(images/tit_contrato.gif) no-repeat top left;
	float:left;
	display:block;
}
.contrato .tituloFicante {
	width:492px;
	height:66px;
	background:url(images/tit_contratos_ficante.gif) no-repeat top left;
	float:left;
	display:block;
}
.contrato .tituloNamoro {
	width:492px;
	height:67px;
	background:url(images/tit_contratos_namoro.gif) no-repeat top left;
	float:left;
	display:block;
}
.contrato .tituloDesgrude {
	width:492px;
	height:66px;
	background:url(images/tit_contratos_desgrude.gif) no-repeat top left;
	float:left;
	display:block;
}
.contrato .tituloRomper {
	width:499px;
	height:59px;
	background:url(images/tit_contratos_romper.gif) no-repeat top left;
	float:left;
	display:block;
}
.contrato .texto {
	padding-top:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#d27da1;
	float:left;
	display:block;
}
.contrato .texto div.tit {
	font-size:14px;
	color:#a147a0;
	float:left;
	padding:10px 0 20px 0;
	width:100%;
}
.contrato .texto div span {
	color:#a35475;
}
.contrato .texto div span.tit {
	font-size:14px;
}
.contrato .texto div.inputData {
	text-align:center;
	float:left;
	display:block;
	width:400px;
	padding:0 0 0 100px;
	margin:-5px 0 0 0;
	_margin:-10px 0 0 0;
}
.contrato .texto div.inputData .input {
	float:left;
	padding:0 0 10px 0;
	margin:0;
	width:80px;
}
.contrato .texto div.inputData .texto {
	float:left;
	width:300px;
	padding:0;
	margin:0;
}
.contrato .form {
	font-size:12px;
	float:left;
	display:block;
	width:500px;
	padding:0 0 0 15px;
	margin:0 0 0 -13px;
	_margin:-20px 0 0 -5px;
}

.contrato .form .campos {
	float:left;
	display:block;
	padding:0 10px 10px 0;
	width:140px;
	font-size:12px;
}
.contrato .form .campos div {
	clear:both;
	float:left;
	display:block;
	margin:0;
	padding:0;
}
.contrato .form .campos div input {
	width:130px;
}

.contrato .mandeContrato {
	clear:both;
	/*float:left;*/
	display:block;
	height:200px;
	width:360px;
	margin:0 auto;
	padding:30px 0 0 0;
}
.contrato .mandeContrato .tit {
	width:100%;
	height:19px;
	background:url(images/mande_msg.gif) no-repeat top center;
	float:left;
	display:block;
}
.contrato .mandeContrato .icones {
	width:100%;
	float:left;
	display:block;
	padding-top:20px;
}
.contrato .mandeContrato .icones div {
	float:left;
	display:block;
	padding:0 0 0 0;
	margin:0;
	text-align:center;
	width:85px;
}
.contrato .mandeContrato .icones div a {
	text-decoration:none;
	color:#d27da1;
}

.contrato .mandeContrato .icones div img {
	margin:0 0 0 8px;
	padding:0;
	display:block;
	float:left;
}

.contrato .titulo-contratosVigentes {
	width:100%;
	height:59px;
	background:url(images/tit_contratos-vigentes.gif) no-repeat top left;
	float:left;
	display:block;
	margin:0 0 30px 0;
	padding:0;
}
.contrato .titulo-contratosVigentes div.bt {
	float:right;
	display:block;
	padding:40px 0 0 10px;
	margin:0;
}
.contrato .titulo-contratosVigentes div.input {
	float:right;
	display:block;
	padding-top:40px;
}
.contrato .titulo-contratosVigentes div.input input {
	width:100px;
	height:15px;
	border:0;
}

.contrato .contratosVigentes {
	float:left;
	display:block;
	width:100%;
	margin:0;
	padding:0;
}

.contrato .titulo-contratosRompidos {
	width:100%;
	height:59px;
	background:url(images/tit_contratos-rompidos.gif) no-repeat top left;
	float:left;
	display:block;
	margin:0 0 30px 0;
	padding:0;
}

.contrato .contratosRompidos {
	float:left;
	display:block;
	width:100%;
	margin:0;
	padding:0;
}

.itens {
	float:left;
	display:block;
	margin:0 0 0 40px;
	_margin:0 0 0 40px;
	padding:0 0 20px 0;
}
.itens table img {
	display:block;
	width:62px;
	margin:0;
	padding:0;
	border:2px solid #FFAED0;
}

.itens table {
	width:175px;
	_width:190px;
	height:93px;
	border:0;
	margin:0;
	padding:0;
}

.itens td {
	text-align:center;
	margin:0; !important
	padding:5px 0 0 0; !important
}

.pag {
	float:right;
	display:block;
	margin:0 0 0 -3px;
	padding:0;
	clear:both;
}

.pag div {
	margin:0 3px 0 0;
	padding:1px 0 0 0;
	float:left;
	display:block;
	width:15px;
	height:15px;
	text-align:center;
	background-color:#f692bc;
}
.pag div a {
	color:#fff;
	font-size:10px;
	text-decoration:none;
}

/* Quiz */
.quiz {
	display:block;
	border:1px solid black;
}

.quiz ul {width:100%; border:1px solid red;}
.quiz li {
	float:left;
	display:block;
	clear:both;
	width:100%;
}
.quiz div {
	clear:both;
	padding:0 0 2px; 0;
}
.quiz input[type="radio"] {
	background:none;
	border:0;
}


/* Footer */

 .txt16Verde{
	color:#534D49; 
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}
.inputa{
	background-color:#FFE9F9; 
	border:1px solid #EE549D;
	font-size:13px;
	color:#EE549D;
}

#footer-wrap-outer {
	
	/*background: #4c4c4c url(images/footer-repeat.jpg) repeat-x center top;*/
}


#footer-wrap {
	/*background: url(images/bgrodape.gif) repeat-x center bottom;*/
	width:100%;
	float:left;
	height:30px;
	padding-top:0px;
	display:inline-block;
}

.no-sidebar div #footer-wrap {
	/*background-image: url(images/footer-no-sidebar.jpg);*/
}

.double-right-sidebar div #footer-wrap {
	/*background-image: url(images/footer-double-sidebar.jpg);*/
}

#footer {
	text-align:center;
	width: 765px;
	margin: 0 auto;
	padding:0px 0px 0px 0px;
	min-height: 20px;
}


/****************************
 **   Content
 ****************************/

/* General */

h2 {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	color: #534D49;
	margin: 0px;
}

h2 a {
	text-decoration: none;
	color: #534D49;
}


.post .entry {
	font-size: 11px;
	line-height: 15px;
	clear: both;
}

.post .author {
	color: #534D49;
	font-size: 0.8em;
	position: relative;
	top: -1.5em;
}

.post .info {
	color: #534D49;
	font-size: 0.8em;
}

.post .date {
	/*background-image: url(images/date.jpg);*/
	width: 500px;
	height: 30px;
	float: left;
	clear:both;
}

.post .date .month {
	float:left;
	display: block;
	font-size: 10px;
	padding-top: 3px;
	color: #666666;
}

.post .date .day {
	float:left;
	display:block;
	font-size: 10px;
	padding-top: 3px;
	color: #666666;
}

.post .date .year {
	float:left;
	display: block;
	font-size: 10px;
	padding-top: 3px;
	color: #666666;
}

.geralRodapeNoticia {
	margin:10px 0 20px 0;
	/*margin: 20px 0 -28px 0;*/
	padding:0 0 0 0;
	width:100%;
	float:left;
	display:block;
	clear:both;
	color: #534D49;
	border-bottom: 1px solid #534D49;
}
.geralRodapeNoticia .sociable {
	float:left;
	display:block;
	height:50px;
	_height:10px;
	clear:both;
	width:100%;
	padding:0;
	margin:0;
	font-size:10px;
}

.geralRodapeNoticia .metadata {
	float:left;
	display:block;
	margin:0;
	padding:10px 0 0 25px;
	text-align: left;
	background:url(images/ico-smile.gif) center left no-repeat;
	font-size: 11px;
	min-height:16px;
	_height:16px;
} 


.geralRodapeNoticia .verMais {
	float:right;
	padding:0 15px 0 0;
	margin:10px 0 0 0;
	background:url(images/ico_vermais.gif) no-repeat;
	background-position:center right;
	font-size: 11px;
}

.geralRodapeNoticia .verMais a {
	text-decoration:none;
	color: #534D49;
}

.geralRodapeNoticia .metadata a {
	text-decoration: none;
	color: #534D49;
}


.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}

.more-link {
	clear: both;
	display: block;
	margin-top: 30px;
	margin-left: 20px;
	font-size: 0.9em;
	color: #88897b;
	background: url(images/more-link.png) no-repeat left center;
	padding-left: 30px;
}

.hr {
	clear: both;
	border-top: 1px solid #534D49;
	width:100%;
	height: 20px;
}

.hr hr {
	display: none;
}

.navigation {
	width: 100%;
	margin-top: 50px;
}

.navigation a {
	text-decoration: none;
	font-size: 0.7em;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}

.search_result {
	margin-left: 20px;
}

.search_result h4 {
	margin-left: -20px;
}

.search_result h4 a {
	text-decoration: none;
}

.search_result .metadata {
	color: #BFC4C1;
	margin-top: 10px;
	text-align: left;
}

.search_result .metadata a {
	color: #BFC4C1;
}


/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: none;
   text-align: center;
  /* background-color: #f8faf7;
   padding-top: 4px;*/
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Comments */


.commentlist {
	padding: 0;
	list-style-type: none;
	margin-top: 16px;
	margin-left: 0px;
}

.commentlist li {
	margin-top: 16px;
	margin-left: 30px;
	max-width: 460px;
}

.commentlist li .comment-content,
.commentlist li .before-comment,
.commentlist li .after-comment,
.commentlist li .after-comment div {
	/*background:transparent url(images/comment.jpg) no-repeat top right;*/
}

.commentlist li .comment-content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
 	padding: 28px 0 0px 0px;
}

.commentlist li .before-comment {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width: 27px; /* top slice width */
	margin-left: -27px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.commentlist li .after-comment {
	/* bottom */
	position:relative;
	width:100%;
}

.commentlist li .after-comment,
.commentlist li .after-comment div {
	height: 40px; /* height of bottom cap/shade */
	font-size:1px;
}

.commentlist li .after-comment {
	background-position:bottom right;
}

.commentlist li .after-comment div {
	position:relative;
	width:27px; /* bottom corner width */
	margin-left: -27px;
	background-position:bottom left;
}

.commentlist .comment {
	margin: 0;
	font-size: 0.8em;
	padding-right: 27px;
}

.comment-text {
	margin-left: 42px;
	margin-right: 10px;
	margin-top: 24px;
	font-size: 0.9em;
}

.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.commentlist .comment .reply {
	text-align: right;
	position: relative;
	top: 15px;
	z-index: 100;
	font-size: 0.9em;
}

.commentlist .comment .reply a {
	color: #D7DBD8;
	text-decoration: none;
}



.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

/* Comment Form */


input.text {
	width: 200px;

	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
	background-color:#DDDCDA;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#534D49;	
}

/* Frame */


.frame-outer.aligncenter {
	text-align: center;
}

.frame-outer span {
	display: inline-block;
	/*background: url(images/frame-top-left.jpg) no-repeat left top;*/
}

.frame-outer span span {
	/*background: url(images/frame-bottom-left.jpg) no-repeat left bottom;*/
}

.frame-outer span span span {
	/*background: url(images/frame-top-right.jpg) no-repeat right top;*/
}

.frame-outer span span span span {
	/*background: url(images/frame-bottom-right.jpg) no-repeat right bottom;*/
	padding: 5px 20px 20px 0;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
}

.frame-outer span span span span * {
    max-width: 425px;
}

.frame-outer.small span {
	/*background: url(images/frame-top-left-small.jpg) no-repeat left top;*/
}

.frame-outer.small span span {
	/*background: url(images/frame-bottom-left-small.jpg) no-repeat left bottom;*/
}

.frame-outer.small span span span {
/*	background: url(images/frame-top-right-small.jpg) no-repeat right top;*/
}

.frame-outer.small span span span span {
	/*background: url(images/frame-bottom-right-small.jpg) no-repeat right bottom;*/
	padding: 10px;
	min-height: 38px;
	min-width: 38px;
}

.frame-outer span span span span span {
	background: none;
}

.frame-outer span span span span .wp-caption-text {
	margin-top: 10px;
}

/****************************
 **   Sidebar
 ****************************/

/* General */

.sidebar h2 {
	font-size: 1.4em;
	color: #676767;
	margin-bottom: 0px;
}

.sidebar a {
	color: #9f9f9f;
}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* Search */

.sidebar #searchform div {
	background-image: url(images/searchform.jpg);
	width: 226px;
	height: 49px;
	margin-left: -7px;
}
.sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 149px;
	height: 16px;
	color: #909090;
	font-size: 1.0em;
	outline: none;
}
.sidebar #searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 39px;
	height: 26px;
	margin-left: 4px;
	overflow: hidden;
	cursor: pointer;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	color: #999;
	font-size: 0.7em;
	text-transform: lowercase;
}

.double-right-sidebar .sidebar #searchform div {
	background-image: url(images/searchform-double-sidebar.jpg);
	width: 190px;
	height: 45px;
	margin-left: -3px;
}
.double-right-sidebar .sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 117px;
	height: 16px;
	color: #909090;
	font-size: 0.9em;
	outline: none;
}


/* Tag cloud */

.widget_tag_cloud a {
	text-decoration: none;
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/* Photoblog widget */

.sidebar .elegant_grunge_photoblog div {
	text-align: center;
}

.sidebar .photoblog-thumbnail img {
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	display: inline;
}


/****************************
 **   Footer
 ****************************/

#footer #subscribe a {
	display: block;
	position: absolute;
	bottom:0;
	background-image: url(images/rss.png);
	width: 149px;
	height: 126px;
	margin-left: -126px;
	margin-top: -68px;
	text-indent: -2000px;
	overflow: hidden;
}

#footer .legal, #footer .credit {
	font-family:Tahoma, Geneva, sans-serif;
	color: #534D49;
	font-size:10px;
	text-decoration:none;
}

#footer .legal {
	margin-top:10px;
	text-decoration:none;
}

#footer .credit a {
	color: #FFF;
	font-size:10px;
	text-decoration:none !important;
}

#footer .credit {
	color: #FFF;
	font-size:10px;
	float: right;
	text-decoration:none !important;
}


#footer .widget-wrap {
	float: left;
	width: 264px;
	margin-bottom: 36px;
}


#footer .widget {
	margin-right: 21px;
	margin-left: 21px;
}

#footer {
	font-size: 10px;
	line-height: 1.1em;
}

#footer a {
	color: #534D49;
	font-size:10px;
}

#footer h2 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}

.tituloTeste{
	font-size:18px;	
	color:#534D49;
	text-decoration:none !important;
}
.tituloTeste a{
	text-decoration:none !important;
}
.tituloTeste a:hover{
	text-decoration:none !important;
}
.tudoZero{
	
 
}
.tudoZero form{
	margin:0px;
	padding:0px;
}
.tudoZero input{
	background:none;
	float:left;
	clear:both;
	border:none;
}
.tudoZero ul,.tudoZero ol, .tudoZero li{
	margin:0px;
	padding:0px;
	text-align:left;
	list-style:none;
}
ol{
	list-style-position: inside;
}