/*  
Theme Name: Grunge Basic
Author URI: http://grunge.ithemes.com/
Version: 1.0
Author: Nathan Rice
Description: Grunge Basic is a premium Web 2.0 WordPress theme
All the CSS, XHTML and design are copyrighted. Please don't steal.
*/

html, body { margin: 0; padding: 0; }

body { 
	background: #000 url(images/background.gif) top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.4;
	text-align: center;
	padding: 0px 0px 15px 0px;
}

body * {margin: 0px; padding: 0px;}

/*********************************************
		Link Styles
*********************************************/
a, a:visited, a:active {
	color: #fff;
	text-decoration: underline;
}
a:hover { color: #333; text-decoration: underline; }

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #FFF;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 0px;
	padding: 0px 0px 0px 40px;
	background: url(images/quote.jpg) no-repeat;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }
/*********************************************
		Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
	clear: both;
	font-size: 20px;
	color: #FFF;
	font-family: "Century Gothic", Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: -1px;
	border-top: 2px solid #5F94B0;
	border-bottom: 2px solid #5F94B0;
}
h2 { /* This style used as header in the sidebars */

	font-size: 26px;
	color: #E2EBF0;
	clear: both;
	font-size: 24px;
	font-family: "Century Gothic", Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -2px;
	border-top: 2px solid #5F94B0;
	border-bottom: 2px solid #5F94B0;
}
h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 26px;
	color: #E2EBF0;
	font-family: "Century Gothic", Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: -1px;
	border-top: 2px solid #5F94B0;
	border-bottom: 2px solid #5F94B0;
}
h3 a {
	color: #E2EBF0;
	text-decoration: none;
}
h3 a:hover {
	color: #FFF;
	text-decoration: underline;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 18px;
	color: #447994;
	font-family: "Century Gothic", Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: -1px;
	border-bottom: 2px solid #5F94B0;
}
h5 { /* This style used as header for the welcome boxes, and elsewhere */
	font-size: 26px;
	color: #E2EBF0;
	font-family: "Century Gothic", Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 10px 0px;
	padding: 5px 0;
	font-weight: normal;

	text-align: left;
	letter-spacing: -1px;
}
h6 { /* The rarely used 6th header style */
	font-size: 28px;
	color: #E2EBF0;
	font-family: "Century Gothic", Helvetica, Arial, Sans-Serif;
	margin: 0px;
	padding: 5px 30px 0;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: -2px;
}

/*********************************************
		Container Div
*********************************************/
#container {
	background: transparent;
	border: 0px solid #000;
	text-align: left;
    margin: 0px auto;
    width: 779px;
    padding: 0px;
}
#wrap {
	background: #395E71; color:#F9F9F9; border:3px solid #5F94B0;  border-bottom:3px solid #5F94B0;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}
#header #title {
	text-align: center;
	width: 100%;
	margin: 25px 0px 0px 0px;
}
#header #title a {
	display: block;
	width: 500px; height: 196px;
	margin: 0px auto; padding: 0px;
	text-indent: -9999px;
	background: url(images/header.png) top left no-repeat;
	overflow: hidden;
}
#header h1 { 
	clear: both;
	font-size: 50px;
	color: #a8ddf8;
	font-family: "Century Gothic", Helvetica, Arial, Sans-Serif;
	margin: 15px 0px 0 0px;
	padding: 5px 0px 0;
	font-weight: normal;
	text-transform:none;
	text-align: left;
	letter-spacing: -2px;
	border: 0px;
}
#header h1 a {
	text-decoration: none;
	color: #a8ddf8;
}
#header h1 a:hover {
	color: #fff;
	text-decoration: none;
}
#header h2 { 
	clear: both;
	font-size: 14px;
	color: #fff;
	font-family: "Century Gothic", Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
	border: 0px;
}

/*********************************************
		Horizontal Navigaion Styles
*********************************************/
#menu {
	color: #447994;
	
	font-size: 16px;
	font-family: "Century Gothic", Helvetica, Arial, Sans-Serif;
	text-align: left;	
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 100%; min-height: 21px;
		 
}
#menu ul {

	margin: 0px;
	padding: 6px 0px 0px 0px;
	height: 28px;

	border-bottom:2px solid #000;
	display: block;
	}
#menu ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
	}
#menu ul li a {
	color: #89B3C9;
	padding: 5px 14px 5px;
	margin: 0px;
	text-decoration: none;
	margin-right: 2px;
	background-color:#253E4B;
	}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a, #menu ul li.current_page_item a:visited {
	color: #000;
	text-decoration: none;
	background: #5F94B0;
	font-weight: normal;
}
#menu ul li a:hover {
	color: #89B3C9;
	text-decoration: none;
	background-color:#2E4D5C;
	}
	
