/*click-able header*/

.custom #header 
{
background: 
#ffffff;
}

.custom #header #logo a
{
display:block;
width:500px;
height:222px;
background:url(http://www.mondaymorningva.com/wp-content/uploads/greenbluemmva.png)
 center no-repeat;
outline:none;
color: #000000;
text-indent: 
-9999px;
}

.custom #header #tagline 
{
color:#000000;
text-indent:
 -9999px;
}

/*blue banner below header*/

.custom .menu {font-weight:bold;}
.custom .menu {background-color: #339a99; }


ul.thumbnails {width:520px; list-style:none; margin:0; padding:0;}
.thumbnails li {float:left; margin:5px 4px 5px 3px;}
.thumbnails img  {width:150px; height:150px; padding:5px; vertical-align:bottom;}
.thumbnails a {border:1px solid #D4D4D4; background:#FFF; display:block; margin-bottom:5px; float:left;}
.thumbnails a:hover img {background:#F9F9F9;}

/*FOOTER*/

    #footer{
    background: #ffffff;
    }
    .custom #footer {
    height: 100%;
    width: 98%;
    border-top:.3em solid #008080;
    background: #bfcc68;
    padding:1em;
    }
    .custom #footer a{
    border-bottom: 1px none #cccccc;
    }
    .custom #footer {
    text-align:center;
    }
    /* footer widget area setup */
    #footer_setup {
    /* widgetized footer background (not footer background) */
    background: #ffffff;
    /* widget padding */
    padding:1.5em;
    /* margin at bottom of widgets */
    margin-bottom: 25px;
    /* do not change this! */
    overflow: hidden;
    }

    /* widget item setup */
    #footer_setup .footer_items {
    /* contents alignment */
    text-align: left;
    /* widget width */

    width: 33.3%;
    /* space between widgets */
    padding-right: 0px;
    /* text color */
    color: #ff6600;
    /* do not change these! */
    display: inline-block;
    float: left;
    height: 100%;
    }

    /* widget item headers http://adwordsshop.com/wp-admin/admin.php?page=thesis-file-editor*/
    #footer_setup .footer_items h3 {
    /* font size */
    font-size: 1.5em;
    /* bold or not */
    font-weight: bold;
    /* uppercase or not */
    text-transform:capitalize;
    /* space out the letters*/
    letter-spacing: 0px;
    /* font color*/
    color: bfcc68;
    /* padding under header text */
    padding-bottom: 3px;
    /* border under header text */
    border-bottom: 3px none #ffdf00;
    /* distance between border and widget text */
    margin-bottom: 5px;
    }

    /* do not change these! */
    #footer_setup .footer_items ul li { list-style:none;
    font-size:1.4em;
    line-height:1.5em;
    }
    #footer_setup .footer_items ul { margin: 1em; padding: 0px; }
