/*  
Theme Name: cms2
Theme URI: http://www.themespack.com/
Description: WP Theme cms2  by <a href="http://www.themespack.com/">Free wordpress Themes</a>
Author: Wonder and modified by SLR
Author URI: http://www.themespack.com/

	This theme was designed and built by Wonder and modified by SLR
                The CSS, XHTML and design is released under GPL
                http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	color: #27013A;
	background: #ffffff url(img/backtop.jpg) top center no-repeat;
	color: #14568A;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}



a {
	color: #00a200 ;
	text-decoration: none;
}
a:visited {
	color: #00a200;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
img {
	border: 0px;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	padding-left: 0px;
	height: 50px;
	font: bold 36px/100% "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: #ffffff;
}
h1 a, h1 a:visited{
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover{
	color: #000000;
	text-decoration: none;
}
h2 {
	color: #14568A;
	margin:0px;
	background:#f2f2f2;
	font: normal 20px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	padding: 2px 0 0 2px;
	border-top:#eee 1px solid;
        border-left:#eee 1px solid;
        border-bottom:#E4E4E4 1px solid;
        border-right:#E4E4E4 1px solid;        

}
h2 a, h2 a:visited {
	color: #14568A;
	text-decoration: none;
}
h2 a:hover {
	color: #0066CC;
	text-decoration: none;
}

.titlenorm {
	color: #ffffff;
	margin:0px;
	background:#155689 url(img/menubar.gif) top center no-repeat;
	font: normal 20px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	padding: 2px 0 0 2px;
	border:#237cb5 1px solid;
        

}
.titlenorm a, .titlenorm a:visited {
	color: #14568A;
	text-decoration: none;
}
.titlenorm a:hover {
	color: #0066CC;
	text-decoration: none;

}

h3 {
	font: normal 20px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: #6699cc;
	margin: 10px 0px 5px;
	background-image:url(img/dots.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}
h4 {
	font: normal 130%/100% "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: #6699cc;
	margin: 10px 0px 5px;
	background-image:url(img/dots.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}

h5 {
	font: normal 100%/90% "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: #6699cc;
	margin: 10px 0px 5px;
	background-image:url(img/dots.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}

form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 920px;
	}

code {
	margin: 0;
	padding: 0 3px 1px;
	border: 1px dashed #ddd;
	background: #fafafa;
	font: 1em "Courier New", Courier, Fixed;
	text-align: left;
	line-height: 180%;
	
	}
blockquote {
	margin: 10px 20px 10px 0;
	padding: 5px 20px 5px 60px;
	border: 1px solid #dfeff8;
	background: #f6f9fb url(img/blockquote.gif) no-repeat 15px 15px;
	color: #93bad0;
	text-align: left;
	}

/* header area */
#header {
	background: transparent;
	height: 85px;
	position: relative;
}
#headerlogo {
	position: relative;
	background: url(img/logo.gif) no-repeat;
        height: 80px;
}

/* navbar */
#nav {
	list-style: none;
	margin: 0px;
        width: 550px;
        align: right;
	position: absolute;
	background:#14568A;
        right: 0px;
	bottom: 5px;
}
#nav li {
	float:left;
	margin-left: 0px;
}
#nav .current_page_item a:visited{
	color: #155689;
	text-decoration: none;
	background:#ffffff
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	padding: 5px 15px;
	font: bold 12px/100% "Century Gothic", "Trebuchet MS";
	display: block;
	background:#14568A
}
#nav .current_page_item a,#nav .page_item a:hover {
	color: #00A200;
        text-decoration: none;
	padding: 5px 15px;
	font: bold 12px/100% "Century Gothic", "Trebuchet MS";
	display: block;
	background:#FFFFFF
}

/* content  */
#content {
        padding: 0px 5px 0px 5px;
        float: left;
        width: 530px !important;
        width: 525px; /* Fuck IE */
        margin:5px 0 5px 10px !important;
        margin:5px 0 5px 5px; /* Fuck IE */
        overflow: hidden;
        border: 1px solid #eee;

}
.post {
	clear:both;
	padding-top: 10px;
    
}
.entry {
	float:left;
	width: 525px;
        text-align: justify;
        background: transparent url(img/sep-post.gif) no-repeat center bottom;
        margin: 0 0 20px 0;
}

