/*
Theme Name: magazine basic child
Template: magazine-basic
Version: 1.0
*/

/*

For more information on how to create and use child themes:
http://codex.wordpress.org/Child_Themes

Any CSS code written below will override any existing
declarations from the theme itself.

*/

@import url("../magazine-basic/style.css");


body {
     background: none repeat scroll 0% 0% #EEEEEE;
     color: #444444;
     font:14px arial,sans-serif;
     margin: 0pt auto;
     padding: 0pt;
     position: relative;
}

#leftcontent .hentry .entry {
    font-family: arial,san-serif;
    font-size: 14px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
}

#leftcontent h1 {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: -8px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


#leftcontent h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    padding-bottom: -8px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

#leftcontent .entry h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: -8px;
    margin-top: 5px;
}