/*  

*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

hr {
	height:1px;
	color:#D8D8D8;	
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}






/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #666;
	background-image: url(images/sfondo-isola.jpg);
	background-position: left top;
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #FEE179;
}
a {
	color: #1f7bb6;
	text-decoration: underline;
	outline: none;
}


a:hover {
	text-decoration: underline;
}
.titolo-poesia {
	font-weight: bold;
	color: #FF2F2F;
}
.miniatura-video {
	float: left;
	margin-right: 6px;
	margin-left: 6px;
	height: 80px;
	width: auto;
}


.code {
	background-color: #E1E1E1;
	width: 80%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}


.singlepost {
	margin-top: 20px;
	margin-bottom: 40px;
	border: 2px solid #E4E4E4;
	border-radius:6px;
	padding: 10px, 5px, 10px 5px;
		height:auto;
}
.nuvola {
	margin-top: 12px;
	float:left;
	padding: 8px;
	clear: both;	
}
.promo {
	background-color: #FEEBAB;
	border: 1px solid #4FAFFF;
	color: #000;
	padding: 6px;
	height: 40px;
}

#pic {
}
#sfondo-poetico {}
#sfondo-poetico > img { position: absolute; left: 0; top: 0; display: none; }
.language {
	margin: 6px;
}

#sfondo-poetico > img:first-child { display: block; }

#gallery { position: relative; }
#gallery > img { position: absolute; left: 0; top: 0; display: none; }
#gallery > img:first-child { display: block; }


.readmore {
	background-color: #F4110B;
	height: 24px;
	width: 90px;
	border: 1px solid #000;
	color: #FFF;
	float:right;
	margin-bottom:35px;
	clear: both;
	padding: 3px;
}
.readmore a,.readmore a:link, .readmore a:visited {
	color: #FFF;
}

.divisore {
	height: 0px;
	margin-bottom: 16px;
	border: 1px solid #1BACE5;
}


.nero {
	color: #000;
	margin-bottom: 6px;
	margin-left: 4px;	
	
}

.navigazione {
	margin-bottom: 15px;
	border: 1px dashed #CCC;
	font-size: 0.9em;
	background-color: #FEE179;
	color: #000;
	height: 38px;
	margin-top: 0px;
	padding-top: 6px;
}

.navigazione a, .navigazione a:link, .navigazione a:hover, .navigazione a:visited {
	
color:#000000;	
	
}

.rigapoesia {
	height: 70px;
	width: 250px;
	border: 1px solid #000000;
	border-radius:8px;
	padding: 3px;
	margin: 8px 12px 8px 12px;
	float: left;
	background-color: #FFFFFF;
	color: #0054A8;
	line-height: 20px;
	font-size: 0.9em;
}
.linkback {
	background-color: #FF2F2F;
	height: 18px;
	width: 120px;
	border: 1px solid #000;
	display: block;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.video-responsive {
position: relative;
padding-bottom: 56.25%;
padding-top: 35px;
height: 0;
overflow: hidden;
}

.video-responsive iframe {
position: absolute;
top:0;
left: 0;
width: 94%;
height: 100%;
}




.linkback a:, .linkback a:hover, .linkback a:visited  {

color:#FFFFFF;

}
.rigapoesia a {
	
	color:#D30C34;
	font-weight: bold;

	font-family: Verdana, Arial, Helvetica, sans-serif, "Palatino Linotype";
}

p {
	margin: 0 0 1.2em;
	padding: 2px;
	line-height: 30px;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}

/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #F00;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
	color:#FF0000;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
input[type=text], input[type=password], textarea, input[type=search],input[type=email] {
	background: #f3f3f3;
	border: solid 1px #ddd;
	padding: 6px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}
input[type=text], input[type=search] {
	width: 240px;
	max-width: 90%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}
#header2 {
	height: 200px;
	background-color: #000;
}

.testopoesia {
	font-size: 1em;
	font-style: italic;
	line-height: 2em;
	font-weight: normal;
	color: #06F;
}


/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus {
	outline: none;
	background: #f9f9f9;
}

/* form button */
input[type=reset], input[type=submit], button {
	background: #333;
	color: #fff;
	border: none;
	padding: 7px 20px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #000;
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
/* main page width */
.pagewidth {
	width: 1240px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* body (middle container) */
#body {
	width: 1240px; /* same as pagewidth */
	margin: 0 auto;
	max-width: 100%;
}

/* content */
#content {
	width: 982px;
	min-height:600px;
	height: auto;
	float: right;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 3%;
	padding-left: 0;
	border-radius: 2px 2px 4px 6px;
	margin-top: -10px;
	font-size: 120%;
}