.entry img {
	border: 1px solid #DADADA;
	padding: 5px;
	margin: 5px;
}
.post-content  {
	text-align: justify;
}
.post-content a {
	color: #06c;
	border-bottom: 1px dotted #06c;
}
.post-content a:hover {
	text-decoration: none;
	color: #00A200;
	border-bottom: 1px solid #00A200;
}

.post-content-news a {
	color: #06c;
	font: 16px;
}

.comments-icon {
	background: #ffffff;
	float:left;
	font-size: 95%;
	color: #c3c5c8;
background: url(img/comment.png) left no-repeat;
background-position: 3px;
padding-left: 20px;

}
.comments-icon a, a:visited {
color: #14568A;
}
.comments-icon a:hover {
color: #53c400;
}

.post-views {
	float:left;
	font-size: 95%;
	color: #14568A;
background: #ffffff url(img/text_align_justify.png) left no-repeat;
background-position: 3px;
padding-left: 20px;
}

.date {
float: right;
background: #ffffff url(img/calendar.png) left no-repeat;
padding-left: 20px;
padding-right: 3px;
}

.post-evid {
	background: #ffffff;
	border: 1px solid #AECFFF;
	float:left;
	font-size: 100%;
        text-align: justify;
}
.post-evid h2 {
	background: #C5DAF6;
	color: #155689;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 1px;
	}

.post-cat {
	background: #ffffff  url(img/tag_blue_add.png) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #0066CC;
}

.postmetadata { 
	color: #6699CC; 
	font-size:12px; 
	padding:4px; 
	background: #ffffff url(img/old_meta.jpg);
	height:18px;
}
.postmetadatap { 
	color: #6699CC; 
	font-size:12px; 
	padding:8px; 
	background: #ffffff  url(img/pback.jpg) repeat-x;
	height:50px;
}
.postrss{
	color: #000000;
	padding: 3mm;
	border: thin dotted #2c2c2c;
	font: 13px "Verdana";
}
.post-comments {
	background: #ffffff  url(img/com.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	padding-left: 10px;
	float: right;
	font-size: 95%;
	color: #14568A;
        background: #f2f2f2
}

.post-calendar a:hover {
	border: 1px solid #b6f48d;
	background: #f1feea;
	color: #89c87c;
}


.continua-leggere {
	font-size:11px !important;
	line-height:16px !important;
	clear:both;
	display:block;
	padding:4px 4px 4px 10px;
	margin: 2px 0 0 -2px;
	border:none !important;
background:url(img/bg-more-link.gif) no-repeat;
}

.continua-leggere a:hover {
	border:none !important;
	color:#999999 !important;
}


.continua-leggere img {
	border: 0px;
        margin: 0px;
        padding: 0px;
}


.similiar {
	width:515px;
	float:left;
	color:#14568a;
	text-align: justify;
}

ul.similiar {  
padding-top: 10px !important;  
list-style-type: none;
}

ul.similiar li {  
background: url(img/control_play_blue.png) no-repeat !important;
padding-left: 22px !important;
list-style-type: none;
}




.post-content {
	clear: both;
	padding: 5px;
	padding-top: 5px;
}
/*	Navigation	*/
.navigation {
 	clear: both;
 	padding: 10px 0px;
	font-weight: bold;
	color: #999;
}
.navigation a, .navigation a:visited {
 	color: #F00C3A;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
}
.next-entries a {
	float: right;
	padding-right: 18px;
}

/* comments  */
#comments, #respond {
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #ffffff;
	border:1px dotted #eee;
	color:#660099;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #53c400;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #696c69;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#FFFFFF;
	border: 1px solid #eee;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 515px;
	height: 115px;
	background:#FFFFFF;
	border: 1px solid #eee;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: #fff ;
	font: bold 12px "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	color: #6699cc;
	border:1px solid #eee;	
    float:left;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
/*sidebar */
#sidebar {
	float: right;
	padding: 5px 0px 0px 0px;
	width: 365px;
	overflow: hidden;
}



