/*  
Theme Name: Atahualpa 
Theme URI: http://wordpress.bytesforall.com/
Description: v. 2.21 - Many improvements since v. 2.01. Fluid width, 2 or 3 column theme for WP 2.2 - WP 2.6 and WPMU. With rotating header images, customizable logo and options page. Includes 3 widgets for recent comments and popular post.
Version: 2.21
Author: BFA Webdesign
Author URI: http://www.bytesforall.com/
Tags: fluid width, options page, widget ready, 2 columns, 3 columns, left sidebar, right sidebar, custom header, rotating header images, seo friendly, gravatars, popular posts, related posts, wp-pagenavi, wp-print, wp-email, subscribe to comments, wpmu
 
*/




ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 10px; 
	margin-bottom: 0px; 
	padding-top: 0; 
	padding-bottom: 0; 
	}
		
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0; 
	margin-bottom: 0; 
	}
	
h1 {font-size: 240%; }
h2 {font-size: 180%; }
h3 {font-size: 140%; }
h4 {font-size: 100%; }
h5 {font-size: 70%; }
h6 {font-size: 50%; }

code, pre {
	/* Firefox needs this */
	font-family: "Courier New", Courier, monospace;		
	}

table {
	font-size: 100%; 
	}
	
td, th {
	vertical-align: top; 
	}
	
#menuh3 {font-size: 100%; }	
/* -------------------------------------------------------------------------------------------------
------------------------------------- BASE LAYOUT -------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

/*
Credits:
Layout and browser compatibility hacks based on Ruthsarian's Skidoo Redux 
http://webhost.bridgew.edu/etribou/layouts/ - ruthsarian AT gmail DOT com
*/

body {
	background-color:#FFFFF;
	color: #000; 
	padding: 0; 
	margin: 0;
	}

#page-container {
	/* font-size: will be set in style.php */ 
	background-color:#FFFFF;
	
	/* margin: will be set in style.php */ 
	/* font-family: will be set in style.php */ 
	}
			
#outer-column-container {
	border-left:solid 13em #fff; 
	border-right: solid 13em #fff;
    background-color:#FFFFF;
    
	}

#inner-column-container {
	width: 100%; 
	background-color:#FFFFF;
	border: dashed 1px #ccc;
	border-width: 0 1px; 
	margin: 0 -1px;
    

	}
					
#source-order-container {
	float: left; 
	width: 100%; 
	margin-right: -1px;
    background-color:#FFFFF;
    
	}
	
#left-column {
	float: left; 
	margin-left: -13em; 
	width: 13em; 
	margin-right: 1px; 
	position: relative;
    background-color:#FFFFF;
    }
	
#middle-column {
    background-color:#FFFFF;
	float: right;
	width: 100%; 
	margin-left: -1px;
        
	}
	
#right-column {
	float: right; 
	margin-right: -13em; 
	width: 13em; 
	margin-left: 1px; 
	position: relative;
    background-color:#FFFFF;
	}



.inside {
	margin: 15px;         
	}
	
/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR STYLES ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

#left-column .inside {
	margin-left: 2px;		/* less margin for left side of left column, might be overwritten in style.php */
	
    }
	
h3.widgettitle {
	/* color: will be set in style.php */
	width: 140%; 
	/* font-size: will be set in style.php */ 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	}
#menutitle { font-size:14px; margin-bottom: 0px; padding:5px; padding-left:10px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-weight:bold; background-color:#990000}
/* uncomment the next style if you are using text widgets without heading 
and you want more space above the widget */
/*		
div.textwidget {
	margin-top:15px;		
	}				
*/

/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR LINKS ------------------------------------------------ 
---------------------------------------------------------------------------------------------------- */	

#left-column .inside ul, 

#right-column .inside ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: auto;
	
	}

#left-column .inside ul li,
#right-column .inside ul li {
	margin: 2px 0 2px 0;
	background-color:#990000;
	}
	
#left-column .inside ul li ul li, 
#right-column .inside ul li ul li {
	margin: 2px 0 2px 5px;	
	background-color:#990000;
	}
	
