@charset "utf-8";
/* CSS Document */

/* INSERISCO IL RESET DEGLI STILI */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* INSERISCO I MIEI STILI COMUNI */

h1 span {
	display:none;
}
h1 {
	text-align: left;
	font-size: 35px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height:40px;
}

h2 { 
	text-align: left;
	font-size: 14px;

	height:30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;

}
h2 a {
	text-decoration:none;
	color:#660000;
}
h3 {
	text-align: center;
	font-size: 1.3em;
	margin: 0;
	padding: 5px;
}
h4 { text-align: left; font-size: .85em;  margin: 10px 10px 10px 10px; }
h5 { text-align: left; font-size: 1.6em;  margin: 0 0 0 10px; }

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
	background-image:url(images/bkg.gif);
}
.left {
	float:left;
}
.right {
	float:right;
}

.ghost {
	display:none;
}
a {
	text-decoration:none;
}

/* INIZIO LA FORMATTAZIONE CSS */
#container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#F3E7CB;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#header {
	width:960px;
	height:60px;
	background-image:url(images/orange.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#logo{
	width:179px;
	height:79px;
	background-image:url(images/logo.jpg);
	margin-right:90px;
	float:left;
}

/* MENU PRINCIPALE */
#navcontainer {
	padding:0px;
	float:right;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navcontainer ul {
	font-size:11px;
	color:#FFFFFF;
	line-height:60px;
	height:60px;
	float:left;
	text-align:center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	color: #fff;
	text-decoration: none;
	font-size:12px;
	float: left;
	height: 60px;
	width: 134px;
	margin-right: 1px;
	line-height:60px;
	border: 1px solid #fff;
}
#navcontainer ul li a:hover {
background-color:#990000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color:#FFFFFF;

}
#navcontainer ul li a:hover {
	color:red;
}
#navcontainer ul li a.current {
}
/* FLASH CONTENT */
#flashcontent {
	width:960px;
	height:276px;
	background-color:#000000;
	line-height:276px;
	text-align:center;
	vertical-align:center;
	color:#990000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* MAIN */
#main {
	width:960px;
	background-image:url(images/orange.jpg);
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
}
.split {
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;

}
.split p {
	font-size:14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	color: #333333;
	text-align:justify;
}
.split p img {

}
.split h2 {
	width:100%;
	height:58px;
	line-height:58px;
	font-size:18px;
	font-weight:lighter;
	padding-left:15px;
	color:#fff;
	text-align:left;

}
.split h3 {
	background-color: #9F4443;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
h6 {
	color:#330000;
	text-decoration:none;
	font-size:12px;
	line-height:20px;
	text-align:center;
	padding:12px;
	background-color:#FFFFCC;
	padding:0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: thin solid #9F4443;
	vertical-align: middle;
}
h6 a {

color:#660000;

display:block

}
h6 a:hover {
background-color:#660000;
color:#FFFFFF;

}
.big {
	width:360px;
}
.small {
	width:198px;
}
.small h2 {
	text-align:center;
	padding:0px;
}
.full {

	width:760px;
}
.full .entry p {
	padding:20px;
}
#respond {
	padding:50px;
}
.wp-caption {
	padding:3px;
	background-color:#FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
p.wp-caption-text {
	font-size:10px;
	text-align:center;
	color:#990000;
}
/* FOOTER */
#footer{
	width:100%;
	height:50px;
	color:#FFFFFF;
	font-size:11px;
	background-color:#531901;
	line-height:40px;
	background-image: url(images/orange.jpg);
}
#footer a {
	float:right;
	margin:5px;
	color:#CCCCCC;
	text-decoration:none;
}
#footer .copy {
	float:left;
	padding:5px;
}

#pamoorama1_caption {
	display:none;
}
#pamoorama1_playpause {
	display:none;
}

#pamoorama1_thumb {
	display:none;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

hr {
	border: 1px solid #fff;
}	
.posting {
	padding:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}	
.posting h2 {
	margin:0px;
	padding:0px;
	line-height:28px;
	height:auto;

}
.posting p img .alignleft {


}
.more-link {
	margin-top:6px;
}
.more-link a {

   text-align: right;
   font-size:12px;
   color:#660000;
}
.more-link a:hover {
	text-align: right;
	font-size:12px;
	color:#CC0000;
}
.categories {
	color:#CC0000;
	list-style-type: none;
}
.categories h2 {
	color:#660000;
}
.pages img {
	display:none;
}
.linklove {
	display:none;
}
#cforms2form {
	width:700px;
}
#flags {
	background-color:#000;
	padding:5px;
	text-align:right;
	}
	
#flags img {
	margin-right:5px;
	border: 2px solid #fff;	
}
#flags img a {
	border: 2px solid #fff;
	margin-right:5px;
}
#flags img a:hover {
	border-color:#FF0000;
}	