#misc{
	width:325px;
	margin:0 0 5px 5px;
	padding:0; 
	background:#ffffff; 
	float:left;
}
#info{
	width:315px;
	font-size:11px;
	margin:0px 0 0px 0;
	padding:10px; 
	background:#ffffff; 
	border:#eee 1px solid;
	float:left;
	color: #00a200;
}

#info a, #info1 a {
	
	color: #155689;
}

#infonorm{
	width:315px;
	font-size:11px;
	margin:0px 0 0px 0;
	padding:10px; 
	background:#ffffff; 
	border:#155689 1px solid;
	float:left;
	color: #00a200;
}
#infonorm a{
	
	color: #155689;
}

#misc1{
	width:325px;
	margin:0 0 0px 5px;
	padding:0; 
	background:#ffffff; 
	float:left;
}
#info1{
	width:315px;
	font-size:11px;
	margin:5px 0 5px 0;
	padding:10px; 
	background:#ffffff; 
	border:#eee 1px solid;
	float:left;
	color: #00a200;
}
#left {
	float: left;
	width: 150px;
}

#right {
	float: right;
	width: 150px;
}



/*sidebar title  */
#sidebar h3, #sidebar .sidebartitle{
	font: normal 18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: #14568A;
	margin: 5px 0px 2px;
	background: #fafafa url(img/bg-input.gif) repeat-x 0 0;
	border: #eee 1px solid;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #14568A;
    font-size: 11px;
	text-decoration: none;
}
#sidebar a:hover {
	color: #14568A;
        font-size: 11px;
	text-decoration: none;
        border-bottom: 1px solid #00A200;
}


/*sidebar list level1 */
#sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 0px 2px 0px 10px;
	border: none;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 0px;
	border: none;
}
/*blogroll widget */
ul.list-blogroll li{
	background: url(img/link.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*meta  widget*/
ul.list-meta li{
	background: url(img/meta.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*rss widget */
ul.list-rss li{
	background: url(img/feed.gif) no-repeat !important;
	padding-left: 22px !important;
}

/*category  widget */
ul.list-cat li, li.bar_categories li{
background: url(img/tag_blue.png) no-repeat !important;
padding-left: 22px !important;
}

/*iniziative legali widget page */
ul.list-art {
padding-top: 10px !important;
}
ul.list-art li {
padding-left: 22px !important;
background: url(img/page.png) no-repeat;
}

/*iniziative legali  widget */
ul.list-act li, li.bar_act li{
background: url(img/folder.gif) no-repeat !important;
padding-left: 22px !important;
}

/*seconda pagina widget  */
ul.list-sec-page {
padding-top: 10px !important;
text-align: justify;
list-style-type: none;
}

ul.list-sec-page li a {
background: transparent url(img/control_play_blue.png) top left no-repeat;
padding-left: 20px !important;
}


/*normativa widget  */
ul.list-norm {
padding-top: 10px !important;
text-align: justify;
list-style-type: none;
}

ul.list-norm li {
}

ul.list-norm li a {
background: transparent url(img/book_open.png) no-repeat;
color: #69abfc;
padding-left: 20px !important;
}



/*evidenza widget  */
ul.evidenza {
padding-top: 10px !important;
text-align: justify;
list-style-type: none;
}



ul.evidenza li  a {
background: transparent url(img/exclamation.png) no-repeat;
padding-left: 20px !important;
}

/*recent  widget  */
ul.list-rec {
	padding-top: 10px !important;
}
ul.list-rec li {
	background: url(img/page_link.png) no-repeat !important;
	padding-left: 20px !important;
}
/*recent  widget  */
ul.rec-com li {
	background: url(img/comment.png) no-repeat !important;
	padding-left: 22px !important;
}

/*archives widget */
ul.list-archives li, li.bar_archives li{
	background: url(img/archive.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*pages widget */
ul.list-page li, li.bar_pages li, li.bar_recent_entries li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*sub-pages widget */
ul.list-pages li ul li, li.bar_pages li ul li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 15px !important;
}
/*calendar bar widget */
li.bar_calendar td {
	padding: 1px 7px;
}
/*text bar */
.textbar {
	padding-top: 5px;
}
/*search form */
#bsearch{
	width:290px;
	font-size:12px;
	padding:10px; 
margin: 0;
	background:#14568A;
	border:#eee 1px solid;
	float:left;
	color: #ffffff;
}
#searchform {
	height:20px;
	line-height:20px;
	float:left;
margin: 0;	
	}
#searchform br {
	display: none;
}

#searchform #s {
	width: 180px;
	height: 16px;
	margin-right: 2px;
	background: #fafafa url(img/bg-input.gif) repeat-x 0 0;
        border: 2px solid #e3e3e3;
	
	color: #145317;
	font-weight: normal;
}

/* search form button - to specify button only use input[type="submit"] */
#searchform input {
 	background:#FBF6FD;
 	border:1px solid #eee;
 	width: 73px;
 	height: 22px;
        font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
        font-weight: bold;
 	color: #14568A;
 	vertical-align: middle;
}

