/*
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 {
	margin-top: 0px;
	background-color: Black;
	font-family: 	Arial, Helvetica, sans-serif;
	color: White;
	font-size: 1em;
}

h1, h2, h3 {
	color: #333333;
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
	background-color: transparent;
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: Red;

	
}

a:hover {
	border-bottom: 1px dotted White;
	color: White;
	background-color: Red;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed {
background-color:  Black;
}

.boxed .title {
background-image: url(immagini/sft2.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.boxed .title h2 {
	
	padding: 5px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px;
	border-left-color: #DCDCDC;
	border-left-style: dotted;
	border-left-width: 1px;
	background: url(immagini/angolo.jpg) no-repeat top right;
}

/* Post */

.post {

}

.post .title {
	background-image: url(immagini/sft1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title span {
	display: block;
	
	padding: 5px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #A923FF;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 10px;
	background: url(immagini/angolo2.jpg) no-repeat top right;
	
	border-left-color: #ADD8E6;
	border-left-style: dotted;
	border-left-width: 1px;
}

/* Header */

#header {
	
	width: 920px;
	height: 170px;
	margin: auto;
	
}

/* Header > Logo */

#logo {
	background-image: url(immagini/img02.jpg);
	background-repeat: no-repeat;
	position: absolute;
	float: left;
	width: 920px;
	height: 200px; 
	margin-top: 0px;
	
	
}
#logo span{
	visibility: hidden;
}
#logo h1 {
	margin: 0;
	padding: 50px 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	margin-top: -5px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	margin-top: 200px;
	padding: 0px;
	position: absolute;
	height: 40px;	
  

}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;

}

#menu a {
	
	display: block;
	float: left;
	width: 103.8px;
	height: 25px;
	font-size: 90%;
   background-color: #DCDCDC;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;

}
#menu a.dimTesto{
	width: 30px;
	color:  White;

}

#menu a:hover {
 background-color: #B0C4DE;
}

#menu .active a {
 background-color: #87CEEB;
}

/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	font-size: 0.8em;
	
}

/* Content > Main */

#main {
	float: left;
	width: 500px;
	padding-left:10px; 
}

/* Content > Main > Welcome */

#welcome {
margin-bottom: 10px;
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font-size: .8em;
}

#updates p {
	line-height: normal;
	font-size: .8em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: right;
	width: 180px;
	padding-left: 10px;
}

/* Content > Sidebar2 > Sponsors */

#sponsors {

}

#sponsors ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

/* Content > Sidebar2 > ad120x600 */

#ad120x600 {
}

#ad120x600 .content {
	padding: 20px 0;
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px;
	background: Red;
	color: #FFFFFF;
	font-size: 0.8em;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

/* dinamic tabs */

/* menu laterale */

#menuk ul{
	margin: 0;
	
}
#main2{
	width: 650px;
	float: left;
	padding: 10px;
}
#titolosezione{
	color: Yellow;
	font-weight: bold;
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #B22222;
}
#testosezione{
	margin: 10px 0px 10px 0px;
}

fieldset{
	padding: 5px;
	margin: 5px 0 5px 0;

}
legend{
	padding: 5px;
	border: 1px solid #B22222;
	background-color: Black;
	color: Yellow;
	font-weight: bold;
}
label{
	font-weight: bold;
}
input{
	font-size: 1.0em;
	margin: 2px;
	color: Black;
}
#attenzione{
	padding: 5px;
	border: 1px solid #6495ED;
	color: #FF8C00;
}

#attenzioneErrore{
	padding: 5px;
	background-color: Red;
	color:  White;
	font-weight: bold;
	
}
#testoloc{
	float: left;
	width: 470px;
	padding-left:10px; 
	font-size: 1.0em;
}
#locandina{
	
	padding: 5px;
	border: 1px dotted #B22222;
	width: 400px;
	float: right;
	clear: right;
	
}
div.centrato {
  display:     block;
  width:       670px;
  height:      520px;

  position:    absolute;
  top:         50%;
  left:        50%;

  margin:      -260px 0 0 -335px;

}

.img{
	padding: 5px;
	border: 1px dotted #B22222;
	margin-right: 10px;
}
#logord{
	margin-left:5px;
	margin-top:20px; 
	float: right;
}
.titoloblog{
	font-size: 1.4em;
	font-weight: bold;
	color: Yellow;
}

.butsubmit{
	color: Maroon;
	font-weight: bold;
}
#footer a:link{
	text-decoration: none;
}
#footer a:hover{
	background-color: white;
	color: Black;
}
#footer a:visited{
	text-decoration: none;
}
.giallo{
	color: Yellow;
	font-weight: bold;
}
.accessk{
	color: Yellow;
	
	font-size: 1.2em;
	text-decoration: underline;
}
.sfrosso{
	background-color: Red;
}
#schedaute{
	padding: 5px;
	border-left: White 1px dotted;
}