/*  
Theme Name: Andrea Cozzolino Theme
Description: Il tema del sito di Andrea Cozzolino
Version: 0.99
Author: Estensa
Author URI: http://www.estensa.it/
*/
* {
	margin: 0; padding: 0;
}
body {
	text-align: center; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333;
	background: #FFFFFF url(images/background.gif) repeat-x 0 0;
}
a {
	color: #EE1C25;
	text-decoration: underline;
}
a:hover { text-decoration: none;}
img {
	border: 0;
}

.spazio-10 { display: block; height: 10px;}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 960px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 272px;
	background: url(images/header6.jpg) left top no-repeat;
	font-size: 17px;
	color: #333;
	position: relative;
}
	#header .subscribe {
		float: right;
		padding: 2px 0 2px 20px;
		background: url(images/rss.gif) no-repeat left 0;
		margin-top: 6px;
		font-size: 11px;
	}
	
	#header .subscribe span { color:#999;}
	
		#header .subscribe a {
			color: #999;
			margin: 0 8px;
			text-decoration: none;
		}
		#header .subscribe a:hover {
			text-decoration: underline;
		}
		#header .subscribe strong { color:#666;}
	#header ul {
		list-style-type: none; height: 46px; position: absolute; top: 224px; left: 0;		
	}
		#header ul li {
			float: left;
			padding-left: 1px;
			background: url(images/divider.gif) no-repeat 0 14px;
			font-size:16px;
			font-weight: bold;
			position: relative;
			height:49px;
		}
			#header ul li.f {
				background: none;
				
			}
		#header ul li a {
			color: #666;
			text-decoration: none;
			display: block;
			padding: 16px 29px 6px 29px;
			
		
		}
			#header ul li.f a {
				padding-left: 40px;
			}
		#header ul li a:hover {
			
			color:#EE1C25;
		}
		
		#header ul li ul { display: none; list-style-type: none; position: absolute; top: 47px; left: 0; border-top: 1px solid #e2e2e2;}
		#header ul li ul li { display: block; width: 164px; background: #fff; padding: 5px 10px; font-size: 13px; font-weight: normal; border-bottom: 1px solid #ccc; text-align: left; height: auto}
		#header ul li ul li a {color: #666; text-decoration: none; padding: 0;}
		
	#header h1 {
		float: left;
		font-size: 0;
		text-indent: -9999px;
		
	}
		#header h1 a {
			display: block;
			width: 369px; height: 222px;
			
			
		}
	#header form {
		float: right;
		width: 275px; height: 26px;
		background: url(images/search.gif) no-repeat 0 0;
		margin: 4px 5px 0 0;
	}
		#header form input {
			float: left;
			border: 0;
			font-size: 1em;
			font-family: Arial;
			margin: 6px 0 0 8px;
			width: 230px;
			background-color: transparent;
			color: #ffffff;
		}
		#header form button {
			float: right;
			border: 0;
			text-indent: -9999px;
			width: 30px; height: 26px;
			background-color: transparent;
		}
	#header .break {
		height: 53px;
	}
/** END header **/

/** BEGIN left sidebar **/
#lsidebar {
	width: 230px;
	float: left;
	font-size: 12px;
	padding: 20px 0;
}
	#lsidebar h2 {
		font-size: 16px;
		color: #666;
		border-top: 5px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		padding: 8px 0;
		margin-bottom: 10px;
		text-transform: lowercase;
	}
	#lsidebar ul {
		list-style-type: none;
		padding-bottom: 25px;
	}
		#lsidebar ul li {
			padding: 5px 0 5px 10px;
			background: url(images/freccina.gif) left 12px no-repeat;
		}
		#lsidebar ul li a {
			color: #565656;
			text-decoration: none;
			line-height: 1.4em;
			
		}
		#lsidebar ul li a:hover {
			color: #EE1C25;
			text-decoration: underline;
		}
		
		#lsidebar ul.xoxo li {
			display: block;
			padding: 5px 0 5px 0;
			background: none;
			border-bottom: 1px solid #eaeaea;
		}
		
		#lsidebar ul.xoxo li a img { padding: 0 5px 0 0;}
		
		#lsidebar ul.xoxo li a:hover {
			color: #EE1C25;
			text-decoration: none;
		}
		
