/*  
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.0
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	background: #000 url(images/sfondo.jpg) no-repeat fixed;
	color: #545454;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 0px 0 15px 0;
	
	}

a:link, a:visited {
	color: #00ffd8;
	text-decoration:none
	}

a:hover, a:active {
	color:#fc0;
	text-decoration:none;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 11px;
	background:#000;
	padding:3px 6px;
	color:#fff;
	font-weight:normal;
	}


/* Structure */

#page {
	width:880px;
	margin:50px auto 0 auto;
	font-size:0.7em;
	background:url(images/repeater.png) repeat;
	padding: 10px 25px 25px 25px;
	}
	.entry  {
	color:#fff;line-height:16px;}
	.entry  h3{
	color:#00ffd8;}
	.entry p {	
	
	font-size:12px;
	text-align:justify;
	}
	
.entry img {
	border:none;
	margin:0 5px 5px 0;
	}
.alignleft {
	float:left;
	}
#branding {
	width:325px;
	}

.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;
	}
		

/*Nav*/

#nav {
	background:url(images/repeater.png) repeat;
	margin-top:15px;
	font-size:1.1em;
	position:relative;
	}
	
#nav li {
	list-style:none;
	float:left;
	border-right:1px solid #333;
	}

#nav a, #nav a:visited {
	float:left;
	display:block;
	font-weight:bold;
	color: #fff;
	padding:6px 12px;
	text-transform:uppercase;
	}

#nav a:hover, #nav a:active, #nav .current_page_item	a {
	background:#00ffd8;
	text-decoration:none;
	color:#000;
	}		
/* Dropdown Menus */		

#nav li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
	}

#nav li:hover ul,
#nav li.sfhover ul {
	left: 7px;
	}

ul#nav li:hover li ul,
ul#nav li.sfhover li ul {
	top: -999em;
	}

ul#nav li li:hover ul,
ul#nav li li.sfhover ul {
	left: 178px; /* match ul width */
	top: 0;
	}

ul#nav li li:hover li ul,
ul#nav li li.sfhover li ul {
	top: -999em;
	}

ul#nav li li li:hover ul,
ul#nav li li li.sfhover ul {
	left: 178px; /* match ul width */
	top: 0;
	}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 178px;
	z-index:1 !important;
	line-height:1;
	margin:0 0 0 0px;
	
	top:28px;
	}

#nav li li {

	background:url(images/repeater.png);
	z-index:1000;
	height:auto;
	padding:4px 0;
	letter-spacing: 0.06em;

	}

#nav li li a, 
#nav li.current_page_parent li.current_page_item a, #nav li.current_page_parent li.current_page_item a:visited {
	color:#fff !important;

	text-transform:uppercase;
	
	padding:5px 12px !important;
	}

#nav li li a:hover, #nav li li a:active,
#nav li.current_page_parent li.current_page_item a:hover, #nav li.current_page_parent li.current_page_item a:active {
	color:#00ffd8; !important;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav ul ul {
	margin:0 0 0 -4px !important
	}


	



/*	Headers */

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	color:#fff;
	}

h3 {
	font-size: 1em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

h2.pagetitle  {color:#fff;	}
#sidebar h3 {
	background:url(images/repeater.png);
	border:1px dotted #333;
	padding:6px 0 6px 10px;
	margin:22px 0 15px 0;
	}
.data_evento_sidebar   {color:#fff;font-size:normal;	}
.data_evento  {float:right;margin-top:-10px;	}
h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

	
	
	
/* Content */

#content {
	width:605px;
	float:left
	}
	
.description {
	font-size: 1.2em;
	font-weight: bold; 
	color:#eee;
	text-shadow:1px 1px 1px #000;
	margin-top:-4px;
	}
.eventi2 {padding:0px;margin-bottom:10px;	}
.eventi2 img{border:5px solid #000;	}
.feature {
		background:url(images/repeater.png) repeat;
	padding:15px;
	border:1px dotted #333;
	}

.feature:hover {
	background:#000;
	}
	
.feature p, #rightcol p {
	margin:0;
	color:#fff;
	line-height:16px;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
	
.data {
margin-bottom:5px;
color:#fff;
background:#000;
float:left;
padding:3px;
	}
		
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:1.1em;
	font-weight:normal;
	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:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none
	}
	
#sidelist li ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}
			
.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:url(images/repeater.png);
	margin: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;
	}	
		

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:0px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none
	}

.button:hover {
	background:#777;
	color:#FFF
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	list-style: none;
	background:url(images/repeater.png);
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:url(images/repeater.png);
	}

.commentlist cite {
	font: 1.6em 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
	}
	.clear {
	clear:both;
	}


/* Footer*/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.7em;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#d3d1d1;
	}
