/*  
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: #eef1e8;
	color: #545454;
	padding: 0 0 25px 0;
}
body, select, input, textarea
{
	font: 100% Arial, Verdana, Sans-Serif;
}
#home
{
	background-image:url(http://www.tecarteco.net/wp-content/themes/mimbo2.2/images/fondo.gif);
/*	background-repeat:no-repeat;
*/}
#no_home
{
	background-image:url(http://www.tecarteco.net/wp-content/themes/mimbo2.2/images/fondo.gif);
/*	background-repeat:no-repeat;
*/}
p
{
	margin: 5px 0;
	line-height:1.5em;
}
a:link, a:visited
{
	color: #00DC0F;
	text-decoration:none
}
a:hover, a:active
{
	color:#00DC0F;
	text-decoration:none;
}
hr
{
	display: block;
	height:1px;
	background:#333;
	border:0;
}
small
{
	font-size: 0.95em;
	/*background:#d5e8ef;*/
	color:#999999;
	padding:3px 6px;
}
img, a:link img, a:visited img
{
	border:0
}
/* Structure */

#page
{
	width:880px;
	margin:0 auto;
	font-size:0.7em;/*background:#FFF;*//*padding: 0px 25px 35px 25px;*/
}
#branding
{
	width:880px;
	/*padding-bottom:15px;*/
height:119px;
	background-image:url(http://www.tecarteco.net/wp-content/themes/mimbo2.2/images/interna_testa.jpg);
}
.left
{
	float:left;
}
.right
{
	float:right;
	width:250px;
	margin-right:10px;
}
#sidebar
{
	width: 250px;
	float:left;
	margin-right:10px;
}
#leftcol
{
	width:260px;
	/*	border-right:1px dotted #b6b6b6;
*/	padding-right:30px;
}
#leftcol div p
{
	color:#666666 !important;
	font-family:Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}
#leftcol div p a
{
	color:#333 !important;
	font-family:Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	text-decoration:underline;
}
#leftcol, #rightcol
{
	margin-top:10px;
	float:left
}
#rightcol
{
	width:260px;
	padding-right:30px;
	margin-top: 10px;
}
#rightcol div p
{
	color:#666666 !important;
	font-family:Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}
/*Subnav */

.subnav li
{
	list-style:none;
	border-bottom:1px solid #FFF;
}
.subnav li a:link, .subnav li a:visited
{
	background:#eef5e1;
	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 Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-0.02em;
}
h2
{
	border-top:1px dotted #999999;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
	padding-top:5px;
}
h3, #sidebar h2
{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:0.1em;
	line-height:normal;
	margin-bottom:12px;
	text-transform:uppercase;
}
#sidebar h3, #sidebar h2
{
	color:#000000 !important;
	font-family:Helvetica, sans-serif;
	font-size:1em;
}
h3#respond
{
	border-top:1px ff9933solid #ff9933;
	margin-top:25px;
	/*padding-top:20px;*/
	color:#333333;
}
h3#comments
{
	margin-top:32px
}
h4
{
	font-size:1.6em;
	margin-bottom:12px;
	text-transform:lowercase;
}
h4:first-letter
{
	text-transform:uppercase;
}
/* Content */

#content
{
	width:590px;
	float:right;/*background-image:url(http://www.tecarteco.net/blog/wp-content/themes/mimbo2.2/images/BKG_CONTENT.png);
	background-repeat:repeat-y;*/
}
.description
{
	color:#FFFFFF;
	font-size:1.3em;
	font-weight:bold;
	left:18px;
	position:relative;
	text-transform:uppercase;
	top:94px;
}
.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;
}
#video
{
	margin-top:15px;
	/*background-color:#E4EFD5;*/
        padding:15px;
	border-bottom:1px dotted #b6b6b6;
}
#leadpic
{
	float:left;
	margin: 0 18px 8px 0;
}
#lead
{
	margin-top:22px;
}
.title
{
	font-size:10px;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333 !important;
	text-transform:uppercase;
}
.title a
{
	text-decoration:none !important;
}
.title a:hover
{
	text-decoration:none !important;
}
.title:first-letter
{
	text-transform:uppercase !important;
}
.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
}
#leftcol .clearfloat
{
	border-top:1px dotted #666666;
	padding:4px 0;
}
#rightcol img
{
	float:left;
	margin:3px 10px 4px 0;
}
#leftcol img
{
	margin-bottom: 4px;
	display:block
}
#rightcol .clearfloat
{
	border-top:1px dotted #666666;
	padding:4px 0;
}
#sidelist li
{
	list-style:none;
	margin: 4px;
}
#sidelist ul li
{
	list-style:none;
	margin:0 0 5px;/*
	background:#d5e8ef;
    padding: 2px;
	*/
}
#sidelist ul li a
{
	color: #00DC0F;
	font-family:Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:0.8px;
	text-transform:uppercase;
}
.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 #qtranslate-3 ul
{
/*background:#00DC0F;*/
}
#sidelist #qtranslate-3 ul li
{
	background-color:#999;
}
#sidelist #qtranslate-3 ul li a
{
	color:#FFF;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height:18px;
	text-decoration:none !important;
	letter-spacing:2px;
}
#sidelist ul.children
{
	/*background:#EEF1E8;*/
	padding-top:5px;
}
#sidelist ul.children
{
	background:#EEF1E8;
	margin-top:4px;
}
#sidelist .children li
{
	background:#999999;
	margin-left:20px;
}
#sidelist .children li a
{
	text-decoration:none;
	color:#FFF !important;
	font-weight:normal;
	display:block;
}
#sidelist .children linone; {
 list-style;
 margin-left:28px; /*border-bottom:1px solid #d5e8ef;*/
 margin-top:0px;
 margin-bottom:0px;
 margin-right:0px;
}
#sidelist .children li a, #sidelist .children li a:visited
{
	padding:2px 2px 2px 10px;
	border:0;
	/*background:#d5e8ef;*/
	color: #CC3300;
	font-family:Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
}
#sidelist .children li a:hover, #sidelist .children li a:active
{
	color:#CC3300;
	font-family:Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase
}
.postmetadata
{
	margin: 30px 0;
}
#writer
{
	/*	background:#d5e8ef;
*/
	color:#FFFFFF;
	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
{
	margin-top:20px;
	padding-right:28px;
}
.entry h2, h3, p
{
	border:none !important;
	color:#000;
	font-family:Helvetica, sans-serif;
}
.entry p
{
	font-size:11px;
	line-height:15px;
	color:#666666;
}
h3 a:link, h3 a:visited
{
	color:#00DC0F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}
/*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 #ff9933;
	border-bottom:1px solid #ff9933;
}
.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;
}
#tags
{
	/*padding:3px;
	border-bottom:1px solid #ff9933;
	border-top:1px solid #ff9933;*/
}
#tags a
{
	color:#999;
	font-style:italic;
}
/* Form Elements */

select
{
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
}
#searchform
{
	padding:16px 5px 0 0;
}
#searchform input[type="text"]
{
	border:1px solid #FFF;
}
.button
{
	padding: 1px;
	background:#d6d6d6;
	color:#000;
	border:none;
	font-weight:bold;
	text-transform:lowercase;
}
.button:hover
{
	background:#777;
	color:#FFF;
	text-decoration:none
}
.submit
{
	padding: 1px;
	background:#999 !important;
	color:#000;
	border:none;
	/*	font-weight:bold;
*/	color:#FFFFFF;
	text-transform:lowercase;
	width:120px;
	margin-right:50px !important;
}
#commentform
{
	/*background-image:url(http://www.tecarteco.net/blog/wp-content/themes/mimbo2.2/images/interna_form.gif);
	background-repeat:no-repeat;*/
	padding:20px;
	width:520px;
	height:322px;
}
#commentform input
{
	width: 170px;
	margin: 5px 5px 1px 0;
	background-color:#FFFFFF;
	border:1px solid #CCC;
}
#commentform textarea
{
	width: 90%;
	margin-top:5px;
	border:1px solid #CCC;
}
/* Comments*/

.commentlist
{
	padding-left:30px;
}
.commentlist li
{
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	/*background:#f2f2f2;*/
	border-top: 1px solid #ddd;
}
#commentform small
{
	/*	background:#FFF;
*/	
	color: #CC3300;
	font-weight:bold;
	padding:0;
}
.commentmetadata
{
	display: block;
}
.commentlist small
{
	background:#e9e9e9
}
.commentlist cite
{
	font-family:Helvetica, sans-serif;
	color:#333;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	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: 900px;
	font-size:0.7em;
	padding-top:15px;
	color:#333;
	text-align:center;
	border-top:1px dotted #CCC;
}
#footer a
{
	color:#333 !important;
	text-decoration:underline;
}
/* My CSS */

.cat_icons
{
	border: 0px;
	float:left;
	margin-right:4px;
}
.clear
{
	clear:left;
}
.margin_r_20
{
	margin-right:20px;
}
.logo
{
	position:relative;
	top:20px;
	left:10px;
	color:#6d6d6d;
	font-size:24px;
}
#slogan
{
	background-image:url(http://www.tecarteco.net/wp-content/themes/mimbo2.2/images/fondoARIELLA.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Helvetica, sans-serif;
	font-size:16px;
	/*padding:4px 5px;*/
	width:590px;
	word-spacing:0;
	line-height:24px;
}
#slogan_interna
{
	background-image:url(http://www.tecarteco.net/wp-content/themes/mimbo2.2/images/interna_fondoARIELLA.jpg);
	background-repeat:no-repeat;
	font-family:Helvetica, sans-serif;
	font-size:16px;
	line-height:1.5em;
	color:#FFFFFF;
	word-spacing:0px;
	height:25px;/*width:590px;*/
}
#hot_news
{
	background-image:url(http://www.tecarteco.net/wp-content/themes/mimbo2.2/images/BKG_HOTNEWS.png);
	background-repeat:no-repeat;
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:11px;
	line-height:14px;
	padding-bottom:20px;
	padding-right:22px;
	padding-top:10px;/*	width:550px;
*/
}
#hot_news h3 a
{
	font: 11px Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.2em;
	line-height:20px;
	margin-bottom:4px;
	font-weight:bold;
	color:#CC3300 !important;
	text-decoration:none;
}
#hot_news p
{
	font: 11px Arial, sans-serif;
	line-height:14px;
	color:#666666 !important;
}
.border_top
{
	border-top:1px solid #FF9933;
	padding-top:10px;
}
.section a
{
	font-family: Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#CC3300;
	text-decoration:none;
}
.section a:hover
{
	text-decoration:underline;
}
#content_footer
{
	/*background-image:url(http://www.tecarteco.net/blog/wp-content/themes/mimbo2.2/images/footer.png);
	background-repeat:no-repeat;
	height:24px;*/
	clear:both;
}
#flashcontent
{
/*background-image:url(http://www.tecarteco.net/blog/wp-content/themes/mimbo2.2/images/page4.jpg);
	background-repeat:no-repeat;*/
	/*height:332px;
	width:880px;*/
}
.border_top_dotted
{
	border-top:1px dotted #666666;
}
.border_bottom_dotted
{
	border-bottom:1px dotted #666666;
}
#html-upload-ui
{
	display:block !important;
}
#sidelist .page_item
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	line-height:18px;
	background-color:#999;
	color:#FFF;
}
#sidelist .page_item a
{
	color:#FFF !important;
	text-decoration:none !important;
	padding-left:10px;
	display:block;
	letter-spacing:2px;
}
#sidelist .cat-item
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	line-height:18px;
	background-color:#999;
	color:#FFF;
}
#sidelist .cat-item a
{
	color:#FFF !important;
	text-decoration:none !important;
	padding-left:10px;
	display:block;
	letter-spacing:2px;
}
.banner
{
	margin-bottom:20px !important;
}
.pagetitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
	color:#333;
}
.loghi
{
	margin-top:20px;
}
.margin_top_10
{
	margin-top:10px
}
.margin_bottom_20
{
	margin-bottom:20px
}
#sociable
{
	text-align:center;
	font-size:12px;
	color:#333;
	margin-top:10px;
}

#sociable ul
{
	/*width:580px;*/
	height:20px;
	/*background-color:#CCC;*/
	border-top:1px solid #333;
	padding:10px;
	margin:auto;
}
#sociable ul li
{
	float:left;
	margin-right:16px;
	list-style:none;
}
.social_link
{
	margin:0px 0px 10px 0px;
}
.social
{
	float:left;
	margin-left:10px;
}
.sociable_tagline
{
	margin-bottom:10px;
	text-align:left;
}
