/*
Theme Name: Desidera'
Author: >artefatta<
Version: 1.0
*/

/*** Reset Browser Settings ***/

*{
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline; 
}
caption, th, td { 
	text-align: left; 
	font-weight: normal; 
}
blockquote:before, 
blockquote:after,
q:before, 
q:after { 
	content: ""; 
}
blockquote, 
q { 
	quotes: "" ""; 
}


/*** Main Body ***/

body { 
	font-size: 14px; 
	font-family: 'Cabin', sans-serif;
	line-height: 1.5em; 
	margin-bottom: 40px;
	
}

.home{
	background-image:url(images/bg.jpg);
	background-position:center 131px;
	background-repeat:no-repeat;
}


/*** Clearfix **/

.clear{ 
	clear: both; 
}


/*** Links ***/

a { 
	text-decoration: none; 
	color: #4C9AC5; 
}
a:hover { 
	text-decoration: underline; 
}


/*** Styles ***/

p { 
	margin: 0 0 1em;
}
textarea,input { 
	font-size: 13px;
	border-width:1px;
	border-style:solid;
	border-color:#CCC;
}

.wpcf7-submit{
	padding:5px;
	cursor:pointer;
}

strong {
	font-weight: bold;
	color: #000;
}
em {
	font-style: italic;
}
.left{
	float: left;
}
.right{
	float: right;
}
small{
	font-size: 12px;
	color: #666;
}

/*** Headings ***/

h1,h2,h3,h4,h5,h6 {
	line-height: 140%;
}
h1 {
	font-size: 22px;
	font-weight:bold;
	color: #009ab9;
	padding-bottom:30px;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1em;
}
h2,h3,h4 {
	color: #514F44;
}
.postcontent h2{
	font-size: 16px;
	font-weight: bold;
	color: #009AB9;
	padding-bottom:10px;
}
h1.posttitle {
	color: #FFFFFF;
    font-size: 2.143em;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 10px;
	padding-bottom:0px;
}
.postcontent h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #333;
	margin: 2em 0em 0.63em 0em;
	font-style: italic;
}
h3#comments {
	font-weight: bold;
	font-size: 1.43em;
	padding: 10px 20px;
	margin-bottom: 20px;
}
#respond h3 {
	font-weight: bold;
	font-size: 1.43em;
	padding: 10px 20px;
}
#featuredposts h2 {
	font-size: 2.143em;
	font-weight: bold;
	margin: 0 0 .2em 0;
	padding: .1em 0 0 0;
	line-height: 1.1em;
	color: #5E8DC1; 
}
h2.posttitlehome{
	color: #3E6C9F;
	font-size: 1.5em;
	margin-bottom: 10px;
	font-weight: normal;
}
h1.category-title{
	padding: 0px 0px 20px 20px;
	font-size: 1em;
	font-style: italic;
}

/*** Main Layout ***/

#container {
	width: 960px;
	margin: 0 auto;
	padding-left:20px;
	padding-right:20px;
}
#main {
	color: #848383;
    float: left;
    font-size: 16px;
    margin-top: 20px;
    padding-right: 20px;
    position: relative;
    width: 580px;
    z-index: 1;
}
#sidebar {
	float: right;
	width: 360px;
	padding-top:30px;
}


/*** Header ***/

#header {
	width: 1000px;
	margin: 0px auto;
	height: 131px;
	position: relative;
	z-index: 1;
}
#header-logo{
	position: absolute;
	left: 0;
	top: 20px;
}
a.logo {
	height: 45px;
	display: block;
	line-height: 45px;
	font-size: 45px;
	color: #141414;
}
.logo:hover {
	text-decoration: none;
	color: #4C9AC5;
	text-shadow: 1px 1px 1px #E1E1E1;
}
p.tagline {
	color: #666;
	text-shadow: 1px 1px 1px #FFF;
	margin-left: 5px;
}


/*** Primary Nav ***/

#primary-navwrap{
	background: #191919;
	width: 100%;
	height: 35px;
	overflow: hidden;
	border-bottom: 1px solid #303030;
}
#primary-nav ul{
	width: 978px;
	margin: 0 auto;
	list-style: none;
}
#primary-nav li {
	float: left;
}


/*** Primary Drop Down***/

