/*
Theme Name: Pencil2D Theme
Theme URI: http://www.pencil2d.org
Description: Child theme for the Twenty Twelve theme
Author: G.Breant
Author URI: http://www.pencil2d.org
Template: twentytwelve
Version: 0.1.0
*/

@import url("../twentytwelve/style.css");

header.site-header{
    background: url("images/pencil.png") no-repeat 0% 50%;
}
header.site-header>*{
    padding-left: 125px;
}
#page{
    box-shadow: none;
}
.menu-item.social-icon{
    margin:0 10px;
    float:right;
    margin: 0 2px;
}

.menu-item.social-icon img{
    display:block;
    padding-top:6px;
    
}


.pencil-message p{
    background: #fffbcc;
    border: 1px solid #e6db55;
    text-align: center;
    padding: 10px 0;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pencil-poll{
    background-image:url('images/chart_bar.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    height: 48px;
    line-height:48px;
    margin-left: 30px;
    padding-left: 70px;
}



/*breadcrumbs*/
.breadcrumbs{
    padding: 10px;
    padding-left:0;
    font-weight: bold;
}
.breadcrumbs a{
    text-decoration:none;
}

.home .breadcrumbs,.single .entry-header,.page-header,.bbp-breadcrumb{
    display:none;
}

/*footnotes*/
.simple-footnotes a,a.simple-footnotes{
    text-decoration:none;
}

/*PAGE shortcuts*/
#post-143.hentry ul{
    list-style: none;
}

#post-143.hentry ul li:nth-child(even){
    background:#F9F9F9;
}
#post-143.hentry ul li strong{
    width: 50%;
    display: inline-block;
    font-weight: normal;
    font-style: italic;
}

/*bbPress*/
#bbpress-forums .bbp-replies .hentry li {
margin: inherit;
list-style: inherit;
}

/*home*/
.home .page .entry-content img{
    border:none;
    box-shadow:none;
}