/*
Theme Name: Veronica Cruciani
Theme URL: http://www.mediagrafia.com
Description: Un tema Wordpress sviluppato per l'attrice Veronica Cruciani
Author: Stefano Vittori
Author mail: stefano@mediagrafia.com
version: 0.0
Tags: layout a tre colonne, widget ready, bodoni fontface
*/

/* RESET */
/* ----------------------------------------- */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Elimina i bordi blu di IE */


*{margin:0; padding:0;}

/* ----------------------------------------- */

@font-face {
  font-family: "BodoniStd";
  src: url(font/BodoniStd-Book.otf) format("opentype");
}

@font-face {
  font-family: "BodoniStdItalic";
  src: url(font/BodoniStd-Italic.otf) format("opentype");
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	background:#000;
	font-family: georgia;
	color: #E8E0D5;
	margin:0px;
	font-size: 95%;
}

body a{
	color: #CC0033;
	text-decoration:none;
}

body a:hover{
	color: #CC0033;
	text-decoration:none;
	border-bottom:1px dashed #CC0033;
}

body a:visited{
	color: #CC0033;
	text-decoration:none;
}

.bull {
	color: #CC0033;
}

/* CONTAINER CONTENUTI */
/* ----------------------------------------- */

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -65px; /* il bottom margin  il valore negativo dell'altezza del footer */
	
	position: relative;
	width: 745px;
	text-align: left;
	
	/*overflow: hidden;*/
}

/* HEADER */
/* ----------------------------------------- */

#header {
	width:100%; 
  	height:380px;
}

/* COLONNA SINISTRA */
/* ----------------------------------------- */

#left{
text-align: center;
	width:175px;
	float:left;
	margin-top: 60px;
	font-size: 75%;
}

/*#left img{
	border-style: solid;
	border-width: 8px;
	border-color: #1B1B1B;
}*/

#left h2{
	color: #CC0033;
	margin-bottom: 15px;
	
}

#left p {
	padding: 0;	
}

#left ul {
	margin-bottom:40px;
	padding:0;
}

.immagineLaterale {
	border-style: solid;
	border-width: 8px;
	border-color: #1B1B1B;
}

/* COLONNA CENTRALE */
/* ----------------------------------------- */

#content{
	float: left;
	width:365px;
	overflow: hidden;
	margin-top:30px;
	margin-left:15px;
}

#entryTitle{
	margin-bottom: 30px;
}

#entryTitle h1{
	font-size: 130%
}

#entry{
	margin-bottom: 60px;
	font-size: 90%;
}

#entry p{
	margin-top: 15px;
}

#entry ul{
	margin-left: 20px;
}

#entry li{
	margin: 7px;
	list-style-image: url('images/bulletList.jpg');
}

/* COLONNA DESTRA */
/* ----------------------------------------- */

#right{
	color: #CC0033;
	width:175px;
	float:right;
	margin-top: 60px;
	font-size: 80%;
}

#right h2{
	margin-bottom: 15px;
}

#right p {
	margin-bottom: 10px;
}

#right ul {
	margin-bottom:40px;
	padding:0;
}

#right quote{
	font-family: georgia;
	font-style: italic;
}

.cast{
	color: #E8E0D5;
	font-style: italic;
}

/* FOOTER */
/* ----------------------------------------- */

#footer {
	position: relative;
	width: 745px;
	margin: 0 auto;
	border-top-style: solid;
	border-top-color: #e8e0d5;
	border-top-width: 3px;
	font-size: 80%;
}

#footer a {
	color: #e8e0d5;
}

#footer a:hover, a:visited{
	color: #CC0033;
}

/*#footer p {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 745px;
	padding: 0;
	color: #fff;
	font: 0.8em arial,sans-serif;
	text-align: center;
}*/

#footer, #push {
	height: 65px;
	clear:both;
}

#footerWrapper{
	padding-top: 15px;
	border-top-style: solid;
	border-top-color: #e8e0d5;
	border-top-width: 1px;
	margin-top: 3px;
}

/*#footer {
	position:absolute;
 	bottom:0;
	text-align: center;
	font-size: 90%;
	border-top-style: solid;
	clear: both;
	border-top-color: #e8e0d5;
	border-top-width: 3px;
	width: 745px;
}

#footerWrapper{
	padding-top: 5px;
	border-top-style: solid;
	border-top-color: #e8e0d5;
	border-top-width: 1px;
	margin-top: 3px;

}*/

/* STILI DEL TESTO */
/* ----------------------------------------- */
.didascalia {
	color: #CC0033;
	font-size: 75%;
}

.breadcrumbs {
	color: #e8e0d5;
	font-size: 75%;
}

.sottoTitolo{
	font-size: 75%;
}

.evidenzia{
	color: #CC0033;
}

/* STILE SEZIONI */
/* ----------------------------------------- */

/*Comune*/
.sidebarIcon{
	margin-right: 7px;
	margin-top: 8px;
}

#separatore{
	
	margin-bottom: 25px;
	
	margin-top: 25px;
	
	bottom: 0px;
	
	top: 0px;
	
	position: relative;
	
	border-color: white;
	
	border-style: solid;
	
	border-left-width: 0px;
	
	border-bottom-width: 0px;
	
	border-right-width: 0px;
	
	border-top-width: 1px;
	
}

/*Rassegna stampa*/
#rassegnaEntry{
	margin-bottom: 60px;
	font-size: 90%;
}
#rassegnaEntry p{
}

#rassegnaTitolo{
	font-size: 115%;
	font-style: italic;
}

#rassegnaDettagli{
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 75%;
	/*margin-left: 10px;*/
}
.virgoletteSinistra{
	font-size: 130%;
	margin-right: 2px;;
}
.virgoletteDestra{
	font-size: 130%;
	padding-left: 2px;
}

/* calendario eventi */
#calendarioEventi{
	margin-bottom: 30px;
}



#calendarioEventi h1 {
	color:#e8e0d5;
	font-size: 120%;
	margin-bottom: 5px;
}

.evento {
	margin-bottom: 60px;
	font-size: 90%;
}

.evento h1{
	font-size: 110%;
	color: #CC0033;
}

.evento h2{
	margin-bottom: 7px;
}

.elencoEventi{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 30px;
}

.elencoEventi ul{
	margin-left: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-style: italic;
}

.elencoEventi ul a{
	font-style: normal;
	margin-top: 0px;
}

.elencoEventi li{
	color: #e8e0d5;
	margin: 0px;
	/*list-style-image: url('images/bulletList.jpg');*/
}

.elencoEventi ul:first-child > li{
	margin-left: 30px;
	list-style-image: url('images/bulletList.jpg');
	padding-top: 3px;
	padding-bottom: 3px;
}
