/*
Theme Name: Tema Base PassigliEditori.it
Theme URI: http://www.passiglieditori.it
Description: Tema originale del portale online passiglieditori.it
Version: 2.0
Author: openCsi.it
Author URI: http://www.opencsi.it
*/

@import 'reset.css';

body {
  font: normal normal normal 15px/1em Georgia, serif;
  background: #f9f9f9;
}

#page {
  width: 910px;
  margin: 0 auto;
  background:  url('images/body.jpg') repeat-y;
}

/**********************************************************
 HEADER
 */

#header {
  height: 165px;
  background: url('images/header.jpg') no-repeat;
  margin: 0 5px 10px 5px;
}

#txt {
  display: table;
  height: 135px;
  overflow: hidden;
}
#txt-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 900px;
}
#txt-wrapper p {
  padding: 0 20px 0 320px;
  font-size: 0.9em;
  color: #255583;
}
#txt-wrapper p strong {
  display: block;
}

#menu {
  height:30px;
}
#menu ul {
  float: right;
}
#menu ul li {
  float: left;
}
#menu ul li a {
  display: block;
  color: #FFFFFF;
  font-family: Verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 30px;
  padding: 0 10px;
  border-left: 1px solid #F7F8FA;
}
#menu ul li a:hover {
  background: #F7F8FA;
  color: #000000;
}

#search {
  clear: both;
  height: 40px;
  padding: 0 60px;
  background: url('images/search.jpg') no-repeat center;
  margin: 0 5px 0 5px;
  text-align: right;
  line-height: 40px;
}
#search label {
  display: inline-block;
  line-height: 40px;
  visibility: hidden;
}
#s {
  width: 200px;
  padding: 1px 2px;
  border: 1px solid #cfcfcf;
  background: #dcdfe4;
}
#search-submit {
  font-weight: bold;
  font-size: 12px;
}

/**********************************************************
 CONTENT
 */

#wrapper {
  margin: 0 5px;
  padding: 20px 0 0 0;
}

#content {
  float: left;
  width: 600px;
  padding: 40px 0;
}
#content-header {
  padding: 5px 15px;
  margin: -15px 0 30px;
  background: #a52a2a;
}
#content-header p {
  padding: 2px 0;
  font-weight: bold;
  font-size: 1.2em;
  color: white;
  text-transform: uppercase;
}
.post {
  float: left;
  height: 280px;
  width: 300px;
  margin: 0 0 40px 0;
  overflow: hidden;
}
.post-title {
    position: relative;
    height: 70px;
    margin: 0 15px;
    border-top: 4px solid #265583;
    overflow: hidden;
}
.post-title-inedito {
    float: right;      
    margin: 5px 5px 0 10px;
    padding: 5px;
    max-width: 110px;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    font: normal normal bold 10px/1 'Arial', sans-serif;
    background: #a52a2a;
    color: #ffffff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #591717;
    -webkit-box-shadow: 0 0 5px #591717;
    box-shadow: 0 0 5px #591717;
}
.post-title-link {
    margin: 0 0 5px 0;
    padding: 3px 0 0 0; 
}
.post-title-link a {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 0.9em;
    color: #265583;
    text-decoration: none;
}
.post-title-autore {
    line-height: 0.9em;
    font-size: 0.9em;
    color: #265583;
}
.post-content {
  height: 210px;
  background: url('images/label.jpg') no-repeat right top;
  padding: 0 20px 0 15px;
}
.post img {
  float: left;
  margin: 15px 10px 5px 0;
  border: 1px solid #000000;
      min-width: 100px;
  min-height: 150px;
    height: auto;
}
.post-collana {
  font-weight: bold;
  font-size: 0.8em;
  text-align: right;
  padding: 18px 12px 0 0;
}
.post-excerpt {
  text-align: left;
  padding: 20px 0 0 0;
  font-size: 0.9em;
  color: #000000;
}

.navigation {
  position: relative;
  clear:left;
  padding: 0 20px;
}
.nav-left {
  float:left;
}
.nav-right {
  text-align: right;
}
.navigation a {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  color: #000000;
}

/*********RASSEGNA*********/

