/**************************************
Theme Name: Pirelli blog
Description: Template creato da Connexia Srl - <a href="http://www.connexia.com/">www.connexia.com</a>.
Version: 1.0
Author: Connexia
***************************************/

/* Elementi Generici
****************************************************/

* {
	margin:0;
	padding:0;
}

body {
	font-family:"Trebuchet MS",Verdana, Helvetica, sans-serif;
	font-size:13px;
	background:#000 url(images/bg.jpg) top center no-repeat;
	color:#595959;
}

ul {list-style:none;}

hr {display: none;}

a {color:#595959;text-decoration:none;}
a:hover {text-decoration:underline;}
a img {border:0;}

.floatL {float:left;}
.floatR {float:right;}
.clear {clear:both;}

.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

/* Struttura Blog
****************************************************/

#page {
	width:1001px;
	margin:0 auto;
}

#pageHeader {
	width:1000px;
	height:400px;
	position:relative;
	float:left;
}

#navBar {
	height:43px;
	position:relative;
}

#pageBox {
	float:left;
	background:#fff;
	clear:both;
}

#pageFooter {
	height:80px;
	background:#064e77;
	clear:both;
	margin:0;
	color:#fff;
	font-size:11px;
}

/* Header
****************************************************/
	.logo-home a img{
		position:relative;
		float:left;
		padding-top:0px;
		padding-left:30px;
		display:block;
	}
	
	.logo-sponsor a img{
		position:relative;
		float:right;
		padding-top:11px;
		padding-right:32px;
	}



	/* Navigazione Top
	****************************************************/

	#navBar-menu {
		float:left;
		width:1000px;
	}

	#navBar-menu ul {
		margin:0;
		float:left;
		padding:4px;
	}

	#navBar-menu li {
		float:left;
		display:block;
		padding:0 20px;
		background:url(images/menu_sep.gif) no-repeat right center;
		font-size:14px;
		font-weight:bold;
	}

	#navBar-menu a {
		color:#fff;
		display:block;
		padding:8px 0;
	}

		/* Ricerca
		*****************************************/
		#navBar-menu .search {
			margin-left:733px;
			width:241px;
		}

		#navBar-menu .search_text {
			margin:9px 0 4px 0;
			width:180px;
			background:#fff;
			border:1px solid #7c7d7d;
			color:#085886;
			font-weight:bold;
			float:left;
			padding:4px 0 3px 4px;
		}

		.search-ok {
			float:right;
			margin:9px 0 4px 0;
		}

/* Blocco Post
****************************************************/
#pageBox-sx {
	width:720px;
	float:left;
}

#pageBox-dx {
	position:relative;
	width:280px;
	float:right;
}


#pageBox-body {
	width:664px;
	margin-top:26px;
	margin-left:20px;
}