/*********************************************
		Welcome Div
*********************************************/
#welcome {
	padding: 15px 41px;
}
#welcome p {
	margin: 0px; padding: 0px 0px 10px 0px;
}
#pagespacer {
	padding: 10px 41px;
}
/*********************************************
		Content Div
*********************************************/
#content {
	float: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	width: 488px;
	display: block;
	border: 0px solid black;
}

#content_lungo {

	margin: 0px 41px;
	padding: 0px 0px 20px 0px;
	border: 0px solid black;
}

#content_lungo h1 {
text-align:left;
}

#content h4, #content_lungo h4 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 16px;
	color: #E2EBF0;
	font-family: "Century Gothic", Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: -2px;
	border-top: 0px solid #5F94B0;
	border-bottom: 1px solid #5F94B0;
}
#content h4 a, #content_lungo h4 a {
	color: #447994;
	text-decoration: none;
}
#content h4 a:hover, #content_lungo h4 a:hover {
	color: #447994;
	text-decoration: underline;
}
.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 0px;
	margin: 0px 0px;
	color: #5F94B0;
	text-align: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 0px;
	margin: 0px 0px;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}
	
/*********************************************
		Left Sidebar
*********************************************/
#l_sidebar {
	display: inline;
	float: left;
	border: 0px solid black;
	width: 168px;
	margin: 0px 0px 15px 0px; padding: 0px 41px 0px 41px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#l_sidebar p {
	padding: 5px;
}
#l_sidebar img {
	text-align: center;
}
#l_sidebar form {
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li {
	padding: 0px 0px 10px 0px;
}
#l_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#l_sidebar ul li ul li {
	padding: 0px;
	margin: 5px 0px;
}
#l_sidebar ul li ul li a {
	color: #fff;
	display:block;
	text-decoration: none;
	background-color:#4F7081;
	padding:3px;
	margin-bottom:2px;
}
#l_sidebar ul li ul li a:hover {
	
	background-color:#5E8599;
}
#l_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}


/*********************************************
		GIGS
*********************************************/

.gig {
; font-size:13px; color:#FFF; display:block;
}

table { border:0; width:100%;}



/*********************************************
		GIGS PAGINA SPETTACOLI
*********************************************/


.gigs-calendar table.gigs caption {
font-size:15px;
font-weight:normal;
background-color:#2E4D5C;
padding:4px 2px;
text-align:left;
margin-bottom:5px;
} 

.gigs-calendar table.gigs tr.gig {
border-bottom:1px solid #5F94B0;
border-top:none;
padding:8px 0;

} 

.gigs-calendar table.gigs {
border:none;
margin-bottom:25px;
}

.gigs-calendar table.gigs td {
padding:0 10px; 
}

/*********************************************
		GIG DETTAGLIO SINGOLA
*********************************************/
#gig-1 tr, #gig-3 tr { line-height:25px; margin-bottom:5px; }

#gig-1 td, #gig-3 td { border-bottom:1px solid #5F94B0;}

#gig-1 .bold, #gig-3 .bold {
font-weight:normal;
padding:0 5px;
width:142px;}	


/*********************************************
		Left Sidebar HOMEPAGE
*********************************************/
#l_sidebar_home {
	display: inline;
	float: left;
	border: 0px solid black;
	width: 168px;
	margin: 0px 0px 15px 0px; padding: 0px 41px 0px 41px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}


#l_sidebar_home h2 {
 margin-top:8px;
}

#l_sidebar_home p {
	padding: 5px;
}
#l_sidebar_home img {
	text-align: center;
}
#l_sidebar_home form {
	padding: 0px;
	margin: 0px;
}
#l_sidebar_home ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#l_sidebar_home ul li {
	padding: 0px 0px 10px 0px;
}
#l_sidebar_home ul li ul {
	padding: 0px 0px 0px 0px;
}
#l_sidebar_home ul li ul li {
	padding: 0px;
	margin: 5px 0px 10px;
}
#l_sidebar_home ul li ul li a {
	background-color:#C1D8E3;
	padding:1px 5px;
	color: #333;
	text-decoration: underline;
	display:block;
	font-size:12px;
	margin-top:2px;
	
}
#l_sidebar_home ul li ul li a:hover {
background-color:#D5E4EC;
		
}
#l_sidebar_home ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#l_sidebar_home ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {display:none;
	padding: 8px;
}
#comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
#comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}

