/*
Theme Name: marco
Theme URI: http://www.marcocortsi.ch
Description: Tema per il sito www.marcocortesi.ch
Version: 1.0
Author: Pixelized.ch Sagl
Author URI: http://www.pixelized.ch
*/

/* CSS Document */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	background-color: #303c4e; /* 172333 */
	background-image:url(/img/sfondo5.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
#container {
	width: 882px;
	margin: 0 auto;
	margin-top: -20px;
	text-align: left;
}
#header {
	width: 100%;
	height: 314px;
	background-color: black;
	margin-top: 60px;
}
.menu {
	width: 100%;
	height: 30px; /* 40px */
	background-color: black;
	margin-top: 11px;
	margin-bottom: 11px;
	/*	font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 12pt; /* 13 */
	font-weight: bold;
	color: #DDD; /* FFF */
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	word-spacing: 1em;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color:#506175;
	text-decoration: none;
}
.menu span {
	line-height:30px; /* 40px *//*	top-margin: -20px; */ /* validator W3C */
}
.content {
	width: 882px;
	height: 100%;
	margin: 0 auto 0;
	background-color: #506175;
	padding-top:30px;/*
	border-top-style:ridge;
	border-top-width:thin;
	border-top-color:#BCC5D3;
	border-left-style:ridge;
	border-left-width:thin;
	border-left-color:#BCC5D3;
	border-bottom-style:ridge;
	border-bottom-width:thin;
	border-bottom-color:#344256;
	border-right-style:ridge;
	border-right-width:thin;
	border-right-color:#344256;
*/
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.right {
	float: right;
	width: 237px;
	padding-right: 35px;
	color: white;
	font-size: 11pt;
	font-weight: normal;
}
.right a {
	color: white;
	text-decoration: none;
}
.right a:hover {
	color: #66CCFF;
	text-decoration: none;
}
.right ul {
	margin:0px;
	padding:0px;
}
.right li {
	list-style:square;
	margin:0px;
	margin-left:13px;
	padding:0px;
}
.colorright {
	background-color: #344256;
	padding: 20px;
	margin-bottom: 20px;
}
.widget_style {
	background-color: #344256;
	padding: 20px;
	margin-bottom: 20px;
}
.widget_style h2 {
	margin-top: 0px;
	width: 237px;
	color: white;
	font-size: 11pt;
	font-weight: normal;
}
.main {
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: normal;
	margin-left: 35px;
	margin-right: 35px;
	width: 550px;
}
.main a {
	color:#66CCFF; /* BCC5D3 172333 */
	text-decoration: none;
	font-weight: normal;
}
.main a:hover {
	color:#FFF;
	text-decoration:none;
}
.main li {
	list-style:square;
	margin:0px;
	margin-left:-20px; /* 13px */
	padding:0px;
}
#titolo {
	color: #BCC5D3;
	font-size: 16pt;
	font-weight: bold;
}
#titolo a {
	color: #BCC5D3;
	font-weight: bold;
}
#titolo a:hover {
	color: #FFF;
	font-weight: bold;
}
#data {
	font-size: 10pt;
}
blockquote {
	background-color: #344256;
	padding: 10px;
}
.clearCol {
	clear: both;
	height: 10px;
}
#footer {
	height: 25px; /* 30px */
	width: 100%;
	bottom: 0;
	color: #DDD; /* FFF */
	font-size: 9pt;
	/*font-weight: bold;*/
	line-height:25px; /* 30px */
	text-align: center;
	background-color: #000;
}
#footer a {
	color: #FFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration: underline;
}
.boxpost {
	background-color: #344256;
	padding: 15px;
}
