/* $Id$ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


html{
    margin:0;
}

html,body,#page,#page-inner /*,#main */ {
/*    height:100%; */
	min-width: 964px;
}

/** body **/

body
  {
	margin: 0;
	padding: 0;

	background-image:url(body_background.gif);
	background-repeat: repeat-y;
	background-position: center;
/*	background-color:#F7F7F7;*/
  }


/*  #page,
  #closure-blocks
  {
    min-width: 920px;
  }
*/
  #page
  {
  }

#page-inner
{
	/*
	width:962px;
margin-left:auto;
margin-right:auto;
	background-image:url(body_background.gif);
	background-repeat: repeat-y;
	background-position: center;
	*/
  }

/** header **/
  #header
  {
/*	  margin-top:-2px;*/
	background-image:url(header_background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color:#444;

	position:fixed;
	*position: inherit;
/*	top:0; */
	width:100%;
	min-width:964px;
	z-index:998;
  }

  #header-inner
  {
/*	background-color:#CFF;
*/
/*padding-bottom:4px;
padding-top:5px; */
margin-left:auto;
margin-right:auto;
width:964px;
/*background-color:#250;*/
}

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
	margin-left:215px;
	margin-right:215px;
	width:482px;
/*	padding: 0;*/
/*	background-color:#FCC;
*/
	padding: 4px 25px;
	/*
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #222;
	*/
	}

  #logo /* Wrapper for logo */
  {
	margin: 2px 8px 0 0;
	padding: 0;
	line-height: 0px;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
	padding: 0;
/*    font-size: 2em;
    line-height: 1.3em;*/
/*	font-size: 14px;*/
	font-size: 12px;
/*	line-height: 19px;*/
	line-height:20px;
/*	background-color:#696;*/
  }

  #site-name a:link,
  #site-name a:visited
  {
/*    color: #333;*/
	color: #FFF;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:480px;
  }

/** main (container for everything else) **/
#main
{
/*	background-image:url(body_background.gif);
	background-repeat: repeat-y;
	background-position: center; */
}

  #main-inner
  {
/*	  margin-top: 60px;*/
  }



#page, #closure-blocks {
	width:100%;
}
#header {
/*...	background-color:#444;	*/
}
/*#main-inner {*/
#main {
	margin-left:auto;
	margin-right:auto;
	width:964px;
}

/** content **/
#content
{
/*	border-left:1px solid;
	border-right:1px solid;*/
/*	padding-top:82px;
	*padding-top:55px;
	padding-bottom:55px;*/
/*	padding-top:71px;
	*padding-top:42px; */

  /* padding-top:168px;
    *padding-top:139px; */
    padding-top:121px;
    *padding-top:92px;

	padding-bottom:43px;
}

body.front #content
{
/*	padding-top: 106px;
	*padding-top:77px; */
  
  /* padding-top: 203px;
	*padding-top:174px; */
  padding-top: 156px;
	*padding-top:127px;
}

#content-inner
  {
	margin-left:auto;
	margin-right:auto;
	width:480px;
	line-height: 18px;
  }
/*#content-inner p
{
	margin-top: 2px;
}*/

#content a.external {
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 14px;
	margin-right: -1px;
	*display: inline-block;
/*	*background-position: right 3px; */
	*background-position: right 5px;
}
#content a.external:hover {
/*	background-position: right -11px;
	*background-position: right -10px; */
	background-position: right -12px;
	*background-position: right -9px;
	text-decoration: underline;
}
#content a.external {
	background-image: url(external.gif);
}

