	/* $Id: zen-classic.css,v 1.9 2008/09/21 15:09:48 johnalbin Exp $ */

/*
 * COMMON STYLES
 */

  body
  {
    background: #dcd9ca;
  }

  #page
  {
    color: #111;
    /*background-color: #dcd9ca;*/
	margin:0 auto;
	max-width:1270px;
	min-width:952px;
	padding:0 20px;
  }

  #header {
	height:140px;
	background: url(images/header-bg.png) repeat-x;
  }

  #content
  {
    background-color: #F3F0E9;
	min-height:232px;
    border: solid 1px #FFFFFF;
  }

  #container
  {
    margin: 10px 0 10px;
  }

  #header-region,
  #closure-blocks
  {
    margin: 0 10px;
  }

  #main .node .content
  {
    color: #333;
  }

  div.content, div.links
  {
    font-size: 92%;
  }

  .block h3
  {
    font-size: 122%;
  }

  .book .body
  {
    padding: 0 0 0.5em 0;
    margin: 0;
  }

/*
 * HEADER STYLES
 */

  #logo-title
  {
    margin: 0px 8px;
    padding:9px 0 0;
    position: relative;
  }

  #logo
  {
    vertical-align: baseline;
  }

  #name-and-slogan
  {
    display: inline;
  }

  #site-name
  {
    margin: 0;
    display: inline;
    font-size: 246%;
  }

  #site-name a, #site-name a:hover
  {
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #6DA6E2;
    margin: 0;
    padding: 0;
  }

  #site-slogan
  {
    color: #aaa;
    margin: 0;
    font-size: 85%;
    margin-left: 20px;
  }

  #search
  {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
  }

  #mission
  {
    color: #666;
    font-weight: bold;
    padding: 2em;
    background: #D7E3F0 url(images/background.png);
    margin-bottom: 20px;
    font-size: 85%;
    border: solid 1px #B5C9D8;
  }

  .breadcrumb
  {
	background-color:#F3F0E9;
	font-size:85%;
	height:20px;
	margin:0;
	padding:4px 0 4px 10px;
	color:#970F00;
  }
	
  .breadcrumb a {
  	color:#970F00;
	font-size:113%;
  }

  /* "Skip to Main Content" link
   *
   * This link useful for both blind people and people with mobility impairments
   * who cannot use a mouse.
   */

  #skip-nav
  {
    margin: 0 !important;
    padding-left: 20px;
    font-size: 0.8em;
    line-height: 1;
  }

  #skip-nav a
  {
    padding: 1px 10px;
  }

  #skip-nav a:link, #skip-nav a:visited
  {
    color: #ffffff; /* same as background color */
  }

  #skip-nav a:hover, #skip-nav a:active, #skip-nav a:focus
  {
    color: #ffffff;
    background: #2763A5;
    text-decoration: none;
  }

  /* Alternatively, the skip-nav link can be completely hidden until a user tabs
     to the link. Un-comment the following CSS to use this technique. */
  /*
  #skip-nav a, #skip-nav a:hover, #skip-nav a:visited
  {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  #skip-nav a:active, #skip-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
  #logo-title
  {
    margin: 10px 20px 0 20px;
  }
  */

