/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 20px;
	background: #040000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;/*,sans-serif'Goudy Old Style', serif; /*Georgia, "Times New Roman", Times, serif;*/
	font-size: 12px;
	color: #ffffff;
}

h1, h2, h3 {
	margin: 0;
	/*text-transform: lowercase;*/
	letter-spacing: -.05em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;/*,sans-serif'Goudy Old Style', serif;/*"Trebuchet MS", Georgia, "Times New Roman", Times, serif;*/
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	background: url(../img/layout/img05.gif) repeat-x left bottom;
	text-decoration: none;
	color: #C0BFBF;
}

a:hover {
	background: none;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background: url(../img/layout/header.png) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	color: #74788F;
}

#logo h1 {
	float: left;
	padding-top: 120px;
	padding-left: 135px;
	text-transform: lowercase;
	font-size: 2.9em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 138px 0 0 2px;
	text-transform: lowercase;
	letter-spacing: -.05em;
	font-size: 16px;
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

#frase {
	border-bottom: solid 1px;
	border-color: #6D4B4D;
	font-family:"Arial Narrow";
	font-style:italic;
	line-height: 25px;
	text-align: center;
	letter-spacing: 2px;
	width: 350px;
	margin-left:220px;
	margin-bottom: 20px;
}
/* Menu */

#menu {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	background: #FFFFFF url(../img/layout/img03.jpg) repeat-y left top;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 50px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	padding: 20px 20px;
	margin-right: 2px;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CA2C25;
}

#home #menu li.home a,
#presentazione #menu li.presentazione a,
#concerti #menu li.concerti a,
#eventi #menu li.eventi a,
#fotogallery #menu li.fotogallery a,
#contatti #menu li.contatti a,
#partner #menu li.partner a {
	color: #FFFFFF;
	text-decoration: underline;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#contatti-cv {
	padding-left: 200px;
	width: 400px;
}

.componente {
	height: 130px;
	border-bottom: solid 1px;
	border-color: #6D4B4D;
}

.componente > p#info-associazione {
	float:left;
	padding-left: 50px;
	padding-top: 20px;
}

.foto-cv {
	float: left;
	padding-left: 20px;
}

.dati-cv {
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	width: 200px;
}


/* jQuery lightBox plugin - Gallery style */
#gallery {padding: 0px 30px 30px 30px;}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	margin:10px;
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}

/* Wraper */

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: url(../img/layout/img04.jpg) repeat-y left top;
}


/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding-top: 30px;
	background: url(../img/layout/img05.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: right;
	width: 500px;
	margin-right: 30px;
}

.post {
}

.post .title {
	padding: 5px 0 5px 0;
	border-bottom: 2px solid #000000;
	color: #FFFFFF;
}

.post .title a {
	color: #FFFFFF;
}

.post h2 {
	font-size: 1.8em;
}

.post .meta {
	padding: 2px 10px;
	background: #0D0D0D;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	text-align: left;
	font-size: 9px;
}

.post .entry {
	padding: 20px 10px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	margin-left: 15px;
	margin-right: 10px;
	color: #7893AE;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 10px 0 15px 15px;
}

#sidebar li li {
	padding-left: 10px;
}

#sidebar h2 {
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 5px 22px;
	font-size: 1.5em;
	border-bottom: 2px solid #000000;
	background: url(../img/layout/img06.jpg) no-repeat left 35%;
	color: #FFFFFF;
}

#sidebar p {
	padding: 10px 13px 15px 23px;
	text-align: justify;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D6969B;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #D6969B;
}