/** END left sidebar **/

/** BEGIN content **/
#content {
	width: 460px;
	float: left;
	padding: 15px 20px;
}

#content .video {
	
	background: #f8f8f8;
		padding: 20px 17px 20px 17px;
		width: 424px;
		margin: 0 0 10px 0;
		border: 1px solid #eaeaea;
	}
/*#content .video h2.video { width: 418px; height: 40px; background: url(images/h2_video2.gif) left top no-repeat; margin: 0 0 16px 0; text-indent: -9999px; border: none;}*/




	#content .post {
		clear: both;
		padding-bottom: 20px;
	}
		#content .post h2 {
			font-size: 24px;
			margin-bottom: 15px;
			font-weight: normal;
		}
			#content .post h2 a {
				text-decoration: none;
			}
			#content .post h2 a:hover {
				text-decoration: none;
				color:#EE1C25;
			}
			
			#content .post a.more-link { display: block; height: 20px; padding: 4px 5px 0 0; margin: 15px 0 0 0; background: url(images/freccina.gif) 355px 10px no-repeat; text-align: right; font-size: 11px; }
			
			#content h2.title { display:none;}
			
			
		#content .post .details1 {
			font-size: 11px;
			margin-bottom: 15px;
			padding: 0 5px;
			color: #9A9898;
		}
			#content .post .details1 a {
				text-decoration: none;
				color: #565656;
			}
			#content .post .details1 a:hover {
				text-decoration: underline;
				color: #EE1C25;
			}
		#content .post .details2 {
			background: #f8f8f8;
			font-size: 11px;
			clear: both;
			color: #9A9898;
			height: 20px;
			padding: 15px 10px 0 10px;
		}
			#content .post .details2 a {
				padding: 0;
				text-decoration: none;
				color: #565656;
			}
			
			#content .post .details2 a.commento {
				padding: 0 0 0 10px;
				text-decoration: none;
				color: #565656;
			}
			
			#content .post .details2 a:hover {
				text-decoration: underline;
				color: #EE1C25;
			}
			#content .post .details2 .l {
				float: left;
				width: 35%;
			}
			#content .post .details2 .r {
				float: right;
				padding: 0 0 0 0;
				/*width: 35%;*/
			}
	#content .postnav {
		font-weight: bold;
		font-size: 11px;
		padding-top: 30px;
	}
		#content .postnav .l {
			float: left;
		}
		#content .postnav .r {
			float: right;
		}
		#content .postnav a {
			text-decoration: none;
		}
	#content p {
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	#content h3, h4, h5, h6 {
		font-size: 1.4em;
		margin-bottom: 5px;
	}
	#content ul, #content ol {
		list-style-position: inside;
		margin-bottom: 10px;
		list-style:none;
	}
	#content li {
		/*line-height: 1.4em;
		padding: 2px 0;*/
		line-height: 1.4em;
		background: url(images/freccina.gif) left 12px no-repeat;
		padding:5px 0 5px 10px;
	}
	
	#content li a {
		color: #53534C;
		text-decoration: none;
		}
	#content li a:hover {text-decoration: underline;}
	
	#content blockquote {
		padding: 5px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e0e0e0;
	}
/** END content **/