#content a.button:active,
#content a.button
{
/*	background-color:#F4F4F4;
	border:1px solid #bbb;
	color: #777; */
	padding:1px 6px 2px;
	text-decoration:none;

/*	background-color:#C0C0C0;
	color: #FFF;	*/
	border:1px solid #C0C0C0;

	background-color: #F2F2F2;
	background-image: -moz-linear-gradient(center bottom , #EBEBEF, #FBFBFB);
	background-image: -webkit-gradient(linear, center bottom, center top, color-stop(0, #EBEBEF), color-stop(1, #FBFBFB));
	background-image: -ms-linear-gradient(bottom, #EBEBEF, #FBFBFB);
	color:#666;
}

#content a.button:hover,
#content a.button:focus
{
/*	text-decoration:none;*/
/*	background-color:#FFF;
	color: #666;*/

/*	background-color:#AAA; */
	border:1px solid #999;
	color:#000;
	text-shadow:0 0 0 transparent, 0 0 3px #FFFFFF;
}


/*** form ***/

#content .form-text, #content .form-textarea
{
	line-height:18px !important;
/*	padding: 0px 3px 2px 4px;*/
	padding: 1px 3px 1px 4px;
}
#content .form-text
{
	height: 20px;
}
#content .form-submit
{
	height:26px;
	padding-bottom:2px;
	margin-left:0;
}



  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
	  margin-bottom:1.25em;
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  /* h1.title, *//* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  ul.links /* List of links */
  {
    margin: 1em 0;
    padding: 0;
  }

  ul.links.inline
  {
    margin: 0;
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

/* .pager a, .pager strong.pager-current  */
.pager li
{
    padding: 2px;
}
.pager li.pager-current
{
    color:#000;
}


  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
/*	  margin-top: 40px;*/
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebars **/

#sidebar-left,
#sidebar-right
{
/*	margin-top: 88px;*/
/*	padding-top:147px; */
/*	padding-top:148px;
	*padding-top:120px;
	padding-bottom:50px;*/
    /*
	padding-top:136px;
	*padding-top:108px;
    */

    /* padding-top:236px;
	*padding-top:208px; */
  padding-top:188px;
	*padding-top:160px;

	padding-bottom:38px;
	color: #999;
/*	color:#90A8B8;*/
/*	background-color:#0FF;
*/}

#sidebar-left a,
#sidebar-right a
{
	color:#888;
/*	color:#8098A8;*/
	text-decoration: none;
}
#sidebar-left a:hover,
#sidebar-right a:hover
{
	color:#000;
}
#sidebar-left a.active,
#sidebar-right a.active
{
	color:#000;
}

/** sidebar-left **/
  #sidebar-left,
  #sidebar-left .block ul
  {
	  text-align:right;
  }

  #sidebar-left-inner
  {
/*	  background-color:#C60;*/
  }


/*
#sidebar-left-inner .block ul
{
	background-color: #0CF;
	padding:0;
}
*/
#sidebar-left-inner .block ul li
{
/*	background-color: #CF0;
	display:inline;
	text-align:right;*/
/*	padding-right:0;*/
}
#sidebar-left-inner .block ul li a
{
	*display:block;
	*height:14px;
	padding-right: 0px;
}
#sidebar-left-inner .faceted-search-category
{
/*	display:inline;
	white-space: nowrap;
	width: 100%;*/
	*display:block;
	*height:14px;
	padding-right: 0px;
}
#sidebar-left-inner ul li .faceted-search-category a
{
	*display:inline;

}
/*
.faceted-search-category
{
	background-color: #0CF;
	margin-right:0;
	display:inline;
}
.faceted-search-count
{
	background-color: #C0F;
	margin-right:0;
	display:inline;
}
*/
#sidebar-left-inner .block ul li a.menu_icon
{
	display:block;
	background-position:right center;
	padding-right:20px;
	height:14px;
	line-height:15px;
	margin-top:1px;
/*	padding-top:1px;*/
}



/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right,
  #sidebar-right .block ul
  {
/*	  text-align:right;
*/  }
  #sidebar-right-inner
  {
/*  background-color:#C60;*/
  }
  /*
#sidebar-right-inner .block ul li a.menu_icon
{
	display:block;
	background-position:left center;
	padding-left:20px;
	height:14px;
	line-height:15px;
	margin-top:1px;
}
*/

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
	background-color: #FFF;
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: rgba(0, 0, 0, 0.05);
    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-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

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

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node ul.links /* Node links. See also the ul.links declaration above. */
  {
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment ul.links /* Comment links. See also the ul.links declaration above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }
  .block h2.title,
  .faceted-search-facet h3
  {
	  font-size: 1em;
	  color: #777;
	  margin-top:0;
	  margin-bottom:1px;
	  display:block;
	  line-height: 15px;
  }
  .faceted-search-facet-active h3
  {
	  display:inline;
  }

/* .faceted-search-facet-active h3,*/
/*
.faceted-search-facet-active a
{
	display:block;
}
.faceted-search-facet-active a:after
{
    content: " ";
    display: block;
    height: 0;
	float:left;
    clear: both;
    visibility: hidden;
}
*/
/*
.faceted-search-facet-active:first-letter
{
	color:#f00;
}
*/
  .block .content /* Block's content wrapper */
  {
  }
  .block .content ul
  {
	margin-top:0;
	padding-left:0;
  }
  .block .content ul li
  {
	list-style: none outside none;
  }

#block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comment-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-primary-links /* "Primary links" block */
  {
  }

  #block-menu-secondary-links /* "Secondary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
/*	position:absolute;
	right:0;
	top:-28px; */
  }
  /*
#edit-search-block-form-1-wrapper label
{
	display:none;
}
#edit-search-block-form-1-wrapper input
{
	display:none;
}
*/
  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

html.js .resizable-textarea textarea
{
	font-size: 10px;
}

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link /* The "Log in using OpenID" links. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

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

  #user-login ul
  {
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

/*** BLOCCHI ***/

.block-faceted_search_ui .block-inner .content p {
	display: none;
}
.block-faceted_search_ui span.faceted-search-count {
	font-size: 10px;
}
#block-faceted_search_ui-1_guided .faceted-search-facet-active {
/*	color:#000;	*/
	display:none;
}
#block-faceted_search_ui-1_current .faceted-search-current
{
/*	display:inline;*/
	color: #555;
	margin-bottom: 2px;
}
#block-faceted_search_ui-1_current .faceted-search-current a
{
/*	font-size: 9px;*/
	font-family:Tahoma, Geneva, sans-serif;
}

/*** NEWSLETTER ***/

#content-bottom #simplenews-block-form-11
{
	margin-top: 20px;
	background-color: #F2F2F2;
    border: 1px solid #DDDDDD;
    padding: 18px;
}
#content-bottom .form-item
{
	margin: 0;
}
#content-bottom #edit-mail-wrapper
{
/*	margin-top: 18px;
	margin-bottom: -7px;*/
}
#content-bottom #edit-mail-wrapper input
{
	width: 433px;
	*height:20px;
	*padding-top:2px;
/*	*padding-left: 4px; */
    border: 1px solid #888;
	*padding: 0px 3px 2px 4px;
}
#content-bottom .form-radios
{
	background-color: #FFF;
    border: 1px solid #CCC;
/*    padding: 4px 8px 8px 8px;*/
    padding: 1px 8px 4px 8px;
	*padding-top:2px;
	height:18px;
}
#content-bottom .form-radios .form-item
{
	display: inline;
	margin: 0 4px 0 8px;
}
#content-bottom .form-radios label
{
/*	vertical-align: bottom;*/
	vertical-align: middle;
	line-height:14px;
	margin: 0;
}
#content-bottom .form-radios input
{
/*	vertical-align: bottom;*/
	vertical-align: middle;
	height:14px;
	margin: 0;
}
#content-bottom #edit-submit
{
	margin-top: 6px;
	min-width: 120px;
	*min-width: auto;
}

/*** CCK FIELD ***/
/*
.imagefield-field_immagine {
	width: 480px;
	height: 360px;
}
*/
.linkimagefield-field_cover {
	width: 480px;
/*	margin:6px 0 4px; */
    margin:9px 0 4px;
}

.featured-content-block-content .imagefield-field_immagine {
	width: 200px;
	height: 30px;
	opacity: 0.5;
}

/*** ELEMENTI PAGINA ***/

#content-area h2 {
	font-size:11px;
	margin-bottom:18px;
/*	margin-top:32px; */
	margin-top:18px;
	color: #444;
}
/*
.icona_3colonne {
	margin: 0 3px 3px 0;
}
.icona_3colonne_ultima {
	margin: 0 0 3px 0;
}
.icona_4colonne {
	margin: 0 4px 4px 0;
}
.icona_4colonne_ultima {
	margin: 0 0 4px 0;
}
*/
p.galleria_5colonne {
	width: 485px;
/*	margin:22px -5px 18px 0; */
	margin:27px -5px 19px 0;
	background-image: url(imgs/sfondo_galleria_5col.gif);
	background-repeat: repeat;
	background-position: left top;
}
p.galleria_5colonne a
{
	width:92px;
	height:92px;
	margin: 0 5px 5px 0;

	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
	zoom:1;
}

/*** RISULTATI CERCA ***/

dl.search-results dd
{
/*	padding-bottom:24px;*/
	padding-bottom:18px;
/*	padding-bottom:6px;*/
	margin-bottom:17px;
	border-bottom:1px dotted #999;
}
dl.search-results dt.title
{
/*	font-size:17px;*/
	font-size:11px;

	font-weight:bold;
/*	line-height:24px;*/
	margin-bottom: 15px;

	display:inline;
/*	padding: 0 6px 0 8px; */
	padding: 0 6px 0 0px;
	margin-bottom: 5px;
	line-height:17px;
}
dl.search-results dd
{
	margin-left:0;
}

/*** ELENCHI CON ICONE LAVORI ***/
/* .view-frontpage         */
/* .view-risultati-faceted */
/* .view-taxonomy-term     */

#block-views-frontpage-block_1 {
/*	padding-top: 7px;	*/
/*	padding-top: 45px;	*/
	padding-top: 10px;
}
/*
.view-frontpage .views-row
{
	background-color: #F2F2F2;
	margin-bottom:17px;
	line-height:16px;
}
*/
/*
.elenco-icone .views-row-1
{
	margin-top:45px;
}
*/
/* #block-views-frontpage-block_1 .views-row, */
.elenco-icone .views-row
{
/*	background-color: #F2F2F2;
	background-image: -moz-linear-gradient(center bottom , #E4E4E8 0%, #FFFFFF 50%);
	background-image: -webkit-gradient(linear, center bottom, center top, color-stop(0, #E4E4E8), color-stop(0.5, #FFFFFF));
	text-shadow:0 0 0 transparent, 0 0 3px #FFFFFF;
	zoom: 1;
*/
/*	margin-bottom:26px; */
/*	margin-bottom:28px;*/
	margin-bottom:28px;
/*	line-height:16px;*/
}
body.front .elenco-icone .views-row
{
/*	margin-bottom:36px;*/
	margin-bottom:29px;
}
.faceted-search-page h2.title {
	display:none;
}
.view-taxonomy-term .view-content
{
	border-top:1px dotted #999;
	margin-top:22px;
/*	padding-top:17px; */
	padding-top:26px;
}
.faceted-search-page .faceted-search-numbering
{
	border-bottom:1px dotted #999;
	width:100%;
	float:none;
/*	margin-bottom:19px;*/
	margin-bottom:26px;
	padding-top:1px;
	padding-bottom:2px;
	text-align:right;
}
.view-taxonomy-term .views-field-title,
.view-frontpage .views-field-title,
.view-risultati-faceted .views-field-title /* ,
dl.search-results dt.title */
{
/*	font-size:17px;*/
	font-size:11px;

	font-weight:bold;
/*	line-height:24px;*/
	margin-bottom: 15px;

	display:inline;
	padding: 0 6px 0 8px;
	margin-bottom: 5px;
/*	line-height:17px; */
}
.elenco-icone .views-field-title,
.view-taxonomy-term .views-field-title
{
	display:inline;
/*	padding: 0 6px 0 8px;*/
	padding: 0 4px 0 8px;
	margin-bottom: 5px;
/* 	line-height:17px; */
}
.view-frontpage .views-field-title a,
.elenco-icone .views-field-title a,
.view-taxonomy-term .views-field-title a
{
/*	color:#333; */
}
.view-frontpage .views-field-field-cover-fid
{
/*	padding: 6px 0 0 0;*/
/*	padding: 0;
	*padding-bottom: 4px;
	margin-bottom: 1px; */
	line-height:0px;
}
.view-frontpage .views-field-field-cover-fid span
{
/*	background-color: #F2F2F2;*/
/*	padding-bottom: 4px; */
}
.elenco-icone .views-field-field-anteprima-fid,
.view-taxonomy-term .views-field-field-anteprima-fid
{
	/*
	*padding-bottom: 4px;
	margin-bottom: 1px;
	*/
/*	padding:0;
	margin:0; */
	line-height:0px;
}

/*
.view-frontpage .views-field-teaser,
.elenco-icone .views-field-teaser
{
	color:#444;
    border-bottom: 1px solid #DDDDDD;
    padding: 0 9px 6px 8px;
}
.view-frontpage .views-field-teaser p,
.elenco-icone .views-field-teaser p
{
	margin-top:0;
	margin-bottom: 0;
}
*/
.elenco-icone
{
 /*   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; */
}
.elenco-icone .icon-info /*,
.elenco-icone .views-field-nothing-1 */
{

	background-color: #F2F2F4;
	background-image: -moz-linear-gradient(center bottom , #EBEBEF, #FBFBFB);
	background-image: -webkit-gradient(linear, center bottom, center top, color-stop(0, #EBEBEF), color-stop(1, #FBFBFB));
	background-image: -ms-linear-gradient(bottom, #EBEBEF, #FBFBFB);
	text-shadow:0 0 0 transparent, 0 0 3px #FFFFFF;

	font-size:11px;
	line-height:16px;
    padding: 5px 7px 7px 8px;
    *padding-right: 5px;
/*    padding: 5px 0px 0px 0px;*/
/*    padding: 3px 0px 0px 0px;*/
    border-bottom: 1px solid #EAEAEE;
/*    *border-bottom: 1px solid #DDD;*/
}
.elenco-icone .icon-info a /*,
.elenco-icone .views-field-nothing-1 a*/
{
	font-weight: bold;
}
.elenco-icone .icon-info p /*,
.elenco-icone .views-field-nothing-1 p */
{
	margin:0;
	-ms-filter:none;
}

.elenco-icone .icon-updates
{
/*	font-size: 10px;
	font-style: italic; */
	color:#686868;
	line-height: 16px;
	padding: 6px 8px 0px 0px;
/*	padding: 0px 8px 0px 0px;*/
/*	background-color:#FFF;*/
	margin-top:0px;
	margin-bottom: -4px;
}
/*
dl.search-results dd
{
	margin-left:0;
}
*/

.field-field-anni,
.views-field-field-anni-value
{
	float:right;
}
.field-field-anni,
.view-frontpage .views-field-field-anni-value
{
	margin-top:-34px;
}
/*
.view-frontpage .views-field-field-anni-value,
.elenco-icone .views-field-field-anni-value
{
	margin-top:0;
	display: inline;
	*display: run-in;
	float:none;
}
*/
.field-field-anni span,
.views-field-field-anni-value span
{
	*display:block
}

/***********/

/*
.section-taxonomy .node .node_read_more {
	padding-left:0;
}
*/

#search-form .container-inline {
/*	padding-top:6px;*/
	padding-top:5px;
	position:relative;
	width:480px;
}
#search-form label {
	display: none;
}
/*
#search-form #edit-keys-wrapper {
	float:left;
}
*/
#search-form #edit-keys {
	width:382px;
	padding-left: 4px;
	margin-top:1px;
	*margin-top:0;
/*	float:left;*/
/*	height: 16px;*/
/*	height: 20px; */
	border: 1px solid #888;
/*	padding-top:1px;
	padding-bottom:1px;*/
}
#search-form #edit-submit {
	width:85px;
	height: 26px;
/*	float:right;	*/
	position:absolute;
	right:0;
/*	padding-bottom:2px; */
}
.section-search #content-area .box h2.title,
.section-search404 #content-area .box h2.title
{
	font-size:11px;
/*	font-weight:normal;*/
	border-bottom:1px dotted #999;
/*	margin-bottom:17px;*/
	margin-top: 18px;
	margin-bottom:18px;
/*	padding-top:11px;*/
/*	padding-top:27px;*/
	padding-top:6px;
	padding-bottom:2px;
}
/*
.section-search #content-area .box .content ul,*/
.section-search404 #content-area .box .content ul /* PER ERRORE MODULO search404 */
{
	margin-top: 48px;
}

dl.search-results p.search-snippet {
	margin-bottom:0;
}
dl.search-results p.search-info {
	display:none;
}

/*** SEARCH FORM ***/

.region-header #block-custom_search_blocks-1
{
	position:absolute;
	right: 0px;
	top: -32px;
}
.region-header #block-custom_search_blocks-1 .form-item
{
	margin-top: 8px;
}
.region-header #block-custom_search_blocks-1 input.custom-search-box  {
/*	border: 1px solid #AAA;*/
	border: none;
/*	background-color:#DDD;*/
	background-color:#FFF;
	color:#000;
	font-size:11px;
	margin-top: 2px;
/*	*margin-top: 1px;*/
	padding: 1px 0 2px 2px;
	*padding-bottom: 1px;
}
.region-header #block-custom_search_blocks-1 input.custom-search-default-value  {
	border: none;
	height:15px;
	line-height:15px;
	padding:0;
	margin-right: -2px;
/*	margin-top: -2px;*/
	text-align:right;
	background-color:#222222;
/*	background-color:#333;*/
	color:#CCC;
}

