/*

Theme Name: child of meeta
Description: modifed by Godat Design for Q Capital Strategies for use as a universal 'satellite site' theme
Author: Godat Design Inc
Version: 1.0
Template: meeta

*/

/*
green = 7f9b32
blue = 276788

*/

@import url('../meeta/style.css');

body
{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

#header {
    background: #7f9b32;
}


/* add a logo to the website title block */
#logo {
    float: left;
    margin: 5px 25px 5px 5px;
}
#logo h1
{
   /*background: url('logo_lifesettlement.png')no-repeat 0 2px;*/
   padding-left: 8px;
   padding-bottom: 0;
}
#logo h1 a
{
    font-family: georgia, palatino, serif;
    font-size: 35px;
    color: #23380b;
    color: #fff;
    font-weight: 100;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

h1,
h1.title
{
    color: #276788;
    font-size: 33px;
    font-weight: 700;    
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
    padding-bottom: 0.5em;
}

h2
{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #777;
    font-size: 23px;
    font-weight: normal;
    
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
    padding-bottom: 0.5em;
}


nav ul, nav ol, #mainmenu, .part-items {
    margin-top: 5px;
}

a
{
    color:#4f6415;
    font-weight: bold;
    text-decoration: underline;
}

a:hover
{
    color:#a2c14c;    
}

.dropdown a {
    
    /* font-size: 13px; */
    font-size: 15px;     
    font-weight: bold;
}

.dropdown .current_page_item a,
.dropdown .current-cat a,
.dropdown .current-menu-item a,
.dropdown .current_page_item a,
.dropdown .current-cat a,
.dropdown .current-menu-item a
{
    outline: 0;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}


.su-heading-style-default {
    padding: 0 !important;    
    margin: 33px 0 33px 0 !important;
}

.su-heading-style-default {
    padding: 0;
    border-top: 2px solid #7f9b32 !important;
    border-bottom: 2px solid #7f9b32 !important;
    
}

.su-heading-style-default .su-heading-inner {
    padding: 1em 0.5em;
    border-top: 4px solid #f1f1f1 !important;
    border-bottom: 4px solid #f1f1f1 !important;
}


.su-box
{
    
    border-width: 1px !important;
    
    -webkit-box-shadow: 0 9px 6px -6px #999;
       -moz-box-shadow: 0 9px 6px -6px #999;
            box-shadow: 0 9px 6px -6px #999;
}


.su-button-center a:hover
{
    text-decoration: underline;
}


input[type="submit"], input[type="reset"] {
    /*background-color: #418cd8;*/
    background-color: #276788;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 7px 10px 8px;
    text-align: center;
    /*text-shadow: 0 1px 1px rgba(0,0,0,0.2);*/
    margin: 0 0 0 7px;
    position: relative;
    cursor: pointer;
    border: 1px solid #276788;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}



.copyright { 
    font-size: 12px;    
}



@media screen and (max-width: 640px)
{
    #logo
    {
        
        text-align: center;
    }
}