/** BEGIN right sidebar **/
#rsidebar {
	width: 230px;
	float: right;
	padding: 15px 0;
}
	#rsidebar h2 {
		font-size: 16px;
		color: #666;
		border-top: 5px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		padding: 8px 0;
		margin-bottom: 10px;
		text-transform: lowercase;
	}
	#rsidebar .ads {
		padding: 0 10px 20px;
		text-align: center;
	}
		#rsidebar .ads img {
			margin: 1px;
		}
	#rsidebar ul {
		padding: 0 10px 20px;
		list-style-type: none;
	}
		#rsidebar ul li {
			line-height: 1.4em;
			background: url(images/freccina.gif) left 12px no-repeat;
			padding:5px 0 5px 10px;
		}
		#rsidebar ul li a {
			color: #53534C;
			text-decoration: none;
		}
		#rsidebar ul li a:hover {
			color: #EE1C25;
			text-decoration: underline;
		}
		
		
	#rsidebar .flickr {
		padding: 0 10px 20px;
		text-decoration: center;
	}
		#rsidebar .flickr img {
			margin: 1px;
		}
	/*#rsidebar .video {
		padding: 0 0 20px 0;
	}*/
	#rsidebar .tags {
		padding: 0 4px 20px;
	}
		#rsidebar .tags a {
			color: #565656;
			text-decoration: none;
		}
		#rsidebar .tags a:hover {
			color: #EE1C25;
			text-decoration: underline;
		}
		
		#parlamento-europeo a { display: block; width: 230px; height: 77px; background: url(images/banner_pe_ita.gif) left top no-repeat; text-indent: -9999px; margin: 0 0 20px 0;}
		
		#commissione-europea a { display: block; width: 230px; height: 77px; background: url(images/banner_ce_ita.jpg) left top no-repeat; text-indent: -9999px; margin: 0 0 20px 0;}
		
		#pd-bruxelles a { display: block; width: 230px; height: 50px; background: url(images/banner_pd_brux_ita.gif) left top no-repeat; text-indent: -9999px; margin: 0 0 20px 0;}
		
		#socialisti-democratici a { display: block; width: 230px; height: 77px; background: url(images/banner_sd_ita.gif) left top no-repeat; text-indent: -9999px; margin: 0 0 20px 0;}
		
		#pd-nazionale a { display: block; width: 230px; height: 50px; background: url(images/banner_pdn_ita.jpg) left top no-repeat; text-indent: -9999px; margin: 0 0 20px 0;}
		
		/*#pd-campania a { display: block; width: 230px; height: 50px; background: url(images/banner_pd_camp_ita.gif) left top no-repeat; text-indent: -9999px; margin: 0 0 20px 0;}*/
		
		#pd-pe a { display: block; width: 230px; height: 77px; background: url(images/banner_pd_pe_ita.jpg) left top no-repeat; text-indent: -9999px; margin: 0 0 20px 0;}
		
		
