/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* Reset: based on http://meyerweb.com/eric/tools/css/reset v1.0 | 20080212, sans table styles
============================================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
hr{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
cite,
address {
	display:inline;
	font-style:normal;
}

/* Typography
======================================================*/
body {
	background: #fff;
	color: #51555c;
	font: 11px/18px Verdana, helvetica, arial, sans-serif;
	line-height:155%;
}
code {
	font-family: "Lucida Console", Monaco, monospace;
}
*[lang] {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
acronym,
.caps {
	text-transform: uppercase;
}
.small-caps {
	font-variant: small-caps;
}
acronym,
.num,
.caps,
.small-caps {
	letter-spacing: 0.1em;
}
pre {
	overflow: auto;
}
textarea {
	font: 12px/18px helvetica, arial, sans-serif;
	padding: 3px;
}
/* Links */
a,
a:visited {
	color: #800D46;
	text-decoration: none;
}
/* specify all three for accessibility */
a:focus,
a:hover,
a:active {
	text-decoration: underline;

}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
	color: #800D46;
	font-family: Arial, Sans-serif;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #800D46;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-family: Arial, Sans-serif;
}
/* elements with title attribute */
abbr[title],
acronym[title],
dfn[title],
span[title],
del[title] {
	cursor: help;
}
/* typogrify: inset initial double quotes. */
.dquo {
	margin-left: -.45em;
}
 /* fancy ampersands */
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size: 13px;
	font-style: italic;
}
/* Font sizes and vertical measure */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
	display:block;
	margin-bottom:9px;
}
h1,
.h1 {
	font-size: 22px;
	line-height:1;
}
h2,
.h2 {
	font-size: 18px;
}
h3,
.h3 {
	font-size: 14px;
}
p,
pre,
dl,
ul,
ol {
	margin-bottom:18px;
}
blockquote {
	border-left:2px solid #e9eaea;
	margin:0 9px 9px;
	padding-left:10px;
}
ol {
	margin-left:36px;
}
dd {
	margin-left:18px;
}
li ul,
li ol {
	margin-bottom: 0;
}
li,
dd,
.tight {
	margin-bottom:9px;
}
ul li {
	background: url(../img/arrow-bullet.gif) no-repeat left top;
	list-style:none;
	padding-left:12px;
}
acronym,
.caps,
.small {
	font-size: 11.5px;
}
hr {
	background:#ccc;
	color:#ccc;
	height:1px;
	margin:0 30px 18px 30px;
}
.rule-major{
	background-color:#e9eaea;
}
.rule,
.rule-minor {
	border-top:1px dotted #800D46;
	height:9px;
	margin:0 0 60px;
}
.rule-major {
	border-top:1px solid #cecfd1;
	height:35px;
	margin:0 0 18px;
}
.rule hr,
.rule-minor hr,
.rule-major hr {
	display:none;
}

/* No formatting class */
.plain,
.plain li {
	background:transparent;
	border:0;
	font-style:normal;
	list-style:none;
	margin:0;
	padding:0;
}
.alt-font {
	color: #999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	/*font-style:italic;*/
}
.alt-font a {
	font-family:helvetica, arial, sans-serif;
	font-style:normal;
}

/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* UI: Shared classnames
================================================================= */

.privacy {
	font-size: 10px;
	line-height: 13px;
	clear: both;
}

.fb_share_1 {
	border-bottom: none;
	 margin-left: 10px;
	 margin-right: 10px;
}

body {
	background: #F8E4EE url(../img/bg.png) center repeat-y;
}

#deviceSwitcher {
	text-align:center;
}

.accessibility {
	left:-32000px;
	position:absolute;
}
.lofi {
	display:none;
}
/* http://sonspring.com/journal/clearing-floats */
html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

h1.page-title {
	color: #999;
	font: italic 14px Georgia, serif;
}

/* General horizontal navigation lists with dropdown magic */
.nav,
.nav ul,
.nav li {
	background:transparent;
	list-style:none;
	margin:0;
	padding:0;
}
.nav ul {
	background: #e9eaea;
	border: 1px solid #cecfd1;
	border-color: #cecfd1 #aaa #aaa #cecfd1;
	z-index: 9999;
}

