/*   
Theme Name: us/them/yours
Theme URI: http://www.usthemyours.com
Description: a-brief-description
Author: us/them/yours
Author URI: http://www.usthemyours.com
Version: 2.0
*/
/*@import url(http://www.simonevergeat.com/wp-content/themes/simonevergeat/fonts/fonts.css) all;
*/
body {
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#666;
	letter-spacing:0.01em;
	overflow-x:hidden;
}
/* To make all content fadeIn */
#effect {
	display:none;
}
/* Header */
#header {
	position:fixed;
	z-index:1000;
	width:100%;
	height:135px;
	background:url(elements/topgradient.jpg) top left repeat-x #FFF;
	opacity:0.9;
	overflow: hidden;
	min-width: 600px;
}
/* Parte sinistra dell'header: logo, intestazione ecc..*/
#blogheader {
	position:relative;
	float:left;
	width:190px;
	margin-top:5px;
	margin-left:15px;
}
#logo {
	position:relative;
	float:left;
	width:100%;
	margin:5px 0 0 0;
}
#logo a {
	color:#333;
}
#logo img {
	padding:10px 0 0 13px;
}
#info {
	position:relative;
	float:left;
	margin-left:10px;
	width:310px;
	height:100%;
}
#info p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	margin:0;
}
/* Parte destra dell'header: logo, intestazione ecc..*/
#uty {
	position:relative;
	float:left;
	width:308px;
	margin-left:10px;
	padding-top:60px;
}
#uty ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#uty ul li {
	display:block;
	float:left;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-style:italic;
	font-size:42px;
	text-transform:lowercase;
}
#uty ul li a {
	color:#000;
	text-decoration:none;
}
#uty ul li a:hover {
	color:#EEE;
}
#uty li:before { 
	content:"/";
	color:#000;
	}
*:first-child+html #uty li:before {
	content:"/";
	color:#000;
	}
#uty li:first-child:before { 
	content:""; 
	}
*:first-child+html #uty li:first-child:before {
	content:"";
	}
#uty li:last-child:after {
	content:"";
	}
*:first-child+html #uty li:last-child:after {
	content:"";
	}
#uppermenu {
	position:relative;
	float:left;
	margin-left:10px;
	padding-top:55px;
	width:292px;
	z-index:1000;
}
#button {
	float:right;
	width:80px;
	margin:0;
}
.buttonbody {
	width:100%;
	background-color:#333;
}
.buttonbottom {
	width:100%;
	height:7px;
	background-color:#333;
}
.slide {
	background: url(elements/pennina.jpg) no-repeat top;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	text-align:center;
	margin:0;
	padding-top:42px;
}
.slide a {
	color:#FFF;
}
.slide a:hover {
	text-decoration:underline;
}
#top-panel {
	background-color:#333;
	display:none;
	height:105px;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}
#maincontainer {
	width:100%;
}
#middlecontainer {
	overflow:auto;
}
/* Sidebars */
#sidebar {
	float:left;
	width:175px;
	margin:150px 0 0 15px;
	padding:10px 0 0 0;
	border-top:1px solid #999;
}
#sidebar h3 {
	color:#333;
}
#sidebar hr {
	margin-left:3px;
	color:#CCC;
}
#sidebar ul {
	list-style:none;
	margin:0 30px 0 0;
	padding:0;
}
#sidebar ul li {
	line-height:16px;
	padding-left:5px;
}
#sidebar a {
	text-decoration:underline;
	color:#666;
}
#sidebar a:hover {
	text-decoration:underline;
	color:#000;
}
#sidebar_top {
	padding:5px 15px 5px 15px;
}
#container {
	margin:150px 0 40px 0;
	min-width:770px;
	overflow:auto;
}
/* Box per ogni singolo post */
.entry {
	padding:0 5px 5px 5px;
}
.main .entry-title h2 {
	display:block;
	padding-right:15px;
}
.main {
	float:left;
	padding:5px;
	margin:0 0 5px 10px;
	border-top:1px solid #999;	
}
.main p {
	margin-top:4px;
	margin-bottom:10px;
	color:#666;
}
.main a {
}
.main a:hover {
	text-decoration:underline;
}
.main h2 {
	margin-top:5px;
}
.main h2 a:hover {
	text-decoration:none;
	color:#999;
}
.main img {
	margin-top:5px;
	margin-bottom:4px;
}
.single {
	float:left;
	padding:0 0 0 5px;
}
.single .entry {
	border-top:1px solid #999;
}
.single .entry h2 {
	font-size:20px;
	margin:10px 0 0 0;
	padding:5px 0 5px 0;
}
.single .entry p {
/*	padding:0 20px 5px 0;
	font-size:12px;
	line-height:17px;*/

	    padding: 0 20px 15px 0;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}