#pageBox-sidebar {
	margin-top:15px;
	margin-left:10px;
}


	/* Post
	****************************************************/
	.post {
		padding-top:4px;
		background:url('images/date_bg.png') no-repeat;
	}

	.data {
		float:left;
		font-size:20px;
		width:82px;
		margin:10px auto 0;
		color:#fff;
		text-align:center;
	}

	.data p {
		font-size:40px;
		line-height:30px;
		color:#fff;
	}

	.post-title {
		float:left;
		color:#303030;
		width:580px;
	}

	.post-title h2 {
		font-size:22px;
		color:#04427b;
		font-weight:bold;
		padding-bottom:6px;
		padding-left:10px;
	}

	.post-title h2 a {color:#04427b;}

	.post-title h3 {
		font-weight:normal;
		margin:0 0 4px 10px;
		color:#b3b3b3;
		font-size:11px;
	}

	.post-title h3 a {
		color:#04427b;
		font-weight:bold;
	}

	.post-title h4 {
		font-weight:bold;
		color:#000000;
		font-size:11px;
		padding:3px 0 0 10px;
	}

	.post-title h4 a {
		color:#3d3d3d;
		font-weight:normal;
	}

	.post-title h4 span {
		color:#3d3d3d;
		font-weight:normal;
	}

	
/* Testo POST 
**********************************************/
.entry {
	padding:10px 0 10px 5px;
}

.entry-page{
	padding:10px 0 10px 5px;
	color:#595959;
}

.entry-page h2 {
	padding:10px 0 10px 0;
	color:#04427b;
}

.entry-page p{
	display:block;
	padding:10px 0 10px 0px;
	color:#595959;
}

.entry-page a {
	color:#0072bc;
	text-decoration:underline;	
}

.entry-page a:hover {text-decoration:none;}

.entry-page ul {
	margin: 0 10px 15px 0;
	list-style: disc;
	padding:0 15px 10px 30px;
	} 

.entry-page ul li {
	padding-bottom:4px;
	padding-top:3px;
	}

.entry-page ol {
	margin:0 10px 15px 0;
	padding:0 15px 10px 40px;
	}

.entry-page ol li {
	margin: 0;
	padding: 0;
	padding-bottom:4px;
	background:url(images/dotted_grey.gif) repeat-x left bottom;
	}

.entry p {
	clear:both;
	line-height:20px;
	padding-bottom:0;
	padding-top:16px;
	color:#595959;
}

.entry strong {
	color:#000;
}

.entry a {color:#0072bc;}

.entry ul {
	margin: 0 10px 15px 0;
	list-style: none;
	padding:0 15px 10px 30px;
	} 

.entry ul li {
	padding-bottom:4px;
	padding-top:3px;
	background:url(images/dotted_grey.gif) repeat-x bottom;
	}

.entry ol {
	margin:0 10px 15px 0;
	padding:0 15px 10px 40px;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	padding-bottom:4px;
	background:url(images/dotted_grey.gif) repeat-x left bottom;
	}

/* Post Dettagli
*********************************/

.post-details {
	font-size:11px;
	color:#04427b;
	background:#f5f5f5;
	border:1px solid #ebebeb;
	height:28px;
	margin-bottom:30px;
}

.post-details .sx {
	background:url('images/comment.gif') no-repeat;
	float:left;
	margin:2px 16px;
	height:30px;
}

.post-details .sx a {
	padding-left:30px;
	padding-top:4px;
	margin-top:4px;
	color:#04427b;
}

.post-details .sx p {margin-top:3px;}
.post-details .sx span{font-weight:bold;}

.post-details .dx {
	float:right;
	background:url('images/read.gif') no-repeat;
	margin:2px 16px;
	height:30px;
}
.post-details .dx a {
	padding-left:30px;
	padding-top:6px;
	color:#04427b;
	font-weight:bold;
}

.post-details .dx p {margin-top:3px;}


/* Sidebar
*****************************************************/
.banner p {
	float:left;
	padding:10px 6px 14px 0;
}

.counter p {margin:0;padding:0;}

.banner p.dx {margin-right:7px;}

.sidebar {
	width:241px;
	font-size:12px;
	color:#595959;
}

.sidebar h2 {
	background:url(images/sidebar_bg.gif) no-repeat bottom left;
	width:241px;
	color:#fff;
	font-size:15px;
	padding:10px 0 8px 10px;
	margin-bottom:3px;
}

.sidebar p {
	padding-left:10px;
	margin-bottom:14px;
}

.sidebar li a {color:#595959;}

.sidebar ul li {padding-bottom:15px;}

.sidebar li ul {padding-bottom:8px;}

.sidebar li ul li ul {
	padding-left:10px;
	padding-bottom:0;
}

.sidebar li li{
	width:240px;
	margin-bottom:0;
	background:url(images/dotted_grey.gif) repeat-x left bottom;
	padding:4px 0 4px 10px;
}

.language {
	background:url(images/sidebar_language.gif) no-repeat bottom left;
	width:241px;
	height:29px;
	position:relative;
	top:10px;
}

.language a.active{background-position:0 -14px !important;}

#language-pos{
	position:relative;
	left:140px;
	top:6px;
}

#ita {
	float:left;
	position:relative;
	z-index:1;
	width:18px;
	height:14px;
	padding-right:10px;
}

#ita a {
	display:block;
	background:transparent url('images/ita.gif') 0 0 no-repeat;
	width:18px;
	height:14px;
	text-decoration:none;
}
#ita a:hover,
#ita a:focus,
#ita a:active {background-position:0 -14px;}
#ita a span{position:relative;z-index:-1;font-size:7px;}

#eng {
	float:left;
	position:relative;
	z-index:1;
	width:18px;
	height:14px;
	padding-right:10px;
}

#eng a{
	display:block;
	background:transparent url('images/eng.gif') 0 0 no-repeat;
	width:18px;
	height:14px;
	text-decoration:none;
}
#eng a:hover,
#eng a:focus,
#eng a:active {background-position:0 -14px;}
#eng a span{position:relative;z-index:-1;font-size:7px;}

#deu {
	float:left;
	position:relative;
	z-index:1;
	width:18px;
	height:14px;
	padding-right:10px;
}

#deu a{
	display:block;
	background:transparent url('images/deu.gif') 0 0 no-repeat;
	width:18px;
	height:14px;
	text-decoration:none;
}
#deu a:hover,
#deu a:focus,
#deu a:active {background-position:0 -14px;}
#deu a span{position:relative;z-index:-1;font-size:7px;}