/*** CONTACT PAGE ***/

#contact-mail-page
{
/*	margin-top: 20px;*/
	background-color: #F2F2F2;
    border: 1px solid #DDDDDD;
    padding: 0 18px 18px 18px;
}
#contact-mail-page .contact-text
{
    background-color: #FFFFFF;
    margin: -15px -19px 18px -19px;
	padding-top: 1px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
}
#contact-mail-page input.form-text,
#contact-mail-page textarea.form-textarea
{
/*	width: 472px;*/
	width: 433px;
/*	padding-left: 4px;
	padding-right: 3px; */
/*	padding: 2px 3px 3px 4px;*/
	border: 1px solid #888;
	font-size: 12px;
}
#contact-mail-page input.form-text
{
/*	height: 18px;*/
}


/*** COLORI ***/
/*
body,
.region-header #block-custom_search_blocks-1 input.custom-search-default-value
{
	background-color:#F4F4F4;
}
*/
#content-inner
{
/*	background-color:#FFF;
*//*	border-color:#E4E4E4;
*/
/*	border-color:#FFF;*/
}

/*** FIELD FILES ***/

#field_files_values
{
	width: 100%;
}
#field_files_values .widget-preview
{
	max-width:none;
}
#edit-field-javascript-0-value,
#edit-field-html-0-value
{
/*	width:475px;*/
	width:720px;
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 10px;
	line-height: 133%;
/*	white-space:nowrap;
	overflow:scroll; */
}

