/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #ffffff;
/+	color: #545454; */
        color: #000000;
	padding: 13px 0 25px 0;
        background-image: url('http://bacurau.com.br/images/bgsuperbacurau.jpg') ;
        background-repeat: repeat-x;
	}

body, select, input, textarea {
	font: 100% Trebuchet MS, Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #3c78a7;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
.aligncenter {
 text-align:center;
 margin: 0 auto 0;


}	

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}

/* Structure */

#page {
	width:880px;
        height:100%;
	margin:0 auto;
	font-size:0.9em;
	background:#FFF;
	padding: 10px 25px 35px 25px;
	}

#branding {
	width:300px;
	padding-bottom:0px;
        margin-top:15px;}
#bannerminitop {
        margin-top:15px;
        padding-bottom:0px;
}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:right
	}

#leftcol {
	width:287px;
	border-right:1px dotted #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	}

#slider1  {
         margin-top: 5px;
         margin-left: 10px;

        }
		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#fcfcfc;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font:2.95em trebuchet MS,Arial, Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 2.3em trebuchet MS,Arial, Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #ccc;
	margin: 10px 0 0 0;
        font-weight: bold;
	}

h3, #sidebar h2 {
	font: 0.8em trebuchet MS,Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#000000;
	}

#sidebar h3, #sidebar h2 {
	border-top:1px solid #BBB;
	border-bottom:0px solid #BBB;
	padding:4px 0 4px 2px;
	margin:22px 0 15px 0;
	font-size:0.9em;
        text-align: center;
        color:#000000;
        background-image: url('http://bacurau.com.br/wp-content/uploads/menubg2.jpg') ;
        background-repeat: repeat-x;
        background-position: bottom;
        
        
	}



h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
        
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
	
/* Content */

#content {
	width:615px;
	float:left
	}
#contentpost {
        
	width:615px;
        float:left
}




.entry {
        
	width:600px;
	
	}
.entry img.aligncenter {
       margin: 0 auto 0;
}	
.description {
	font-size: 0.8em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:0px;
	}

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:right;
	margin:3px 0px 4px 10px;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	/* margin-left:22px;	*/
       }

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	/*margin-left:28px; */
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:28px;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
.only .post {
       float:right;

}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
#s {

        background-image: url('http://bacurau.com.br/wp-content/uploads/bacbg.jpg') ;
        background-repeat: repeat-x; 

}
.sform {

   margin: 0 auto 0;

}	
#searchform {
	margin: 0 auto 0 auto;
        border-color: #bbb;
        
	}

.button {
	padding: 1px;
	background:#778899;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 300px;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9;
	}

.commentlist cite {
	font: 1.6em "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/


#footer {
	margin: 0 auto;
	width: 880px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	}
	

#footer a {
	color:#d3d1d1;
	}

#topad {
        clear:both;
        left-margin: auto;
        right-margin: auto;
        top-margin: 10px;
        botton-margin: 10px;
        background-color: #cccccc;
        background-image: url('http://bacurau.com.br/wp-content/uploads/topadbg.gif') ;
        background-repeat: repeat-x;
        width: 880px;
        height: 90px;
        
}



`/* Styles for one-column display */
#wp125adwrap_1c { width:100%; }
#wp125adwrap_1c .wp125ad { margin-bottom:5px; }

/* Styles for two-column display */
#wp125adwrap_2c { width:100%; }
#wp125adwrap_2c .wp125ad { width:100px; float:left; padding:7px; }`


/*
This is the default stylesheet.  You should probably leave it as is.
To customize any of these styles, drop a *copy* of this file into your current theme directory.
Any style changes make there will override styles in this document.
*/

/* Meet the table that displays our shows */
.gigpress-table {
	width: 100%;
	border: none;
	border-top: 1px solid #CCC;
	margin: 0 0 1em 0;
}

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
	font-weight: normal;
}

/* Generic class for the table header cells */
.gigpress-table th {
        font-face: trebuchet MS,Arial, Georgia, "Times New Roman", Times, serif;
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #cCC;
}

/* This is for the tour name header cells */
th.gigpress-heading {
	background: #fffccc;
	border-bottom: 1px solid #CCC;
}