#socialnetwork .nav li {
	border-left: 1px solid #fff;
}

#header .nav li {
	padding-top: 1px;
}
.nav li {
	border-left:1px dotted #F2D0E2;
	float:left;
	font-size:11px;
	margin-left:4px;
	padding-left:4px;
	font-family: Arial, Sans-serif;

}

.nav li.first-child {
	border-left:none;

}
.nav li a {
	display:block;
}
.nav li li a {
	color: #8B1B57 !important; /* These need to retain a contrasting color with dropdown background */
	padding:6px 9px;
}
.nav li ul,
.nav li li {
	margin-right:0;
	width: 200px;
}
.nav li li ul {
	margin:-31px 0 0 200px;
}
.nav li.secondary {
	float:right;
	margin-left:12px;
	margin-right:0;
}
/* dropdown action */
.nav li ul,
.nav li:hover li ul,
.nav li li:hover li ul,
.nav li.hover li ul,
.nav li li.hover li ul {
	left: -32697px;
	position: absolute;
}
.nav li:hover ul,
.nav li li:hover ul,
.nav li li li:hover ul,
.nav li.hover ul,
.nav li li.hover ul,
.nav li li li.hover ul {
	left: auto;
}

.pagination,
.pagination-single {
	background-color:#F8E4EE;
	margin-top: 20px;
	overflow:hidden;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}
.pagination .previous a,
.pagination-single .previous {
	float:left;
	padding:18px;
}
.pagination .next a,
.pagination-single .next {
	float:right;
	padding:18px;
}
.loading {
	background: url(../img/spinner.gif) 10px 17px no-repeat;
	clear: both;
	color: #ccc;
	height: 50px;
}
.loading span {
	display: block;
	padding: 17px 32px 0;
}
.close {
	background-color:#e9eaea;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 6px;
	text-align: center;
}
/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


.blogs_search ul li {

	float: left;
	background: none;
	
}

.blogs_search {
	height: 40px;
}


/* Structure
================================================
	Total width: 960
	Columns: 12
	Column width: 58px
	Gutter width: 24px
	Unit (column + gutter): 82px
	Interior padding: 6px = colum width 50px
	#content = 7 units
	#sidebar = 5 units
*/

.twitter-share-button {
	margin-top: -2px;
}

.by-line {
	display: none;
}

.home-content-sidebar-container {

	margin-top: -5px;
}

#first-sidebar #text-5 {
	padding-left: 12px;
}

#first-sidebar #text-17, 
#first-sidebar #text-9,
#first-sidebar #text-8{
	padding: 15px;
	width: 310px;
	margin: 15px;
	background-color: white;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;

}

#first-sidebar #text-17 h2.widget-title,
#first-sidebar #text-9 h2.widget-title, 
#first-sidebar #text-8 h2.widget-title {
	color: red !important;
}

.events ul li.endtime {
	float: none !important;
}

.section { /* Full-width areas */
	min-width: 980px; /* cut-off background fix */
}
.wrapper {
	clear: both;
	margin: 0 auto;
	width: 960px;
}
#header {
	/* background-color: #F2D0E2; 
	background-repeat:repeat-x;
	background-position:left bottom; */
	color: #cecfd1;

}
#header .wrapper {
	background: url(../img/header.jpg) center top no-repeat;
	padding: 13px 0px 0px 13px;
	height:238px;
}
#header a,
#header a:visited {
	color: #fff;
}
#header #blog-title {
	font-family: "Avenir Light", "Futura Light", helvetica, arial, sans-serif;
	font-size: 36px;
	font-weight:normal;
	line-height: 1;
	margin-bottom: 9px;
}
#header #blog-title a:hover {
	text-decoration: none;
}


#navigation {
	margin-top:-10px;
	padding-left:108px;
}

#socialnetwork {
	float:right;
	margin-right:32px;
	margin-top:6px;
}

#buttons {
	float:left;
	margin-left:178px;
	margin-top:8px;
}

#buttons li {
	padding: 3px;
	font-size: 12px;
	font-family: Arial, Sans-serif;


}

#buttons li a:hover {

	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-left: 1px solid #FFF;
	background-color: #F8E4EE;

}