#content p {
	font-size:125%;
}

/* sidebar */
#sidebar, #sidebar-blog {
	width: 258px;
	float: left;
	padding-top: 2%;
	padding-right: 0;
	padding-bottom: 3%;
	padding-left: 0;
	border-right-color: #000000;
	background-color: #0078d7;
	margin-top: 0em;
	margin-bottom: 15px;
	border-radius: 0px 0px 6px 6px;
}


#sidebar a, #sidebar-blog a {
	
	
text-decoration:none;	
	
}

.titolo-post a {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #F00;
}
.titolo-evidenza {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FC0B0B;
}





/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar none */
.sidebar-none #content {
	width: 100%;
	float: none;
}

/************************************************************************************
GRID
*************************************************************************************/
.col,
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	float: left;
	margin-left: 30px;
}
.col4-1 {
	width: 222px;
}
.col4-2, .col2-1 {
	width: 474px;
}
.col4-3 {
	width: 726px;
}
.col3-1 {
	width: 306px;
}
.col3-2 {
	width: 642px;
}

/* first col */
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 300px;
	background-color: #FFF;
	padding-bottom: 8px;
	background-image: url(https://www.isoladellapoesia.com/images/isoladellapoesia-banner.jpg);
	background-repeat: repeat-x;
	background-position: 100px 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header-en {
	position: relative;
	height: 300px;
	background-color: #FFF;
	padding-bottom: 8px;
	background-image: url(https://www.isoladellapoesia.com/en/images/poetry-island-banner.jpg);
	background-repeat: repeat-x;
	background-position: 100px 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





#header-h {
	position: relative;
	height: 300px;
	background-color: #000;
	background-repeat: repeat-x;
	background-position: 0px 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

#pic {
	margin: 0px;
	padding: 0px;
}

#slide {
	position: relative;
	height: 250px;
	background-color: #FFF;
	background-image: url(https://www.isoladellapoesia.com/images/isoladellapoesia-testata.jpg);
	background-repeat: repeat-x;
	background-position: 100px 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* 
SITE LOGO
================================================ */
#site-logo {
	position: absolute;
	top: 20px;
	font-size: 36px;
	margin: 0;
}
#intestazione-bianca {
	background-color: #FFF;
	height: 54px;
	border: 1px solid #000;
}
#intestazione-left {
	float: left;
	width: 60%;
}

#intestazione-right {
	float: left;
	width: 40%;
	padding-top: 2px;
	text-align: left;
	font-size: 0.9em;
	color: #000;
}


#site-logo a {
	text-decoration: none;
}
#site-logo a:hover {
	text-decoration: none;
}

/* 
SITE DESCRIPTION
================================================ */
#site-description {
	position: absolute;
	top: 75px;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
	margin-left:12px;
	float:left;
}
.blog-title {
	font-weight: bold;
	color: #F4080A;
}


/* 
SEARCH FORM
================================================ */
#header #searchform {
	position: absolute;
	right: 0;
	top: 40px;
	width: 160px;
}
#header #searchform #s {
	width: 100px;
	color: #a5a099;
	background: #eee url(images/search.png) no-repeat 8px center;
	border: solid 1px #ddd;
	padding-left: 28px;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#header #searchform #s:focus {
	width: 140px;
	color: #333;
}

/* 
MAIN NAVIGATION
================================================ */
#main-nav {
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 100;
	background-color: #0078D7;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 62px;
	
}
#main-nav li {
	list-style: none;
	float: left;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	
}

/* main level link */
#main-nav a {
	
	float:left;
	display: block;
	text-decoration: none;
	font-size:1.5em;
	margin-top: 0;
	margin-right: 18px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 16px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FFF;
	height: 25px;
	font-weight: normal;
	
}
/* main level link :hover */
#main-nav a:hover, #main-nav li:hover > a {
	color: #FFF;
	background-color: #FF0000;
	border-radius:8px;
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background: #333;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #fff;
}

/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, #main-nav li:hover > ul a  {
	color: #666;
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	text-transform: none;
	padding: 6px 6px 6px 15px;
	margin: 0;
	display: block;
	width: 180px;
	background: none;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav li:hover > ul a:hover {
	background: #F3F3F3;
	color: #000;
	color: black;
}
/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background: #fff;
	border: solid 1px #ccc;
	z-index: 100;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: -2px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 15px;
	padding: 0;
	font-size: 300%;
	line-height: 110%;
}

.category-section {
	clear: both;
	margin-bottom: 30px;
}
.category-section-title {
	font-size: 120%;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 10px 0 0;
	border-top: double 4px #ccc;
}