/*********************************************
		Bottom Styles
*********************************************/
#bottom {
	background: #395E71 ;
	border-top:1px solid #202020;
	color: #FFF;
	display: block;
	clear: both;
	margin: 0px; padding: 15px 0px;
}
#bottom h2 { /* This style used as header in the sidebars */
	clear: both;
	font-size: 20px;
	color: #447994;
	font-family: "Century Gothic", Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0;
	font-weight: normal;
	text-transform: uppercase;
	
	border-top: 0px solid #5F94B0;
	border-bottom: 0px solid #5F94B0;
}
#bottom p {
	color: #FFF;
		margin-top:0; padding-top:0;
}
#bottom a {
	color: #C1D8E3;
	text-decoration: none;
}
#bottom a:hover {
	color: #FEFEFE;
	text-decoration: none;

}
#bottom #boxes {
        background: url(images/bottom-dots.gif) top center repeat-y;
	margin: 0px; padding: 0px;
}
#bottom #boxes .box {
	display: block;
	float: left;
	width: 325px;
	margin: 0px; padding: 5px 30px;
}
/*
#bottom #boxes .box {
	display: block;
	float: left;
	width: 197px;
	margin: 0px; padding: 5px 30px;
}*/

#bottom #boxes .box h6 {
	font-size: 20px;
	margin: 0px; padding: 0px 0px 5px 0px;
}
#bottom #boxes .box .textwidget {
	padding: 0px 0px 10px 0px;
}
#bottom #boxes .box ul {
	margin: 0px; padding: 0px 0px 10px 15px;
	list-style-type: square;
	color: #FFF;
}
#bottom #boxes .box ul li {
	margin: 0px; padding: 0px 0px 3px 0px;
}
#bottom #boxes .box ul li a {
	margin: 0px; padding: 0px;
	color: #FFF;
	text-decoration: none;
}
#bottom #boxes .box ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	color: #969696;
	display: block;
	width: 739px; min-height: 30px;
	margin: 2px auto;
	padding: 5px 20px;
	clear: both;
	
	text-align: left;
	overflow: hidden;
}
#footer a {

}
#footer a:hover {

}
#footer #left {
	display: block;
	width: 70%;
	float: left;
	margin: 0px; padding: 0px;
}
#footer #right {
	display: block;
	width: 30%;
	float: right;
	text-align: right;
	margin: 0px; padding: 0px;
}
#footer ul#footermenu {
	display: block;
	width: auto;
	list-style-type: none;
	margin: 5px 0px; padding: 0px;
	font-family: "Century Gothic", Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	text-transform: uppercase;
}
#footer ul#footermenu li {
	display: block;
	float: left;
	margin: 0px; padding: 0px 10px;
	border-left: 1px solid #E5E5E5;
	line-height: 11px;
}
#footer ul#footermenu li.home {
	margin: 0px; padding: 0px 10px 0px 0px;
	border: none;
}
#footer ul#footermenu li a {
	color: #E5E5E5;
	text-decoration: none;
	margin: 0px; padding: 0px;
}
#footer ul#footermenu li a:hover {
	color: #E5E5E5;
	text-decoration: underline;
}
#footer #right ul#footermenu2 {
	color: #E5E5E5;
	display: block;
	width: auto;
	list-style-type: none;
	margin: 5px 0px; padding: 0px;
	font-family: "Century Gothic", Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	text-transform: uppercase;
}
#footer #right ul#footermenu2 li {
	display: block;
	float: right;
	margin: 0px; padding: 0px 10px;
	line-height: 11px;
	border-left: 0px solid #E5E5E5;
}
#footer #right ul#footermenu2 li.home {
	margin: 0px; padding: 0px 10px 0px 0px;
	border: none;
}
#footer #right ul#footermenu2 li a {
	color: #E5E5E5;
	text-decoration: none;
	margin: 0px; padding: 0px;
}
#footer #right ul#footermenu2 li a:hover {
	color: #E5E5E5;
	text-decoration: underline;
}




/*FLICKR*/

.tt-flickr-Square img { border:3px solid #436F85;}


/*briciole pane*/

#breadcrumbs {

	font-size:11px;
	padding: 3px;
	padding:10px 41px;
	text-align:right;
	
	clear:both;
}



/*stili custom*/

.titolo_big {
display:block;
color:#E2EBF0;
font-family:"Century Gothic",Helvetica,Arial,Sans-Serif;
font-size:26px;
font-weight:normal;
letter-spacing:-2px;
margin:0px;
padding:15px 0 5px;
text-align:left;
}

.titolo_cd {
text-decoration:none !important;
display:block;
clear:left;
color:#E2EBF0;
font-family:"Century Gothic",Helvetica,Arial,Sans-Serif;
font-size:26px;
font-weight:normal;
letter-spacing:-2px;
margin:0px;
padding:15px 0 5px;
text-align:left;
}

.immagine_cd { float:left; margin:0 10px 10px 0;}


/*mp3*/

.onebit_mp3 {  }

.onebit_mp3 a { text-decoration:none;}