#primary-nav a{
	display: block;
	line-height: 35px;
	height: 35px;
	color: #FFF;
	padding: 0 20px;
	font-size: 15px;
}
#primary-nav a:hover{
	color: #FFF;
	text-decoration: none;
	background: #3C3C3C;
}
#primary-nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	width: 180px;
	height: auto;
	margin: 0px;
	background: #000;
}
#primary-nav li ul li {
	float: none;
	border: none;
}
#primary-nav li ul ul {
	margin: -35px 0 0 180px;
	width: 180px; 
}
#primary-nav li:hover ul ul,
#primary-nav li:hover ul ul ul, 
#primary-nav li.sfhover1 ul ul,
#primary-nav li.sfhover1 ul ul ul {
	left: -999em;
}
#primary-nav li:hover ul,
#primary-nav li li:hover ul, 
#primary-nav li li li:hover ul,
#primary-nav li.sfhover ul, 
#primary-nav li li.sfhover1 ul,
#primary-nav li li li.sfhover1 ul {
	left: auto;
}
#primary-nav li:hover,
#primary-nav li.sfhover1 { 
	position: static;
}

/*** Secondary Nav ***/

#secondary-navwrap{
	margin: 0 auto;
	position: relative;
	height: 45px;
	padding-top:9px;
}
#secondary-nav ul{
	list-style: none;
}

#secondary-nav ul .current-menu-item{
	color:#009ab9;
	background-image:url(images/bg_menu.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#secondary-nav li {
	float: left;
}
#secondary-nav a{
	display: block;
	line-height: 45px;
	color: #009ab9;
	padding: 0 14px;
}
#secondary-nav a:hover{
	text-decoration: none;
	color: #00414e;
}


/*** Secondary Drop Down***/

#secondary-nav li ul {
	z-index: 9999;
	position: absolute;
	background: #2D2D2D;
	left: -999em;
	width: 180px;
	height: auto;
}
#secondary-nav li ul a{
	line-height: 35px;
	height: 35px;
	border-top: 1px solid #3f3f3f;
	border-bottom: 1px solid #1D1D1D;
}
#secondary-nav li ul li {
	float: none;
	border: none;
}
#secondary-nav li ul ul {
	margin: -37px 0 0 180px;
	width: 180px;
}
#secondary-nav li:hover ul ul,
#secondary-nav li:hover ul ul ul, 
#secondary-nav li.sfhover1 ul ul,
#secondary-nav li.sfhover1 ul ul ul {
	left: -999em;
}
#secondary-nav li:hover ul,
#secondary-nav li li:hover ul, 
#secondary-nav li li li:hover ul,
#secondary-nav li.sfhover ul, 
#secondary-nav li li.sfhover1 ul,
#secondary-nav li li li.sfhover1 ul {
	left: auto;
}
#secondary-nav li:hover,
#secondary-nav li.sfhover1 { 
	position: static;
}


/*** Search ***/

#searchform{
	position: absolute;
	right: 20px;
	top: 9px;
	font-size: .8em
}
input#search{ 
	width: 200px; 
	padding: 5px; 
	border: 1px solid #000; 
	color: #666; 
	background: #F9F9F9 url(images/white-search-shadow.png) repeat-x; 
}
#searchsubmit{ 
	background: #F4F4F4; 
	color: #666; 
	font-weight: bold; 
	text-shadow: 0px 1px #FFF; 
	padding: 4px; 
	cursor: pointer; 
	border: 1px solid #000;
}
#searchsubmit:hover{ 
	color: #4376AD;
}


/*** Post  ***/

.post {
	position: relative;
	border-bottom: 1px solid #CCC;
	padding: 20px;
}
.postimg img{
	float: left;
	margin: 0 20px 10px 0 !important;
}
.noborder{
	border-bottom: none;
}
.single{
	margin-bottom: 20px;
	padding-top: 0;
}


/*** Post Content ***/

