/*  
Theme Name: Vino e Salute (based on Simpla, http://ifelse.co.uk/simpla/)
Theme URI: http://www.vino-salute.com/#nouri
Description: A custom theme for the site www.vino-salute.com
Version: 1.0
Author: Simone Carletti
Author URI: http://www.vino-salute.com/
*/


/* -------------------------------
            Containers
------------------------------- */


body {
  background:#fff url("images/bg.png") repeat-x;
  border-top:5px solid #333;
  color:#555;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 1.5;
  margin:0;
  padding:0;
  text-align:center;
}

#wrap {
  margin: 0 auto;
  text-align: left;
  width: 76em; 
}

#content {
  font-size: 1.2em;
  float: right;
  padding: 1em;
  width: 40em;
}

#sidebar {
  font-size: 1.1em;
  float: left;
  padding-top: 2em;
  width: 20em;
}

#header {
  padding:3em 1em;
}

#footer {
  background: #333;
  border-top: 1px solid #777;
  color: #888;
  clear: both;
  padding: 0.5em;
  text-align: center;
}


/* -------------------------------
             Hn and p
------------------------------- */


/* -----      header      ----- */

#header .blogname {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 3em;
    margin:0;
    margin-right:1em;
}
#header .blogname a{
    color:#E87830;
}
#header .blogname a:hover{
    color:#CC0000;
}
#header p {
    color:#aaa;
    font-size:1.1em;
    margin:0;
    margin-top:-0.5em;
}


/* -----        Hn        ----- */

h1, h2, h3,
.date-header,
.entry-header,
.entry-title {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 0px;
}

.entry-title {
    font-size:2.2em;
}
.entry-title a {
    color:#B4C24B;
}
.entry-title a:hover {
    color:#58BBEB;
}
.date-header {
    font-size:1.8em;
    color:#6F6F6F;
}

#sidebar h3 {
    color:#555;
    font-size:1.5em;
    margin:1em 0;
}

/*************************************
 +Entry
 *************************************/

.entry {
    margin-bottom: 1em;
}

.entrymeta {
    font-size: 0.9em;
}
.postedby{
    background:#fff url(./images/user.gif) no-repeat;
    padding:3px;
    padding-left:20px;
}
.filedto{
    background:#fff url(./images/post.gif) no-repeat;
    padding:3px;
    padding-left:20px;
}
.commentslink{
    background:#fff url(./images/packaged.gif) no-repeat;
    padding:3px;
    padding-left:20px;
}


/* -----       home       ----- */

#home-sections a {
    background-color: #eaf2ff;
    border: 1px solid #dae2ff;
    display: block;
    height: 80px;
    padding: 10px;
}

#home-sections a:hover {
    background-color: #fafafb;
    border: 1px solid #CC0000;
}

#home-sections ul,
#home-sections ol {
    margin: 20px 0px;
    padding: 0px;
}

#home-sections li {
    display: block;
    width: 130px;
    float: left;
    margin: 10px;
}


/* -------------------------------
             Sidebar
------------------------------- */

#sidebar .module-header {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 0px;
    font-size:1.6em;
}

#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 0.3em;
    padding: 0.3em;
}

/* -----      modules     ----- */

.module {
    padding: 7px 0px;
}

/* -----   module-pages   ----- */

#sidebar .module-subpages ul li ul,
#sidebar .module-subpages ul li ul {
    display: block;
    padding-left: 15px;
    border-bottom: none;
    margin-bottom: 0.3em;
}

/*
#sidebar .module-pages ul li ul {
    display: none;
}

#sidebar .module-pages ul li.current_page_parent ul li,
#sidebar .module-pages ul li.current_page_item ul li {
    border-bottom: none;
    margin-bottom: 0px;
} 
*/


/*************************************
 +Comments
 *************************************/

.commentsblock {
}
.commentsblock h3 {
    margin-top: 1em;
}
.commentsblock textarea {
    width: 35em;
}
.commentsblock input, .commentsblock textarea {
    border: 1px solid #d1d1d1;
}
.commentsblock textarea:focus {
    background: #eee;
    border: 1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus {
    background:#eee;
    border:1px solid #a1a1a1;
}
.commentauthor {
    display:block;
    font-size:1.5em;
}
ol.commentlist {
    color:#777;
    font-size:0.9em;
    list-style-type:none;
    margin:0;
    margin-top:1.5em;
    padding:0;
}
.commentlist li {
    margin-bottom:0.5em;
    padding:0.5em 1em;
}
.alt {
    background:#f3f5e9;
    border:1px dotted #d1d1d1;
    padding:0.5em;
}
h3#comments {
    font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a {
    color:#579;
    text-decoration:none;
}
a:hover{
    color:#CC0000;
}


/* -------------------------------
              Align
------------------------------- */

.textcentered { text-align: center; }
.textleft { text-align: left; }
.textright { text-align: right; }
.centered { text-align: center; }
.alignleft { float: left; }
.alignright { float: right; }


/* -------------------------------
              Images
------------------------------- */


a img {
    border: none;
}

.feed {
    background: #fff url(./images/feed.gif) no-repeat;
    padding: 3px;
    padding-left: 20px;
}

/* -----      Align      -----  */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
    
img.alignright {
    padding: 4px;
    margin: 0px 0px 2px 7px;
    display: inline;
    float: right;
}

img.alignleft {
    padding: 4px;
    margin: 0px 7px 2px 0px;
    display: inline;
    float: left;
}

