/*  
Theme Name:Tema-base
Theme URI: http://www.worldpress.it/
Description:Tutorial worldpress.it "creare un tema wordpress"
Version: | prima puntata
Author: Graziano Muscas aka Gracio
Author URI: http://www.worldpress.it/
*/



/* STRUTTURA */

*
{
padding:0;
margin:0;
}

Body {
color:black;
background: url(images/bg.png) repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 76%;
color: #696969;
}

a {
color: green;
text-decoration: none;
}

a:hover {
color: #ff6600;
text-decoration: none;
}

#page {
  width: 900px;
  margin: 0 auto;
  border:1px solid black;
  background: url(images/sf.png) repeat;
}

  #header {
width: 100%;
background:url(images/header.png) no-repeat;
height:200px;
z-index: 2;
position: relative;
}
 
#wrapper {
  width: 100%;
  margin-top: -8px;
  z-index:1;
  position: relative;
}
 
#content {  
  float: left;
  width: 58%;
  text-align: justify;  
  margin-right: 1%;
  margin-left: 1%;
}
 
#sidebar {
  float: right;
  width: 20%;
}

#rightbar {
  float: left;
  width: 20%;
}

#footer {
  width: 100%;
  clear: both;
  background:green;
color: #fff;
}

ul {
list-style-type: none;
}

li {
list-style-type: none;
}


/* ELEZIONI */
#elezioni {
width: 99%;
background: url("images/elezioni.png") no-repeat;
height: 150px;
margin: 0 auto;
}