@charset "utf-8";
/* Style by Francesco De Luca */


/*IMPOSTAZIONE PAGINA*/
* {
	margin: 20;
	padding: 0;
}

/*CORPO DELLA PAGINA*/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #38319B;
	background-repeat: repeat;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
}

h1, h2, h3 {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 15px;
	line-height: 1.6em;
	color: #F00;
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	margin-left: 1em;
	padding-left: 1em;
	background: url(images/img09.gif) repeat-y;
	font-style: italic;
}

a:link {
	color: #000000;
}

a:hover, a:active {
	text-decoration: none;
	color: #33FFCC;
}

a:visited {
	color: #000000;
	font-size: 12px;
}

img {
	border: none;
	text-align: center;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-image: url(images/wrapper.jpg);
	border: medium solid #FFFFFF;
}

#wrapper2 {
	background-image: url(images/wrapper2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Header */

#header {
	height: 108px;
	background-color: #087FE7;
	background-image: url(images/su.jpg);
	background-repeat: no-repeat;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 112px 78px 0 0;
	list-style: none;
	line-height: normal;
	color: #000000;
}

#menu li {
	display: inline;
	color: #000000;
}

#menu a {
	padding-left: 40px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
	text-transform:uppercase;
	color:#00FF66;
}

/* Page */

#page {
	background-image: url(images/page.jpg);
	background-repeat: no-repeat;
}

/* Content */
#content {
	float: right;
	width: 555px;
	padding: 0 76px 0 0;
}

/*POST*/
.post {
	padding-top: 25px;
	padding-left: 22px;
	border: thin none #FFFFFF;
}

.post .title {
	padding: 0 20px;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #1A00F2;
	border-right-color: #1A00F2;
	border-bottom-color: #1A00F2;
	border-left-color: #1A00F2;
}

.post .story {
	padding: 0 20px;
}

.post .meta {
	padding: 5px 20px;
	background: url(images/img09.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	font-size: 77%;
}

/*BOXED*/
.boxed .title {
	height: 32px;
	margin: 0;
	padding: 8px 0 0 0;
	background: url(images/boxed.jpg) no-repeat;
	letter-spacing: normal;
	color: #00F;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	font-weight: bold;
	font-size: large;
}

.boxed .story {
	padding: 20px;
	width: 468px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #190BDE;
	border-right-color: #190BDE;
	border-bottom-color: #190BDE;
	border-left-color: #190BDE;
	font-size: 16px;
}

.boxed .meta {
	padding: 5px 10px;
	background: #FF8D17;
	color: #FFFFFF;
}

.boxed .meta a {
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding-top: 50px;
	padding-left: 76px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: thin none #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: thin solid #FD000F;
	background-color: #0008f2;
}

#sidebar li {
	margin-bottom: 15px;
	border: thin none #FFFFFF;
}

#sidebar li ul {
	padding: 10px;
	background-image: url(images/corridore.GIF);
	border: 0px none #000000;
	color: #000;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	background-repeat: repeat-x;
}

#sidebar li li.first {
	background: none;
	color: #000000;
}

#sidebar li h2 {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 15px;
	letter-spacing: -1px;
	color: #FFFFFF;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
}

#sidebar a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #33FF33;
}

#sidebar li a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat left center;
}

/* Footer */

#footer {
	height: 108px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}

/*MININEWS*/
#mininews{
	text-align: center;
}

#mininews li{
	color: #50BBFF;
	
}

/*lampeggiante*/
.lamp{
	text-decoration: blink;	
	padding: 0 20px;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
}

/*Barra*/

#barra{
	background-image: url(images/barra.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 960px;
}