/* This is for the tour name headings, whichever one you're using */
th.gigpress-heading h1, th.gigpress-heading h2, th.gigpress-heading h3, th.gigpress-heading h4, th.gigpress-heading h5 {
	margin: 0;
}

/* Applies to all cells in the table */
.gigpress-table td {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
}

/* Some subtle hover effects */
.gigpress-row:hover, .gigpress-info:hover {
	background: #FCFCFC;
	color: #000;
}

/* Applies to the first row of each show listing */
.gigpress-row td {
	border-bottom: 1px solid #EEE;
        background-color: #FFF3E5;
}

/* To set an alternating row style */
tr.gigpress-alt {
}

/* Individual classes for the label header cells that start the table */
th.gigpress-date {
}

th.gigpress-city {
}

th.gigpress-venue {
}

th.gigpress-country {
	text-align: center;
}

/* Likewise, individual classes for the content cells */
td.gigpress-date {
}

td.gigpress-city {
}

td.gigpress-venue {
}

td.gigpress-country {
	text-align: center;
}

tr.gigpress-info td {
	font-size: 90%;
	color: #333;
	border-bottom: 1px solid #CCC;
        
}

tr.gigpress-row.cancelled, tr.gigpress-info.cancelled, tr.cancelled span.gigpress-info-label, tr.cancelled span.gigpress-info-item {
	color: #999;
}

/* This wraps each of the address, admission, etc spans in the "info" cell */
span.gigpress-info-item {
       font-weight: normal;
       width: 100%;

}

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label {
	color: #666;
        
}

/* For the spacer cell that goes in-between tours */
td.gigpress-empty {
}

/* In case you want to style the "Buy Tickets" link */
a.buy-tickets {
	font-weight: normal;
}

/* Notices for Cancelled or Sold Out shows */
strong.gigpress-cancelled, strong.gigpress-soldout {
	text-transform: uppercase;
	font-weight: normal;
	color: red;
}

/* In case you want to style the Googlefied address link */
a.gigpress-address {
}

/* This is for the RSS link */
td.gigpress-rss a {
	padding-left: 14px;
	background: transparent url(../images/feed-icon-10x10.png) no-repeat left center;
}



.thelink {
        margin-top: 20px;
        font-weight: bold;
        

}



/* These styles are for the sidebar listing */

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
}

/* Generic styles for the list items within */
.gigpress-listing li {	

           background-color:#ffffcc;
           padding:0px 5px 0px 10px;
           border-right: 1px solid #FCD021;
           border-left: 1px solid #FCD021;
}

/* For tour headings in the sidebar */



/* So if you like you can syle the first list item differently */
li.gigpress-list-first {
           border-top: 1px solid #FCD021;
}

/* So if you like you can syle the last list item differently */
li.gigpress-list-last {
           
}

/* So if you like you can syle each alternating list item differently */
li.gigpress-alt {
    
	background-color:#FEFFA8;
}

/* So if you like you can syle the date differently */
span.gigpress-date {
	font-weight: bold;
}

/* Sold Out shows in the sidebar */
ul.gigpress-listing strong.gigpress-soldout {
	display: block;
}

/* Add a feed icon to the RSS link */
li.gigpress-list-rss a {
	padding-left: 14px;
	background: transparent url(../images/feed-icon-10x10.png) no-repeat left center;
        
}

li.gigpress-list-rss {
        border-bottom: 1px solid #FCD021;
}


ul.gigpress-related-show {
	margin-bottom: 2em;
}

.gigpress-related-label {
	font-weight: normal;
}


/* This is just to include data dor hcalendar support, but hide it from view */
span.hide {
	display: none;
}

/* Stop Firefox from underlining our abbreviated dates */
abbr {
	border: none;
	text-decoration: none;
	font-size: 100%;
}

span.gigpress-show_notes {	
	font: 1.8em trebuchet MS,Arial, Georgia, "Times New Roman", Times, serif;
	padding-bottom:1px;
	
	margin: 10px 0;
}

div.gigpress-show_notes {	
	
	border-bottom:1px solid #333;
	
}

.footer-tags {

        border-top:1px solid #ccc;
        background-color: #fcfcfc;
        margin-top: 0px;
        padding: 10px;
}

.newinfos {

        border-top:1px solid #ccc;
        background-color: auto;
        margin-top: 50px;
        padding: 0px;
}