/*
 * MENU STYLES
 */

  div.menu
  {
    margin-top: 9px;
    background:transparent url(images/top-menu-bg.png) repeat-x scroll 0 0;
    height:28px;
  }

  #primary
  {
    font-size: 96%;
    line-height: normal;
    padding: 0 0 1px 20px;	
    width: 580px;
    float:right;
    /*border-bottom: 4px solid #2763A5;*/
  }

  #primary ul
  {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  #primary ul.links li,
  #secondary ul.links li
  {
    display: inline;
    border-left: none;
    margin: 0;
    padding: 0;
  }

  #primary a
  {
    background: url(images/tabs.png) repeat-x;
    color: #FFFFFF;
    font-weight: normal;
    display: block;
    float: left;
    padding: 5px 14px 5px 14px;
    margin: 0 -1px 0 0;
    border: solid #FFFFFF 1px;
    border-width: 1px 1px 0 1px;
  }

  #primary a
  {
    background-position: 0% 0;
  }

  #primary a:hover
  {
    background-position: 0% -28px;
    text-decoration: none;
  }

  #primary a.active
  {
    background-position: 0% -84px;
  }

  #secondary
  {
    padding-left: 20px;
    background: #6DA6E2; /*#347FD2;*/
    border-bottom: solid #2763A5 4px;
  }

  #secondary ul
  {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #secondary li a
  {
    float: left;
    display: block;
    color: #fff;
    font-size: 85%;
    text-decoration: none;
    padding: 0 5px 0 5px;
  }

  #secondary a:hover
  {
    background: #2763A5;
  }

  #secondary a.active
  {
    font-weight: bold;
  }

/*
 * LINK STYLES
 */

  ul.links
  {
    text-align: left;
  }

  ul.links li
  {
    border-left: 1px solid #9cf;
  }

  .taxonomy
  {
    margin: 0;
    padding: 0;
    display: inline;
  }

  .taxonomy ul.links li
  {
    border: none;
    padding: 0 .1em 0 .2em;
  }

  .taxonomy ul.links li:after
  {
    content: ",";
  }

  .taxonomy ul.links li.last:after
  {
    content: "";
  }

  ul.links li.first
  {
    padding-left: 10px;
    border: none;
  }

  .links
  {
    color: #999;
  }

  .links a
  {
    padding: 0 .1em 0 .1em;
  }

  .submitted, .taxonomy
  {
    font-size: 85%;
    color: #999;
  }

  .submitted /* ADD 080515*/
  {
	  display:none;
  }


/*
 * FORM STYLES
 */

  input, textarea, textfield
  {
    margin: 0;
    color: #000;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    padding: 1px;
    font-size: 100%;
  }

  input.form-checkbox, input.form-radio
  {
    border: none;
  }

  #search .form-text, #user-login-form .form-text
  {
    color: #444;
    border: 1px solid #6191C5;
    padding: 2px;
  }

  .form-submit, .button
  {
    padding: 1px;
  }

  #search .button,
  #search .form-submit,
  #user-login-form .button,
  #user-login-form .form-submit
  {
    background-color: #68A0D9;
    color: #fff;
    font-weight: bold;
    border: 1px solid #4070A1;
  }

  #user-login-form
  {
    text-align: left;
  }

  #user-login-form .item-list ul
  {
    margin-top: 0;
    padding-bottom: 0;
  }

/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: 0;
  	padding-left: 1.5em;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  }

  #user-login li.user-link /* The Cancl OpenID link on the /user form. */
  {
    margin-left: 0;
  }

/*
 * ALERTS, STATUS, HELP MESSAGE STYLES
 */

  div.messages
  {
    padding: 1.3em 1em .3em 52px;
    border-width: 2px;
    margin: 10px 0;
  }

  div.status
  {
    border: 2px solid #ddd;
    background-color: #eee;
  }

  div.messages ul
  {
    padding: 0 0 0 20px;
    margin: 0;
  }

/*
 * FOOTER STYLES
 */

  #footer-wrapper
  {
    margin: 0;
    margin-top: 15px;
  }

  #footer
  {
    background-color: #2763A5;
    border: solid 1px #004969;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    font-size: 85%;
    padding: 1em;
  }

  #footer *
  {
    color: #FFFFFF;
  }

  #footer a
  {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dotted #FFFFFF;
  }

  #footer a:hover
  {
    border-bottom: 1px solid #FFFFFF;
  }

  #footer img.drupal-powered
  {
    position: relative;
    top: .3em;
  }

  #footer .block
  {
    text-align: left;
  }
 
  #footer div.block div.edit
  {
    background-color: #2763A5;
  }

/*
 * ADMINISTRATION STYLES
 */

  .admin-panel
  {
    margin: 0;
    padding: 0;
  }

  .admin-panel .body
  {
    background-color: #eee;
    border: solid #6191C5 1px;
  }

  .admin-panel .body dl, .admin-panel .body p
  {
    padding: 10px;
  }

  .admin-panel h3
  {
    margin-bottom: 0;
    padding: 5px 5px 5px 30px;
    font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    font-size: 122%;
    color: #fff;
    border-width: 0 2px 2px 2px;
  }

  table tr.odd
  {
    background: #DCD9CA;
  }
	
  table td.active {
	background-color:#DCD9CA;
  }
	
  td.icon
  {
    text-align: center;
  }

/*
 * COMMENT STYLES
 */

  .comment
  {
    margin: 0 0 10px 0;
    padding: 10px;
    background: #EBF2F8;
  }

  .comment-unpublished
  {
    background-color: #FFF;
  }

  .comment-by-author
  {
    background: none;
    border: 1px solid #6191C5;
  }

  .comment  h3.title
  {
    font-size: 122%;
  }

  .comment  h3.title, .comment  h3.title a
  {
    color: #2266AB;
    font-weight: normal;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
    margin-top: 0;
  }

  .comment .picture, .node .picture
  {
    float: left;
    margin-right: 15px;
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .comment .new
  {
    color: #FFC600;
    font-weight: bold;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
  }

  .comment .links
  {
    text-align: right;
  }

/*
 * POLL STYLES
 */

  .poll .bar .foreground
  {
    background: #2763A5;
  }

  .poll .bar
  {
    padding: 2px;
    background: #BDCBDD;
  }

/*
 * BOOK STYLES
 */

  div.node div.content .book-navigation
  {
    background: #eee;
    margin: 0;
    padding: 0;
  }

  div.node div.content .book-navigation ul.menu
  {
    border: 0;
    border-top: 1px solid #2763A5;
    margin: 0;
    padding-bottom: 10px;
  }

  div.node div.content .book-navigation .page-links
  {
    background: #C1D4EA; /*#347FD2;*/
    border: 1px solid #2763A5;
    border-width: 1px 0 1px 0;
    padding: 5px;
    margin: 0;
  }

/*
 * FORUM STYLES
 */

  #forum table
  {
    width: 100%;
  }

/*
 * Pager styles
 */

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

  .pager  a, .pager-current
  {
    padding: 3px 8px 3px 8px;
    margin: 0 2px 0 2px;
    color: #2763A5;
    font-weight: bold;
    /*border: solid 1px #eee;*/
  }

  .pager-current
  {
    color: #fff;
    background-color: #970f00;
  }
  
  
  .item-list .pager {
	background-image:url(images/pager-bg.png);
	background-repeat:repeat-x;
	clear:both;
	height:20px;
	padding-bottom:4px;
	padding-top:4px;
	text-align:center;
  }

  .item-list .pager li {
	background-image:none;
	display:inline;
	list-style-type:none;
	padding:0.3em 0.8em;
  }

  .item-list ul {
    margin:0;
    padding:0;
  }

/*
 * Node, Block, Content styles
 */

  .node
  {
    margin-bottom: 15px;
    padding-bottom: 15px;
    background-color: #F3F0E9;
  }

  #node-21
  {
	margin-bottom: 0px;
    padding-bottom: 0px;
    background-color: #F3F0E9;
  }
  
  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node h2.title
  {
    margin-bottom: .1em;
    margin-left:10px;
  }

  .node h2.title a
  {
    color: #555;
    font-size: 129%;
    font-weight: normal;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    line-height: 1.4em;
  }

  .node .content
  {
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .sticky
  {
    border-bottom: solid 3px #ddd;
  }

  #sidebar-left .block,
  #sidebar-right .block
  {
    /*border-bottom: solid #ddd 1px;*/
    /*padding-bottom: 15px;*/
    padding-bottom: 0px;
    /*margin: 0 0 1.5em 0;*/
    margin: 0 0 0 0;
  }

  #sidebar-left .block
  {
    background-color:#F3F0E9;
	/*padding-right:15px;*/
	padding-right:0px;
	/*border:1px solid #FFFFFF;*/
  }

  #sidebar-right .block
  {
    padding-left: 0px;
    background-color:#F3F0E9;
  }

  .block .content
  {
    /*margin: 0.5em 0;*/
    margin: 0 0;
  }

  .block .item-list ul
  {
    padding-left: 0;
  }

/*
 * Status report colors.
 */

  table.system-status-report tr.error, table.system-status-report tr.error th
  {
    background-color: #fcc;
    border-color: #ebb;
    color: #200;
  }

  table.system-status-report tr.warning, table.system-status-report tr.warning th
  {
    background-color: #ffd;
    border-color: #eeb;
  }

  table.system-status-report tr.ok, table.system-status-report tr.ok th
  {
    background-color: #dfd;
    border-color: #beb;
  }
  
  /* STILi MENU BARRE LATERALI */
  #block-block-1 .title
  {
	visibility: hidden;
	display: none;
  }

  #block-block-2 .title
  {
	visibility: hidden;
	display: none;
  }

  #block-block-4 .title
  {
	visibility: hidden;
	display: none;
  }


  #block-menu-menu-main-menu-a .title
  {
	visibility: hidden;
	display: none;
  }
  
  #block-menu-menu-generic-menu-a .title
  {
	visibility: hidden;
	display: none;
  }
  
  #block-menu-menu-main-menu-b .title {
    display:none;
    visibility:hidden;
  }
    
  /* Slider home page*/
  
  .slider_slide {
  	padding-left:48px;
  	padding-right:48px;
  	padding-top:23px;
  	padding-bottom:23px;  	
  }
  
  .slider_news_header {
  	background-image:url(images/menu-a-item-bg.png);
	background-repeat:repeat-x;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	height:23px;
	padding-left:12px;
	padding-top:5px;
  }

  .slider_gs_header {
  	background-image:url(images/hilighted-menu-a-item-bg.png);
	background-repeat:repeat-x;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	height:23px;
	padding-left:12px;
	padding-top:5px;
  }
  
  .slider_news_data {
	height:99px;
	left:118px;
	margin-bottom:10px;
	margin-left:15px;
	margin-right:0;
	overflow:hidden;
	padding-left:15px;
	position:absolute;
	right:48px;	
  }

  .news_data {
	height:100%;
	left:-15px;
	margin-right:15px;
	overflow:hidden;
	padding-left:15px;
	position:relative;
	right:20px;
	top:0;
	border:none;
  }
 

  .teaser_news_data {
	left:79px;
	margin-right:15px;
	padding-left:15px;
	position:absolute;
	right:20px;
	top:-4px;
  }

  .scrollButtons.left {
	left:24px;
	position:absolute;
	top:85px;
	z-index:1;
  }
  
  .scrollButtons.right {
	right:24px;
	position:absolute;
	top:85px;
	z-index:1;
  }
  
  .scrollButtonsPP.left {
	left:24px;
	position:absolute;
	top:85px;
	z-index:1;
  }
  
  .scrollButtonsPP.right {
	right:24px;
	position:absolute;
	top:85px;
	z-index:1;
  } 

  .scrollButtonsGS.left {
	left:24px;
	position:absolute;
	top:453px;
	z-index:1;
  }
  
  .scrollButtonsGS.right {
	right:24px;
	position:absolute;
	top:453px;
	z-index:1;
  } 
  
  .scrollButtonsMisc.left {
	left:24px;
	position:absolute;
	top:270px;
	z-index:1;
  }
  
  .scrollButtonsMisc.right {
	right:24px;
	position:absolute;
	top:270px;
	z-index:1;
  } 
  
  .news_node_header {
	background-image:url(images/menu-a-item-bg.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	display:block;
	height:22px;
	padding-bottom:3px;
	padding-left:10px;
	padding-top:3px;
	position:relative;
  }

.views-table  {
	margin-left:auto;
	margin-right:auto;
	width:98%;
}
.views-field-field-news-img-fid {
	float:left;
}

.views-field-created {
	clear: both;
}


.field {
	margin-left: 10px;
	margin-right: 10px;
  }

/*
.field-type-filefield {
	margin-left: 10px;
	margin-right: 10px;
  }
*/

.meta {
	margin-left: 10px;
	margin-right: 10px;
  }
  
#search-form .form-item {
	margin-left: 10px;
	margin-right: 10px;
}

.box {
	margin-left: 10px;
	margin-right: 10px;
}

tbody {
    border-top:1px solid #C2B699;
}

thead th {
	border-bottom:2px solid #C2B699;
	padding-right:1em;
	text-align:left;
}

.feed-icons {
	margin-left:10px;
}

.views-exposed-form {
	margin-left:10px;
}

#block-block-3 .title {
	display:none;
	visibility:hidden;
}

#block-block-3 .content {
	/*background-image:url(images/hilighted-generic-menu-item-bg.png);*/
	/*background-color: #295e89;*/
	background-repeat:repeat-x;
	font-weight:bold;
	/*padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;  */
}

