/*---------------------------*/
/* Creato da Ambrosi Valerio */
/* valerio.ambrosi@gmail.com */
/* Verona, 29/01/2008        */
/*---------------------------*/

/* General */
html, body {
	color: #8c909a;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	/*background: #5e5e5e;*/
	/*background: #1e1e1e;*/
	background: #000;
	font-size: 10px;
	text-align:justify;
}

/* Strutture #id */
#container {
	background: url("Senza-titolo-4.gif") no-repeat;
	height: 600px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 54px;
	line-height: 54px;
}

#menu {
	margin-right: 20px;
	margin-left: 20px;
	background: #aeff00 url("img/mbg2.gif");
	height: 32px;
	line-height: 32px;
}

#items {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: center;
	color: #000;
}

#body {
	/*border:1px solid #CCCCCC;*/
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 860px;
}

#containerFooter {
	/*height: 50px;
	background: #000 url("img/fbg.gif") repeat-x;*/
	font-size: 10px;
	margin: 0;
}

#cols {
	padding-top: 5px;
	background: #1e1e1e url("img/boxed.gif") no-repeat;
	height: 150px;
}


/* Strutture .class */
.col {
	float: left;
	width: 400px;
}

.boxSmall {
	/*background:transparent none repeat scroll 0%;
	border:1px solid #CCCCCC;*/
	background:#262626 none repeat scroll 0%;
	border-color:#333333;
	border-style:solid;
	border-width:1px 1px 1px 5px;
	display:inline;
	float:left;
	/*float:none;*/
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	overflow:visible !important;
	width:420px;
	height: 340px;
}
.boxSmallregolabile {
	/*background:transparent none repeat scroll 0%;
	border:1px solid #CCCCCC;*/
	background:#262626 none repeat scroll 0%;
	border-color:#333333;
	border-style:solid;
	border-width:1px 1px 1px 5px;
	display:inline;
	float:left;
	/*float:none;*/
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	overflow:visible !important;
	width:420px;
}

.boxBig {
	/*background:transparent none repeat scroll 0%;
	border:1px solid #CCCCCC;*/
	background:#262626 none repeat scroll 0%;
	border-color:#333333;
	border-style:solid;
	border-width:1px 1px 1px 5px;
	display:inline;
	float:left;
	/*float:none;*/
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	overflow:visible !important;
	width:850px;
}


.boxAccordionStart {
	background:#262626 none repeat scroll 0%;
	border-color:#333333;
	border-style:solid;
	border-width:1px 1px 1px 5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	overflow:visible !important;
	width:844px;
}
.boxAccordion{
	display:inline;
	float:left;
	margin-top:5px;
	overflow:visible !important;
	width:850px;
}

.postInfo {
	margin: 10px 0;
	font-size: 10px;
}

.right {
	float: right;
	text-align: right;
}

.about {
	padding-top: 8px;
	padding-left: 24px;
}

.progett {
	height:50px;
	width:400px;
	float:left;
	padding-right:10px;
	padding-top:10px;
}

.cursor {
	cursor:pointer;
}

.image_bordo {
	padding: 1px;
	border: 3px #aeff00 outset;
	margin-right:6px;
	
}


/* Stili */

body img{
	padding-right: 4px;
	border-width: 0;
	padding: 1px;
	/*border-color: #aeff00;
	border-width:3px;
	border-style:outset;*/
}

#header a {
	color: #aeff00;
}

#menu a {
	color: #000;
	font-weight: bold;
	border-right: 1px solid #5b9400;
	display: block;
	float: left;
	padding: 0 10px;
}

#menu a:hover {
	background: #aeff00 url("img/mbg.gif");
}

#selected {
	background: #aeff00 url("img/mbg.gif");
}

a {
	color: #fbaf32;
	text-decoration: none;
}

a:hover {
	color: #f0e155;
}

h1 {
	color: #aeff00;
	font-size: 24px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	margin: 0.2em 0;
}

p {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	/* aggiunto */
	text-align:justify;
	padding-left: 2px;
}

blockquote {
	border: 1px #333 solid;
	border-left: 5px #333 solid;
	background: #262626;
	margin: 10px 0;
	padding: 10px;
}

code { 
	border: 1px #333 solid;
	border-left: 5px #333 solid;
	background: #262626;
	margin: 10px 0;
	padding: 10px;
	display: block;
	white-space: pre;
}

ul {
	margin: 10px 0;
	padding-left: 32px;
}
ol {
	margin-top: 4px;
	margin-bottom:2px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 22px;
}
ul li {
	list-style-image: url("img/dot.gif");
}
ol li {
	list-style-image: url("img/arrowSmall.gif");
}
ol li i {
	color: #FF3333;
}

h3{
	color: #aeff00;
	font-size: 16px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	margin: 0.2em 0;
	padding-left: 2px;
}
h4{
	font-size: 16px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	margin: 0.2em 0;
	padding-left: 2px;
}

