/*  
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

/*Intense debate*/

#idc-container-parent #idc-container {
padding: 5px 10px 10px 5px;
color:#000;
}

#idc-container a:link, #idc-container a:visited, #idc-container a:hover {
color:#000;
}

#idc-container-parent #idc-container .idc-cover h3 {
font-size: 25px;
line-height: 1.3em;
}

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

.random{ }

body,html {
	min-height:100%;
	}
	
body {
	background: #EFF2EE;
	color: #EFF2EE;
	padding: 0px 0 10px 0;
        font: 14px Verdana, Sans-Serif, Arial;
	}

.page a:link, a:visited, a:hover {
	color: #666633;
	text-decoration:none
	}

select, input, textarea {
	font: 105% Arial, Verdana, Sans-Serif;
	}

img {
	border:0;


	}

blockquote {
	color:#333;
	background:#D7EAD8;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #333300;
	border-bottom:1px solid #333300;
	}

blockquote ul li {
	list-style:bullets;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

blockquote ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #666633;
	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
	}

.feed{
	width:290px;
	height:34px;
	margin:3px 3px 3px 0px;
	background:#2e4536 url(images/fed.jpg) top no-repeat;
	padding:8px 2px 0 0;
	border:1px solid #ddd;
}

.input{
	margin-left:3px;
	float: left;
	width: 180px;
	padding: 5px 5px 4px 3px;
	background: #fff repeat-x;
	border: none;
	font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
	color:#333;} 
		

/* Structure */

#page {
	width:990px;
	margin:0 auto;
	font-size:0.7em;
	background:#EFF2EE;
	padding: 0 0 5px 0;
	}

#branding {
        height:120px;	
        width:990px;
	margin:auto;
	background:#EFF2EE url(images/mexicosabroso.jpg) center no-repeat;
        padding: 0 0 5px 0;
        }

.clear {
	clear:both;
	}

/* 5min Videos */

.homevideo {
        width: 660px;
        float: left;
        padding: 0px;
        margin: 0px 0px 10px 0px;
	background:#fff url(images/grade.jpg) top repeat-x;
	border:1px solid #ccc;
	display:inline;
	color:#222;
	font-family:century gothic,Arial,verdana, sans-serif;
	}

.homevideo h2{
	margin: 0px 0 0px 0;
	padding: 2px 0px 2px 2px;
	text-align: left;
	font-size: 16px;
	overflow:hidden;
	line-height:18px;
}

.postvideo {
        width: 670px;
        float: left;
        padding: 0px;
        margin: 0px 0px 10px 5px;
	background:#fff url(images/grade.jpg) top repeat-x;
	border:1px solid #ccc;
	display:inline;
	color:#222;
	font-family:century gothic,Arial,verdana, sans-serif;
	}

.postvideo h2{
	margin: 0px 0 0px 0;
	padding: 2px 0px 2px 2px;
	text-align: left;
	font-size: 16px;
	overflow:hidden;
	line-height:18px;
}


.ventry {
	height:auto;
       	padding:10px 55px;
	overflow:hidden;
}
.ventry p{
	margin:1px 1px;
	color:#6b7478;

}


/* Front page pictures */

.minifrontpost {
	width: 325px;
	float:left;
	padding: 0px 0px 0px 0px;
	margin:0px 8px 10px 0px;
	background:#fff url(images/grade.jpg) top repeat-x;
	border:1px solid #ccc;
	display:inline;
	color:#222;
	font-family:century gothic,Arial,verdana, sans-serif;
	}

.minifrontpost h2{
	margin: 0px 0 0px 0;
	padding: 2px 0px 2px 2px;
	text-align: left;
	font-size: 16px;
	overflow:hidden;
	line-height:18px;
}
.minifrontpost h2 a:link, .minipost h2 a:visited{
	color:#34443A;
}

.hentry1 {
	height:310px;
       	padding:10px 7px;
	overflow:hidden;
}
.hentry1 p{
	margin:1px 1px;
	color:#6b7478;

}

.hentry1 img {
	border:0;
	float:center;
	padding:3px;
	background:#ccc;
	border:1px solid #ccc;
	margin:1px 1px 5px 2px;
	}

/* Single post */

.title{
	margin: 0 0 0 0px;
	padding: 0px 0px 2px 5px;
	background:#006847 url(images/title.jpg) repeat-x;
	border-bottom:1px solid #ccc;
        color:#fff;
      }	

.title h2 {
       color:#fff;
      }

.title h2 a:link, h2 a:hover, h2 a:visited{
       color:#fff;
      }

.date {
	font-size:12px;
	font-family:century gothic,Verdana,Helvitica,sans-serif;
	padding:0px 5px;
	font-weight:normal;
   	color:#fff;	
	}
	
.single {
	width:670px;
	margin: 0px 0px 8px 0px;
	height:100%;
	color:#444;
	font: 14px  Verdana, Arial, Sans-Serif;
	border:1px solid #ccc;
        
	}

.single  h2 {
	margin: 0px 0 5px 0;
	padding: 3px 0px 0px 5px;
	text-align: left;
	font: 24px  Georgia, verdana, sans-serif;
	font-weight:normal;
	overflow:hidden;
	

	}

.single  h2 a, .single  h2 a:link, .single  h2 a:visited  {
	color:#fff;
	background-color: transparent;
	}
.single  h2 a:hover  {
	color: #fff;
	background-color: transparent;
        text-decoration: none;
	}	

