/*  
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;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 76%;
color: #696969;
background: url(http://ubuntuknowledgebase.files.wordpress.com/2008/01/sanzio_f3.jpg) no-repeat center right fixed;
}

a {
color: green;
text-decoration: none;
}

a:hover {
color: #ff6600;
text-decoration: none;
}

#page {
  width: 900px;
  margin: 0 auto;
  border:1px solid black;
  background: white url(images/sf.gif) repeat;
}

  #header {
width: 100%;
background:url(images/header.jpg) no-repeat;
height:200px;
z-index: 2;
position: relative;
}
 
#wrapper {
  width: 100%;
  z-index:1;
  margin-top:5px;
  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:#0060ff;
color: #fff;
}

ul {
list-style-type: none;
}

li {
list-style-type: none;
}