#buttons li a:hover {
	text-decoration: none;
	border: none;
}

#buttons li#button-home a {
	background-image:url(../img/home.gif);
	background-position:2px 50%;
	background-repeat: no-repeat;
	padding-left: 22px;
	/*border-left: 1px solid #fff;*/
}


#buttons li#button-chisono a {
	background-image: url(../img/biografia.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
	padding-left: 27px;
}

#buttons li#button-scrivimi a,
.post-bottom span.post-scrivimi {
	background-image: url(../img/lettera.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
	padding-left: 27px;
}
#buttons li#button-newsletter a,
.post-bottom span.post-newsletter {
	background-image: url(../img/at.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
	padding-left: 27px;
}

#buttons a,
#buttons a:visited {
	font-weight: bold;
	text-transform: uppercase;
	color: #800D46;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
}

#navigation ul {
	/*border-bottom: 1px dotted #F2D0E2;*/
}

#navigation a:hover {
	text-decoration: none;
	background-color: #F8E4EE;
	border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	-moz-border-radius:2px;
}

#navigation a,
#navigation a:visited {
	font-weight: bold;
	text-transform: uppercase;
	color: #800D46;
	padding-left: 2px;
	padding-right: 2px;
}
#navigation .secondary a,
#navigation .secondary a:visited,
#navigation li li a,
#navigation li li a:visited {
	font-weight:normal;
	text-transform:none;
}

#sub-header {
	/*background-color: #F2D0E2;*/
	padding: 0;
}
#navigation form#cfct-search {
	float:right;
	margin-bottom:3px;
	margin-top:-19px;
	margin-right: 12px;
}

#cfct-search-input {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 11px;
	vertical-align: middle;
	height: 13px;
	padding-left: 3px;
	color: #800D46;

}

#cfct-search-submit {
	background-color:#fff;
	background-image:url(../img/header/lente.gif);
	border:0 none;
	cursor:pointer;
	height:20px;
	margin:0;
	padding:0;
	width:20px;
	vertical-align: middle;
}


#all-categories {
	padding:2px 0 0;
	width:760px;
}
#all-categories-title {
	float: left;
	font-weight:normal;
	margin-right:12px;
}

#main {
	margin:6px 0;
}
#content {
	float: left;
	padding-bottom: 24px;
	width: 540px;
	padding-left: 10px;
}


.leggi_lettera a, .leggi_lettera a:hover {
	border-bottom: 1px dotted #800d46;
	text-decoration: none;
}


#sidebar {
	border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
	background:#F8E4EE none repeat scroll 0 0;
	float:left;
	margin-left:20px;
	padding: 5px;
	width:373px;
}

#my-recent-yt-3, #flickr {
	background: url(../img/background_video.png) no-repeat top left;
	padding: 8px;
	margin-left: 7px;

}

#text-12 {
	display: none;
}

.switch_widget h2 a {

	color:#800D46;
	border-bottom: 1px dotted;

}



.switch_widget h2 a:hover {

	color:#800D46;
	text-decoration: none;
	padding-bottom: 8px;
	background: url(../img/freccia.gif) 5px bottom no-repeat;
	border-bottom: none;

}

.switch_widget h2 {

	float:left;
	padding-left: 25px;
	padding-right: 20px;

}

.recent_posts {

	border-left:1px dotted #F8e4ee;
	float:right;
	margin-bottom:5px;
	padding-left:20px;
	width:380px;

}

.recent_posts ul {

	margin-left: 5px;
	margin-bottom: 0;
	
}

.recent_posts li {

	margin-bottom: 5px;
	
}
.recent_posts h3 {
	
	color: #800d46;
	font-size:12px;
	margin-bottom:6px;

}

.fb_like {
	border-top:1px dotted #F8E4EE;
	float:left;
	margin-bottom:5px;
	margin-left:0;
	margin-right:29px;
	padding:10px 5px 5px 6px;
	width:313px;

}

h2#title_video {
	background: url(../img/video.gif) left bottom  no-repeat;
}

h2#title_foto {
	background: url(../img/foto.gif) left bottom  no-repeat;
}

#first-sidebar #similar-posts {
	padding: 15px;
}