.post {
	box-shadow: 1px 4px 5px #888888;
	background-color: #FFF;
	margin: 0px 0px 5px 0px;
	padding: 8px 20px 14px 4px;
	border: solid 1px #CCCCCC;
	
	
}

/* post content */
.post-content {
	min-width: 120px;
	background-color: #FFF;
	text-align: justify;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8;
	padding-left: 13px;
	line-height: 16px;
	
}

.post-content li {
	
	margin-bottom:20px;
	font-size: 120%;
}

/* post title */
.post-title {
	font-size: 1.2em;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0ox 0px 14px 0px;
	height: 2.2em;
}
.post-title a {
	color: #FF2F2F;
}
.avviso-black {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

/* post image */
.post-image {
	margin: 0 0 5px;
}
.didascalia {
	text-align: left;
	float: left;
	padding: 6px 8px 8px 0px;
	margin-left: 0px;
}

.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}


.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
.post-meta {
	margin: 0 0 7px;
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-comment a {
	background: url(images/post-comment.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
}

/* grid4 post */
.grid4 .post {
	width: 222px;
	margin-left: 30px;
	float: left;
}
.sidebar1 .grid4 .post {
	width: 23%;
	margin-left: 2.5%;
}
.grid4 .post-title {
	font-size: 120%;
	margin: 0 0 3px;
	padding: 0;
}

/* grid3 post */
.grid3 .post {
	width: 306px;
	margin-left: 30px;
	float: left;
}
.sidebar1 .grid3 .post {
	width: 23%;
	margin-left: 3.5%;
}
.grid3 .post-title {
	font-size: 140%;
	margin: 0 0 3px;
	padding: 0;
}

/* grid2 post */
.grid2 .post {
	width: 474px;
	float: left;
	margin-left: 30px;
}
.sidebar1 .grid2 .post {
	width: 48%;
	margin-left: 3.75%;
}
.grid2 .post-title {
	font-size: 150%;
	margin: 0 0 3px;
	padding: 0;
}

/* grid2-thumb post */
.grid2-thumb .post {
	width: 48%;
	margin-left: 4%;
	float: left;
}
.grid2-thumb .post-title {
	margin: 0 0 5px;
	font-size: 150%;
}
.grid2-thumb .post-image {
	float: left;
	margin: 5px 14px 10px 0;
}
.grid2-thumb .post-content {
	overflow: hidden;
}

/* list thumb post */
.list-thumb-image .post-image {
	float: left;
	margin: 7px 16px 10px 0;
}
.list-thumb-image .post-content {
	overflow: hidden;
}

/* list large image */
.list-large-image {
	padding: 25px 0 15px;
}
.list-large-image .post-image {
	float: left;
	margin: 7px 22px 10px 0;
}
.list-large-image .post-title {
	font-size: 200%;
	margin: 0 0 5px;
	padding: 0;
}
.list-large-image .post-content {
	overflow: hidden;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	font-size:.9em;
	margin-bottom: 15px;
}

.video-responsive {
position: relative;
padding-bottom: 56.25%;
padding-top: 35px;
height: 0;
overflow: hidden;
}

.video-responsive iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}



/************************************************************************************
POST EMBEDS (css for various fluid elements)
*************************************************************************************/
.twitter-tweet-rendered {
max-width: 100% !important;
}
/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
	background-color: #03F;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #000;
}
.pagenav .current {
	text-decoration: none;
}

.widget1, .widget2, .widget3, .widget1b, .widget2b, .widget3b {
	
	
	margin-left: auto;
	margin-right: auto;
	border-radius:5px;
	box-shadow: 4px 4px 5px #888888;
}


.widget1 a:link, .widget2 a:link, .widget3 a:link {



color:#000000;


}


.widget1 a:visited, .widget2 a:visited, .widget3 a:visited {



color:#000000;


}


.widget1 {
	word-wrap: break-word;
	margin-top: 1em;
	margin-bottom: 30px;
	background-color: #4FAFFF;
	padding: 6px;
	border: 1px solid #175E8C;
	background-image: url(images/butterfly.png);
	background-repeat: no-repeat;
	background-position: 90% 0px;
	width: 85%;
}

.widget1b {
	word-wrap: break-word;
	margin-top: 1em;
	margin-bottom: 10px;
	background-color: #4FAFFF;
	padding: 6px;
	border: 1px solid #175E8C;
	background-image: url(blog/images/book-icon.png);
	background-repeat: no-repeat;
	background-position: 98% 0px;
	width: 85%;
}

.widget1b a, .widget1b a:link, .widget1b a:hover {
	
	color:#000000;
	
}

