/*
 Theme Name: GreenTree
 Theme URI: http://www.aquest.it
 Description: Il blog di Green Tree
 Version: 0.1
 Author: Aquest
 Author URI: http://www.aquest.it
*/
/* CSS RESET */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

/* remember to define focus styles! */:focus {
    outline: 0;
}

body {
    background: white;
    line-height: 1;
    color: black;
}

ol, ul {
    list-style: none;
}

/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* END CSS RESET */
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* GLOBAL LAYOUT */
html, body {
    margin: 0;
    padding: 0;
    background-image: url(public/images/bg.jpg);
}

body {
    color: #404040;
    font-size: 11px;
    font-family: Georgia, serif;
    line-height: 1.5em;
    text-align: center;
    padding: 0;
}

#header {
    position: relative;
    background: transparent url(public/images/head_blog.png) no-repeat;
    height: 200px;
}

#header h1 {
    position: absolute;
    top: 48px;
    left: 318px;
    width: 330px;
    height: 110px;
    margin: 0; padding: 0; border: 0;
    text-indent: -9999px;
}

#header h1 a, #header h1 a:hover {
    display: block;
    text-decoration: none;
    width: 330px;
    height: 110px;
    margin: 0; padding: 0; border: 0;
}

#container {
    text-align: left;
    background: transparent url(public/images/sf_corpo_blog.png) repeat-y;
    width: 970px;
    margin: 0 auto;
    padding: 0;
}

#wrapper {
    float: left;
    width: 970px;
    margin: 0;
    padding: 0;
}

#content {
    margin: 0 250px;
    padding: 0;
    width: 470px;
}

#left {
    background: none;
    float: left;
    width: 250px;
    margin-left: -970px;
}

#right {
    background: none;
    float: left;
    width: 250px;
    margin-left: -250px;
}

#footer {
    background: transparent;
    clear: left;
    height: 60px;
    width: 970px;
    text-align: center;
padding-top: 11px;
}

a {
    color: #000;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: underline;
}

/* END GLOBAL LAYOUT */
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* SIDEBARS SPECIFIC */
.box {
    float: left;
    margin: 0;
    padding: 0;
    height: 350px;
    width: 250px;
    background: transparent url(public/images/cartina.png) no-repeat;
}

.box-small {
    float: left;
    margin: 0;
    padding: 0;
    height: 100px;
    width: 250px;
    background: transparent url(public/images/cartina_small.png) no-repeat;
}

.box .inner {
    margin: 30px; /* margin per evitare padding */
}

/* Lists */
#categorie ul, #categorie ul li, #archivio ul, #archivio ul li, #post-recenti ul, #post-recenti ul li, #links ul, #links ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#categorie ul, #archivio ul, #post-recenti ul, #links ul {
    width: auto;
}

#categorie ul li, #archivio ul li, #post-recenti ul li, #links ul li {
    padding: 6px 0 18px 30px;
    line-height: 2em;
    margin: 0;
    width: 160px;
}

#post-recenti ul li {
    padding-bottom: 14px;
}

#categorie ul li a, #archivio ul li a, #post-recenti ul li a, #links ul li a {
    font-style: italic;
    font-weight: bold;
    color: #404040;
    text-decoration: none;
}

#categorie ul li a:hover, #archivio ul li a:hover, #post-recenti ul li a:hover, #links ul li a:hover {
    text-decoration: underline;
}

#categorie ul li {
    background: url(public/images/btn.png) no-repeat 0 0.7em;
}

#archivio ul li {
    background: url(public/images/tree.png) no-repeat 0 0.7em;
}

#post-recenti ul li, #links ul li {
    background: url(public/images/x.png) no-repeat 0 0.7em;
}

/* END SIDEBARS SPECIFIC */
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* POST SPECIFIC */
.post {
    float: left;
    margin-right: 0;
    width: 440px;
}

.inner {
    margin: 0 15px 6em;
}

.post img {
    float: left;
    padding: 4px;
    border: 1px solid #EBEBEB;
    margin-right: 11px;
    margin-bottom: 0.5em;
}

.post img.wp-smiley {
    float: none;
    padding: 0;
    margin: 0;
    border: none;
    display: inline;
}

.post h2, div.post h2.sIFR-replaced {
    width: 390px;
    font-size: 1.8333em;
    line-height: 1.6364em;
    margin-bottom: 0em;
    font-style: italic;
    padding: 0;
}

.post h2 a {
    color: #404040;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 0;
    width: 390px;
}

.post h2 a:hover {
    text-decoration: underline;
}

.post p {
    float: none;
    padding: 0;
    margin: 1em 0 0 0;
}

.fumetto {
    font-size: 10px;
    color: #FFF;
    background: url(public/images/baloon.png) top left no-repeat;
    width: 49px;
    height: 27px;
    padding: 5px 6px 15px;
    line-height: 13px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -50px;
}