#first-sidebar #similar-posts li {
	margin-bottom: 5px;
	width: 335px;
}

#first-sidebar #similar-posts li a:hover {
	text-decoration: none !important;
	border-bottom: 1px dotted !important;
}

#first-sidebar .widget_kbrss {
	background: url(../img/logo_lettere.jpg) left top  no-repeat;
	padding-top: 66px;
	padding-left:38px;
	padding-right:30px;
	width:300px;
	height: 245px;
}

#first-sidebar .widget_kbrss li {
	background: none;
}

.home-content-sidebar #rss-scroller, .home-content-sidebar .widget_kbrss {

	height: 53px;

}

#text-11 {
	margin-bottom: 0px;
	margin-left: 15px;
}

#sidebar #primary-sidebar {
	float:left;
	width:180px;
	margin-top: 10px;
}


#sidebar #secondary-sidebar {
	float: left;
	width: 183px;
	margin-top: 10px;
}

#sidebar #primary-sidebar {
	margin-left:4px;
	margin-right:4px;
}



#sidebar #secondary-sidebar .widget_wp_bannerize ul li{
	background: url(../img/background_bannerino.png) no-repeat top;
	padding-left: 4px;
	padding-top: 5px;
	height: 50px;
}

#sidebar #secondary-sidebar .widget_wp_bannerize ul li:hover {
	background: url(../img/background_bannerino_on.png) no-repeat top;
	
}


#sidebar #secondary-sidebar .widget_wp_bannerize ul li img {
	width: 175px;
	height: 44px;
	
}

#header #header-sidebar {
	height:105px;
	margin:9px 0 0 190px;
	width:755px;
	border: 1px solid #FFF;
	border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	-moz-border-radius:15px;
}

#header #header-sidebar img {
	/*margin: 3px 0 0 7px;*/
}

.home-content-sidebar {
	float:left;
	margin-right:15px;
	width:254px;
}


#home-content-sidebar-left {
	border-right: 1px dotted #F8E4EE;
}

#home-content-sidebar-left .leggi {

	margin-top: 34px;
	margin-right: 7px;
}

#home-content-sidebar-right .leggi {
	margin-top: 29px;
}

.home-content-sidebar a:hover {
	text-decoration: none;
	color: #800D46;
}

.home-content-sidebar a {
	color: #51555C;
}

.home-content-sidebar li:hover {
	/* background-color: #F2D0E2; */
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;

}


.home-content-sidebar li {
	background-image:none;
	padding: 0;

}
.home-content-sidebar h2 {
	padding-left: 40px;
	text-transform: uppercase;
	color: #800D46;

}

#kb-advanced-rss-3 {
	background: url(../img/attivita.gif) no-repeat top left;
	padding-top: 30px;
	cursor: pointer;
	cursor: hand;
}

#kb-advanced-rss-3 ul {
	margin: -1px 0 0;
}

#rss-6, #first-sidebar .events {
	background: url(../img/logo_agenda.jpg) no-repeat top left;
	padding-top: 55px;
	height: 260px;

}

#rss-6 a,  #first-sidebar .events a {
	color: red;
	border-bottom: 1px dotted;

}

#rss-6 a:hover , #first-sidebar .events a:hover {
	text-decoration: none;
	border-bottom: 1px solid;

}

#rss-6 ul, #first-sidebar .events ul {
	background: none;
	width: 310px;
	height: 35px;
	margin-left: 20px;
	margin-bottom: 10px;

}

#rss-6 ul li, #first-sidebar .events ul li{
	background: none;
	float: left;
	color: #ff9900;
	padding-left: 5px;

}

#rss-6 h2 {
	display: none;
}

.sub-header-sidebar {
/*	height:65px;
	margin:8px 15px 7px 12px;
	padding-bottom:1px;
*/
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.sub-header-sidebar a {
	color: #800D46;
	border-bottom: 1px dotted;
}

.sub-header-sidebar a:hover {

	color: #800D46;
	text-decoration: none;
	border-bottom: 1px solid;

}

#sub-header-sidebar-blog {
	display:none;
}

span.rss_post_title {
	
	margin-right:10px;
	
}

span.rss_post_date {
	margin-right: 10px;
	color:#800D46;
	border-bottom:1px dotted;
	font-weight:bold;

}



