/**
 * CSS rules for leinardi.it drupal theme
 * Created by Fabio Varesano <fvaresano at yahoo dot it> - May 2008
 * For more information see http://www.varesano.net/
 */

#header_skipper {
  display: none;
}

/* general layout */ 

body {
  padding: 0;
  margin: 0;
  background: #ccc;
  font-family: Verdana, Sans-Serif;
  line-height: 1;
  text-align: center;
  font-size: 76%;
}

#container {
  margin: 0 auto;
  width: 957px;
  background: #ECEAEB;
  text-align: left;
  background: white;
}

#header {
  background: white url(../img/header_manifesto.jpg) no-repeat;
  padding: 0;
  margin: 0;
  height: 99px;
  width: 957px;
  position: relative;
}

#header h1 {
  padding: 40px 0 0 10px;
  margin: 0;
  font-weight: normal;
  font-family: Arial, sans-serif;
  font-size: 25px;
  letter-spacing: 10px;
}

#header h1 a {
  text-decoration: none;
  color: black;
}

#header h1 a span {
  text-transform: uppercase;
}

#header .teaser {
  position: absolute;
  right: 12px;
  top: 49px;
  /*font-style:italic;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  font-size: 14px;*/
}

#header .teaser span {
  display: none;
}

#navigation {
  background-color: white;
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;
}

#navigation ul {
  margin: 0;
  padding: 0;
}

#navigation li {
  /*height: 24px;*/
  border-right: 1px dotted gray;
  margin: 0;
  
  float: left;
  list-style-type: none;
  padding: 1em 0.43em 1em 0.43em;
}

#navigation a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  margin: 0;
  padding: 0.2em;
  border: 0;
}

/* english - we need to make things smaller */

html[lang="en"] #navigation li {
  padding: 1em 0.33em 1em 0.33em;
}

html[lang="en"] #navigation a {
  font-size: 0.70em;
}

#navigation a.active, #navigation a:hover {
  background: gray;
  color: white;
}


#search-box-header {
  float: right;
  padding: 0.5em 12px 0.5em 0.5em;
}

#search-box-header label {
  display: none;
}

#content_wrapper {
  background: white url(../img/container_bg.png) repeat-y;
  position: relative;
}

#content {
  float: right;
  width: 629px; /* 653 total */
  background: white;
  padding: 0 12px 2.5em 12px;
}

#left-bar {
  width: 284px;
  float: left;
  padding: 0 10px 0 10px;
}

#footer {
  clear: both;
  background: #C4C4C4;
  padding: 0.8em;
  position: relative;
  font-size: .9em;
  letter-spacing: 0.1em;
}

#footer .footer-left {
/*   float: right; */
  position: absolute;
  left: 0px;
  width: 30%;
  text-align: left;
  padding-left: .8em;
  z-index: 10;
}

#footer .footer-right {
/*   float: right; */
  position: absolute;
  right: 0px;
  width: 30%;
  text-align: right;
  padding-right: .8em;
  z-index: 10;
}

#footer .footer-center {
  position: relative;
  left: 0px;
  text-align: center;
}

#footer a {
  color: black;
/*   text-decoration: none; */
}

.breadcrumb {
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: .1em;
  padding: 7px 0 7px 0;
}

.breadcrumb a {
  color: black;
}

#flags {
  background: white;
  padding: 0px 0 2px 0px;
/*   visibility: hidden; */
}

.galleria #flags {
  position: absolute;
  left: 0px;
  top: 0px;
  background: white;
  padding: 0px 0 2px 0px;
  width: 200px;
  z-index: 10;
}

#flags ul {
  list-style-type: none;
  margin: 1.2em 0 1.2em 0;
  padding: 0 0 0 12px;
}

.galleria #flags ul {
  list-style-type: none;
  margin: 0;
  margin-top: -2px;
  padding: 0 0 0 12px;
}

#flags ul li {
  margin: 0;
  padding: 0;
}

#flags ul li a {
  width: 16px;
  height: 16px;
  display: block;
}

#flags ul li a span {
  display: none;
}

#flags ul li.en a {
  background: url(../img/flags/en.png);
}

#flags ul li.it a {
  background: url(../img/flags/it.png);
}

#content .block {
  margin-top: 2em;
}