/** LIGHTBOX **/

#imageData #imageDetails {
	margin-top: -2px;
/*	line-height: 125%;*/
	width:90%;
}
#imageData #caption {
	font-size: 11px;
	font-weight:normal;
	margin-bottom: 4px;
}
#imageData #numberDisplay {
	line-height: 150%;
}
#bottomNavClose {
	margin-right: -5px !important;
	margin-right: 0;
}
#bottomNavZoom, #bottomNavZoomOut {
	left: 21px;
}
/*
#prevLink:hover, #prevLink:visited:hover, #prevLink.force_show_nav, #framePrevLink {
	background-image: url(lbox_prev.png);
	margin-left: 10px;
}
#nextLink:hover, #nextLink:visited:hover, #nextLink.force_show_nav, #frameNextLink {
  	background-image: url(lbox_next.png);
}
*/
#bottomNavClose {
    background-image: url("lbox_close.gif");
}
#lightboxFrame {
	border: 1px solid #ccc;
}
/** CCK FIELD **/

.filefield-file .filefield-icon {
	display: none;
}

/** BLOCCHI **/

#block-cck_blocks-field_play_links .content a,
#block-cck_blocks-field_allegati .content a,
#sidebar-right-inner .block ul li a.menu_icon,
.block .link-icon a
{
	background-position:left center;
	background-repeat:no-repeat;
	line-height:17px;
	margin-left:1px;
	padding: 1px 0 2px 20px;
	*display: inline-block;
	*line-height:14px;
	*padding-bottom:0;
}
#sidebar-right-inner #block-cck_blocks-field_play_links .content a
{
	background-image:url("play_ico.gif");
}
#sidebar-right-inner #block-cck_blocks-field_allegati .content a
{
	background-image:url("download_ico.gif");
}
#sidebar-right-inner #block-block-3 .add-to-any a,
#sidebar-right-inner #block-block-3 .addthis_toolbox .at300bs
{
	background-image:url("add-to-any_ico.gif");
}
#sidebar-right-inner #block-block-3 .addthis_toolbox .at15t_compact {
	background-position:0 0;
}
#sidebar-right-inner #block-block-3 .addthis_toolbox a {
	padding-top: 1px;
	padding-left: 1px;
}
#sidebar-right-inner #block-block-3 iframe {
	margin-top: 1px;
	margin-left:1px;
	opacity: 0.75;
}