span.rss_post_read {
	border-bottom:1px dotted;
	color:#800D46;
	margin-left: 10px;
	font-weight: bold;
	font-style: italic; 
}

.sub-header-sidebar #sezioni-parlamento {
	border:1px dotted #F8E4EE;
	padding:8px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
}

.sub-header-sidebar #sezioni-parlamento li {
	float: left;
}

.sub-header-sidebar #sezioni-parlamento li#parlamento {
	padding-left:40px;
	padding-top:3px;
	background: url(../img/icona_parlamento.gif) top left no-repeat !important;
	width: 146px;

}

.sub-header-sidebar #sezioni-parlamento li#libe {
	padding-left:27px;
	padding-top:3px;
	background: url(../img/logo_LIBE.gif) top left no-repeat !important;
	width: 180px;

}

.sub-header-sidebar #sezioni-parlamento li#interrogazioni {
	padding-left:27px;
	padding-top:3px;
	background: url(../img/icona_interrogazione.gif) top left no-repeat !important;
	width: 100px;

}

#footer {
	/* background-color: #F2D0E2; */
	background-repeat:repeat-x;
	background-position:left top;
	clear: both;
	color: #999;
	padding: 32px 0 64px;
}
#footer a,
#footer a:visited {
	color: #CECFD1;
}
#footer .wrapper {
	overflow:hidden;
	padding-bottom:28px;
}
#footer p#generator-link {
	float:left;
	padding-top: 12px;
}
#footer p#developer-link {
	display:block;
	text-indent:-32697px;
}

#rss-scroller h2 {
	display: none;
}

#rss-scroller {
	margin: 0;
	padding-top: 30px;
	background: url(../img/header/comunicato_stampa.gif) no-repeat left top;
	cursor: pointer; 
	cursor: hand;

}

#header-sidebar .widget_categories, #header-sidebar .widget_wp_bannerize {

	width: 500px;

}

#header-sidebar .super-tags a{

	margin-left: 5px;
	margin-right: 5px;

}

#header-sidebar .super-tags {
	width: 250px;
	float: right;
	text-align: center;
	line-height: 23px;
}

#header-sidebar .super-tags a, #header-sidebar .super-tags a:visited {
	color: #800D46;
	border-bottom: none;
}

#header-sidebar .super-tags a:hover {
	border-bottom: 1px dotted !important;
	text-decoration: none;
}

#header-sidebar .widget_categories li {
	float: left;
	background: none;
}

#header-sidebar .widget_categories h2 {
	float: left;
}

#header-sidebar .widget_categories li a{
	color: #800D46;
}

#header-sidebar .widget_categories li a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.parlamento .widget_categories {
	background: url(../img/icona_parlamento.gif) left top no-repeat;
	padding-left: 30px;
	padding-bottom: 2px;
	width: 470px !important;
}

.comunicati .widget_categories {
	background: url(../img/icona_stampa.gif) left top no-repeat;
	padding-left: 30px;
	padding-bottom: 2px;
	width: 470px !important;
}
.lettere .widget_categories {
	background: url(../img/lettera.gif) left top no-repeat;
	padding-left: 30px;
	padding-bottom: 2px;
	width: 470px !important;
}

#home-content-sidebar-container-blog {
	height: 140px;
	margin-top:16px;
	margin-bottom: 5px;
}
/* Posts
 =============================== */

.entry-content .sociable a, .entry-content .sociable a:hover {
	border: none;
}

.post-bottom {
	/*border-top:1px dotted #F8F4EE;*/
	line-height:22px;
	margin-top:5px;
	padding-top:5px;
	padding-bottom: 15px;
}

.post-bottom span.autore {
	padding-right: 0;
	margin-right: 0;
}

.post-bottom span {
	background: none;
	padding-left: 0px;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px dotted #F8E4EE;
	padding-bottom: 3px;
	height: 20px;
}

.post-bottom span a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.post-bottom span.autore {
	font-weight: bold;
	border-right: none;
}

.post-bottom span .WP-EmailIcon,
.post-bottom span .WP-PrintIcon{
	vertical-align: middle;
}