/** END right sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background: #f6f6f6 url(images/footer.gif) repeat-x 0 0;
	height: 82px;
	font-size: 0.9em;
	color: #9A9898;
}
	#footer .wrapper {
		margin: auto auto;
		width: 940px;
		padding: 35px 0;
	}
	#footer .l {
		float: left;
		padding: 0 20px 0 0;
	}
	#footer .r {
		float: left;
		color: #565656;
		padding: 0 30px 0 0;
	}
	#footer a {
		color: #565656;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	
	#footer .torna {float: right;}
	
	#footer .torna a { display: block; background: url(images/freccia_su.gif) left top no-repeat; padding: 0 0 0 12px; }
	
	
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	clear: both;
}
	#comments h2 {
		margin: 20px 0 5px;
		font-size: 1.3em;
		
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding-top: 5px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
			font-size: 12px;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			color: #fff;
			font-size: 12px;
			border: 0;
			background: #EE1C25;
			width: 150px; height: 34px;
			cursor: pointer;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #EE1C25;
	}
h2.title {
	font-size: 0.9em !important;
	text-transform: uppercase;
	padding: 5px 0 25px;
	color: #302B1C;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments h2 { padding: 0 0 10px 0;}
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 10px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}

#calendar_wrap {  margin: 0 0 20px 0;}
#calendar_wrap table{ width: 230px;}
#calendar_wrap table th { text-align: left; padding: 15px 0 0 0;}
#calendar_wrap caption { background:#EE1C25; padding: 4px 0; color:#fff; margin: 0 0 0 0; }
#calendar_wrap table td#next { text-align: right; background:#f8f8f8; padding: 5px; border: 1px solid #EAEAEA}
#calendar_wrap table td#prev { text-align: left; background:#f8f8f8; padding: 5px; border: 1px solid #EAEAEA}

#wp-calendar {  margin: 0 0 20px 0;}
#wp-calendar table{ width: 230px;}
#wp-calendar table th { text-align: left; padding: 15px 0 0 0;}
#wp-calendar caption { background:#EE1C25; padding: 4px 0; color:#fff; margin: 0 0 0 0; }
#wp-calendar table td#next { text-align: right; background:#f8f8f8; padding: 5px; border: 1px solid #EAEAEA}
#wp-calendar table td#prev { text-align: left; background:#f8f8f8; padding: 5px; border: 1px solid #EAEAEA}
#wp-calendar caption a { color:#fff;}

ul#recentcomments li.recentcomments { background: url(images/freccina.gif) left 6px no-repeat; padding: 0 0 0 12px;}
ul#recentcomments li.recentcomments a { background: none;}

#area-riservata { margin: 0 0 20px 0}
#newsletter { padding: 0 0 20px 0}
.form-generico select, input, textarea {border: 1px solid #eaeaea; font-size:11px; font-family: Arial, Helvetica, sans-serif;}
.form-generico fieldset {border:none;}
.form-generico input.accesso {height:17px; width:170px; padding:2px 0 0 4px; background:#f8f8f8; font-size:11px; margin:0; color:#333;}
.form-generico p.accesso, .form-generico p.newsletter {height:20px; padding:0 0 0 10px; margin:0 0 12px 0 !important; margin:0 0 10px 0}
.form-generico input.entra { padding:0 1.2em 2px 1.2em; margin: 0 0 15px 10px; border: none; width:auto; overflow:visible; height:23px; background:#EE1C25; font-size:11px; font-family: Arial, Helvetica, sans-serif; color:#fff; font-weight: bold; cursor:pointer;}
.form-generico input.campi-radio {display:inline; float:left; border:none; font-size: 11px; height:20px; margin:0 5px 0 0; padding:0; width:20px;  border:none;}
.form-generico p.newsletter label.home { display:inline; float:left;   width:150px; padding:2px 20px 0 5px; color:#333; background:none; font-weight:normal; font-size:11px;}
.form-generico p.newsletter label.home a { font-family: Arial, Helvetica, sans-serif; color:#333; background:none; font-weight:normal;}

/*#facebook a { display: block; width: 230px; height: 25px; background: url(images/facebook.jpg) left top no-repeat; text-indent: -9999px; margin: 0 0 10px 0;}

#twitter a { display: block; width: 230px; height: 25px; background: url(images/twitter.jpg) left top no-repeat; text-indent: -9999px; margin: 0 0 10px 0;}

#youtube a { display: block; width: 230px; height: 25px; background: url(images/youtube.jpg) left top no-repeat; text-indent: -9999px; margin: 0 0 10px 0;}*/

#facebook a { display: block; width: 30px; height: 30px; background: url(images/fb.gif) left top no-repeat; text-indent: -9999px; margin: 0 0 10px 0; position: absolute; right:80px; top: 185px;}

#twitter a { display: block; width: 30px; height: 30px; background: url(images/tw.gif) left top no-repeat; text-indent: -9999px; margin: 0 0 10px 0; position: absolute; right:40px; top: 185px;}

#youtube a { display: block; width: 30px; height: 30px; background: url(images/yt.gif) left top no-repeat; text-indent: -9999px; margin: 0 0 10px 0; position: absolute; right:0; top: 185px;}

.form-generico p.newsletter .checkbox {display:inline; float:left; border:none; font-size: 11px; height:20px; margin:0 5px 0 0; padding:0; width:20px;  border:none;}

#commentform label {font-size: 12px;}

p.asterisco {font-size: 10px; color: #EE1C25; }

textarea { font-size: 12px;}
input { font-size: 12px;}

h2 a.rsswidget { font-size: 16px; color: #666; border-top: 5px solid #eaeaea; border-bottom: 1px solid #eaeaea; padding: 8px 4px; margin-bottom: 10px; text-decoration: none; }

/** END wordpress 2.7 comments **/
