/*
Theme Name: PU24it 2013
Theme URI: http://www.mygraphicsweb.it/
Description: Easy press for your magazine.
Version: 1.0 beta
Author: Stefano Pascazi
Author URI: http://www.mygraphicsweb.it/
Tags: pink, pink, pink, pink
Text Domain: PU24it 2013 theme based on Default wordpress theme

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php


html {
    -pie-load-path: "http://www.pu24.it/PIE.htc";
}*/


/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	background: #fff url(images/bg.jpg) top center no-repeat;
	color: #333;
	text-align: center;
/*background-size:100%;0074AF*/
background-position-y: 29px;
	}

#page {
	text-align: left;
	}

#header {
	background: #73a0c5 ;
	}


#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}
.fullwidth .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry, .fullwidth .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.fullwidth {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background:#fff;
	/* IE10 */
background-image: -ms-linear-gradient(top, #fff 0%, #e5e5e5 100%); 
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%); 
/* Opera */
background-image: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%); 
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #fff), color-stop(1, #e5e5e5)); 
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%); 
/* Regola standard */
background-image: linear-gradient(top, #fff 0%, #e5e5e5 100%);
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}
#sidebar2 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}
#sidebar3 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #e1007a;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #e1007a;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
	
.opacita {
	opacity:1;
}
.opacita :hover {
	opacity:0.7;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 180px auto 0px auto; /*210px top */
	padding: 0;
	width: 1000px;
	/*box-shadow:#333 0 0 30px;*/
	}

#header {
	/* IE10 */
background-image: -ms-linear-gradient(top, #e5e5e5 0%, #fff 100%); 
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #e5e5e5 0%, #fff 100%); 
/* Opera */
background-image: -o-linear-gradient(top, #e5e5e5 0%, #fff 100%); 
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #e5e5e5), color-stop(1, #fff)); 
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #fff 100%); 
/* Regola standard */
background-image: linear-gradient(top, #e5e5e5 0%, #fff 100%);
	margin: 0;
	padding: 0;
	width: auto;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 10px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 5px;
	width: 685px; /* ex 635 */
	float:left;
	}

.fullwidth {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 5px;
	width: 940px;
	float:left;
	}

.post {
	margin: 0 0 10px;
	text-align: left;
	border-bottom:#ddd 1px solid;
	float:left;
	width:100%;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}
	
.fullwidth .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.fullwidth .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.fullwidth .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.fullwidth .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 0 50px 0;
	float:left;
	width: 1000px; /* ex 960 */
	clear: both;
	box-shadow:#333 0 0 30px;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 0 0 5px 0;
	padding: 10px;
	background:#ccc;
	/* IE10 */
background-image: -ms-linear-gradient(top, #ccc 0%, #ddd 100%); 
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #ccc 0%, #ddd 100%); 
/* Opera */
background-image: -o-linear-gradient(top, #ccc 0%, #ddd 100%); 
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ccc), color-stop(1, #ddd)); 
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #ccc 0%, #ddd 100%); 
/* Regola standard */
background-image: linear-gradient(top, #ccc 0%, #ddd 100%);
	color: #e1007a;
	font-weight:bold;
	}
#sidebar2 h2 {
	margin: 0 0 5px 0;
	padding: 10px;
	background:#ccc;
	/* IE10 */
background-image: -ms-linear-gradient(top, #ccc 0%, #ddd 100%); 
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #ccc 0%, #ddd 100%); 
/* Opera */
background-image: -o-linear-gradient(top, #ccc 0%, #ddd 100%); 
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ccc), color-stop(1, #ddd)); 
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #ccc 0%, #ddd 100%); 
/* Regola standard */
background-image: linear-gradient(top, #ccc 0%, #ddd 100%);
	color: #e1007a;
	font-weight:bold;
	}
#sidebar3 h2 {
	margin: 0 0 5px 0;
	padding: 10px;
	background:#ccc;
	/* IE10 */
background-image: -ms-linear-gradient(top, #ccc 0%, #ddd 100%); 
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #ccc 0%, #ddd 100%); 
/* Opera */
background-image: -o-linear-gradient(top, #ccc 0%, #ddd 100%); 
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ccc), color-stop(1, #ddd)); 
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #ccc 0%, #ddd 100%); 
/* Regola standard */
background-image: linear-gradient(top, #ccc 0%, #ddd 100%);
	color: #e1007a;
	font-weight:bold;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* stary second sidebar */
#sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
	}

#sidebar2 ul ul, #sidebar2 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar2 ul ol li {
	list-style: decimal outside;
	}

#sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* start third sidebar */
#sidebar3 ul, #sidebar3 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar3 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	border-bottom:#ccc 1px solid;
	}

#sidebar3 ul p, #sidebar3 ul select {
	margin: 5px 0 8px;
	}

#sidebar3 ul ul, #sidebar3 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar3 ul ul ul, #sidebar3 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar3 ul ol li {
	list-style: decimal outside;
	}

#sidebar3 ul ul li, #sidebar3 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	float:left;
	min-width:275px;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 10px;
	float:left;
	width: 200px; /* ex 185 */
	margin-right:5px; /* questo non c'era */
	}

#sidebar img {
	max-width:185px;
	margin:5px 0;
}

#sidebar ins {
	max-width:185px;
	margin:5px 0;
}

#sidebar2
{
	padding: 20px 0 10px 15px;
	float:left;
	width: 300px; /* ex 285 */
	}
#sidebar2 img {
	max-width:285px;
}