#left-column .inside ul li a, 
#right-column .inside ul li a {
	text-decoration: none; 
	font-weight: normal; 
	/* color: will be set in style.php */ 
	padding: 0 0 0 3px; 
	/* border-left: will be set in style.php */ 
	display: inline-block;
	font-weight:bold;
	font-size:11px;
	margin:5px;
	background-color:#990000;
	font-family:Arial, Helvetica, sans-serif;			
	}
	
#left-column .inside ul li a:hover, 
#right-column .inside ul li a:hover {
        background-color:#990000;
	/* color: will be set in style.php */ 
	/* border-left: will be set in style.php */ 
	}
		

	
div#search {
	float: right; 
	width: 15em; 
	text-align: right; 
	padding: 0.6em 0 0.2em 0; 
	margin: 0 1em; 
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- POST TITLE --------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

h2 {
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-top: 0; 
	padding-bottom: 0;
	font-size:14px;
	 
	/* color: will be set in style.php */ 
	}

h2 a:link, h2 a:visited, h2 a:active  {
	/* color: will be set in style.php */ 
	text-decoration: none
	
	}

h2 a:hover  {
	/* color: will be set in style.php */ 
	text-decoration: none
	
	}

#singleTitle {color:#000000; margin:0px 0px 0px 0px; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:14px; text-transform:uppercase}

/* -------------------------------------------------------------------------------------------------
------------------------------------- POST BODY ---------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

.post {
	margin-bottom: 10px; 
	}
	
.post-last {
	margin-bottom: 10px; 	/*different style for last post on page*/
	} 
	
.post-page {
	margin-top: 20px; 
	margin-bottom: 20px; 
	}
	
.entry {
	margin: 0px;
	/*overflow-x: hidden; */
	}

	
/* -------------------------------------------------------------------------------------------------
------------------------------------- POST META DATA ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
.postmetadata {
	clear:both; 
	margin: 15px 0 15px 0; 
	padding: 5px; 
	color: #999; 
	background: #f4f4f4; 
	}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active {
	color: #777; 
	font-weight: normal;
	text-decoration: none;
	}	

.postmetadata a:hover {
	color: #777; 
	font-weight: normal;
	text-decoration: underline;
	}
	

/***************************************************/


.line1pix { 
	width: 100%; 
	height: 1px; 
	margin: 0px; 
	border-top: 1px dashed #ccc; 
	padding: 0; 
	margin: 10px 0 10px 0; 
	display: block; 
	font-size: 1px; 
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HEADER ------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

.header img{
    margin:-30px 0px 0px 0px;
}

.headerleft {
	float: left; 
	text-align: left; 
	margin-bottom: 0; 
	margin-top: 0; 
	position: relative; 
	padding-bottom: 0;
	}
	
.searchbox {
	float:right; 
	/* width: will be set in style.php */ 
	padding: 0; 
	margin: 10px -1px 0 0; 
	background: #FFFFF;
	border: 1px dashed #ccc; 
	border-width: 1px 1px 0 1px
	}

.searchbox-form {
	margin: 5px 10px 5px 10px;
	}
	
h1 { 
	letter-spacing:-1px; 
	line-height: 1.0em; 
	margin: 10px 20px 0 0; 
	padding:0; 
	/* font-family: and font-size: will be set in style.php */
	}
	
a.header:link, a.header:hover, a.header:active, a.header:visited {
	text-decoration: none; 
	/* color: will be set in style.php */
	}
	
p.header { 
	float: left; 
	margin: 0 10px 8px 0px; 
	font-size:1.2em; 
	font-weight: bold; 
	/* color: will be set in style.php */ 
	}

.rss-icon {
	width: 20px; 
	height: 20px; 
	float: right; 
	margin: 10px 0 0 0; /* might be overwritten in style.php */
	}
	
.logo-icon {
	margin: 10px 5px 10px 0; /* might be overwritten in style.php */
	padding: 0; 
	border: 0; 
	float: left;
	}

.blogtitle-box {
	float: left;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HEADER IMAGE ------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

#headerimage-top { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
	padding: 0; 
	width: 100%; 
	background: #FFFFF;
	border-top: dashed 1px #cccccc; 
	}
	
#headerimage-bottom { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
	padding: 0; 
	width: 100%; 
	background: #FFFFF;
	border-bottom: dashed 1px #cccccc 
	}	
	 
