/*
Theme Name: Cisl Vicenza
Theme URI: 
Description: 
Version: 0.1
Author: Luca Realdi
Author URI: http://keceloce.net/
*/


/* General */
.float-break{
    height: 1%; /* Fix for IE */
}

.alignright { float: right; }

.alignleft { float: left; }

.float-break:after /* Terminate floating elements flow */{
    content: "-";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.aligncenter,
div.aligncenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* End General */

/* Buttons */
#searchform label{
	display:none;
}

#submit,
#searchsubmit,
#login-submit-tml-main,
#commentform #submit {
	margin: 0 0 5px auto;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	border:1px solid #ccc;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
	background:#027F4D;
	color:#fff;
}
#commentform #submit {
	float:right;
}
#tml-main ul.links{
	float:right;
}

#tml-main #loginform-tml-main{
	float:left;
}
/* End Buttons */

/* Link */
a {
	text-decoration:none;
	color:#E90016;
}

#sidebar a {
	text-decoration:none;
	color:#027F4D;
}

a:hover{
	text-decoration:underline;
}

h1 a, h2 a, h3 a{
	color:#000;
}
/* End Link */



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



/* Captions */
.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: 0.8em
  line-height: 17px;
  padding: 5px 4px;
  margin: 0;
  font-size:12px !important;
}
/* End captions */



/* Structure */
body {
	font-family:'Lucida sans', 'Lucida', Arial, Helvetica, sans-serif;
	background:#fff;
}

#page{
	/*background:url(images/menu_bg.gif) no-repeat top center; /* ondine del menu */
}

#header{
	height:106px;
	background-color:#FFFFFF;
}

#header #headerimg{
	width:890px;
	margin:0 auto;
}

#header .description{
	width:370px;
	float:right;
	text-align:right;
	font-size:1em;
	color:#999999;
	padding-top:15px;
}

#header #tool-menu{
	float:right;
	clear:right;
	width:550px;
	margin-top:35px;
}

#main-menu{
	background-color:#027F4D;
}

#sticky-position{
	height:200px; /* 20px per l'eventuale box */
	position:relative;
	background-color:#fff;
}

#sticky{
	height:180px;
	background:#fff url(images/sticky-bg.jpg) repeat-x bottom;
	border-bottom:6px solid #E90016;
	overflow:hidden;
}

#with-map #sticky-position{
	height:250px;
}

#with-map #sticky{
  height:250px;
}

#content{
	background:#FFFFFF;
}

#addons
{
	font-size:12px;
}

#addons a 
{
	color:#333;
	font-size:12px;
}

#addons .widget
{
	padding:15px 0;
}

#footer{
	text-align:center;
	padding:10px 0;
	color:#666;
	clear:both;
	background:#eee;
	border-top:1px solid #027F4D;
}

#footer a{color:#666;}

/* End Structure */



/*** CONTENT ***/

#content{
	background:#fff;
	padding:10px 0;
}

#content.archive,
#content.singlecontent{
	padding-top:30px;
	
}

#content.singlecontent h1{
	margin-bottom:5px;
}
#content.singlecontent p.date{
	margin-bottom:1em;
}

div.entry p{
	line-height:normal;
	margin-bottom:1em;
}

#content .single div.entry {
	font-size:1.2em;
	line-height:1.5em;
}

#content .single div.entry  p{
	line-height:1.5em;
}

#content div.widget{
	padding:5px;
}

.navigation{
	position:relative;
	margin: 10px 0;
	overflow:auto;
}

p.date{
	font-size:0.8em;
	color:#666;	
	margin:0;
	line-height:normal;
	text-transform:capitalize;
}
p.categories{
	font-size:0.9em;
}

/* esteso => carousel orizzontale */
.esteso h2{
	line-height:1.1em;
}

#sticky .esteso h2{
	height:105px;
	overflow:hidden;
	margin-bottom:5px;
}
.esteso div.entry,
.esteso div.entry-with-image{
	padding-top:8px;
}

#sticky .esteso div.entry p.date{
	margin-bottom:0;
}
.esteso div.entry{
	padding-left:5px;
}

.esteso div.entry-with-image{
	padding-left:170px;
}
.esteso div.icon{
	padding:9px 7px 0 0;
	background:url(images/sticky-icon.jpg) no-repeat top right;
	float:left;
	display:inline;
	margin:1px 7px 2px 0;
	width:150px;
	height:150px;
	text-align:center;
}
.esteso div.icon img{
	
}
.esteso div.first_cat{
	float:left;
	width:140px;
	height:30px;
	background:#000 url(images/sticky-first_cat.jpg) no-repeat center center;
}
.esteso div.first_cat a{
	line-height:30px;
	padding-left:39px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:11px;
}
.esteso div.add_comment{
	float:right;
	width:140px;
	height:30px;
	background:url(images/sticky-add_comment.jpg) no-repeat center center;
	margin-right:70px;
}