.postcontentt h1 {
	font-size: 2em;
	font-weight: bold;
	color: #FF7600;
}
.postcontent {
	color: #707070;
	margin-bottom: 20px;
}
.postcontent ul {
	margin: 10px 40px;
}
.postcontent ol {
	margin: 10px 40px;
}
.postcontent .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.postcontent .alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.postcontent .aligncenter,
.postcontent .center {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.postcontent blockquote {
	padding: 0 15px 0 10px;
	font-style: italic;
	border-left: 4px solid #63a5ee;
	font-size: 0.86em;
	margin: 20px 0;
	margin-left: 20px;
}
.postcontent a img{
	padding: 3px;
	border: 1px solid #CCC;
	margin: 10px;
}
.postcontent a:hover img{
	border: 1px solid #333;
}
a.read-more{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #F4F4F4;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 3px 7px;
	color: #333;
	font-size: 0.79em;
}
a.read-more:hover{
	color: #FFF;
	background: #141414;
	text-decoration: none;
}

/*** Byline ***/
#byline {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 20px;
	color: #333;
	letter-spacing: 1px;
}
#byline a{
	color: #999;
	text-decoration: none;
}
span.metas{
	margin-right: 10px;
	background: #F4F4F4;
	padding: 3px 5px; color: #999;
	text-shadow: 1px 1px 1px #FFF;
}


/*** Comments ***/
.commentlist li {
	margin: 0 20px ;
}
.comment-wrap{
	border: 1px solid #CCC;
	margin-left: 80px;
	padding: 20px;
	position: relative;
	margin-bottom: 20px;
}
ol.commentlist {
	list-style: none;
}
.comment-avatar {
	float: left;
	width: 60px;
	height: 60px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #EBEBEB;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
#commentform{
	padding: 20px;
}
#commentform textarea,
#commentform input {
	border: 1px solid #898989;
	padding: 4px;
}
#commentform label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .857em;
	color: #898989;
	padding: 0 0 0 5px;
}
#commentform label span {
	font-weight: normal;
	font-style: italic;
	font-size: .8em;
}
#commentform textarea {
	width: 572px;
}
.reply a{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #F4F4F4;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 2px 10px; 
	color: #333;
	text-decoration: none;
	font-size: .8em;
}
.reply a:hover{
	background: #141414;
	color: #FFF;
}
input#submit {
	padding: 5px;
	border: 1px solid #CCC;
	color: #333;
	background: #F4F4F4;
	cursor: pointer;
}
input#submit:hover{
	background: #141414;
	color: #FFF;
}
input#author{
	border: 1px solid #cdcdcd;
}
input#email{
	border: 1px solid #cdcdcd;
}
input#url{
	border: 1px solid #cdcdcd;
}
textarea#comment{
	border: 1px solid #cdcdcd;
}
ol.commentlist li#blank {
	visibility: hidden;
	}
#cancel-comment-reply-link {
	margin-left: 20px;
	color: #C50A17;
	font-weight: bold;
}


/*** Pagination & Page Navi ***/
.paginate{
	font-weight: normal;
	font-size: 0.86em;
	height: 40px;
	line-height: 40px;
	width: 600px;
	padding: 0 20px;
}
.paginate a:hover{
	text-decoration: none;
}
.paginate-left{
	float: left;
}
.paginate-right{
	float: right;
}
.paginate-right a{
	text-decoration: underline;
}
.wp-pagenavi{
	margin: 20px;
	color: #333;
}

/*** Footer ***/
#footer h4{
	font-size: 1.57em;
	margin-bottom: 20px;
	color: #FFF;
	font-style: italic;
	text-shadow: 1px 1px 1px #000;
	font-weight: normal;
}
#footer { 
	background: #009ab9;
	padding: 0;
	font-size: .88em;
	color: #fff;
}

#footer_cont{
	width:960px;
	padding-left:20px; 
	padding-right:20px;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
}

#footer_cont a{
	color:#FFF;
}

#footer_cont a:hover{
	color:#d1d1d1;
	text-decoration:none;
}

#footer ul{
	list-style: none;
}
#footer li{
	float: left;
	width: 205px;
	padding: 20px;
}
li.blogroll{
	width: 180px !important;
}
#footer li li{
	margin: 0;
	padding: 2px 0;
}


/*** Copyright ***/
#copyright{
	color: #697777;
	margin: 0 auto;
	width: 940px; 
	font-size: .85em;
	padding: 20px;
	background: #1D1D1D;
}