.biografia #left-bar img {
  border: 2px solid #acb4c9;
}

.img_description {
  line-height: 1.2em;
  font-size: 0.9em;
  padding: 0 6px 0 6px;
}

.biografia .img_description {
  font-weight: bold;
  margin-top: 0.8em;
  padding: 0;
}



.lateral_image {
  margin: 0 auto;
}


table {
  border: none;
}

/* node fonts */

h2 {
  font-size: 1.5em; 
}

h3 {
  font-size: 1.15em;
}

h4 {
/*   font-size: 1.1em; */
}

h2.page_title {
  font-size: 1.3em;
}

/* .node .content { */
#content .clear-block {
  line-height: 1.5em;
}

.node .content {
/*   padding-bottom: 2.5em; */
  width: 550px;
}

.node .content a {
  text-decoration: none;
  border-bottom: 1px solid blue;
  padding-bottom: 1px;

}

.node .content p {
/*   padding: 0 0.8em 0 0.8em; */
}

.node .content .smaller, .block .smaller {
  font-size: .9em;
}

.block .content .smaller {
  line-height: 1.5em;
}

/* book page */

.book_page table { 
  width: 100%;
  border: 0;
}

.node .content tbody {
  border: 0;
}

.book_page table td.bullet {
  background: #fff url(../img/book_bullet.jpg) no-repeat 0px 50%;
  padding-left: 2em
}

.book_page img {
  margin: 1em auto;
  display: block;
}


ul.bullet {
  list-style-image: url(../img/book_bullet.jpg);
}


/* for book module */
.book-navigation {
  display: none;
}


/* sections specific styles */

/* home */
.home #container {
  background: white;
}

.home #content h2 {
  margin-top: 0;
}

.home #content {
   padding: 0; 
}

.home #left-bar img {
  border: none;
}

.home #header h1 {
  padding: 40px 0 0 10px;
  font-size: 25px;
}

body.home, .home #header {
  background: #cccccc url(../img/bg_galleria.jpg) repeat-x;
}

.home #header {
  height: 99px;
}

.home span.white {
  /*color: white;*/
}

.home #header .teaser {
  width: 467px;
  height: 15px;
}

#header .teaser_home {
  background: #cccccc url(../img/scritta_home_cerca.png) repeat-x;
}

body.en #header .teaser_home {
  background: #cccccc url(../img/scritta_home_cerca_inglese.png) repeat-x;
}

.home .galleria_linea {
  background: white;
  height: 2px;
  margin-bottom: 1.4em;
}

.home #content_wrapper {
  background: white;
}


/* biografia */

.biografia #header {
  background: white url(../img/header_biografia.jpg) no-repeat;
}
/*
.biografia #header h1 {
  display: none;
}*/

.biografia .node .content {
  line-height: 1.9em
}

.biografia .node .content dd {
  margin: 0;
}


/* manifesto */
.manifesto #header {
  background: white url(../img/header_manifesto.jpg) no-repeat;
}

.manifesto_manifesto {
  border: 3px solid black;
  font-size: .9em;
  background: white url(../img/manifesto/manifesto_criterio_trans.jpg) no-repeat 10px 15px;
  padding: 0 25px 0 32px;
  position: relative;
}

.manifesto_manifesto .inside {
  width: 228px;
  text-align: justify;
  line-height: 1.3em;
  margin: 12px 0 15px 0;
}

.manifesto_gruppo {
  position: absolute;
  bottom: 15px;
  right: 5px;
  padding: 71px 0px 0px 0px;
  width: 175px;
  text-align: center;
  font-weight: bold;
/*   height: 71px; */
  background: white url(../img/manifesto/tg.jpg) no-repeat 0 0;
}


/* mostre */
.mostre #header {
  background: white url(../img/header_mostre.jpg) no-repeat;
}

.mostre ul.bullet {
  padding-left: 21px;
}

.mostre ul.bullet a {
  color: #352D7D;
  border-color: #352D7D;
  font-weight: bold;
}

.mostre ul.bullet a:visited {
  font-weight: normal;
}

.mostre .node .content h3, .fondino {
  color: #352d7d;
  background: url(../img/heading3.jpg) repeat-x;
  min-height: 35px;
  padding: 0.3em 5px 0 5px;
/*   margin-left: 1px; */
}