.single p {
	margin:0;
	color:#666;
}
.single a {
	color:#333;
}
.single a:hover {
	text-decoration:underline;
}
/* Footer */
#footer {
	position:relative;
	height:100px;
	z-index:999;
}
#lowermenu {
	position:relative;
	margin-left:200px;
	border-top:1px solid #999;
}
.lowermenu-item {
	position:relative;
	float:left;
	margin-left:10px;
}
.lowermenu-item p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	margin:0;
	padding:6px;
	text-align:center;
}
#footinfo {
	position:absolute;
	width:175px;
	margin:0 15px 0 15px;
	border-top:1px solid #999;
}
#footinfo p {
	padding-left:10px;
	margin:0;
}
#footinfo .widget {
	margin-top:15px;
}
/* Titles */
h1 {
	font-size:40px;
	font-weight:lighter;
	margin-top:60px;
	margin-bottom:0;
	letter-spacing:-0.01em;
}
h2 {
	font-weight:bold;
	margin:0;
	line-height:23px;
	font-size:21px;
}
h3 {
	font-size:14px;
	font-weight:bold;
}
h4 {
	font-size:11px;
	margin:0;
	color:#6699FF;
}
/* Overall property for images */
img {
	border:0;
}
.entry-title, .entry-content {
	float:left;
}
.entry-content {
	clear:left;
}
.readmore {
	display:block;
	width:100%;
}
.readmore a {
	display:block;
	width:90px;
	height:17px;
	background:url(elements/btnNext.png) no-repeat right center;
}
.readmore a:hover {
	background:url(elements/btnNext_hover.png) no-repeat right center;
}
hr {
	width:10px;
	margin:5px 0 5px 0;
}
a {
	text-decoration:none;
}
/*.videospace {
	height:242px;
	margin-top:10px;
	margin-bottom:25px;
}
.videospace_big {
	height:503px;
	clear:left;
}*/
.uppercase {
	text-transform:uppercase;
}
#sidebar .widget {
	padding:5px 5px 0 0;
	margin-bottom:10px;
}
.capitalize {
	text-transform:capitalize;
}
.grey {
	color:#999;
}
.black {
	color:#000;
}
.widget p {
	padding:0 10px 0 3px;
}
.widget h3 {
	margin:0 0 0 3px;
}
.bigmail {
	font-weight:bold;
	font-size:13px;
}
#caption {
	width:200px;
	border-top:1px solid #666;

	float:left;
	margin-left:10px;
}
#caption p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	padding:10px;
}
.thumby {
	margin:0 10px 10px 0px;
}
.slideshow {
	margin-bottom:5px;
}
.gall{
	float: left;
	margin:0 0 0 15px;
}
.thumbler {
}
.video p {
	margin:0;
}
/* Comments */
h3#reply-title {
	color:#333;
}
#respond{
	margin-top: 20px;
}
#respond h3{
	line-height: 22px;
}
#respond p {
	margin-top:10px;
}
#respond input[type=text] {
	width: 60%;
	float: right;
	border: 0px;
	border-bottom:1px solid #999;
}
#respond input {
	color:#000;
}
#respond input[type=submit] {
	float: right;
	border: 0px;
	background: #333;
	cursor: pointer;
}
#respond input[type=submit]:hover {
	float: right;
	border: 0px;
	background:#EEE;
	color: #333;
}
#respond textarea {
	margin-top: 2px;
	width: 100%;
	resize:none;
}
p.form-submit {
	overflow:auto;
}
/*img.thumby {
	-moz-box-shadow: 3px 3px 0px #CCC;
	-webkit-box-shadow: 3px 3px 0px #CCC;
	box-shadow: 3px 3px 0px #CCC;
}*/
ul.commentlist li {
	list-style-type:none;
}
.col2 {
	width: 620px;
}
.col1 {
	width:300px;
}
.col22 {
	width:220px;
}
.col44 {
	width:460px;
}

.page {
	margin:0 0 0 15px;
	padding:15px 40px 0 0;
	border-top:1px solid #999;
	max-width:620px;
}
#facebook-fan-box {
	margin-left:-6px;
}
a {
	color:#000000;
}
.loader {
	width: 100%; background-color: #FFF; 
	min-height: 100%; height: 100%; position: absolute; 
	z-index:1;
}
.signed {
	background:url(elements/signature.jpg) no-repeat right 10px;
}
.video iframe {
	margin-bottom:5px;
}
span.nav-previous a {
	background: url("images/prettyPhoto/light_square/sprite.png") no-repeat scroll -1px -75px transparent;
	display:block;
}
span.nav-next a {
	background: url("images/prettyPhoto/light_square/sprite.png") no-repeat scroll -31px -75px transparent;
	display:block;
}
.closenav {
top:150px; right:0; position: absolute;
}

a.linksalpha_link > img.linksalpha_image {
display: none !important;
display: none;
}
/* Core pagination (replaces the old wp-page-numbers plugin) */
.lowermenu-item .navigation.pagination {
	padding: 14px 0 18px;
	text-align: center;
}
.lowermenu-item .navigation.pagination .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}
.lowermenu-item .nav-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
}
.lowermenu-item .page-numbers {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #666;
	text-decoration: none;
	padding: 8px 12px;
	border: 1px solid #ccc;
	background: #fff;
}
.lowermenu-item a.page-numbers:hover {
	color: #000;
	border-color: #999;
}
.lowermenu-item .page-numbers.current {
	background: #333;
	border-color: #333;
	color: #fff;
	font-weight: bold;
}
.lowermenu-item .page-numbers.dots {
	border: none;
	background: none;
}