/*** Sidebar ***/
#sidebar ul{
	background: #FFF;
	list-style: none;
	margin: 0; 
}
#sidebar li{
	margin: 5px 0;
}
.box{
	margin-bottom: 20px;
}
.box a{
	color: #666;
}
.box a:hover{
	text-decoration: none;
	color: #5E8DC1;
}
.box ul{
	padding: 20px 10px;
	border: 1px solid #CCC;
	background: #FFF;
}
.textwidget{
	padding: 20px 10px;
	border: 1px solid #CCC;
	background: #FFF;
}
#sidebar h4{
	font-size: 18px;
	color: #666;
	font-weight: normal;
	padding: 10px 0px;
	margin: 0;
	text-shadow: 1px 1px #FFF;
}


/*** Subscribe ***/
.subscribe-twitter a{
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px; 
	background: url(images/twitter.png) left no-repeat;
}
.subscribe-twitter a:hover{
	margin-left: 0px !important;
}
.subscribe-feed a{
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(images/feed.png) left no-repeat;
}
.subscribe-feed a:hover{
	margin-left: 0px !important;
}

/***Ads***/
#header-ad{ 
	position: absolute; 
	right: 0; 
	top: 20px;
}

/*** WordPress Styles ***/
.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;
}

#header_left{
	padding-left:20px;
	width:380px;
	float:left;
	padding-top:22px;
}

#header_right{
	padding-right:20px;
	width:580px;
	float:left;
}

#ntel{
	text-align:right;
	padding-top:14px;
}

#orario1{
	margin-bottom:25px;
}

#det_orario1{
	padding:15px;
	background-image:url(images/bg_orari.gif);
	background-position:left top;
	background-repeat:repeat;
}

#det_orario1_l1{
	background-image: url("images/bg_orologio.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 16px;
    padding-left: 40px;
    padding-top: 5px;
}

#det_orario1_l2{
	color:#74ccde;
	font-size:16px;
	line-height:24px;
}

#det_orario1_l2 strong{
	color:#FFF;
}

#richiesta_app1{
	 background-image: url("images/bg_richiedi1.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}

#richiesta_app1 a{
	color: #FFFFFF;
}

#richiesta_app1 a:hover{
	color: #cbcbcb;
	text-decoration:none;
}

#orario2{
	margin-bottom:25px;

}

#det_orario2{
	padding:15px;
	background-image:url(images/bg_orari2.gif);
	background-position:left top;
	background-repeat:repeat;
}

#det_orario2_l1{
	background-image: url("images/bg_orologio.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 16px;
    padding-left: 40px;
    padding-top: 5px;
}

#det_orario2_l2{
	color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    height: 162px;
    line-height: 24px;
    padding-top: 30px;;
}

#det_orario2_l2 strong{
	color:#FFF;
}

#richiesta_app2{
	 background-image: url("images/bg_richiedi2.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}

#richiesta_app2 a{
	color: #FFFFFF;
}

#richiesta_app2 a:hover{
	color: #cbcbcb;
	text-decoration:none;
}

#nome{
	font-style:italic;
	color:#08758b;
	font-size: 24px;
}

#footer_cont_left{
	float:left;
	width:600px;
}

#footer_cont_center{
	float:left;
	width:300px;
}

#footer_cont_right{
	float:left;
	width:60px;
}

.page{
	background-image:url(images/bg_page.gif);
	background-position:left top;
	background-repeat: repeat-x;
}

.page-id-7 strong{
	color:#009ab9;
}

.page-id-7 em{
	color:#262626;
}

.page-id-9 strong{
	color:#009ab9;
}

.page-id-9 em{
	color:#262626;
}

#bannerCookieCont{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:99999;
	background-color: #efe140;
	color:#000;
	text-align:center;
	height: 70px;
	opacity: 0.95;
    filter: alpha(opacity=95);
	line-height:33px;
}

#bannerCookieCont a{
	color:#000;
}

#bannerCookieCont a:hover{
	color: #666;
}

#bannerCookieCont button{
	background-color:#357c00;
	cursor:pointer;
	color:#FFF;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	border-radius: 5px; 
  -moz-border-radius: 5px; /* firefox */
  -webkit-border-radius: 5px; /* safari, chrome */
  padding-top:3px;
  padding-bottom:3px;
}