/*

Theme Name: Da vicino 2009

Description: Template per il sito Da vicino 2009

Version: 1.0

Author: Alessandro Cosci for Link Up

Author URI: http://www.programmatorephp.it

*/



/**

 * PICCOLO RESET e ELEMENTI RIUSABILI

 */

body, html {

	/*height: 100%;*/

	margin: 0;

	/*background-color: White;*/

}

* {

	margin: 0 0 0 0;

}

p {

	margin-bottom: 8px;

}

img {

	border: none;

}

a {

	text-decoration: none;

}

.clearer, .clear {

	clear: both;

}

.toLeft {

	float: left;

}

.toRight {

	float: right;

}







/**

 * FONT di BASE

 */

html, body {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	color: #061f2b;

	font-size:11px;

}

.darker, b, strong {

	color: #061f2b;

}

/* Links - A:link A:visited A:hover A:active */

a, a:visited {

	color: #061f2b;

}

a:hover {

	color: #446d83;

}







/**

 * STRUTTURA BASE

 *  .container,

 *		(.header, .content),

 */

body {

	text-align: center; /* for container position */

	/*padding-top: 10px;*/

}

.container {

	width: 980px;

	

	text-align: left;

	margin: 0 auto;

	/*margin-top: 10px;*/

}

.header {

	width: 100%;

	overflow: hidden;

	margin-bottom: 6px;

}

.content {

	width: 950px;

	padding-left: 30px;

}







/**

 * Header

 */

.header div.testata {

	margin: 0 1px;

}

.header div.menu {

	color: white;

	margin-left: 415px;

        margin-top: 10px;

}

.header div.menu a {

	color: white;

}

.header div.menu a.actual_page {

	font-weight: bold;

}

.header div.menu a.colorLink {

	color :#FF6600;

}

.header div.menu a:hover {

	color: #446d83;

}

div.blue_bar {

	background-color: #c5d5e2;

	padding-left: 30px;

	padding-top: 2px;

	height: 17px;

	margin-bottom: 16px;

}

div.blue_bar .title {

	font-weight: bold;

}





/**

 * Container home

 */



div.selezioni_possibili {

	margin-left: 25px;

	margin-bottom: 14px;

}

/* voce selezionata */

.selected {

	font-weight: bold;

}



/* linee che identificano le categorie */

div.linea {

	background-color: black;

	width: 760px;

	height: 2px;

	display: block;

	margin-bottom: 8px;

}

div.selezioni_possibili div.linea {

	width: 36px;

	float: left;

	margin-top: 6px;

	margin-bottom: 0;

	margin-right: 6px;

}

div.linea.blu_scura {

	background-color: #011e2c;

}

div.linea.blu_chiara {

	background-color: #3a7798;

}

div.linea.arancione {

	background-color: #f2531c;

}

div.linea.rosa {

	background-color: #ffb693;

}



/* evento */

div.evento {

	display: block;

	overflow: hidden;

	padding-bottom: 10px;

}

div.evento div.data {

	width: 165px;

	font-size: 10px;

}

div.evento div.data span.the_date {

	font-weight: bold;

	font-size: 11px;

	color: #427085;

}

div.evento div.description {

	width: 595px;

	font-size: 10px;

}

div.evento div.description h2 {

	font-weight: bold;

	font-size: 12px;

}

div.evento div.description h2.inevidenza {

	font-weight: bold;

	font-size: 14px;

	color: #f2531c;

}

div.evento div.thumb {

	width: 173px;

	text-align: right;

}







/* area stampa */

body.post_area-stampa div.content {

	margin-left: 139px;

	padding: 0;

}

body.post_area-stampa div.content div.body {

	width: 480px;

}

body.post_area-stampa h2 {

	font-size: 12px;

	color: #427085;

}







/* comunicati stampa spettacoli */

body.category div.content {

	margin-left: 139px;

	padding: 0;

}

body.category div.content span.data {

	font-size: 9px;

}

body.category div.content div.body {

	width: 480px;

}

body.category h2 {

	font-size: 12px;

	color: #427085;

}

div.footerbluebar {
	background-color: #c5d5e2;
	color:#000;
	padding-left: 30px;
	padding-top: 4px;
	height: 17px;
	margin-bottom: 0px;
	margin-top: 40px;
	font-size: 10px;
}
div.footerwhitebar {
	background-color: #FFF;
	color: #5d819f;
	padding-left: 30px;
	padding-top: 4px;
	height: 17px;
	margin-bottom: 16px;
	font-size: 10px;
}

div.footerwhitebar strong{
	color: #5d819f;
}
div.footerbluebar strong{
	color: #000;
}







