/*
 Theme Name:   Cedar Customized for alanstorm.com
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Customizations of Cedar, need to leave author the same as cedar plugins look for this
 Author:       EckoThemes
 Author URI:   http://alanstorm.com
 Template:     cedar
 Version:      1.0.0
 License:      Private
 License URI:  http://alanstorm.com
 Tags:         private
 Text Domain:  cedar
*/

body {
    /* -webkit-font-smoothing: subpixel-antialiased; */
    /* color:#000; */
}

header.bloginfo
{
    background-image: url(/wp-content/themes/cedar-customized/images/valve-flip.jpg);
    background-repeat: no-repeat;
    background-position-y: 12px;    
    background-position-x: 10px;    
    background-size:100px 45px;
}

body.logged-in header.bloginfo
{
    background-position-y: 42px;    
}

header div.title
{
    margin-left:100px;
}

.postitem h1, .postitem h2, .postitem h3, .postitem h4, .postitem h5, .postitem h6 {
	font-family: AvenirNext-Medium, HelveticaNeue-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
}

.postitem h1, .postcontents h2 {
    font-size:28px;
    font-family: AvenirNext-Medium, HelveticaNeue-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.postitem h2 {
    font-size:28px;
}

.postcontents p, .postcontents ul, .postcontents ol
{
    margin-top:10px;
    margin-bottom:24px;    
}

.postcontents h2
 {
    margin-top:30px;
    margin-bottom:15px;
}

.postitem h2
{
    margin-top:20px;
    margin-bottom:10px;
}

.postitem .excerpt
{
    margin-top:10px;
}

.postcontents pre {
    margin-top:10px;
    margin-bottom:15px;    
}

.posttitle h1 {
    margin-top:0;
    margin-bottom:15px;
}

.postcontents {
    margin-top:10px;
}

section.postitem
{
    padding-top:0px;
}

body header.bloginfo{
    background-color:#E0DCCA;
}

body footer.main,
footer.postinfo
{
    background-color:#E0DCCA;
}

footer.main .copyright .main,
footer.main .copyright .main a,
footer.postinfo .authorinfo .authordate,
footer.postinfo .postoptions li,
header.bloginfo .title a,
h1.title,
.posttitle.single .title a,
.category-series, 
.category-series a
{
    color:#555;
}

.category-series a
{
    border-bottom:1px dotted #aaa;
}

.category-series a:hover
{
    color:#000;
}
.posttitle.single .title a
{
    margin-bottom:0;
}

footer.postinfo .relatedposts .backtotop
{
    background-color:#555;
}

.seriesmeta
{
    background-color:#fff;
    font-style:italic;
}


.postcontents code, .postcontents pre 
{
    background-color:#ffffc9;
}

.postcontents p code
{
    background-color:#fff;
    border:0;
}

.authorinfo a, 
section.authorprofile, 
ul.page-numbers,
.posttitle:after, 
.seriesbox,
.posttitle li.category
{
    display:none;
}

footer.postinfo .authorinfo .authordate:before
{
    content:'';
}

footer.postinfo span.copyright
{
    font-size:12px;
}

section.postlist article
{
    padding-top:10px;
}

.cb-ad
{
    border: 1px dashed rgb(244, 244, 244);
    padding: 5px 10px;
    background-color: rgb(244, 244, 244);
    cursor:pointer; 
}    

header.headroom div.title ul,
header.headroom div.title ul li
{
    margin:0;
    padding:0;
    list-style:none;
    line-height:17px;
}

header.headroom div.title ul li
{

}

header.headroom div.title ul li span.description
{
    font-size:11px;
    font-weight:normal;
}

body.admin-bar .headroom div.title
{
    position:relative;
    top:-2px;
}

header div.title,
header.nav
{
    z-index:2;
}
#spacergifsforlife
{
    float:left;
    position:absolute;
    left:0;
    top:0;
    height:100px;
    width:220px;
    z-index:1;
    /* background-color:#f00; */
}

#spacergifsforlife,
header.headroom div.title ul
{
    cursor:pointer;
}

body.page-id-4 .postcontents li
{
    margin:0;
    padding:0;
}

#nofrills-ad
{
    position:absolute;
    top:15px;
    left:15px;
    cursor:pointer;
    z-index:1;
}
#nofrills-ad p
{
    font-size:13px;
    width:190px;    
}

.pagewrapper, .wrapper
{
    position:relative;
    left:1px;
    z-index:100;
}

section.postcontents p
{
    background-color:#fff;
}

.postcontents p, .postcontents ul, .postcontents ol
{
    color:#333;
}

.postcontents p code
{
    padding:0;
    margin:0;
}

@media (max-width: 1150px) {
    #nofrills-ad
    {
        display:none;
    }
    
    span.description-long
    {
        display:none;
    }      
    
    pre, code
    {
        word-wrap: break-word;
    }			
    
    .postcontents p, .postcontents ul, .postcontents ol
    {
        color:#000;
    }          
}

  