#sidebar2 ul li ins {
	max-width:285px;
	left:10px;
}


#sidebar3
{
	padding: 20px 0 10px 5px;
	float:left;
	width: 300px;
	}
#sidebar3 img {
	max-width:285px;
}

#sidebar3 ul li ins {
	max-width:285px;
	left:10px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.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;
	-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;
}
#top-banner {
	width:100%;
	background:#666;
	margin:0;
	position:absolute;
	top:0;
	border-bottom:#555 1px solid;
	/*box-shadow: #333 0 0 30px;*/
}

.search-bar {
	position:relative;
	float:right;
	color:#fff;
	top:22px;
}
input[type="submit"] {
	padding:4px 20px;
	background:#e1007a;
	border:1px solid #333;
	color:#fff;	
}
input[type="submit"]:hover {
	border:#aaa 1px solid;
}
.intestazione {
	float:left;
	position:relative;
	color:#fff;
	font-size:12px;
	line-height:40px;
	font-family:Arial, Helvetica, sans-serif;
	top:22px;
}
.intestazioneR {
	float:right;
	position:relative;
	right:10px;
	color:#fff;
	font-size:12px;
	line-height:40px;
	font-family:Arial, Helvetica, sans-serif;
	top:22px;
}
#logo {
	position:relative;
	float:left;
	left:1px;
}
#blocco-header {
	width:696px;
	position:relative;
	float:right;
	right:34px;
	top:20px
}
#social {
	position:relative;
	float:left;
	top:25px;
}
#social img {
	margin-right:10px;
}

/* CUSTOM WIDGET MULTI AREA DON'T EDIT THIS */
.top-header-widget {
	width:696px;
	height:100px;
}
.top-header-widget ul,
.top-header-widget li {
	margin:0;
	padding:0;
}
.top-header-widget li {
	list-style:none;
}

.top-title {
}
.index {
	max-width:450px;
	overflow:hidden;
	margin:10px 0;
	float:left
}
.index img {
	max-width:450px;
}
.widget-after-top {
	width:515px;
	margin:5px 8px;
	float:left;
	height:70px;
	overflow:hidden;
}
.widget-after-top img {
	max-width:515px;
	float:right;
}
/************************************FOOTER WIDGET****************************/
.footer-top {
	width:1000px; /* ex 960 */
	margin:10px 0;	
	box-shadow:#333 0 0 30px;
}
.footer-top img {
	max-width:1000px; /* ex 960 */
}
.footer-top ul {
	margin:0;
	padding:0;
}

.footer-top-title {
}

.footer-after {
	width:230px;
	float:left;
	padding:0;
	margin:20px 0 10px 5px;
	border-left:#ddd 1px dotted;
}
.footer-after ul {
	margin:0;
	padding:0;
	min-height:110px;
}
.footer-after ul li {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
	padding:2px 10px;
	margin-left:10px;
}
.footer-after ul li a{
	list-style:none;
	color:#e1007a;
	text-transform:uppercase;
}

.footer-after-title {
	margin:5px;
	padding:0;
	text-align:left;
	font-size:14px;
	text-transform:uppercase;
	color:#333;
}

/*************************************************************************************/
#vertical-scroll-recent-post {
	background:#f7f7f7;
	padding:0 5px;
}
.vsrp_div {
	border-bottom:1px solid #ccc;
	height:50px;
}
.vsrp_div a {
	color:#333;
	font-weight:600;
	
}
#love {
	float:right;
	position:relative;
	top:10px;
}
.credits {
	color:#333;
	position:relative;
	top:-54px;
	z-index:-1;
	float:left;
}
.credits img{
	position:relative;
	top:7px;
}
.entry-img {
	margin: 0 10px 0 0;
	float:left;
}

.titolo-grigio-grigio
{
 	background: url("images/bg_titologrigio.gif") repeat-x scroll 0 0 transparent;
    color: #605F5F;
    display: block;
    font-size: 10px;
    height: 24px;
    padding: 5px;
    text-transform: uppercase;
	visibility:visible;

}

.titolo-grigio-grigio a:link, .titolo-grigio-grigio a:visited
{
    color: #666;
}
.upw-image {
float: left;
margin-right: 5px;
}
/* mini menu tabs in jquery per la foto del giorno */

ul.tabs {
    display:block;
    list-style:none;
    margin:0 auto;
    position:relative;
    z-index:2;
    }
ul.tabs li {
    float:left;
    margin:1px 1px;
	background:#f9f9f9;
	
    }
ul.tabs li.active a {
    border-top:1px solid #E6E6E6;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
    background:#e1007a;
	color:#fff;
    }