/* -------------------------------------------------------------------------------------------------
------------------------------------- BLOCKQUOTES -------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */		
	
blockquote {
	height: 1%; 
	color: #555; 
	padding: 1em 1em; 
	background: #f4f4f4; 
	border: solid 1px #e1e1e1;  	/* hack for IE6 and older*/ 
	}
	
blockquote blockquote {
	height: 1%; 
	color: #444; 
	padding: 1em 1em; 
	background: #e1e1e1; 
	border: solid 1px #d3d3d3;  	/* hack for IE6 and older*/ 
	}
	
blockquote p {
	margin-top: 0
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- FOOTER ------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
#footer {
	background: #FFFFF;
	border-top: dashed 1px #ccc; 
	padding-bottom: 1px;
	}

#footer .inside, #footer .inside a {
	color: #999; 
	font-weight: normal;
	text-align: center;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- PAGE NAVIGATION NEXT/PREVIOUS -------------------------------- 
---------------------------------------------------------------------------------------------------- */

.navigation {
	display: block; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	}
	 
.older {
	float: left; 
	width: 49%; 
	text-align: left; 
	margin:0; 
	padding:0;
	}
	
.newer {
	float:right; 
	width: 49%; 
	text-align: right; 
	margin:0; 
	padding:0; 
	}	

/* -------------------------------------------------------------------------------------------------
------------------------------------- COMMENTS ----------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

ol.commentlist {
	margin: 15px 0 25px 0;
	list-style-type: none;
	padding: 0;
	border-top: dotted 1px #ccc;
	}
	
ol.commentlist li {
	border-bottom: dotted 1px #ccc;
	padding: 15px 10px;
	height: 1%; /* for IE6 */
	}

ol.commentlist li.alt {
	background-color: #f6f6f6;
	border-bottom: dotted 1px #ccc;
	height: 1%; /* for IE6 */
	}

ol.commentlist li.authorcomment {
	background-color: #ffecec;
	}
		
ol.commentlist li p {
	margin: 2px 0 5px 0;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- FORMS -------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

form {
	margin: 0; 
	padding: 0; 
	}
	
form p {
	margin: 5px 0 0 0; 
	padding: 0; 
	}
	
label {
	margin-right: 0.5em; 
	font-family: arial;
	cursor: pointer; 
	}

form input {
	color: #000; 
	background: #f7f7f7; 
	padding: 2px; 
	margin:0; 
	border: 1px solid #999999; 
	}
		
.submit input {
	margin-left: 4.5em; 
	color: #000; 
	background: #fff; 
	border: 2px outset #999; 
	height: 18px; 
	padding:0
	}
	
fieldset {
	border: 1px dotted #999999;
	margin-top:15px;
	padding:5px;
	text-align:justify;	
	}
	
legend { 
	color: #333333; 
	background: #efefef; 
	border: 1px dotted #999999;
	padding: 2px 6px; 
	margin-bottom: 5px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
		
	}
	
.comment-textarea{
	width: 96%; 
	padding: 0; 
	margin: 0; 
	}
	
#s {
	width: 75%;
	}

searchfield {
	/*float:left;*/
	position: relative;
	height: 1%; 
	/* width: will be set in style.php */
	} 

/* -------------------------------------------------------------------------------------------------
------------------------------------- TOP MENU BAR ------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

/* Credits: Dynamic Drive CSS Library 
   URL: http://www.dynamicdrive.com/style/ 
*/