#block-block-3 .content p{
  padding:0;
}

#block-block-3 a {
	color: #FFFFFF;
	font-weight:bold;
}

#sidebar-right ul.menu li.leaf.last.dhtml-menu.odd {
	background:#fff;
	list-style:none;
	padding:0;
	margin:0;
}
#sidebar-left #block-menu-menu-generic-menu-a.count-3 ul.menu li.leaf.first.dhtml-menu.odd {
	list-style:none;
	padding:0;
	margin:0;
	width: 100%;
    /*height:112px;*/
}

#dhtml_menu-679 {
	background:#fff url("images/Ex-fissa2.jpg") no-repeat center top;
	display:block;
    height: 55px;
    margin: 0;
    padding: 0;
    text-indent: -5000px;
    width: 100%;
}
/*#dhtml_menu-681 {
		background:url("images/Elezioni-2016b.gif") no-repeat center top;
	display:block;
width: 100%;
	width: 192px;
    height:112px;
    margin: 0;
    padding: 0;
    text-indent: -5000px;
}*/

/* 290116 */

#sidebar-left #block-menu-menu-generic-menu-a ul.menu li.leaf.first {
    background:none;
    height:auto;
	padding:0;
}

/* 110416 */
#block-menu-menu-generic-menu-a ul.menu li.leaf.first a {
    display: none;
    content: "";
    width: 192px;
    /* height:112px; */
	background:url("images/Elezioni-2016b.gif") no-repeat center top;
    text-indent: -5000px;
}

/*#block-menu-menu-generic-menu-a::before {
    display: block;
    content: "";
    width: 192px;
    height:112px;
	background:url("images/Elezioni-2016b.gif") no-repeat center top;
}*/