.social-network a img {
	float:left;
	margin-right:6px;
	padding:10px 0 20px 0 !important;
}



/* Calendario 
	************************************************/

	#wp-calendar {
		color:#000;
		empty-cells: show;
		margin: 10px 0;
		width: 241px;
		font-size:11px;
	}

	#wp-calendar a {display: block;}

	#wp-calendar td {
		padding: 3px 0;
		text-align: center;
	}

	#wp-calendar a {
		padding:0 2px;
		text-decoration:none;
		background-color:#085784;
		font-weight:bold;
		color:#fff;
	}

	#wp-calendar a:hover {text-decoration:none;}

	#wp-calendar caption {
		font-size:11px;
		color:#000;
		font-weight:bold;
		text-align: center;
		background-color:#f5f5f5;
		border-bottom:1px solid #ebebeb;
	}

	#wp-calendar th {
		font-size:10px;
	}

	#wp-calendar tfoot {
		font-size:11px;
		padding:0 10px;
	}

	#next a {
		float:right;
		width:40px;
		padding:2px;
		text-align:center;
		}

	#prev a {
		float:left;
		width:40px;
		padding:2px;
		text-align:center;
		}

/* Footer 
***************************************************/

#pageFooter a {
	text-decoration:underline;
	color:#fff;
}

#pageFooter img{
	margin-left:5px;
	text-decoration:none;
}


#pageFooter a:hover {
	text-decoration:none;
} 

#pageFooter_sx {
	float:left;
	margin-top:10px;
	margin-left:30px;
	text-align:left;
}

#pageFooter_dx {
	float:right;
	margin-top:6px;
	margin-right:20px;
	text-align:right;
}


	

/* Editor Immagini
****************************************************/
p img {
	padding: 0;
	border:0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {float:right;}

.alignleft {float:left}


/* Navigazione
**********************************************/

.navigation {
	display: block;
	color:#04427b;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-weight:bold;
	clear:both;
}

.navigation a {
	color:#04427b;
}

/* Commenti
**********************************************/

#comment h2{
	font-size:23px;
	color:#303030;
	font-weight:normal;
	margin-left:35px;
	margin-bottom:15px;
}

.comment-attesa{
	color:red;
	text-align:center; 
	font-weight:bold;
	}

.comm_items {
	margin: 15px 0 5px;
	display:block;
}

.comm_items li {
	margin: 0;
	padding: 5px 10px 5px;
	background:none;
	border:0;
	list-style:none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
	}

#commentform p {margin: 5px 0;}

.close-comments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.comment-user {
	display: block;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding-bottom:0px;
	color:#04427b;
}

.comment-user a {color:#04427b;}

.comment-text {
	padding-bottom:20px;
	margin-bottom:20px;
	color:#595959;
	border-bottom:2px solid #e6e1e1;
}

.comment-data{
	font-size:11px;
	color:#595959;
	padding:2px 0;
}

.comment-data a {
	font-weight:bold;
	color:#04427b;
}


	/* Comment Form
	****************************************/

	#comment_box {
		margin:35px 0;
		width:60%;
	}

	p#comment-box a {
		font-weight:bold;
		color:#04427b;
	}

	div#comment_box {
		padding:10px 0;
	}

	#comment_box h3{
		font-size:21px;
		color:#1c366f;
		font-weight:bold;
	}

	#comment_box label {
		width:200px;
		float:left;
		margin:7px 0;
		padding:0 !important;
		clear:both;
	}

	#comment_box input {
		float:right;
		font-family:"Trebuchet MS",Verdana, Helvetica, sans-serif;
		font-size:11px;
		background:#fff;
		border:1px solid #ccc ;
		padding:3px;
		color:#828587;
		width: 170px;
		height:16px;
		margin:5px;
	}

	div#comment_box textarea {
		font-family:"Trebuchet MS",Verdana, Helvetica, sans-serif;
		font-size:11px;
		border: 1px solid #ccc;
		padding:3px;
		color:#828587;
		width: 380px;
		margin:6px;
	}

	div#comment_box #submit {
		width:65px;
		height:25px;
		float:left;
		border:0;
	}

.sidebar_text {
color: #04427b;
font-size: 12px;
font-weight:bold;
}

#status_updated {
font-size: 10px;
font-style: italic;
padding-bottom:4px;
background:url(images/dotted_grey.gif) repeat-x left bottom;
}

.twitterwidget a {color:#fff;}

h2.widgettitle a {color:#fff;}

.entry-content{color:#04427b;font-weight:bold;display:block;}
.entry-meta{font-size:9px;}
.time-meta{color:silver}
