@charset "UTF-8";
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F5F5F5 url(../images_1/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #474848;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

h1 {
	letter-spacing: -1px;
	font-size: 8pt;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 10pt;
	color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 100%;
}

blockquote {
	padding: 0 30px;
	background: url(../images_1/img12.gif) no-repeat;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

blockquote p {
}

a {
	background: url(../images_1/img03.gif) repeat-x left bottom;
	text-decoration: none;
	color: #1D62B3;
}

a:hover {
	background: none;
	text-decoration: none;
	color: #E43C15;

}

hr {
	display: none;
}
 
/* Wrapper */

#wrapper {
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 50px;
	width:960px;
	margin:auto;
}



/* Header */

#header {
	height: 60px;
	
}

#search {
	
	width: 230px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	
}

#search fieldset {
	border: none;
}

#search legend {
	display: none;
}
#s {
	float: left;
	width: 155px;
	margin: 0 0 0 10px;
	background: none;
	border: none;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #474848;
}

#x {
	display: none;
}
/* Page */

#page {
	width: 960px;
	
	background-color: #FFFFFF;
	/*background-image: url(../images_1/img06.gif);*/
	margin-top:2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#bgbottom {
	padding-bottom: 20px;
	/*background-image: url(../images_1/img09.png); */
	background-repeat: no-repeat; 
	background-position: left bottom;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding-left: 15px;
	background-image: url(../images_1/img11.gif);
	background-repeat: repeat-y;
	background-position: left center;
}



/* Post */

.post {
}

.post .bigpix {
	margin-bottom: 20px;
}

.post .bigpix .image {
}

.post .bigpix .caption {
	margin: 0;
	padding: 2px 10px 5px 10px;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
	color: #999999;
}

.post .bigpix .caption a {
	color: #999999;
}

.post .title {
	padding: 10px 10px 0 10px;
	font-size: 2.6em;
}	

.post .title a {
	background: none;
}

.post .byline {
	margin: 0;
	padding: 0 10px;
	line-height: normal;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
}

.post .byline a {
	color: #C2C2C2;
}

.post .entry {
	padding: 20px 10px 0 10px;
}

.post .tags {
	margin: 0;
	padding: 5px 10px;
	background: #F0F0F0;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
}

.post .tags a {
	padding: 0 5px;
	background: none;
}

.post .links {
	padding: 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
}

.post .links .comments {
	padding-left: 20px;
	background: url(../images_1/img13.gif) no-repeat left center;
}

/* Sidebar Common Style */

.sidebar {
}

#page .sidebar ul {
	line-height: normal;
}

#page .sidebar li {
	padding: 0;
	background: none;
}

#page .sidebar li ul {
}

#page .sidebar li li {
	padding: 5px 15px 5px 25px;
	border-bottom: 1px solid #F0F0F0;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.sidebar a {
	background: none;
}

/* Sidebar One */

#sidebar1 {

	background:#33324a ;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}


/* Content */

#content {
background:#33324a ;
	float:left;
	width:100%;
	height:420px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}



/* Sidebar Two */

#sidebar2 {
float: right;
	width: 200px;
	text-align:right;
	padding:8px;
	background:#33324a;
	
	
}

/* Calendar */

#calendar_wrap {
	padding: 0 10px 20px 10px;
}

#calendar_wrap table {
	width: 100%;
	text-align: center;
	background: #F6F6F6;
	border: 2px solid #FFFFFF;
	border-collapse: collapse;
}

#calendar_wrap th, #calendar_wrap td {
	padding: 2px;
}

#calendar_wrap thead {
	background: #FFFFFF;
}

#calendar_wrap tbody {
	font-size: .8em;
	font-weight: bold;
}

#calendar_wrap tbody td {
	padding: 5px;
}

#calendar_wrap tbody a {
	font-size: 1.2em;
}

#calendar_wrap tfoot {
	background: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}

#calendar_wrap tfoot #prev {
	text-align: left;
}

#calendar_wrap tfoot #next {
	text-align: right;
}

/* Tag Cloud */

#tag_cloud {
	margin-bottom: 20px;
}

/* Footer */

#footer {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	background-repeat: no-repeat;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}
#topbanner {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#bgcat {
	height: 20px;
	background-image: url(../images_1/bg_p_1.jpg);
}


@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #DDDDDD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
} 
.bgdx {
	background-image: url(../image_1/dx.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: left;
}
.bgsx {
	background-repeat: repeat-y;
	background-image: url(../image_1/sx.jpg);
	background-attachment: fixed;
	background-position: right;
}


.titoli {
	font-size: 12px;
	color: #333333;
}

.segue {
	color: #999999;
}
.down {
	font-size: 14px;
	font-weight: bold;
	color: #996600;
}
a:link.macro {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background-image: url(../image_1/bg_navbar.gif);
}
a:link.macro {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background-image: url(../image_1/bg_navbar.gif);
}
.bgmacro {
	background-image: url(../image_1/bg_navbar.gif);
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: justify;
}
.textprimopiano {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002E60;
}

.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3366cc;
	text-align: left;
}
.primopiano {
line-height:1;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
}

.date {
line-height:1.7;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-indent: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:none;
}
.secondopiano {
line-height: 1.3;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.didascalia {
	color: #333333;
	font-size: 9px;
	font-weight: lighter;
	font-style: oblique;
	text-align: left;
}
.sommarioelenco {
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	font-size: 7pt;
}
.titoloinprimopiano {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #003366;
	text-align: left;
	vertical-align: middle;
}
.dot_or {
	background-image: url(../image_1/punto_orizz.gif);
	background-repeat: repeat-x;
}
.tratteggioor {
	background-image: url(../image_1/dott.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
.dot_vert {
	background-image: url(../image_1/punto_verticale2.gif);
	background-repeat: repeat;
}
.fotodettaglioarticolo {
	float: right;
	position: fissa;
	visibility: visible;
	clear: left;
	padding: 1px;
	margin: 1px;
}
.fotoprimopiano {
	float: left;
	position: fissa;
	visibility: visible;
	clear: left;
	margin: 2px;
	padding: 2px;
}
.bgtit {
	background-color: #002E60;
	background-image: url(../image_1/bgtit.gif);
}
.bgtitbr {
	background-color: #002E60;
	background-image: url(../image_1/red.gif);
}
.space {
	padding: 3px;
}
iframe {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	scrolling: no;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #33324a;
}
/* Inizio menu utilizzato */

.menu {

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	text-decoration:none;
	padding:3px 6px 3px 6px;
	
}

.bgmenu{	margin:0 0 5px 0; width:960px;
	background: #33324a;}

.menu a:link  {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	
}

.menu a:hover  {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	
}

.menu a:active  {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	
}

.menu a:visited  {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	
}

.videoplayer

{
padding-left:40px;
padding-top:60px;


}

.top_adv{
margin-top:4px;
	z-index:1;
	position: absolute;
	width:330px;
	height:380px;
	background-image: url(../images_1/top_adv.jpg);
	background-repeat: no-repeat;
	
	

}
