/*  
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:	#909090;
background: url("images/bg.jpg");
font-size:67%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul {
list-style-type: none;
}
 
#page {
  width: 950px;
  margin: 0 auto;
  background: url("images/sfondo.gif");
  border-left: 2px solid black;
 border-right: 2px solid black;
}
 
#header {
width: 100%;
background:url(images/header.jpg) no-repeat;
height:200px; 
}

#data {
position:absolute;
margin-top: 220px;
margin-left: 400px;
color: #ffffff;
text-decoration: inherit;
font-size:150%;
text-align:center;
}

#wrapper {
  width: 100%;
}
 
#content {  
  float: left;
  width: 50%;
  text-align: justify;  
  margin: 1%;

}
 
#sidebar {
  width: 22%;
  height: 100%;
  float:left;
}

#rightbar {
  width: 25%;
  float: right;
  min-height: 200px;
}

  #milano{
width:100%;
height: 235px;
background: url("images/milano.jpg");
}

  #milano a{
color: green;
background: white;
padding: 20px 20px 20px 20px;
}
 
#footer {
  width: 100%;
  clear: both;
  background:white;
  text-align:center;
}

a {
  color:red;
  text-decoration: none;
}


h2 {
font-size:130%;
}


/* MENU LATERALE */

*{
	list-style:none;
	margin:0px;
	padding:0px;
}

	
#menu {
	width: 200px;
         padding-left:3px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
         font-size:84%;

        line-height:10px;
	}	
	
#menu li a:link, #menu li a:visited {
	color:  	#FFFFFF;
	display: block;
	background: url(images/menu1.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color:  	#FFFFFF;
	background: url(images/menu1.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color:  	#FFFFFF;
	background: url(images/menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}	

/* MENU ORIZZONTALE */

ul#men { width: 100%; height: 43px; background: url("images/menu-bg.png") top left repeat-x; font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin-top: -10px; padding: 0; }
ul#men li { display: block; float: left; margin: 0 0 0 5px; }
ul#men li a { height: 43px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#men li a:hover { color: #FFF; background: #FFF url("images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }
ul#men li a:current{ color: #FFF; background: #FFF url("images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }

/* BANNER FINALI */
#public {
clear: both;
width:850px;
height:100px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

.pdf {
     background-color: #fff;
     background-image: url(images/pdf.jpg);
     background-position: bottom left;
     background-attachment: scroll;
     padding-left: 20px;
)
