body {
	margin: 0;
	padding: 0;
	background: #e9dc5d url(images/bgpg.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }

h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

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

.left { float: left; }

a {
	text-decoration: none;
	color: #006A8C;
}

.wrapper {
	width: 960px;
	padding: 0;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/* Header */

#header {
	width: 960px;
	height: 170px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 800px;
	height: 150px;
	margin: 0;
	color: #FFFFFF;
	cursor:pointer;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding-top: 5px;
	padding-left: 20px;
	font-size: 1.6em;
	color: #FFFFFF;
	font-family: Arial;
}

#logo p {
	margin-top: -6px;
	padding-left: 62px;
	color: #FF6B9D;
} 

#logo p a {
	color: #FF6B9D;
}

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

#div_icone {
	float:left;
	width: 80px;
	height: 135px;
	padding-top: 15px;
}



/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	background-color: #d2bf04;
	color: #333;
	width: 100%;
	height: 50px;
	margin: 10px 0 0 0;
	
}

#menu table { margin: 0; float: right; }

#menu a {
	display: block;
	float:left;
	padding: 0px 20px;
	border-right: 1px solid #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-top:10px;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	text-decoration: underline;
	color:#ffffff;
}

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

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background-color:#ffffff;
	background-image: url(images/bglcol.png);
	background-position: left;
	background-repeat: repeat-y;
}

#page-bgtop {
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width: 720px;
	background-image: url(images/bgrcol.png);
	background-position: right;
	background-repeat: repeat-y;
}

.post {
	margin-bottom: 8px;
	margin-right: 15px;
	width: 510px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 28px;
	padding: 12px 20px 0 0;
	font-size: 1.5em;
	color: #0068CB;
	text-align:right;
	border-bottom:1px solid #969696;
}

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

.post h2{
	color: #0068CB;
	text-align:right;
	border-bottom:1px solid #969696;
	font-weight: bold;
}

.post .meta {
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

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

.post img {
	background: transparent url(images/shadow.gif) no-repeat scroll right bottom;
	border-color: #EEEEEE #787878 #787878 #EEEEEE;
	border-style: solid none none solid;
	border-width: 1px medium medium 1px;
	padding: 4px 10px 10px 4px;
}

/* Sidebar */

#sidebar {
	float: left;
	background-color: #EEE;
	width:228px;
	color: #333;
}

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

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	background: url(images/img05.jpg) no-repeat left bottom;
	padding-bottom: 30px;
}

#sidebar li li {
	margin-left: 15px;
	margin-right: 15px;
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 1em;
	font-style: italic;
}

#sidebar li table {
	margin-left: 10px;
}

#sidebar h2,
#sidebar div.link {
	height: 26px;
	padding: 5px 0 0 15px;
	font-size: 1.2em;
	color: white;
	background: url(images/bgpg.gif) repeat-x left top;
	font-family: Tahoma, Verdana;
}

#sidebar p {
	margin: 0px 15px;
	padding: 0px 0px;
	text-align: left;
}

#sidebar a {
	color: #333;
	border: none;
}

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

/* Link */

#sidebar div.link a { color: white; }

#sidebar div.d_sublink .link {
	background-image: none;
	height: auto;
}

#sidebar div.d_sublink a {
	height: auto;
	padding-left: 1em;
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	font-size: 0.9em;
}

#rightcol {
	float: right;
	width: 180px;
	padding: 10px;
	color: #333;
}

#rightcol h2 {
	color: #007bd8;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #007bd8;
	border-top: 1px solid #007bd8;
	margin-top:10px;
}

#rightcol a {
	text-decoration: none;
	color: #333;
	line-height: 2em;
	
}

#rightcol p {
	margin:0;
	padding:0px;
}

#myhilite {
	font-weight: bold;
}
/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

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

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

/* Footer */

#footer {
	width: 100%;
	background-color: #d2bf03;
	color: #333;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: left;
}

#footer a { color: #333; }

/*---------------commissioni--------------------*/
.sel{
	font-weight: bold;
	text-decoration: underline;
	background-color:#CCCCCC;
	height:1.5em;
	line-height: 1.5em;
	}

.scheda{
	display: none;
	text-align: center;
	background-image:url(images/shadow.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	height:454px;
	width:254px;
}

.tab{
	height: 1.5em;
	line-height: 1.5em;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#1E5BAB;
}

.fcaption{
	font-family: Georgia, Times, Serif;
	font-size: 1.15em;
	color: #0068CB;
	line-height: 2em;
}


.forumheader3{
	line-height: 2em;
	border:1px solid #dedede;
	color: #333;
	padding:0.8em;
}

textarea.tbox, input.helpbox { max-width: 375px; }
input.helpbox { font-size: 0.8em; }

/*-------------- mappa di google --------------*/

#map {
	width: 500px; 
	height: 400px;
	border: 4px solid #D2BE04;
}

#map img { background: none; }

.listrecent {
	background-color:#fff;
	font-family:Georgia;
	font-size:1.1em;
	border-top: 2px solid #d2bf03;
	padding: 10px;
}

.listrecent h2 {
	font-style: italic;
	color: #a0a0a0;
	margin-bottom: 5px;
}

.separator {
	background-color: #d2bf03;
	border-top: 5px solid #8f7b00;
	clear: both;
	height: 20px;
}

td.indent a {
	font-weight: bold;
	outline: 1px solid #333;
}

#menu a.login_menu_link {border:0}