ul.tabs li a {
    display:block;
    padding:5px 15px;
    border-top:1px solid #E6E6E6;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
    position:relative;
    color: #e1007a;
    font-weight:bold;
    }
ul.tabs li a, {
    background-color: #f9f9f9;
    }
ul.tabs li a:hover {
    background-color: #ccc;
    }
.contenitore_tabs {
    clear:both;
	margin-bottom:10px;
    padding:10px 0 0 0;
	border:#ddd 1px solid;
	background:#f9f9f9;
    }
/* mini menu tabs in jquery per i video */

ul.vids {
    display:block;
    list-style:none;
    margin:0 auto;
    position:relative;
    z-index:2;
    }
ul.vids li {
    float:left;
    margin:1px 1px;
	background:#f9f9f9;
	
    }
ul.vids li.active a {
    border-top:1px solid #E6E6E6;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
    background:#e1007a;
	color:#fff;
    }
ul.vids li a {
    display:block;
    padding:5px 15px;
    border-top:1px solid #E6E6E6;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
    position:relative;
    color: #e1007a;
    font-weight:bold;
    }
ul.vids li a, {
    background-color: #f9f9f9;
    }
ul.vids li a:hover {
    background-color: #ccc;
    }
.contenitore_vids {
    clear:both;
	margin-bottom:10px;
    padding:10px 0 0 0;
	border:#ddd 1px solid;
	background:#f9f9f9;
    }



/* start vetrina */
#vetrina {
	width:1000px; /*  ex 960 */
	margin:0 auto 10px auto;
	background:#fff;
}

.boxy {
	margin:5px;
	float:left;
}
.box-title {
	width:100%;
	height:100%;
	position:absolute;
	z-index:9999;
	left:0px;
	bottom:0px;
	opacity:0;
	font-size:13px;
	line-height:200%;
}
.box-title:hover {
	opacity:1;
	background:rgba(0,0,0,0.4);
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}


#vetrina h2 {
	color: #e1007a;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 5px;
	background: #f9f9f9;
	border-top: #f1f1f1 1px solid;
	border-bottom: #f1f1f1 1px solid;
	font-size:24px;
	text-align:left;
	
}
.navigation p {
	float:left;
}
/* end vetrina */ 
/* custom */
#rss-2 ul li {
	border-bottom: #ccc 1px solid;
	margin: 16px;
	height: 50px;
}
/* social plugin pro custom edit */
#wp-social-toolbar-show-box, #wps-toolbar-content #wps-toolbar-bottom #wpsc-social-accounts img, #wps-toolbar-content #wps-toolbar-bottom, .wpcs-share-icons {
	border:none;
}
#wps-toolbar-content #wps-toolbar-bottom {
	border-top:none;
}
#wp-social-toolbar-show-box {
	border:none;
}
#wp-social-toolbar-show-box {
	border-bottom:none;
}
/* ngg css custom */
.slideshowlink {
	visibility:hidden;
}

.autore {
	position: relative;
float: left;
margin: 10px 0 0 0px;
}
.data {
	position: relative;
	right:-400px;
	top:10px;
	font-style:italic;
}
/********************************* POP UP **************************************/

.popup-overlay {
	width:100%;
	height:100%;
	position:fixed;
	background: rgba(0,0,0, .35);
	left:100%;
	top:0;
	opacity:0;
}
.overlay .popup-overlay {
	opacity:1;
	left:0;
}
.popup {
	width:750px;
	height:278px;
	position:fixed;
	top:30%;
	left:20%;
	right:20%
	z-index:-9999;
	background:#fff /* url(images/banner.jpg) center center no-repeat*/;
	border-radius:20px;
	padding:20px;
	border:#333 1px solid;
	display:none;
}
.visible {
	z-index:9999;
	display:block
}
.testo, .x {
	float:left;
}
.testo {
	width:100%;
}
.x {
	width: 50px;
height: 50px;
background: #fff;
position: relative;
border-radius: 50px;
top: -321px;
right: -743px;
text-align: center;
font-size: 20px;
line-height: 46px;
}
#popup-bottom {
	position:fixed;
	bottom:0;
	height:100px;
	width:1000px;
	left:50%;
	margin-left:-500px;
	background:trasparent;
	z-index:99999;
	border:#333 1px solid;
}
#popup-bottom a img  {
	margin-top:-12px;
}
a.close {
  position: absolute;
  right: -6px;
  top: -12px;
  font-size: 14px;
  background: #000;
  padding: 5px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}
div#link a {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#content, #sidebar, sidebar2, #sidebar3, #vetrina, #footer, .credits {
  position: relative;
  z-index: 3;
}
#sidebar ul, #sidebar p, #sidebar ol, #sidebar h2 {
	position:relative;
	z-index:3;
}
#sidebar2 ul, #sidebar2 p, #sidebar2 ol, #sidebar2 h2 {
	position:relative;
	z-index:3;
}
#sidebar3 ul, #sidebar3 p, #sidebar3 ol, #sidebar3 h2 {
	position:relative;
	z-index:3;
}