#rassegna {
  padding: 0 15px;
  background: url('images/sfondo-single.jpg') top center no-repeat;
}
#rassegna a {
  color: #265583;
  font-style: italic;
}
#rassegna a:hover {
  color: #000000;
}
#rassegna-title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 0.8em;
  color: #253B50;
  border-top: 4px solid #253B50;
  padding: 5px 0 0 20px;
  margin: 0 0 70px 0;
}
#rassegnatxt {
  padding: 0 50px;
  font-size: 1em;
}
#rassegnatxt p {
  margin: 0 0 30px 0;
  color: #000000;
}
#rassegnatxt img {
  float: left;
  margin: 8px 12px 5px 0;
  border: 1px solid #000000;
}
p.archivio-stampa {
   margin: 0 15px 50px 15px;
   padding: 5px 0 0 0;
   border-top: 4px solid #253B50;
}
p.archivio-stampa a {
  color: #253B50;
  font-size: 1.2em;
  text-decoration: none;
}
p.archivio-stampa a strong{
  font-size: 0.7em;
  margin: 0 20px 0 0;
}


/********* SINGLE*********/

#single {
  padding: 0 15px;
  background: url('images/sfondo-single.jpg') top center no-repeat;
}
#single-title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 0.9em;
  color: #253B50;
  border-top: 4px solid #253B50;
  padding: 5px 0 0 20px;
  margin: 0 0 10px 0;
}
#single-subtitle {
  font-weight: normal;
  font-size: 1.1em;
  line-height: 0.8em;
  color: #253B50;
  padding: 0 0 0 20px;
}
#single-content {
  padding: 50px;
}
#single-content img {
  float: left;
  border: 1px solid #000000;
  margin: 20px 0 20px 0;
  min-width: 100px;
  min-height: 150px;
    height: auto;
}
#single-meta {
  text-align: right;
}
#meta-autore {
  color: #a52a2a;
  font-size: 1.1em;
}
#meta-collana {
  font-weight: bold;
  font-size: 0.9em;
  margin: 10px 0 10px 0;
}
p.meta {
  color: #253B50;
  font-size: 1em;
  margin: 0 0 6px 0;
}
p.meta strong {
  margin: 0 0 0 15px;
}
#single-txt {
  clear: left;
  font-size: 1em;
  color: #000000;
}
#single blockquote {
  font-style: italic;
  color: #000000;
  padding: 20px;
  background: #F5F5F5;
}
#single-txt a {
  color: #265583;
  font-style: italic;
}
#single-txt a:hover {
  color: #000000;
}

/*********PAGINE*********/

#pagine {
  padding: 0 15px 40px 15px;
  background: url('images/sfondo-single.jpg') no-repeat top center;
}
#pagine-content {
  border-top: 4px solid #253B50;
  padding: 50px;
  color: #737373;
  font-size: 1em;
}
#pagine-content p {
  margin: 0 0 40px 0;
}
#pagine-content a {
  color: #265583;
  font-style: italic;
}
#pagine-content a:hover {
  color: #000000;
}
#pagine blockquote {
  float: right;
  width: 195px;
  margin: 0 20px;
  text-align: right;
}


/**********************************************************
 SIDEBAR
 */

#sidebar {
  position: relative;
  text-align: right;
  padding: 30px 0 0 0;
  margin: 0 0 0 620px;
  background: #265583 url('images/sidebar-top.jpg') top center no-repeat;
}
#sidebar-ul {
  position: relative;
  padding: 0 5px 5px 15px;
  background: url('images/sidebar-middle.jpg') center repeat-y;
}
li.sidebar-li {
  margin: 0 0 30px 0;
}
li.cat-item {
  margin: 10px 0 0 0;
}
#sidebar a {
  color: white;
  text-decoration: none;
}
#sidebar a:hover {
  padding: 0 4px 0 0;
}
#sidebar-ul h1 {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
  color: white;
  border-bottom: 1px solid white;
}
#autore {
  width: 200px;
  color: #265583;
  text-align: left;
  margin: 12px 0 0 0;
}
#autore option {
  padding: 3px 4px 0 8px;
  text-align: left;
  font-weight: normal;
  font-size: 1em;
}

/**********************************************************
 FOOTER
 */

#footer {
  clear: both;
  background: url('images/footer.jpg') no-repeat center bottom;
}
#footer p {
  font-size: 0.9em;
  text-align: right;
  color: #737373;
  padding: 20px 20px 50px 20px;
}
#footer a {
  text-decoration: none;
  color: #737373;
  font-weight: bold;
}