.entry-title {
	color:#800D46;
	font-family:Arial,Sans-serif;
	margin-top: 10px;
}

.entry-content,
.entry-summary {
	overflow:auto;
}

.entry-content a {
	border-bottom: 1px dotted;
}

.entry-content a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

.hentry {
	position:relative;
}
.hentry .edit {
	background-color:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 11.5px;
	opacity:.60;
	padding:3px 5px 1px;
	left:-32697px;
	position:absolute;
	top:0;
}
.hentry:hover .edit,
.post:hover .edit-post,
.comment.hentry:hover .edit-comment {
	left: auto;
	right:0;
}
.hentry:hover .edit-comment {
	left:-32697px;
	right: auto;
}
.comment.hentry.bypostauthor:hover .edit-comment {
	top: 2px;
	right: 2px;
}
.edit a,
.edit a:visited,
.edit a:hover{
	color:#fff;
}
.full .full-content {
	clear:both;
	padding-top: 9px;
	width: 535px;
}
.full .pages-link,
.page-numbers {
	font-weight:bold;
}
.full .pages-link a,
a.page-numbers {
	border:1px solid #cecfd1;
	font-weight:normal;
}
.full .pages-link a,
.page-numbers{
	padding:2px 6px;
}
.full .pages-link a:hover {
	border-color:#999;
	text-decoration:none;
}
.full p.comments-link {
	float:right;
}

.hentry ul {
	margin-left: 20px;
}
.hentry ol {
	margin-left: 32px;
}

.archive {
	/*border-top: 1px dotted #cecfd1;*/
	list-style: none;
	margin: 1.5em 0 0;
}
.archive li {
	margin-bottom:0;
}
.archive .full {
	margin-top:18px;
}
.excerpt {
	background: url(../img/arrow-bullet.gif) no-repeat 0 12px;
	border-bottom: 1px dotted #cecfd1;
	color: #999;
	padding: 12px 146px 12px 20px;
	position:relative;
}
.excerpt strong.entry-title {
	font-size: 14px;
}
.excerpt strong.entry-title a,
.excerpt strong.entry-title a:visited {
	color: #51555c;
}
.excerpt strong.entry-title a:hover {
	color: #a00004;
	text-decoration: none;
}
.excerpt .date {
	margin-top:1.5em;
}
.excerpt p {
	margin:0;
}
.excerpt .date,
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span {
	display: block;
	width: 140px;
}
.excerpt .date,
.excerpt .comments-link {
	position:absolute;
	right:0;
	top:14px;
}
.search {
	border-top: 1px dotted #cecfd1;
	padding-top:18px;
}

form#frontendform #emailInput {
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border: 1px solid #ccc;
	margin-top: 3px !important;
	padding-left: 3px;
}

/* Comments and comment form
=================================== */

h2.comments-title {
	margin-top: 30px;
}

.commentlist{
	clear:both;
	list-style:none;
	margin:0 0 18px;
}
li.li-comment{
	background:transparent;
	margin:0;
	padding:0;
	position:relative;
}
li.li-comment li.li-comment {
	background:url(../img/comment-thread.gif) no-repeat 0 3px;
	padding-left:24px;
}
.commentlist .comment {
	margin-bottom:8px;
	overflow:hidden;
	padding:0 0 0 60px;
}
.commentlist .comment .photo img{
	margin-left:-60px;
	position:absolute;
}
.comment cite.fn {
	font-size:14px;
	font-weight:bold;
}
.comment .comment-content {
	overflow:hidden;
	margin-bottom:4px;
}
.comment .comment-content p:last-child,
.comment .comment-content p.last-child {
	margin-bottom:0;
}
.comment-meta {
	color:#999;
	font-size: 10.5px;
}
.comment-meta .date {
	float:right;
}
.comment-reply-link,
.comment-reply-link:visited,
.comment-reply-link:hover {
	background:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	color:#fff;
	font-size:9.5px;
	opacity:.7;
	padding:3px 5px 2px;
}
/* author comments */
.commentlist .bypostauthor {
	background-color:#efeff1;
	padding:8px 12px 6px 72px;
}

