/*  
Theme Name:davideferrero theme
Theme URI: http://www.davideferrero.com/
Description:davideferrero blog theme
Version: 1.2
Author: Davide Ferrero
Author URI: http://www.davideferrero.com/
*/



/* STRUTTURA */

*{
padding:0;
margin:0;
}
*:focus{outline:none;}

body{
    color:#000000;
    background:#ffffff;
    font-family:Tahoma,Helvetica, sans-serif;
    font-size:80%;
}

img{border:0;}

a{color:#1655b3;text-decoration:none;}
a:link{color:#1655b3;text-decoration:none;}
a:active{color:#1655b3;text-decoration:none;}
a:visited{color:#1655b3;text-decoration:none;}
a:hover{color:#0e7acd;text-decoration:underline;}

h1{color:#002550;}
h2{color:#002550;}
h3{color:#002550;}
h4{color:#002550;}
h5{color:#002550;}
h6{color:#002550;}
 
#page{
  width:100%;
  margin:0 auto;
}
#header{
    width:100%;
    height:178px;
    background:url(_img/banner-bg.png);
}

#headerimg{
    width:960px;
    min-height:960px;
    margin:0 auto;
}

#logo-box{
    padding-top:8em;
    width:578px;
    height:81px;
}
#mangatar-box{
    float:right;
}

#menu{background:#033b7e;width:960px;padding:0.5em;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;}

#menu-box{
    float:left;
    margin-left:590px;
    width:400px;
}
#menu-follow{
    text-align:right;
}
#menu-box-links{
    padding-top:5em;
}
#logo{
    width:488px;
    height:67px;
    background:url(_img/logo.png);
}
#mangatar{
    position:relative;
    width:300px;
    height:178px;
    background:url(_img/mangatar-web.gif);
    z-index:1;
}
 
#wrapper{
    padding-top:1em;
    width:960px;
    min-width:960px;
    margin-left:auto;
    margin-right:auto;
    margin-top:3em;
    z-index:0;
}
 
#content {
  float: left;
  width: 68%;
  margin-bottom:1.5em;
}
#content p{
    padding-top:0.5em;
    padding-bottom:0.5em;
}
#content ul{
    list-style-position:inside;
}
 
#sidebar{
  width: 28%;
  margin-left: 70%;
  list-style-type:none;
}
#sidebar li{
    margin-bottom:1.5em;
}
#sidebar li h2{
    font-size:120%;
    font-weight:bold;
    color:#002550;
}
#sidebar ul{
    list-style-type:none;
}
#sidebar ul li{
    margin-bottom:0.2em;
}
 
#footer{
    clear: both;
    width: 80%;
    margin-left:auto;
    margin-right:auto;
    padding-top:0.5em;
    border-top:1px solid #1655b3;
    color:#000000;
    font-size:80%;
}
#footer h1{font-weight:normal;font-size:120%;}

/* CLASSI */

.post{
    margin-bottom:1em;
    padding-bottom:1em;
    border-bottom:2px solid #1655b3;
}

.post-title{
    font-family:Verdana;
    font-size:160%;
    font-weight:bold;
}

.post-info{
    margin-top:0.5em;
    margin-bottom:0.5em;
}

.post-info-author{
    float:right;
    width:38%;
    text-align:right;
}

.post-info-date{
    margin-right:40%;
    width:58%;
}

.postmetadata{
    margin-top:0.2em;
    padding:0.5em;
    font-size:90%;
    background:#e9e9e9;
    border:1px solid #898989;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
}

.post-comment-link{
    float:right;
    width:38%;
    text-align:right;
    margin-right:0.5em;
}

.post-tags-categories{
    margin-right:40%;
    width:58%;
    line-height:1.5em;
}

.post-social-like{
    text-align:center;
}

.entrytext table{
    width:100%;
    border:0;
}
.entrytext table td{
    border:1px solid #898989;
    padding:0.5em;
}

.post-social-like table{
    width:100%;
}

.alignleft,img.alignleft{float:left;margin:5px 10px 5px 0;}
.alignright,img.alignright{float:right;margin:5px 0 5px 10px;}
.aligncenter,div.aligncenter,img.aligncenter{text-align:center;display:block;margin:10px auto;}
.clear-both{clear:both;}
.alt{background:#cccccc;}
.comment{padding:0.2em;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border:1px solid #1655b3;margin-top:0.4em;margin-bottom:0.4em;}