/* #content #block-addthis-0 .content,
#content #block-block-3 .content */
#content-bottom #block-addthis-0 .block-inner
{
	margin-top:40px;
	padding: 10px 0;
	border-top:1px dotted #999;
}

.addthis_default_style .at300b, .addthis_default_style .at300m {
    padding: 0 2px 0 0;
}

/*
#content #block-block-3 ul {
	margin-top:8px;
	margin-right: -8px;
}
*/
#content #block-block-3 ul li {
/*	display:block;*/
	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
	zoom:1;
/*	float: left;*/
	margin-right: 8px;
	height:20px;
}

/* .region-header */ #block-block-5 {
    position: absolute;
    top: 26px;
    background-color: hsla(15,100%,97%,1);
    /* width: 438px; */
    /* padding: 2px 20px; */
    width: 460px;
    padding: 0 10px;
    margin: 26px 0;
    color: #000;
    /* border: 1px solid hsla(20,66%,85%,1); */
}
#block-block-5 p {
  /* margin: 14px 0; */
  margin: 7px 0;
}

/** EDITING CAMPI **/

#edit-body-wrapper {
/*	width: 540px;	*/
	width: 515px;
}
#edit-body-wrapper iframe {
	overflow-y: scroll;
}
.views-edit-view {
	background-color:#FFFFFF;
	position:absolute;
	width:680px;
	z-index:900;
}
/*
#content-display-overview {
	position:absolute;
	z-index:900;
}
*/