.esteso div.add_comment span.comment-cloud{
	height:30px;
	line-height:30px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	padding-left:19px;
	float:left;
	width:12px;
	text-align:center;
}

.esteso  div.add_comment span.comment-cloud a{
	color:#666;
	text-decoration:none;
	font-size:10px;
}

.esteso  div.add_comment span.comment-add{
	height:30px;
	line-height:30px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	padding-right:30px;
	float:right
}

.esteso div.add_comment span.comment-add a{
	color:#fff;
	text-decoration:none;
	font-size:13px;
}
/* End esteso => carousel orizzontale */

/* Box */
.head-box  p{
	margin:5px 0;
}

.head-box div.entry{
	font-size:12px;
}

.head-box-buttons{
	position:absolute;
	bottom:0;
	left:10px;
}

a.button{
	font-size:10px;
	color:#333;
	background:url(images/a-button.gif) repeat-x;
	-moz-border-radius:8px;
	padding:3px 4px 1px 4px;
	text-decoration:none;
}

a.button-base {
	font-size:10px;
	color:#333;
	background:#bbb url(images/a-button.gif) repeat-x;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	padding:3px 8px;
	text-decoration:none;
}

#sticky .border-box{ /* stile per il box in sticky */
	width:337px;
	overflow:hidden;
	position:absolute;
	right:15px;
	top:50px;
}
#sticky .border-box .border-content{
	height:130px;
	overflow:hidden;
}
/* End box */

/* archived */
.archived p.date{
	margin-bottom:5px;
}
.archived div.entry p{
	line-height:1.8em;
}

.archived{
	margin-bottom:15px;
}
/* End archived */


/* compatto */
.compatto{
	border-bottom:1px dotted #666;
	margin-bottom:10px;
	padding-bottom:10px;
}
.last-compatto{
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}

.compatto div.entry p,
.compatto  p{
	margin-bottom:0;
}

.jcarousel-skin-column div.icon{
	position:absolute;
	z-index:1;
	height:200px;
	width:300px;
	text-align:center;
	background:#eee;
}

.jcarousel-skin-column li.jcarousel-item {
	position:relative;
	border:none;
	padding-bottom:0;
	margin-bottom:10px;
	width:300px;
	height:200px;
}
.jcarousel-skin-column  h2{
	z-index:2;
	position:absolute;
	background:#fff;
	bottom:0;
	margin:0;
	padding:0;
	display:block;
	opacity:0.8;
	filter: alpha(opacity=80);
	width:300px;
}

.jcarousel-skin-column img{	
}

/* end compatto */


/* banner */
.banner{
	border:1px solid #ccc;
	background:#eee;
	margin-bottom:10px;
	padding:5px;
}

.banner img{
	padding:0;
}

.banner h2{
	font-size:12px;
	font-weight:bold;
	margin-bottom:0;
}
.banner h2 a{
	color:#000;
}
/* end banner  */



/* icona */
div.icona{
	height:50px;
	width:80px;
	float:left;
	margin: 0 5px 7px 0;
	clear:none;
	overflow:hidden;
}

div.top-right-zone  
{
	padding:10px 0;
}

.icona .entry{
	padding:5px 2px 0;
	border:1px solid #ccc;
	background:#fff;
	height:43px;
	overflow:hidden;
}
/* end icona */


/* Headers */
h3{
	margin-bottom:0.5em;
}
h4{
	margin-bottom:5px;
	font-weight:bold;
}
#header h1{
	margin:0;
	padding:0;
	float:left;
	border:none;
}
#header h1 a{
	display:block;
	width:281px;
	height:106px;
	text-indent:-9999px;
	background:url(images/logo.jpg) no-repeat center bottom;
}

#sidebar ul li h2
{
	font-size:14px;
	color:#027F4D;
	font-weight:bold;
	border-bottom:none;
}
#sidebar ul li h2 a{color:#027F4D;text-decoration:none;}

.primopiano h2 {margin:0;}
.primopiano h2 a{
	font-size:20px;
	color:#333;
	text-decoration:none;
	margin:0;
	height:92px;
	display:block;
}

.head-box h2 {margin:0;}
.head-box h2 a{
	font-size:18px;
	color:#000;
	margin:0;
	display:block;
	line-height:0.9em;
}

h1{
	position:relative;
	border-bottom:2px solid #666;
	font-size:2em;
	letter-spacing:1px;
	padding-bottom:8px;
	font-size:20px;
}
h1 a
{
	font-size:20px;
	color:#666;
}

.intro{
	padding-top:30px;
}