#modernbricksmenu {
	padding: 0; 
	width: auto; 
	background: transparent;	
	/*border-top: dashed 1px #fff; 
	border-left: dashed 1px #fff; */ 
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	
#modernbricksmenu ul{
	font: bold 0.85em Arial; 
	margin:0; 
	margin-left: 0px; 
	padding: 0; 
	list-style: none;
	}
	
#modernbricksmenu li {
	display: inline; 
	margin: 0; 
	padding: 0; 
	text-transform:uppercase; 
	}
	
#modernbricksmenu li:first-child {
	margin-left: 1px; 
	}
	
#modernbricksmenu a {
	float: left; 
	display: block; 
	color: #fff; 
	margin: 0 0 0 0; 		/*Margin between each menu item*/ 
	padding: 5px 10px; 
	text-decoration: none; 
	letter-spacing: 1px;	
	border: dashed 1px #fff; 
	border-width: 0 1px 0 0;
	background-image:url(images/bkmenu.jpg);
	}
	
#modernbricksmenu a:hover {
	color: #FFFF00;
	background-color: #eee; 
	}
	
#modernbricksmenu li.current_page_item a {
	color: #FFFF00;
	
	background-image:url(images/bkmenua.jpg);
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- GRAVATARS ---------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

img.avatar {
	float: left; 
	margin: 0 8px 3px 0;
	padding: 3px;
	border: solid 1px #ddd;
	background-color: #f3f3f3;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- New WP 2.6 image classes ------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.entry img {
	margin: 10px 10px 0 0;
	padding: 5px;
	border: solid 1px #ddd;
	background-color: #f3f3f3;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
	}

#cadastroimg {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	border:0px;
	vertical-align:top;	
	}	

.postmetadata img {
	border: none;
	margin: 0 0 -3px 0;
	padding: 0;
	}
				
img.alignleft {
	float: left; 
	margin: 10px 10px 5px 0; 
	}
	
img.alignright {
	float: right; 
	margin: 10px 0 5px 10px; 
	}

img.aligncenter {
	display: block;
	margin: 10px auto;
	}

.aligncenter, div.aligncenter {
   	display: block;
   	margin-left: auto;
   	margin-right: auto;
	}

.alignleft,div.alignleft {
	float: left;
	margin: 10px 10px 5px 0;
	}

.alignright, div.alignright {
   	float: right;
   	margin: 10px 0 5px 10px;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- IMAGE CAPTION (new in WP 2.6) -------------------------------- 
---------------------------------------------------------------------------------------------------- */
	
.wp-caption {
   	border: 1px solid #ddd;
   	text-align: center;
   	background-color: #f3f3f3;
   	padding-top: 4px;
   	margin: 10px 0 0 0;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
	}

.wp-caption img {
   	margin: 0;
   	padding: 0;
   	border: 0 none;
	}

.wp-caption p.wp-caption-text {
   	font-size: 0.8em;
   	line-height: 13px;
   	padding: 2px 4px 5px;
   	margin: 0;
   	color: #666;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- SMILEYS ------------------------------------------------------ 
---------------------------------------------------------------------------------------------------- */
		
img.wp-smiley {
    	float: none;  
    	border: none; 
	margin: 0 1px -1px 1px; 
	padding: 0;
	background: none;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- CALENDAR TABLE ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

#calendar_wrap {
	padding: 0;
	border: solid 1px #ccc;
	}
	
table#wp-calendar caption {
	width: auto;
	background: #eee;
	border: #999;
	padding: 3px;
	margin: 0 auto;
	color: #666;
	}
	
table#wp-calendar {
	width: 100%;
	border-width: 0;
	border-spacing: 0;
	border-style: solid;
	border-color: #ccc;
	border-collapse: separate;
	background-color: #fff;
	margin: 0 auto;
	}
	
table#wp-calendar th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #eee;
	background-color: #fff;
	text-align: center;
	}
	
table#wp-calendar td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #eee;
	background-color: #fff;
	text-align: center;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- CLEARFIX ----------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {min-width: 0; display: inline-block; /* \*/	display: block; }
