@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
body {
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align: right;
	background-color: #141414;
	background-image: url("images/elementi grafici/bg.png");
	background-repeat: repeat-x;
}
:link, a:visited { 
	/* links */
	text-decoration: none;
	color: #c67114;	
}
a:hover { color: #fff; }
a:link.more, a:visited.more {
	float: left;	
	margin-top: 20px;	
	margin-right: 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #E7871C;
	background-color: #E27304; 
	text-transform: lowercase;
	font-weight: bold;
	text-decoration: none;	
	color: #fff;		
}
a:hover.more {	
	border: 1px solid #5A9223;
	background-color: #4C7B1E; 
}
h1,/* headers */ h2, h3, h4,h5 {
	font: bold 1em/1.5em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #f0e8e8;
	margin: 10px 20px 7px 20px;
	text-align: left;
}
h1 { font-size: 2.9em; font-weight: bold; letter-spacing: -2px; }
h2 { font-size: 2.8em; font-weight: bold; letter-spacing: -2px;}
h3 { font-size: 2.1em; font-weight: normal; letter-spacing: -0.5px; padding-top: 5px; }
h4 { font-size: 1.7em; }

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #6f892c;
}
dd {
  padding-left: 20px; 
}

p, dl {
	margin: 10px 20px;
	color: #FFFFFF;
	text-align: left;
}
/* images */
img {
	padding: 8px;
	margin-right: auto;
	margin-left: auto;
}
img.float-right {	margin: 5px 0px 10px 10px; }
img.float-left {
}
blockquote {
	margin: 10px 20px;
	padding: 15px 15px 15px 32px;
	border: 1px solid #251a14;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	background-color: #141414;
	background-image: url(images/elementi%20grafici/quote.gif);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	
}
strong {	font-weight: bold; }
/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 20px;
	color: #FFFFFF;
}
tr {
	background-color: #141414;
}
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
	background-color: #45561B; 
	padding: .8em 1em;	
  	border-color: #647C28 #586A22 #43511A #5A6F23;	
	font-weight: bold;
	color: #fff;
}
td {
	border-color: #231A14;
	padding: .7em 1em;
	text-align: left;
}	

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrapper/* end - table */ {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/content-bg.png);
	background-repeat: no-repeat;
	background-position: center 100%;
	color: #FFFFFF;
}
/* header */
#header {
	position: relative;
	margin: 0 auto 20px auto;
	height: 164px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header h1#logo-text { margin: 0; padding: 0; }
#header h1#logo-text a {
	position: absolute; 	
	/* change the values of top and left to adjust the position */
	top: 68px; left: 30px;	
	margin: 0; padding: 0 5px 0 0;
	font: bold 48px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;  
	letter-spacing: -3px;
	text-decoration: none;	
	color: #fff;		
}
#header p#slogan {
	position: absolute;
	/* change the values of top and left to adjust the position */
	top: 131px;
	left: 38px;
	margin: 0;
	padding:  0 5px 0 0;
	font: bold 11px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	color: #990000;
}

/*  navigation  */
#header #nav {
	position: absolute;
	left: 33px;
	top: 2px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 60px;
	width: 900px;
	text-decoration: none;
}
#wrap #content-wrap #content #main .post p {
	text-align: left;
}

#header #nav ul {	
	float: left;	
	margin: 0;	padding: 0;		
	width: 100%;	
	list-style: none;	
}
#header #nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 5px;			
}
#header #nav ul li a:link,
#header #nav ul li a:visited {
	float: left;
	margin: 0;
	padding: 30px 15px 17px 11px;
	text-transform: lowercase;
	color: #867474;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#header #nav ul li a:hover, 
#header #nav ul li a:active {
	border: none;
	color: #fff;		
}
#header #nav ul li#current {
	background-image: url("images/elementi grafici/left-nav-bg.png");
	background-repeat: no-repeat;
	text-decoration: none;
}
#header #nav ul li#current a {
	background: url("images/elementi grafici/right-nav-bg.png") no-repeat right top;
	color: #f0e8e8;
	text-decoration: none;
}
/* featured block */
#featured {
	clear: both;
	margin: 0;	
	padding-bottom: 20px;
	width: 940px;		
			
}
#featured-block {
	position: relative;
	border: 1px solid #251a14;
	background-color: #130d0a;
	width: 920px;
	margin-left: 10px;	
	padding-bottom: 25px;				
}
/* Content */
#content-wrap {
	clear: both;
	width: 940px;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: right;
}
#content {
	width: 920px;
	margin-left: 10px;
	padding-bottom: 40px;
	display: inline;
}
/* Main */
#main {
	width: 600px;
	float: left;
	padding-top: 5px;
	text-align: center;
}
#main h2 {
	color: #f0e8e8;
	border-bottom: 1px solid #29201c;
	margin-top: 15px;
}
#main h2 a { color: #f0e8e8; }
#main .block {
	float: left;	
	width: 265px;
	margin-top: 10px;
	padding-bottom: 15px;	
	display: inline;	
}
#main .block img {
	padding: 2px;
	background-color: #6F892C;
	border: thin solid #261b15;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#main .block .block-top {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #29201c;	
}
#main .block .block-top h4 {
	margin: 0 5px;	
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;	
	font-size: 1.4em;	
	font-weight: normal;
	line-height: 125%;
}
#main .block .block-top h4 a {
	color: #6f892c;
	text-decoration: none;
}
#main .block .block-top p {
	padding: 2px 0 3px 0;
	margin: 0 3px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}