.folder .post_thumbnail{
	padding:5px;
	text-align:center;
	background:#fff;
	border:1px solid #ccc
}

.folder div.entry p{
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:5px;
}

#folder-content .zone-right,
#folder-content .zone-left {
	padding:20px;
}

h2.widgettitle{
	position:relative;
	border-bottom:2px solid #027F4D;
	color:#027F4D;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:0.5em;
}
h2.widgettitle a
{
	color:#027F4D;
}

.int_title h2.widgettitle{
	border:none;
	font-weight:bold;
	font-size:1.2em;
	color:#fff;
	margin:0;
}


h1 a.button-base
{
	padding-bottom:1px;
	position:absolute;
	right:0;
	bottom:0;
	font-size:10px;
}

#sidebar h2,
.singlecontent h2 {
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border:0;
	font-weight:bold;
}
.singlecontent h2 a{
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	font-weight:bold;
}

.singlecontent h3 {
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	margin:0 0 5px 0;
	line-height:normal;
	font-weight:bold;
}
.singlecontent h3 a{
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	font-weight:bold;
}

#addons h2
{
	font-size: 16px;
	color:#ccc;
	font-weight:bold;
	border:none;
}

.compatto h2{
	font-size:1.2em;
	color:#000;
	font-weight:bold;
	margin:0;	
}
.compatto h2 a {color:#000;}

.jcarousel-skin-column .jcarousel-item h2 a{
	font-size:1em;
	font-weight:bold;
	padding:5px;
	display:block;
}

/* lists */

ul {
	list-style-type:none;
}

ul, ol {
	margin:0;
	padding-left:0;
}

li {
	padding-left:15px;
	background:url(images/bullet.gif) no-repeat top left;
}

li.jcarousel-item {
	background:none;
}

#sidebar ul
{
	background:#EEEEEE none repeat scroll 0 0;
	padding:10px 5px;
	margin:0;
}

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

#sidebar ul li
{
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 5px;
  font-weight:bold;
}

#sidebar ul li a
{
	font-weight:normal;
}
#sidebar ul li.current_page_parent a
{
	font-weight:bold;
	color:#000;
}

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


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

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

#sidebar ul ul li,
#sidebar ul ol li
{
  margin: 5px 0 0;
  padding:0;
  background:none;
}

#main-menu ul{
  list-style:none;
  text-align:left;
  margin:0;
  padding:0;
  background-color:#027F4D;
  margin-left:30px;
}

#main-menu ul li{
  display:inline;
  margin-left:10px;
  padding:0;
  background:none;
}

#main-menu ul li.current_page_ancestor a,
#main-menu ul li.current_page_parent a,
#main-menu ul li.current_page_item a{
	background: url(images/li-current.gif) no-repeat bottom center;
}

#main-menu ul li a {
  padding:5px;
  color:#fff;
  text-decoration:none;
  line-height:30px;
  height:30px;
  text-transform:uppercase;
  font-size:14px;
  letter-spacing:1px;
}

#addons ul
{
	padding:0;
	color:#fff;
}

#addons ul li{
	margin-top:5px;
}

#tool-menu ul{
	list-style:none;
  text-align:right;
  margin:0;
  padding:0;
}

#tool-menu ul li{
	display:inline;
  margin-left:5px;
  padding:0;
  background:none;
}

#tool-menu ul li a {
  padding:3px;
  color:#027F4D;
  text-decoration:none;
  font-size:11px;
  white-space:nowrap;
}

/* no js styles */
body.no-js .no-js-hide{
	display:none;
}

body.no-js ul.horizontal-carousel{
	padding:20px 30px 0;
	width:525px;
}

#download_widget ul  li.attach{
	padding-left:30px;
}

#download_widget ul  li.pdf{
	background:url(images/icons/pdf.gif) no-repeat left center;
}

#download_widget ul  li.image{
	background:url(images/icons/image.gif) no-repeat left center;
}

#download_widget ul  li.spreadsheet{
	background:url(images/icons/xls.gif) no-repeat left center;	
}

#download_widget ul  li.presentation{
	background:url(images/icons/pps.gif) no-repeat left center;
}

#download_widget ul  li.doc{
	background:url(images/icons/doc.gif) no-repeat left center;
}

#download_widget ul  li.zip{
	background:url(images/icons/zip.gif) no-repeat left center;
}

#download_widget ul  li.video{
	background:url(images/icons/video.gif) no-repeat left center;
	background:url(images/icons/video.gif) no-repeat left center;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #027F4D;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	width:180px;
	text-align:left;
}
#tooltip h3{
	font-size:1.2em;
	font-weight:bold;
}
#tooltip p{
	margin-bottom:3px;
}

#wpabar ul li{
	background:none;
	padding-left:0;	
}