#searchform input:focus {
	border: 2px solid #76bcff;
	background: #fcfeff none;
	color: #76bcff;
	}


/* page close */
#close {
	clear: both;
	background: #ffffff;
	line-height: 130%;
	padding-bottom: 0px;
	
	
}
/* footer bar */

#footerbg {
	background: #14568A url(img/footer.gif) no-repeat top;
	}

#footer {
	background: #14568A url(img/footer.gif) no-repeat top;
	color: #FFFFFF;
	width: 920px;
	margin: 0px auto 0px;
	padding: 90px 0px 20px 0px;
	text-align: center;
	}
	
#footer a, #footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
        border-bottom: 1px dotted #FFFFFF;
	}
	
#footer a:hover{
	text-decoration: none;
	background: #FFFFFF;
	color: #14568A;
	border-bottom: 1px solid #6699CC;
	}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}
.alignleftm {
	float: left;
        font-variant: small-caps;
}
.alignleftm a:hover  {
	color: #14568A;
}

img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
.alignrightm {
	float: right;
font-variant: small-caps;
}
.alignrightm a:hover  {
	color: #14568A;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}


/*subpages  widget */
ul.subpages ul li ul {
list-style: none;
padding-left: 22px !important;
}

ul.subpages  {
list-style: none;
margin-left: 0px;
padding-left: 15px;
}

ul.subpages li {
list-style: none;
list-style-image: url(img/folder.gif);
margin-left: 0px;
padding-left: 3px;
padding-bottom: 20px;
font-size: 16px;
font-weight: bold;
}

/* RELATED POST THUMB
================================================================*/
.relatedpost-intro{
	color:#c1c1c1;
	padding: 8px;
	background:#f5f5f5;
	border-bottom:1px solid #c1c1c1;
	margin:8px 0 0px 0;
	border-top:1px solid #CCCCCC;
}
.relatedpost-intro h5{
	letter-spacing:-1px;
	font-size:16px;
	font-weight:bold;
}
.relatedpost-intro h4{
	font-size:11px;
	font-weight:normal;
}
#relatedpost {
	margin:0;
	padding:0;
}
#relatedpost li{
	display:block;
	clear:both;
	padding:8px;
	border-bottom:1px solid #CCCCCC;
}
#relatedpost h5{
	display:block;
	font-size:11px;
}
#relatedpost p{
	margin:0px;
	padding:0;
	text-align:justify;
}
.relatedImgLink {
	height:82px;
                    width:270px;
                    display:block;
                    background:transparent url(img/relatedImage.jpg) no-repeat scroll 0% 50%;
                    margin-left:-26px;
                    padding:20px 0pt 0pt 26px;

}
.relatedImg {
	display: block;
                    border: 1px solid #e0e0e0;
                    height: auto;
                    width: auto;
                    padding:0;
                    margin:0;

}  

.post .entry ul li{
	background:url(img/li.gif) left top no-repeat;
	padding: 0 0 0 20px;
}
.post .entry ul {
	margin: 8px 0 8px 0;
	padding: 0 0 0 0;
}
.post .entry ol {
	margin: 8px 0 8px 20px;
	padding: 0 0 0 0;
}