#main .block .block-top p a:link,
#main .block .blk-top p a:visited {
	color: #b5b5b5;		
}


#main .block .block-content { width: 100%; }
#main .block .block-content p {
	margin: 5px;
	color: #FFFFFF;
}

#main .left{ margin-left: 15px; }
#main .right { margin-left: 40px; }
/* sidebar */
#sidebar {
	float: right;
	width: 290px;	
	padding-top: 5px;	
}
#sidebar h3 {
	margin: 10px 0 15px 10px;
	color: #6F892C;
}

/* sidemenu */
.sidemenu ul {
	margin: 10px 8px 8px 8px; padding: 0;
	border-top: 1px solid #29201c; 
	text-align: left;
}
.sidemenu ul li {
	list-style: none;
	margin: 0;
	padding: 8px 5px 8px 19px;
	border-bottom: 1px solid #29201c;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	background: url("images/elementi grafici/bullet.gif") no-repeat 0 14px;
}
.sidemenu ul li a:link, 
.sidemenu ul li a:visited {
	padding-left: 0;
	font-weight: bold;
	color: #F1E3D8;
	text-decoration: none;
}
.sidemenu ul li span {
	display: block;	
	margin-left: -16px;
	color: #9a8377;	
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	text-transform: none;	
}
.sidemenu ul li a:hover { color: #fff;	border: none; }
.sidemenu ul ul { margin: 0 0 0 5px; padding: 0; border: none; }
.sidemenu ul ul li { border: none; }

/* footer */
#footer {
	float: left;
	width: 100%;
	text-align: center;
	background: url(images/footer-bg.png) repeat-x;	
}
#footer-outer {
	clear: both;
	width: 940px;		
	margin: 0 auto;
	font-size: .9em;		
	text-align: left	
}
#footer-wrap {
	float: left;
	width: 920px;
	margin-left: 10px;	
	padding-top: 20px;	
	display: inline;
}
#footer-wrap h3 {
	margin-bottom: 15px;
	font-size: 1.6em;		
	font-weight: bold;	
	color: #baaca2;
}
#footer-wrap .col-a {
	width: 225px;
	float: left;
	display: inline;
	color: #FFFFFF;
}
#footer-wrap .col-b {
	width: 225px;
	float: right;
	display: inline;
	color: #FFFFFF;
}

/* footer-list */
#footer-outer .footer-list ul {
	list-style: none;
	margin-left: 20px;
	padding: 0;
	border-top: 1px solid #29201c;
	text-decoration: none;
}
#footer-outer .footer-list ul li { border-bottom: 1px solid #29201c; }
#footer-outer .footer-list ul li a {
	display: block;
	width: 98%;
	margin-left: 0;
	padding: 5px 0;
	border: none;
	line-height: 2em;
	color: #877878;
	text-decoration: none;
}
#footer-outer .footer-list ul li .email {
	background: url("images/elementi grafici/email.gif") no-repeat 0 center;
	padding-left: 20px;
}
#footer-outer .footer-list ul li .rssfeed {
	background: url(images/feed-icon14.gif) no-repeat 0 center;
	padding-left: 20px;
}

#footer-outer .footer-list ul li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: .95em;	
}
#footer-outer .footer-list ul li a:hover,
#footer-outer .footer-list ul li a:hover span {
	color: #fff;	
}

/* footer-bottom */
#footer-bottom {
	float: left;	
	width: 100%;
	margin: 30px auto 15px auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;			
}
#footer-bottom .bottom-left {	float: left; }		
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;	
}
#footer-bottom a.back-to-top {
	padding-right: 30px;
	padding-left: 200px;
	background-image: url(images/elementi%20grafici/arrow-up.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/* thumbnails */
p.thumbs {
	margin: 0;
	padding: 1px 0 0 0px;
}
.thumbs img {
	position: relative;
	margin: 4px;
	padding: 2px;
	border: 1px solid #261b15;
	background-color: #0554AD;
	width: 50px;
	height: 50px;
}
.thumbs img:hover	{
	border: 1px solid #FFFFFF;
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }

/* clearing */
.fix { 
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden; 
}
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: " "; 
}
#wrapper #content-wrap #content #main .post .image-section {
	text-align: center;
}
#wrapper #content-wrap #content #main .post .post-info img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.question {
	font-weight: bold;
	color: #0554AD;
}
#sidebar .sidemenu ul li a:hover {
	color: #00C;
}
#content-wrap #content #main .block.right .block-content p  img {
	margin-right: auto;
	margin-left: auto;
	background-color: #141414;
	text-decoration: none;
}
#content-wrap #content #main .block.left .block-content p img {
	background-color: #141414;
	text-align: center;
}

