/*
 *  Theme Name:   Twenty Ten Child
 *  Description:  Twenty Ten Child Theme
 *  Author:       Chris S
 *  Template:     twentyten
 *  Version:      1.0.0
 *  Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 *  Text Domain:  twenty-ten-child
 */


@import url("../twentyten/style.css");

/* =Layout additions
 * -------------------------------------------------------------- */
.column_special1 {
        display: table-cell;
        padding:10px;
}
.column_special2 {
        display: table-cell;
        vertical-align: top;
        padding:10px;
}

/* =Theme overrides
 * -------------------------------------------------------------- */

/* This is the custom header image */
#logo img {
/*
        border-top: 4px solid #277c32;
        border-bottom: 1px solid #277c32;
*/
        display: block;
        float: left;
}

#banner img {
        border-top: 4px solid #277c32;
	padding-top: 2px;
/*
        border-bottom: 1px solid #277c32;
*/
        display: block;
        float: left;
	margin-bottom: 2px;
}

/* =Menu overrides
 * -------------------------------------------------------------- */

#access {
        background: #277c32;
        display: block;
        float: left;
        margin: 0 auto;
        width: 940px;
}

#access ul ul a {
        background: #277c32;
        line-height: 1em;
        padding: 10px;
        width: 160px;
        height: auto;
}

#access ul ul :hover > a {
        background: #277c32;
        color: #fff;
}