ul.gigpress-related-show {

         Background-color: #f6f6f6;
         padding: 10px 0 10px 0;

}

#slider1 {
         z-index: -1;
}

#sidelist .bullets li {
	list-style:none;
        padding-left:12px;
        list-style-position: outside;
	background:url(images/sub.png) no-repeat 0 0px;
	}
/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
        height:60px;
	float:left
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:left;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 20px 5px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:500px;
	background:#fff;
	}
/* definição das classes automáticas da imagem dos posts

.entry img.alignleft,.entry div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
.entry img.alignright,.entry div.alignright {
        float:right;
        text-align:right;
        margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter {
text-align:center;
margin:0 auto;
}

/* TABLES  */

/* Global CSS definitions for WP-Table Reloaded
inspired by "blue" theme of TableSorter 2.0 Plugin */

/* on how to change column widths, see below */

/* general table styles */
table.wp-table-reloaded {
	font-family: trebuchet ms,arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 10pt;
	width: 100%;
	text-align: left;
}

/* Styles for the tablehead (<th>) (if enabled) */
table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 10pt;
	padding: 4px;
        font-weight: bold;
}

table.wp-table-reloaded thead tr .header {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.wp-table-reloaded tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}


/* Styles for alternating row colors (if enabled) */
table.wp-table-reloaded tbody tr.even td {
	background-color:#FFFFFF;
}
table.wp-table-reloaded tbody tr.odd td {
	background-color:#F0F0F6;
}


/**************************************/
/* how to change column widths :
you can access a column with its CSS-class
(that is ".column-" plus the number of the column)
use table.wp-table-reloaded to do your change for every table, or use
table.wp-table-reloaded-id-<id> for just a single table (with ID <id>)

example: this changes the width of the third column of table ID 5 to 25px:


table.wp-table-reloaded-id-5 .column-3
{
	width: 25px;
}

*/


/* Styles for the sorting (if Tablesorter is enabled) */
table.wp-table-reloaded thead tr .headerSortUp {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

table.wp-table-reloaded thead tr .headerSortDown {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}

table.wp-table-reloaded thead tr .headerSortDown, table.wp-table-reloaded thead tr .headerSortUp {
	background-color: #8dbdd8;
}


/* Style for the Table Name (in <h2>-Tag) (if printed above the table) */
h2.wp-table-reloaded-table-name {
	font-size: 16px;	
}

/* Style for the Table Description (if printed under the table) */
span.wp-table-reloaded-table-description {
	font-size: 10px;	
}


#shopping h2 {
	border-top:1px solid #BBB;
	border-bottom:0px solid #BBB;
	padding:4px 0 4px 2px;
	margin:22px 0 15px 0;
	font-size:1.1em;
        text-align: center;
        color:#000000;
        background-image: url('http://bacurau.com.br/wp-content/uploads/menubg2.jpg') ;
        background-repeat: repeat-x;
        background-position: bottom;
        
        
	}

#recentcomments li {
	
       border-bottom: 1px dashed #cccccc;
	}

.feature2 {
	background:#FCEDE5;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature2:hover {
	background:#e9e9e9;
	}
	
.feature2 p, #rightcol p {
	margin:0;
	}

.feature2 img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}

.feature2#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature2 {
	margin-bottom: 5px;
	border-bottom:none
	}

#xrightcol {
	width:230px;
	padding:13px;
	
        margin-bottom:0;
        background-color: #DDE7ED;
	}

#xrightcol img {
	float:right;
	margin:3px 0px 4px 10px;
	}

#xrightcol img {
	padding:1px;
	border:1px solid #000;
	}
#xrightcol .xtitle {
        margin-bottom: 0px;
        padding-bottom: 0px;
         font-weight: bold;

}

#hoje {
 margin-top: 5px;
 
 width: 100%;
padding: 5px;
background-color:#DDE7ED ;


}

#hoje li {

 list-style:none;
}

.listahoje {

height: 65px;
margin-bottom: 2px;
background-color: #ffffff;


}

#hoje img  {
	padding:1px;
	border:1px solid #000;
        margin-right: 7px;
        margin-top: 5px;
        margin-left: 5px;
	}