* html .clearfix {/* \*/  height: 1%;}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HACKS -------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.clear-columns { 
	/* hide from IE/Mac \*/ padding-bottom: 1px; margin-bottom: -1px;	
	}

.clear-columns {
	clear: both; 
	}
		
* html #page-container { 
	/* \*/ height: 0.1%; position: relative; 
	}
	
* html #middle-column, * html #left-column, * html #right-column, * html #source-order-container {
	/* hide from IE/Mac \*/ overflow: visible; 
	/* hide from IE/Mac \*/ position: relative; 
	}
	
* html #middle-column {
	margin-right: -4px; margin-right/* */: 0; 
	}
	
* html #middle-column .inside { 
	margin-right: 14px; margin-right/* */: 10px;
	}
	
* html #footer { 
	/* hide from IE/Mac \*/ height: 0.1%; height/**/: auto;	 
	}
	
* html #footer .inside {
	margin-top: 0; margin-bottom: 0; margin/* */: 10px; 
	}
	
* html .inside {
	margin: 10px 0.75em; margin/* */: 10px; 
	}

* html #inner-column-container {
	display: block; 
	}
	
* html #source-order-container {
	margin-right: -100%; /* \*/ margin-right: -1px; 
	}
.anunciocat {border:1px #666666 dotted; padding:0px; font-size:11px; background-color:#F0F0F0 }

.anunciocatTop {border:1px #666666 dotted; padding:0px; font-size:11px; background-color:#F0F0F0 }

/* COME�A AQUI */

.sombra_S	{background:url(images/tpl_planos/sombra_snap_s.png) no-repeat scroll;}
.sombra_M	{background:url(images/tpl_planos/sombra_snap_m.png) no-repeat scroll;}
.sombra_L	{background:url(images/tpl_planos/sombra_snap_l.png) no-repeat scroll;}
.sombra_S img {position: relative;top: -5px; left: -5px;}
.sombra_M img {position: relative;top: -5px; left: -5px;}
.sombra_L img {position: relative;top: -5px; left: -5px;}

.sombra_AD	{background:url(images/tpl_planos/sombra_snap_m.png) no-repeat scroll;}
.sombra_AD img {position: relative;top: -5px; left: -5px;}

#snap_pl_10{ /* era 30 */
	/* width:260px; */
	width:212px;	
}

#snap_pl_20, #snap_pl_30, #snap_pl_100{ /* era 10 e 0 */
	width:150px;
}


.title_pl{font-family:Arial, Helvetica, sans-serif;font-size:10px;font-weight:bold;color:#0000FF;text-align:left;text-transform:uppercase; text-decoration:underline}
.title_pl h3 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px}