/* scritti */

.scritti ul.bullet a {
  color: #352D7D;
  border-color: #352D7D;
  font-weight: bold;
}

.scritti ul.bullet a:visited {
  font-weight: normal;
}

.scritti #header {
  background: white url(../img/header_scritti.jpg) no-repeat;
}

/*
.scritti ul.bullet a:visited {
  font-weight: normal;
}*/


/* critiche */

.critiche ul.bullet a {
  color: #352D7D;
  border-color: #352D7D;
  font-weight: bold;
}

.critiche ul.bullet a:visited {
  font-weight: normal;
}

.critiche #header {
  background: white url(../img/header_critiche.jpg) repeat-x;
}

/* link */

.link ul.bullet a {
  color: black;
  border-color: black;
}

.link ul.bullet a:visited {
  color: #676767;
  border-color: #676767;
}

.link #header {
  background: white url(../img/header_link.jpg) repeat-x;
}


/* galleria */
.galleria #left-bar {
  display: none;
}

.galleria #content {
  width: 97%;
/*   padding: 0px 0px 0px 0px; */
  float: none;
  position: relative;
}

.galleria #container {
  background: white;
}

.galleria .breadcrumb {
  display: none;
}

.galleria #content h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  margin-left: 0;
  font-size: 1.6em;
}

.galleria .node .content a {
  margin-right: 18px;
  border: none;
  padding: 0;
}

.galleria .node .content {
  padding: 0px 0px 3em 0px;
  width: auto;
}

.galleria .node .content h3 {
  background: none;
  color: black;
  padding-left: 0;
  font-size: 1.1em;
}

.galleria .galleria_instructions {
  position: absolute;
  width: auto;
  right: 0px;
  top: 0px;
}

.galleria #header {
  background: none;
  height: 99px;
}

.galleria #header h1 {
  padding: 40px 0 0 10px;
  font-size: 25px;
}

body.galleria, .galleria #header {
  background: #cccccc url(../img/bg_galleria.jpg) repeat-x;
}

.galleria #container {

}

.galleria .galleria_linea {
  background: white;
  height: 2px;
  margin-bottom: 1.4em;
}

.galleria #header span.white {

}

.galleria #header .teaser {
  width: 467px;
  height: 14px;
}

.galleria #header .teaser_galleria {
  background: #ccc url(../img/scritta_galleria.png) no-repeat;
}

body.en #header .teaser_galleria {
  background: #ccc url(../img/scritta_galleria_inglese.png) no-repeat;
}

/* libri */
.libri #header {
  background: white url(../img/header_libri.jpg) no-repeat;
}


/* contatti */
.contatti #header {
  background: white url(../img/header_contatti.jpg) repeat-x;
}


/* search */
.search #header {
  background: none;
  height: 99px;
}

.search #header h1 {
  padding: 40px 0 0 10px;
  font-size: 25px;
}

body.search, .search #header {
  background: #cccccc url(../img/bg_galleria.jpg) repeat-x;
}

.search .galleria_linea {
  background: white;
  height: 2px;
  margin-bottom: 1.4em;
}

.search #header span.white {
/*   color: white; */
}

.search #header .teaser {
  width: 467px;
  height: 15px;
}

p.search-info {
  display: none;
}




/* to all */

.scritti .node .content,
.mostre .node .content,
.biografia .node .content,
.critiche .node .content,
.link .node .content
  {
  line-height: 1.9em;
}

.node .content dt {
  font-weight: bold;
}

.s_t_1 {
  margin-top: 1em;
}

.s_t_2 {
  margin-top: 2em;
}

.s_t_10 {
  margin-top: 10em;
}

.s_b_1 {
  margin-bottom: 1em;
}

.s_b_2 {
  margin-bottom: 2em;
}

.s_b_10 {
  margin-bottom: 10em;
}

.s_l_1 {
  margin-left: 1em;
}

.s_l_2 {
  margin-left: 2em;
}

.s_r_1 {
  margin-right: 1em;
}

.s_r_2 {
  margin-right: 2em;
}

.align_right {
  text-align: right;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.clear {
  clear: both;
}

.clear_left {
  clear: left;
}

.clear_right {
  clear: right;
}
