/*
Theme Name: Sitozero-Simpson
Theme URI: http://www.sitozero.it
Version: 1.0
Description: Tema a larghezza variabile con immagine header a rotazione. Puoi utilizzarlo e modificarlo liberamente a patto di lasciare in footer il link all'autore.
Author: Daniele
Author URL: http://www.sitozero.it
Tema basato su Blue Mountain http://www.elegantdirectory.com
*/



body {
	background: url(images/back.jpg);
	font: 0.7em Trebuchet MS;
	color: #555555;
	margin: 0px;
}

#gruppi{ 
 	background: #fff url(images/bg_container.gif) repeat-x;
}


#bg{ background-color:#000066;
  height:150px;
  width:100%;
  position:absolute;
  left:0px;
  top:0px;	
  margin:0px;
}

#bg h1, #bg h2{
 margin-left:20px;
 padding-top:20px;
}

#bg h1 a, #bg h1 a:visited{ 
 font:24px system;
 color:#fff;
 text-decoration:none; }

 #bg h1 a:hover{
 color:#fff; 
 text-decoration:underline; }
 
#bg h2 { 
 font:20px system;
 color:#FFCC00; }

/* MENU STUFF*/
#menu
{
	width: 100%;
	background-color: #FFCC00;
	height:30px;	
	position:absolute;
	left:0px;
	top:150px;
	margin:0px;
}

#menu ul{
	margin-top:10px;
	list-style: none;
}

#menu li{
	display: inline;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 1.2em;
	text-transform:uppercase;
}

#menu li a{
	color: #660000;
	background-color: inherit;
	text-decoration:none;
	padding:10px;
}

#menu li a:hover{	
 	background: #eaf2f7;
	color:#111;
}

#right-column {
padding : 0 0px 30px;
margin-left:10px;
margin-right:10px;
margin-top:10px;
}

#right-column h1{
margin-left:10px;
margin-right:10px;

}

#right-column h4
{
font-size:11px;
}

#left-column {
color:#353535;
margin:0px;
}

p
{
margin:0px;
padding:10px;
line-height:20px;
}

/* USUAL STUFF*/
a {
	color: #148BD0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1,h2,?{
	margin: 0px;
}
img {
	color: #000066;
}
h2 {
	font-size: 1.4em;
}


/* LAYOUT STUFF*/

#wrapper {
margin-top:10px;
background: #F6F9FB url(images/bg.gif);
}




 


#main-content {
width:100%;
margin : 0 auto;
background: #E7EBFF url(images/bg.png);
border: 1px solid #DDE6EE;
padding: 0px;
position:absolute;
top:180px;
left:0px;
}


#footer {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}



/* POST STUFF*/

.post {
color:#000;
font-family:Arial;
padding:10px;
}

.post h1 a, .post h1 a:visited
{
color:#660000;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

.post h1 a:hover 

{
text-decoration:underline;
}

.post h1 
{
background:#FFCC00;
color:#660000;
padding:10px 0px 10px 10px;
margin:0px;
}

.entry{
font-size:1.2em;}

.post .info a:hover
{
text-decoration:underline;
}




.entry
{
font-size:12px;
}

.entry a
{
color:#303030;
text-decoration:none;
}


.post .info
{
padding:10px;
}

.post .info a
{
color:#303030;
text-decoration:none;
}



/*SIDEBAR STUFF*/



#left-column ul {
	margin: 10px 5px 15px 0;
	padding: 0;	


}
#left-column ul li {
	list-style: none;

	margin-left:10px;

}
#left-column ul a {
	display: block;
	color: #111; 
	text-decoration: none;
	padding:.3em 0 .3em 10px;		
	width: 96%;
}
#left-column ul a:hover {
	padding: .3em 0 .3em 10px;
	color: #fff;
	background: #ff5200;	
}


#left-column h3, #left-coulmnul li a
{color:#111;
}

#left-column h3
{
background:#000066;
padding:9px 10px 9px 10px;
text-transform:uppercase;
color:#fff;
margin-top:20px;
font-size:12px;
}



#left-column  li
{
padding:5px;
font-size:14px;
}



#left-coulmnul li a
{
text-decoration:none;
}

/* FOOTER*/

#footer {
background:transparent;
color:#000066;
height:47px;
clear : both;

}

#footer p
{
padding-top:10px;
margin-left:25px;

}


.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#f5f5f5;
font-size: 1.2em;
color:#505050;
}


/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {

width: 280px;
margin-left:50px;
}

#commentform textarea {

background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}



.entry a
{
color:#000066;
font-weight:bold;
}

blockquote
{
border-left:5px solid #111;
}

#left-column li
{
list-style:none;
}