.dettagli {
    float: left;
    margin-right: 0;
    margin-bottom: 2em;
    width: 420px;
    padding-right: 20px;
    height: 38px;
    line-height: 38px;
    text-align: right;
    color: #FFF;
    position: relative;
    background: url(public/images/fettuccia.png) top left no-repeat;
}

.dettagli a {
    color: #FFF;
    text-decoration: underline;
}

.dettagli.fumetto a {
    color: #FFF;
    text-decoration: none;
}

.sociable {
    padding: 1.5em 0 0 0;
    margin: 2em 0 0 0;
    border-top: 6px solid #EBEBEB;
    float: left;
    width: 440px;
}

.navigation {
    float: left;
    margin: -3em 0 0 15px;
    padding: 0;
	width: 440px;
}

p.postmetadata {
    background: #FBF7F4;
    border: 1px dotted #E4DDD7;
    padding: 1em;
    float: left;
    margin: 0;
    margin-top: 1em;
    width: 416px;
}

/* END POST SPECIFIC */
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* ARCHIVE (CATEGORY, DATES, ...) */
#content h6 {
    width: auto;
    line-height: 1em;
    font-style: italic;
    font-weight: bold;
    margin: 0.9em 0 0.9em 15px;
    padding: 0;
}

/* END ARCHIVE */
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* SINGLE POST OR PAGE AND COMMENTS */
.post h1.single {
    width: 440px;
    font-size: 1.8333em;
    line-height: 1.6364em;
    margin-bottom: 0em;
    font-style: italic;
    padding: 0;
}

.comments-container {
    float: left;
    margin-top: -3em;
    margin-right: 0;
    margin-bottom: 0;
    width: 440px;
    padding: 0;
}

#comments {
    width: 440px;
    font-weight: bold;
    margin: 0.9em 0;
    padding: 0;
}

.commentlist {
    float: left;
    margin: 0;
    width: 440px;
    padding: 0;
}

.comment, .pingback, .trackback {
    float: left;
    margin: 0;
    padding: 1em 0;
    width: 440px;
    border-bottom: 1px dotted #EBEBEB;
    overflow: visible;
}

.comment-author {
    float: left;
    margin: 0 0 6px 0;
    padding: 0;
    width: 100%;
}

img.avatar {
    float: left;
    margin: 0;
    padding: 0;
}

img.photo {
    float: left;
    margin: 0;
    padding: 0;
}

cite.fn {
    font-weight: bold;
font-style: italic;
    margin: 0 2px 0 11px;
    padding: 0;
}

span.says {
    font-style: italic;
    margin: 0;
    padding: 0;
}

.comment-body {
    margin-left: 11px;
    width: 429px;
    padding: 0;
    float: left;
    margin-right: 0;
    position: relative;
}

.comment-body p {
float: left; width: 100%;
margin-right: 0;
margin-top: 6px;}

.commentmetadata a {
    font-style: italic;
    margin: 0;
}

/* END */
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* COMMENTS FORM */
#respond {
    float: left;
    margin: 0;
    padding: 0;
    width: 440px;
}

#respond h3 {
    width: 440px;
    font-weight: bold;
    margin: 0.9em 0;
    padding: 0;
}

#commentform p {
    float: left;
    margin: 0 0 6px 0;
    padding: 0;
    width: auto;
}

/* END */
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* FOOTER */
#inner-footer {
    text-align: center;
    width: 610px;
    padding: 1.5em 0;
    margin: 0 0 0 175px;
    border-top: 1px dotted #EBEBEB;
}

/* END FOOTER*/
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* FORM RICERCA */
.box-small fieldset {
    padding: 0;
    margin: 0;
    padding-top: 1em;
    padding-left: 1em;
}

.box-small fieldset legend {
    display: none;
}

.box-small fieldset label {
    float: left;
    margin: 0;
    padding: 0;
    width: 190px;
    height: 42px;
    background: url(public/images/ricerca.png);
    text-indent: -9999px;
}

/* END FORM RICERCA */
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* RISULTATI RICERCA */
#content div.searchpage div.post {
    float: left;
    width: 440px;
    margin-bottom: 1em;
    padding: 0;
}

#content div.searchpage small {
    float: left;
    width: 100%;
    line-height: 1em;
    font-style: italic;
    margin: 0;
    padding: 0;
}

#content div.searchpage div.postmetadata {
    background: #FFF;
    border: none;
    border-bottom: 1px dotted #EBEBEB;
    padding: 0;
    padding-bottom: 1em;
    font-style: italic;
    float: left;
    width: 100%;
    margin: 0;
    margin-top: -0.5em;
    margin-bottom: 2em;
}

blockquote, blockquote p, em, i { font-style: italic; }
strong, b { font-weight: bold; }
a.more-link { text-decoration: underline;}