.author{
	color:#fff;
	padding:0px 5px 0px 20px;
	background:url(images/user.png) no-repeat;

}
.clock{
	color:#fff;
	padding:0px 0 0px 20px;
	background:url(images/date.png) no-repeat;
	margin-left:-3px;
}	

.com{
	color:#47688F;
        background:url(images/comments.png) no-repeat;
        padding:0px 0px 0px 20px;
}

.com a:link, .com a:visited, .com a:hover{
        color:#47688F;
}

.singlenews {
        margin: 5px;
        padding: 0;
        background: #99ff66;
        color: #000;
        border: 1px solid #333300;
        }

.singleinfo {

	margin: 0 0 0 0px;
	padding: 3px 0px 2px 0px;
	background:#CE1126 url(images/singleinfo.jpg) repeat-x;
	color:#fff;
	border-top:1px solid #ccc;
	}

.singleinfo a:link, a:visited, a:hover{
       color:#fff;
      }

.category{
	padding:0px 5px 1px 20px;
	margin-left:5px;
	font:13px  century gothic,Arial,verdana, sans-serif;
	background:url(images/cat.png) no-repeat;
        color:#fff;
}

.category a:link,.category a:visited{
	color:#fff;

	}
.category a:hover{
	color:#fff;
	}
.entry {
	margin:0 0;
	padding: 5px 2px 5px 2px;
	background:#FFFFFF;
	}	
	
.entry a:link,
.entry a:visited {
	color: #999900;
	background-color: transparent;
        }
.entry a:hover {
	color:#333300;
	background-color: transparent;
	text-decoration: underline;
        }
.entry img {
	border:0;
	padding:4px 4px;
	background:none;
	border:none;
	margin:2px 5px 5px 0px;
	}
		
.entry p{
	margin:15px 10px;
        }

.entry ul li {
	list-style:bullets;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.entry ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}

.entry img.wp-smiley {
	border: 0px;
	margin: 0px;
	padding: 0px;
        }
.left {
	float:left;
        padding: 0 0 0 0px;
	}

.right {
	float:right;
        padding: 0 0 0 0px;
	}

.share{
        margin-left:5px;
        font:13px century gothic,Arial,verdana, sans-serif;
        color:#fff;
      }	

/* ADS */	

.ad{
	text-align:center;
	margin:5px auto;
        padding:2px 0 0 0;
}

/* Sidebar */

#sidebar {
	width:315px;
	float:right;
        padding:5px 0px 0 0;
	}

/*	Headers */

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 2em Arial, Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:0px;
	margin: 8px;
	}

h3, h3 a:link, h3 a:visited, h3 a:hover{
	font: 14px Arial, Helvetica, sans-serif;
	text-transform:none;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:normal;
	color:#5f5f5f;
        padding: 3px 3px 0px 3px;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4, h4 a:link, h4 a:visited, h4 a:hover {
	font-size:12px;
	margin-bottom:none;
        color: #666;
        padding: 0 0 0 3px;
	}
	
	
/* Content */

#content {
	width:670px;
	float:left;
        padding:5px 5px 0 0;
	}

#maincontent {
        width:670px;
        float:left;
        padding:7px 0px 0px 0px;
        }
	
/*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;
	}	

/* 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: 900px;
	font-size:0.7em;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#d3d1d1;
	}

/* Tabber */

.tabber{display:none}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;

}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
background:#333;

}
.tabberlive {
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:7px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0;
	padding:10px 0 0 0;
	font: 11px Verdana, sans-serif;
        font-weight:bold;
	background:#fff url(images/tabtop.jpg) repeat-x;
	height:27px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

ul.tabbernav li
{
 list-style: none;
 margin:5px 0;
 display: inline;
 color:#5AB7D8;
}

ul.tabbernav li a
{
	padding: 4px 0.5em;
	margin-left: 5px;
	background:#fff repeat-x;
	border:1px solid #fff;
	text-decoration: none;
}

ul.tabbernav li a:link { color:#35453B; }
ul.tabbernav li a:visited { color:#35453B; }

ul.tabbernav li a:hover
{
 color: #fff;
 background:#35453B url(images/tabh.jpg) repeat-x;
	border:1px solid #BFBFBF;
}

ul.tabbernav li.tabberactive a
{
color: #fff;
 background-color: #125F7D;
 background:#35453B url(images/tabh.jpg) repeat-x;
	border:1px solid #BFBFBF;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #ccc;
 background:#fff url(images/tabh.jpg) repeat-x;
 	border:1px solid #BFBFBF;
 
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:3px 5px 5px 5px;
	background:#fff url(images/tabc.jpg) top repeat-x;
	font: 13px Verdana, sans-serif;
	color:#333 ;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}


.tabberlive .tabbertab p{
	margin:0px 4px 5px 4px;

}
.tabberlive .tabbertab a{
	color:#333300;

}

.tabberlive .tabbertab a:hover{
	color:#333300;
        text-decoration:underline;

}
.tabberlive .tabbertab li {
	list-style:none !important;
	list-style:outside;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	}

.tabberlive .tabbertab ul {
	list-style:none;
	margin:0px 5px 0px 5px;
	padding:0px 0px 0px 0px;	
	}

.tabberlive .tabbertab ul li {
	list-style:none;
	color:#aa9f9b;
	margin:2px 0px 2px 0px;
	width:auto;
	}

.tabberlive .tabbertab ul li a {
	background:none;
	border:none;
	padding:5px 0px 5px 5px;
	}

.tabberlive .tabbertab ul li a:hover {
	background:none;
	border:none;
	
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
