/*

Theme Name: New Horizon Wellness
Theme URI: http://www.biznetis.net
Description: A wordpress theme for New Horizon Wellness made by
Author: BiznetIS
Author URI: 'http://www.biznetis.net'
Version: 1.0

*/

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, img, small, strong, dl, dt, dd, ol, ul, li, fieldset, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body{
    color: #336600;
    font-family: "Arial", sans-serif;
    font-size: 14px;
}
h2{
    font-size: 18px;
    font-weight: bold;
}
h2 a{
    color: #336600;
}
a{
    color: #336600;
}
#content p{
    margin-bottom: 10px;
}
#wrap{
    background: url('images/sidebar.jpg') repeat-y;
    width: 910px;
}
#sidebar{
    background: #99CC01;
    width: 154px;   
}
#sidebar p{
    color: #330099;
    font-size: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
}
#sidebar p a{
    color: #330099;
}

.meta{
    font-size: 12px;
}

#menu .button{
    background: url('images/buttons.jpg') 0px -42px no-repeat;
    display: block;
    height: 34px;
    width: 153px;
}
    #menu .button:hover, #menu #active{
        background: url('images/buttons.jpg') 0px 0px no-repeat;
        color: #234c1f;
    }

.button{
    color: #FFF;
    font-size: 12px;
    margin-bottom: 12px;
    text-align: right;
    text-decoration: none;
}
#active{
    color: #234c1f;
}
.button div{
    padding: 7px 27px 0 0;
}

#content{
    float: right;
    width: 730px;
}
#middle{
    padding-top: 10px;
    width: 550px;
}
#right{
    float: right;
    margin-left: 15px;
    width: 155px;
}
    #right img{
        margin-bottom: 30px;
    }

#footer{
    background: #336600;
    clear: both;
    height: 27px;
}
#footer-nav{
    background: #99cc00;
    height: 100%;
    margin-left: 154px;
    margin-right: 154px;
}
    #footer-nav div{
        float: left;
        margin-left: 70px;
        padding-top: 5px;
    }
    #footer-nav a{
        color: #330099;
        font-size: 12px;
        text-decoration: none;
    }

#comments_template ol{
    list-style: none;
}
    #comments_template li{
        list-style: none;
    }

#comments_template li{
    overflow: auto;
    margin: 10px 0;
    padding: 5px 0 ;
    border-bottom: #a7a7a7 1px solid;
}
#comments_template img{
    height: 50px;
    float: left;
    margin-right: 10px;
    width: 50px;
}    
    
    
    
    
    
    
    
    
    
    
    