/* trackbacks and pingbacks */
.ping {
	border-top:1px dotted #cecfd1;
	padding:9px;
}
.ping .entry-summary,
.ping .entry-summary p {
	border:0;
	margin:0;
	padding:0;
}
form.comment-form {
	background-color: #F8E4EE;
	border:none;
	margin-bottom:8px;
	padding:9px;
	color: #800D46;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.comment-form label {
	color:#51555c;
	font-weight:bold;
}
.comment-form-user-info input {
	margin-right:9px;
	width:200px;
}
.comment-form em {
	color:#999;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
}
.comment-form textarea {
	height:9em;
	width:95%;
}

/* Sidebar and Widgets
============================== */

.titolo_evento {
	border-bottom: 1px dotted;
	font-weight: bold;
	color: red;
}

.fan_box .full_widget {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}


.widget .leggi {
	margin-top:5px;
	float: right;
}

.widget .postit {
	margin-top: -4px;
	margin-bottom: 3p;

}

.widget .postit a {
	color: #ff9900;
}

.widget .leggi a{
	border-bottom: 1px dotted;

}

.widget .leggi a:hover{
	border-bottom: 1px solid;
	text-decoration: none;

}

.widget {
	margin-bottom:5px;
	overflow:hidden;
	width:100%;
}
h2.widget-title,
.widget_search label {
	color:#800D46;
	font-size:1.16667em;
	line-height:1.28571;
	margin:0 0 0.583333em;
	text-transform:uppercase;
}
.widget li {
	margin:0;
}
.widget_search label {
	display:block;
	font-weight:bold;
}
.widget_search input {
	margin-bottom:6px;
}
#carrington-subscribe h2.widget-title {
	color:#999;
	float:left;
	font:normal 1.16666667em/1.28571429 helvetica, arial, sans-serif; /* 14 */
	margin:7px 0 0;
	text-transform:uppercase;
}
#carrington-about {
	padding-bottom:24px;
}
#carrington-about .about{
	background-color:#fff;
	overflow:hidden;
	padding:12px;
}
#carrington-about p {
	margin:0;
}
#carrington-about a.more,
#carrington-about a.more:visited {
	float:right;
}
#carrington-archives ul {
	border-top: 1px dotted #cecfd1;
}
#carrington-archives li {
	background-position:left 6px;
	border-bottom: 1px dotted #cecfd1;
}
#carrington-archives li a {
	display:block;
	padding:6px 0;
}
#sidebar ol {
	margin-left: 26px;
}

/* Misc
=================================== */

#footer p#developer-link a,
#footer p#developer-link a:visited {
	background:url(../img/footer/by-crowd-favorite-light.png) no-repeat left top;
	float:right;
	height:30px;
	text-indent:-32697px;
	width:270px;
}

#TB_secondLine {
	color:#999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
#TB_title{
	background-color: #51555c;
	color:#fff;
	font-size:11.5px;
	line-height:18px;
}
#TB_title a,
#TB_title a:visited {
	color:#fff;
}
a#TB_prev:hover,
a#TB_next:hover {
	height:100%;
}
a#TB_prev:hover {
	background:url(../img/lightbox/prevlabel.gif) no-repeat left center;
}
a#TB_next:hover {
	background:url(../img/lightbox/nextlabel.gif) no-repeat right center;
}

.tweetmemebutton {
	padding-top:1px;
}

.comment-bar {
	padding-left: 20px;
	background: url(../img/comments.gif) no-repeat left top;
	float: right;
	padding-left:26px;
	margin-top: -19px;
}

.post-bottom span.post-comment {
	padding-left: 23px;
	background: url(../img/comments.gif) no-repeat left top;
}

.post-header-print-email-comment {
	margin-top: 10px;
}

.post-header-print-email-comment a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.post_image {

	float:left;
	margin-bottom:10px;
	margin-right:65px;
	padding-left:8px;
	padding-top:8px;
}

.post_image img {
	width: 280px;
}

.yt-emb {

	background:transparent url(../img/background_video_post.png) no-repeat scroll left top;
	float:left;
	height:195px;
	margin-bottom:10px;
	margin-right:10px;
	padding-left:8px;
	padding-top:8px;
	width:336px;
}

.more-link {
	float: right;
}

.social-footer {
	margin-top: 15px;
}