.widget2b a, .widget2b a:link, .widget2b a:hover {
	
	color:#000000;
	
}

.widget2{
	word-wrap: break-word;
	margin-top: 0em;
	margin-bottom: 2em;
	padding: 6px;
	border: 1px solid #175E8C;
	color: #FFF;
	background-image: url(images/pen.png);
	background-repeat: no-repeat;
	background-position: 100% 4%;
	width: 85%;
	background-color: #FEE179;
}
.widget2b {
	word-wrap: break-word;
	margin-top: 0em;
	margin-bottom: 2em;
	padding: 6px;
	border: 1px solid #175E8C;
	color: #FFF;
	background-image: url(blog/images/pages.png);
	background-repeat: no-repeat;
	background-position: 98% 4%;
	width: 85%;
	background-color: #FEE179;
}


.widget3{
	word-wrap: break-word;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	padding: 6px;
	border: 1px solid #175E8C;
	background-color: #4FB9FF;
	color: #FFF;
	background-image: url(images/pen.png);
	background-repeat: no-repeat;
	background-position: 100% 4%;
	width: 85%;
}

.widget1 a:link {
	font-size:1.2em;
	
	
}
.widget2 a:link {
	
	font-size:1.2em;
}

.widget3 a:link {
	color:#000000;
	font-size:1.2em;
}

.widgettitle {
	margin: 0 0 10px;
	padding: 0;
	font-size: 1.3em;
	color: #000;
}
.widgettitle2 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 1.3em;
	color: #000;
}

.widget1 ul, .widget2 ul, .widget3 ul, .widget1b ul, .widget2b, , .widget3b ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget1 li, .widget2 li, .widget3 li, .widget1b li, .widget2b li, .widget3b li {
	list-style-type: none;
	margin: 0;
	padding: 6px 0;
	clear: both;
	
}



/************************************************************************************
WIDGET STYLES
*************************************************************************************/

/* feature posts widget */
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 4px 12px 10px 0;
	float: left;
}

.widget .feature-posts-list .feature-posts-title {
	margin: 4px 0 3px;
	color: #FFF;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
}


/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
}

/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 93%;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	border-top: solid 1px #ccc;
	border-radius:80px 80px 0px 0px;
	background-color: #0078D7;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	width:1044px;
	
	
}

/* back to top */
.back-top {
	clear: both;
	float: left;
	margin-top: -3px;
}
.back-top a {
	background: #000 url(images/arrow-up.png) no-repeat center center;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 10px 10px 0;
	text-indent: -900em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;	
}
.back-top a:hover {
	background-color: #333;
}

/* footer nav */
.footer-nav {
	margin: 7px 0 10px;
	padding: 0;
	text-align: left;
}
.footer-nav li {
	padding: 0;
	margin: 0 8px 5px 0;
	list-style: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/* footer text */
.footer-text {
	font-size: 90%;
	clear: both;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.commento-poesia {
	line-height: 40px;
	color: #000;
}

.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}


/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }
.one {
	font-size:1.2em;
	color:#FFFFFF;
	padding: 14px;
	text-align: justify;
	line-height: 2em;
	font-weight: bold;
}
.one a:link, .one a:hover, .one a:visited {
	color:#FFFF99;
	font-size:1.2em;
	text-decoration:underline;
}

.avviso {
	
	
	font-size: 11px;
	display:block;
	background-color: #FFFFD7;
	color: #003399;
	width: 89%;
	max-width:89%;
	margin-left: 1px;
	margin-bottom: 16px;
	clear: both;
	
	border: 1px dashed #C0C0C0;
	line-height: 16px;
	margin-top: 6px;
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding: 12px 8px 0px 23px;
	
}

.infodata {
	
	font-size: 0.9em;
	color: #003399;
	width: 92%
	margin:6px 0px 16px 12px;
	clear: both;
	height: 40px;
	padding: 6px 0px 0px 0px;	
	border: 1px dashed #C0C0C0;
	line-height: 16px;
	background-color: #FFFFD5;
}

.nav-biblioteca {
	font-size: 12px;
	margin-bottom: 12px;
	clear: both;
	padding-top: 8px;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 8px;
}

.nav-biblioteca a, nav-biblioteca a:link, .nav-biblioteca a:visited {
	font-size:104%;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
	padding-left: 4px;
	border: 1px solid #999;
	border-radius:88px;
	height: 28px;
	background-color: #FF2F2F;
	float: left;
	width: 16%;
	margin-right: 20px;
	text-align: center;
	margin-top: 0px;
	padding-top: 8px;
	
}