/*** CAMPI "LAVORO" ***/
/*
.field-field-anni,
.views-field-field-anni-value
{
	float:right;
}
.field-field-anni,
.view-frontpage .views-field-field-anni-value
{
	margin-top:-34px;
}
.view-taxonomy-term .views-field-field-anni-value,
.view-risultati-faceted .views-field-field-anni-value
{
	margin-top:-22px;
}
.field-field-anni span,
.views-field-field-anni-value span
{
	*display:block
}
*/

/** GRUPPO LINK&FILES **/
/*
div.group-link-and-files {
	float:left;
	margin-top: 17px;
	margin-bottom: 18px;
}
div.group-link-and-files .content {
	padding-left: 0;
}
div.group-link-and-files div {
	display: inline;
}
div.group-link-and-files .field-item {
	disply: block;
	float:left;
	margin-right: 8px;
	margin-bottom: 3px;
}
div.group-link-and-files a {
	background-position:left center;
	background-repeat:no-repeat;
	line-height:17px;
	padding: 1px 0 2px 20px;
	*display: inline-block;
	*line-height:14px;
	*padding-bottom:0;
}
div.group-link-and-files .field-field-play-links a {
	background-image:url("play_ico.gif");
}
div.group-link-and-files .field-field-allegati a {
	background-image:url("download_ico.gif");
}
*/
/*
div.group-link-and-files {
	float:left;
	margin: 23px -2px 24px 0;
	*margin-top:22px;
	*margin-bottom:22px;
	background-image: url(imgs/sfondo_links-files.gif);
	background-repeat: repeat;
	background-position: left top;
}
div.group-link-and-files .content {
	padding-left: 0;
}
div.group-link-and-files div {
	display: inline;
}
div.group-link-and-files .field-item {
	disply: block;
	float:left;
	margin-right: 2px;
	margin-bottom: 2px;
}
div.group-link-and-files a {
	display: block;
	width:219px;
	height:18px;
	background-position:1px center;
	background-repeat:no-repeat;
	line-height:16px;
	padding: 0 0 0 20px;
	background-color:#666;
	font-size:10px;
}
div.group-link-and-files a,
div.group-link-and-files a:visited,
div.group-link-and-files a:hover {
	color: #FFF;
	text-decoration:none;
}
div.group-link-and-files a:hover {
	background-color:#333;
}

div.group-link-and-files .field-field-play-links a {
	background-image:url("imgs/play_ico_chiaro.gif");
}
div.group-link-and-files .field-field-allegati a {
	background-image:url("imgs/download_ico_chiaro.gif");
}
*/
div.group-link-and-files {
	width:490px;
	float:left;
/*	margin: 22px -10px 24px 0;*/
/*	margin: 12px -10px 32px 0;*/
/*	margin: 11px -10px 32px 0;*/
	margin: 11px -10px 30px 0;
/*	*margin-top:24px;
	*margin-bottom:27px; */
	*margin-top:16px;
	*margin-bottom:35px;
	*padding-bottom: 1px;
/*	*width: 101%;*/
	background-image: url(imgs/link-group-bkg.gif);
	background-repeat: repeat;
	background-position: left top;
}
div.group-link-and-files .content {
	padding-left: 0;
}
div.group-link-and-files div {
	display: inline;
}
div.group-link-and-files .field-item {
	disply: block;
	float:left;
	margin-right: 10px;
/*	margin-bottom: 6px;*/
	margin-bottom: 7px;
/*	border-bottom: 1px dotted #999999; */
}
div.group-link-and-files a {
	display: block;
	width:216px;
	height:18px;
	background-position:left center;
	background-repeat:no-repeat;
	line-height:17px;
	padding: 0 0 0 19px;
/*	background-color:#666; */
/*	font-size:10px;*/
}
div.group-link-and-files a,
div.group-link-and-files a:visited,
div.group-link-and-files a:hover {
/*	color: #000;
	text-decoration:none;*/
}
div.group-link-and-files a:hover {
/*	background-color:#333; */
}

div.group-link-and-files .field-field-play-links a {
	background-image:url("imgs/play_ico_positivo.gif");
}
/* div.group-link-and-files .field-field-allegati a { */
div.group-link-and-files .field-field-download a {
	background-image:url("imgs/download_ico_positivo.gif");
}

/*
#page p {
	background-color:#CFF;
}
*/
/** RIQUADRI MESSAGGI **/
div.messages, div.status, div.warning, div.error {
/*	margin: 20px 0; */
	margin: 10px 0 20px 0;
}
div.status {
	border: 1px solid #FFCC33;
}

/*** AddThis ***/
#at16psf input {
	margin-top: 1px;
}

/*** ADMIN MENU ***/

body #admin-menu { font-size: 10px; }
