/* reset white space */
html, body {
margin: 0;
padding: 0
}

h1, h2, h3, h4, h5, h6 {
margin: 7px 0 7px 0;
}

address, blockquote, dl, form,
fieldset, ol, table, p, pre, ul {
margin-top: 7px;
margin-bottom: 7px;
}

/* /////////////////////////////////////////// HTML /////////////////////////////////////////////// */

* {
font-family: Trebuchet MS;
color: #979797;
font-size: 13PX;
}

body {
margin: 0;
}

h1, h1 * {
font-size: 24px;
text-transform: uppercase;
letter-spacing: -1px;
}

/* h1 inside header */
div#header h1,
div#header h1 * {
font-size: 56px;
line-height: 45px;
margin-bottom: 12px;
letter-spacing: -2px;
}

h2, h2 * {
font-size: 18px;
font-family: Trebuchet MS;
text-transform: uppercase;
letter-spacing: -1px;
}

div#left h1 {
text-transform: uppercase;
font-size: 16px;
margin: 0 -15px 0 -15px;
padding: 2px;
padding-left: 15px; /* like left div padding */
background-color: #FFF7B2;
}

div#left h2 {
text-transform: uppercase;
font-size: 16px;
color: #333;
}

ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
list-style-position: outside;
}

ul li {
margin-bottom: 7px;
}


p {
text-align: justify;
line-height: 15px;
}

a {
}

.darker {
color: #111;
}

.highlight {
color: #ffe300;
}

/* date */
small {
font-size: 11px;
font-style: italic;
}

/* *************************** ARTICOLI/EVENTI *********************************/

/* imagini nel testo */
img.float_left {
float: left;
margin-right: 15px;
margin-bottom: 10px;
}

/* le immagini in gallery */
div#special {
clear: both;
}

div#special img.float_left {
width: 80px;
height: 60px;
margin-right: 7px;
}

strong.article_data {
color: #ffe300;
}

/* *************************** PROGRAMMA *********************************/

/* month names */
div.eventi_column h2 {
margin-top: 14px;
color: #ffe300;
}

/* colonne eventi */
 div.eventi_column {
border: 0px solid darkorange;
width: 290px;
float: left;
margin-right: 15px;
}

 div#col_dx {
margin-right: 0;
}

/* giorno e numero */
 div.eventi_column h3 {
margin-top: 9px;
margin-bottom: 0;
}

/* lista eventi di quel giorno */
 div.eventi_column ul {
margin: 0;
list-style-position: outside;
}

 div.eventi_column ul li {
margin: 0;
padding: 2px 0 2px 0;
border-bottom: 1px dotted #ccc;
clear: both;
background-repeat: no-repeat;
background-position: 0 5px;
padding-left: 28px; /* come icon + margine */
min-height: 30px;
}

* html  div.eventi_column ul li {
height: 30px;
}

div.eventi_column li.musica {
background-image: url(images/cosa_offre/icon_musica.gif); 
background-repeat: no-repeat;
}

div.eventi_column li.arte {
background-image: url(images/cosa_offre/icon_arte.gif); 
background-repeat: no-repeat;
}

div.eventi_column li.didattica {
background-image: url(images/cosa_offre/icon_didattica.gif); 
background-repeat: no-repeat;
}

div.eventi_column li.cinema {
background-image: url(images/cosa_offre/icon_cinema.gif); 
background-repeat: no-repeat;
}

div.eventi_column li.generale {
background-image: url(images/cosa_offre/icon_generale.gif); 
background-repeat: no-repeat;
}

 div.eventi_column ul li p {
margin: 0;
}

 div.eventi_column a {
text-decoration: none;
}

/* /////////////////////////////////////////////////////////////////////////////
                                     LAYOUT
//////////////////////////////////////////////////////////////////////////////*/
div#container {
border: 0px solid red;
width: 970px;
}

* html div#logo_container {
width: 345px;
}

div#left {
width: 300px;
float: left;
clear: left;
padding: 0 15px 15px 15px;
border: 0px solid red;
/* logo */
padding-top: 215px;
background-image: url(images/shared/left_background.gif);
background-repeat: no-repeat;
}

div#header {
position: relative;
width: 614px;
height: 215px;
border: 0px solid red;
}

div#right {
position: relative;
width: 614px;
float: right;
clear: right;
padding: 0 12px 0 2px;
border-left: 12px solid #FFE300;
color: #777;
}

* html div#right {
left: -20px;
}

/* /////////////////////////////////////////////////////////////////////////////
                                  NAVIGATION 
//////////////////////////////////////////////////////////////////////////////*/

div#nav_box {
width: 614px;
border-top: 1px solid #FFE300;
border-bottom: 1px solid #FFE300;
background-color: #FFF7B2;
}

/* main list */
ul#nav {
margin: 0;
padding: 0;
height: 22px;
list-style-type: none;
border-top: 1px solid #FFf;
border-bottom: 1px solid #FFf;
}

/* main tabs */
ul#nav li { 
	float: left;
	position: relative;
	display: block;
	padding: 0 45px 0 0;
	border: 0px solid red;
	margin: 0;
}

ul#nav li#first {
padding-left: 11px;
}

ul#nav li#last {
padding-right: 0;
}

ul#nav a {
text-transform: uppercase;
color: #999;
font-weight: bold;
font-family: trebuchet MS;
text-decoration: none;
font-size: 18px;
letter-spacing: -1px;
}


/* submenu*/

ul#nav li ul {
margin: 0;
padding: 0;
position: absolute;
top: 23px;
left: 0;
border-top: 1px solid #fff;
display: none;
background-color: white;
}

/* IE6 disappearing border bug, per questo sistema per aggiungere bordo a menu un po' incasinato: */

ul#nav li ul li {
border-left: 1px solid #999;
border-right: 1px solid #999;
}

ul#nav li ul li.last_sub {
border-bottom: 1px solid #999;
}

ul#nav li ul li.first_sub {
border-top: 1px solid #999;
}

/* submenu tabs */

ul#nav li ul li {
padding: 2px;
width: 140px;
}

ul#nav li ul li a {
display: block;
font-size: 14px;
padding: 4px;
padding-left: 7px;
text-transform: uppercase;
}

ul#nav li ul li a:hover {
background-color: #FFF7B2;
}