.title_pl_meta{font-family:Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;color:#0000FF;text-align:left;text-transform:uppercase; text-decoration:underline}


.resumo_pl_10{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#222;text-align:justify; vertical-align:top} /* era 30*/
.resumo_pl_10 p{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px} /* era 30*/

.resumo_pl_20, .resumo_pl_30, .resumo_pl_100 {font-family:Arial, Helvetica, sans-serif;color:#222;text-align:justify; height:75px; vertical-align:top} /* era 10 e 0*/
.resumo_pl_20 p, .resumo_pl_30 p, .resumo_pl_100 p{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px} /* era 10 e 0*/
.resumo_pl_20 #resumo, .resumo_pl_30 #resumo, .resumo_pl_100 #resumo { font-size:11px;} /* era 10 e 0*/

#s1_tlp_10 	{background:url(images/tpl_planos/top_s1.jpg) no-repeat scroll;width:20px;height:185px;} /* era 30 */
#s1_tlp_20 	{background:url(images/tpl_planos/premium_s1.jpg) no-repeat scroll;width:20px;height:137px;}
#s1_tlp_30 	{background:url(images/tpl_planos/plus_s1.jpg) no-repeat scroll;width:20px;height:137px;} /* era 10*/
#s1_tlp_100	{background:url(images/tpl_planos/basico_s1.jpg) no-repeat scroll;width:20px;height:138px;} /* era 0*/
#s2_tlp_10 	{background:url(images/tpl_planos/top_s2.jpg) no-repeat scroll;width:20px;} /* era 30*/
#s2_tlp_20 	{background:url(images/tpl_planos/premium_s2.jpg) no-repeat scroll;width:20px;}
#s2_tlp_30 	{background:url(images/tpl_planos/plus_s2.jpg) no-repeat scroll;width:20px;} /* era 10*/
#s2_tlp_100	{background:url(images/tpl_planos/basico_s2.jpg) no-repeat scroll;width:20px;} /* era 0*/
#m_tlp_10 	{background:url(images/tpl_planos/top_m.jpg) repeat-x scroll;padding-top:13px;padding-bottom:5px;} /* era 30 */
#m_tlp_20 	{background:url(images/tpl_planos/premium_m.jpg) repeat-x scroll;padding-top:13px;padding-bottom:5px;}
#m_tlp_30 	{background:url(images/tpl_planos/plus_m.jpg) repeat-x scroll;padding-top:13px;padding-bottom:5px;} /* era 10 */
#m_tlp_100 	{background:url(images/tpl_planos/basico_m.jpg) repeat-x scroll;padding-top:13px;padding-bottom:5px;} /* era 0*/

#s1_google 	{background:url(images/tpl_planos/google_s1.jpg) no-repeat scroll;width:20px;height:137px;}
#s2_google 	{background:url(images/tpl_planos/google_s2.jpg) no-repeat scroll;width:20px;}
#m_google 	{background:url(images/tpl_planos/google_m.jpg) repeat-x scroll;padding-top:13px;padding-bottom:5px;}

#endereco {font-size:10px; margin-top:5px;}
#categoria {font-size:10px;}
#resumo{ font-size:12px;}

/* TERMINA AQUI */

.anunciocat {border:1px #666666 dotted; padding:0px; font-size:11px; background-color:#F0F0F0 }

.headerTitle 
	{
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;		
        width:100%;
        height:20px;
        background-color:#990000;
        color:#FFFFFF;
        font-size:12px;        
        margin-left:10px;
            
	}
	
.headerTitle h1 {margin:0px 0px 0px 0px;font-size:13px}
.headerTitle p {margin:0px 0px 0px 0px; font-size:12px}

#tags a:link {font-size:12px; color:#999999; text-decoration:none}
#tags a:visited {font-size:12px; color:#999999; text-decoration:none}
#tags a:active {font-size:12px; color:#999999; text-decoration:none}
#tags a:hover {font-size:12px; text-decoration:underline; color:#FF0000; font-weight:bold}


#urlsingle a:link {font-size:15px; color:#0000FF; text-decoration:none;font-family:Geneva, Arial, Helvetica, sans-serif}
#urlsingle a:visited {font-size:15px; color:#0000FF; text-decoration:none ;font-family:Geneva, Arial, Helvetica, sans-serif}
#urlsingle a:active {font-size:15px; color:#0000FF; text-decoration:none ;font-family:Geneva, Arial, Helvetica, sans-serif}
#urlsingle a:hover { text-decoration:underline ;font-family:Geneva, Arial, Helvetica, sans-serif}
#logotitle {margin:0px 0px 0px 0px; text-align:right; font-size:12px; color:#999999;}
#logotitlehome,#logotitle {margin:0px 0px 0px 0px; text-align:right; font-size:9px; color:#fff;}

.msginformacao {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
	color:#FFFFFF;
	line-height:150%;	
}

.transparencia
{
position: absolute;
opacity: 0.90;
background-color:#003366;
border:1px dotted #000033;
margin-top:-50px;
margin-left:400px;
padding:5px;
}

*.transparencia
{
filter: alpha(opacity = 90);
}

.carregando
{
position: absolute;
margin-top:-38px;
margin-left:0px;
color:#FF0000;
}

#alerta
{
position: absolute;
margin-top:-28px;
margin-left:0px;
color:#000000;
font-weight:bold;
border:1px #990000 dotted;
background-color:#E0B2B2;
padding:4px;
display:none;
}

.related_post {
margin:0px 0px 0px 20px;
padding:0px 0px 0px 0px;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
}

.related_post li {
padding-right:10px;
line-height:25px;
}

.related_post a:link {color:#0000FF; text-decoration:underline; font-weight:normal; }
.related_post a:visited {color:#0000FF; text-decoration:underline; font-weight:normal; }
.related_post a:active {color:#0000FF; text-decoration:underline; font-weight:normal; }
.related_post a:hover {text-decoration:underline; font-weight:normal; }




#list_tags {	
	list-style: none;	
	border:1px solid #cdcdcd;
	background-color:#F9FAFC;	
}

#list_tags td{
overflow: auto;	
width:190px;
height: 150px;
text-align:left;
}

#list_tags div{
overflow: auto;	
width:188px;
height:150px;
}

#list_tags li {
	margin:2px;
	border-bottom:1px #cfcfcf solid;
	padding-bottom:5px;
	font-size:12px;
}

#list_tags a:link {color:#0000FF; font-weight:normal; font-size:10px;}
#list_tags a:visited {color:#0000FF; font-weight:normal; font-size:10px;}
#list_tags a:active {color:#0000FF; font-weight:normal; font-size:10px;}
#list_tags a:hover {color:#000; text-decoration:underline; font-weight:normal; font-size:10px;}

#title_list_tags{
width:198px;
height:25px;
background-color:#F9FAFC;
font-size:10px;
font-weight:bold;
color:#000;
text-align:center;
padding-top:5px;
border:1px solid #cdcdcd;
border-bottom:0px;
line-height:150%;
margin-top:20px;
}

.expert {
	font-size:11px;
}

.expert p {
	display:inline;	
}

.expert h3 {
	font-size:11px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	color:#0000FF;
}

.msg {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
padding:10px;
line-height:25px;
}

.msg p {
font-size:15px;
}

.msg b {
font-weight:normal;

}

#msg_erro {
	margin-bottom:5px;
	border:1px solid #CC0000;
	background-color:#FFEBE8;
	padding:5px;
	color:#000;
	text-align:center;
}

.menu_admin {
border:1px solid #FF9900; background-color:#FFEBCC; padding:5px; color:#000000; font-weight:bold; 

}

.menu_admin a:link, .menu_admin a:visited, .menu_admin a:active  { 
color:#000000; font-weight:normal; text-decoration:none; font-weight:bold; 
}

.menu_admin a:hover {
text-decoration:underline; font-weight:bold; 
}

#pending, #draft {
	color:#FF0000;
	font-weight:bold;
}

