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

body {
	margin-top: 10px;
	padding: 0;
	background-color:#F1E9D6;
	font-famil: "Helvetica", Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: color: #000;
}

h1 { font-size: 44px; }

h2 { font-size: 1.5em }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 1.5em;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #000000; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

/*.list a { color: #B6ACA2;  text-decoration: none;}

.list a:hover { color: #B6ACA2; text-decoration: none; }*/

#wrapper {
}

/* Header */

#header-wrapper {
	width: 700px;
	margin: 0 auto;
}

#header {
	width: 700px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img02.png) no-repeat left top;
}

#logo {
	height: 194px;
	margin-bottom:10px;
	background: url(images/bannernuovo.png) no-repeat left top;
}


/* Menu */

#menu {
	float: left;
	width: 700px;
	height: 30px;
}

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

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 17px;
	padding: 5px 12px;
	font-size: 1em;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	color: #000;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a { color: #FFFFFF; }

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 500px;
}

/* Post */

.post {
	margin-bottom: 10px;
}

.post .title {
	height: 54px;
	margin-bottom: 3px;
	padding: 15px 0px 2px 20px;
	text-transform:uppercase;
	font-weight: bold;
	background: url(images/img05.png) no-repeat left top;
	color: #000;
}

.post .date {
	float: right;
	margin-top: -58px;
	padding-right: 40px;
	color: #000;
}

.post .entry {
	padding: 10px 40px 0px 20px;
}


.post p {
	font-size:1em;
	line-height:1.6em;
}

.entry a {
	color:#000; text-decoration: underline;;
}

.entry a:hover { color:#000; text-decoration: underline; }

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	margin-top:60px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align:left;
}

#sidebar li {
	margin-bottom: 0px;
	padding: 0 0 20px 0px;
}

#sidebar li ul {
	line-height: 1.5em;
	padding-bottom: 20px;
}

#sidebar li li {
	margin: 0;
	padding: 0 20px;
	background: none;
}

#sidebar h2 {
	height: 28px;
	margin: 0 0 10px 0px;
	padding: 5px 0 2px 20px;
	background: url(images/img03.png) no-repeat left top;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 1.2em;
	color: #000;
}


#sidebar p {
	padding: 10px 15px 10px;
	min-height:156px;
	line-height: 1.5em;
	font-size:0.9em;
	text-align:left;
	background: url(images/img04.png) no-repeat left bottom;
}

#sidebar a { color: #000;  text-decoration: none;}

#sidebar a:hover { color: #000; text-decoration: underline; }
/* Calendar */



/* Footer */

#footer {
	width: 700px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	/*background: url(images/credits.jpg) no-repeat left top;*/
}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	line-height: normal;
	font-size:0.9em;
	color: #000;
}

#footer a {
	color: #000;
	text-decoration:none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/candendar.jpg) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