#publish {
	color:#009900;	
	font-weight:bold;
}

#msg_alerta {
	margin-bottom:5px;
	border:1px solid #E6DB55;
	background-color:#FFFFE0;
	padding:5px;
	text-align:center;
	font-weight:bold;
	margin-top:10px;	
}

#msg_plano {
	margin-bottom:5px;
	border:1px solid #E6DB55;
	background-color:#FFFFE0;
	padding:5px;		
	margin-top:10px;
	width:530px;
	line-height:20px;
}

#msg_erro {
	margin-bottom:5px;
	border:1px solid #CC0000;
	background-color:#FFEBE8;
	padding:5px;
}

#msg_mkt {
	margin-bottom:5px;
	border:1px solid #B5CCB6;
	background-color:#E2FFE4;
	padding:10px;	
}

#block_title
	{
	margin:0px 0px 0px 10px;
	font-weight:bold;
    font-size:14px;
	}
#block_sub_title
    {
    
    font-weight:bold;
    font-size:12px;
    border:1px solid #cdcdcd;
    background-color:#F9FAFC;
    border-top:none;
    border-bottom:none;
    padding:5px;
    width:178px;
    }

#list_tags_titulo{
border:1px solid #cdcdcd;
background-color:#F9FAFC;
border-bottom:none;
width:178px;
padding:5px;
font-size:14px;
font-weight:bold;
}

.random_post{
    margin-top:15px;
}

.random_post ul{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}