/*
Theme Name:     Emily Default
Description:    The default theme for Emily\'s site.
Author:         Kate Moore
Template:       twentyeleven

(optional values you can add: Theme URI, Author URI, Version)
*/

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

#access {
position: absolute;
top: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

#access li {
 float: left;
 position: relative;
 border-left: 3px solid #ffffff;
 border-right: 3px solid #ffffff;
}

.singular.page .hentry {
padding-top: 0;
margin-top: -10px;
}

#access li:first-child {
	border-left: 6px solid #ffffff;
}
#access li:last-child {
	border-right: 6px solid #ffffff;
}

li.page_home a:hover {
background:red !important;
}

#access li:page_item_12 {a:hover background-color:#B58486}

#access #page_item page-item-10 a:hover {background-color:#B3B3B3;}
#access #page_item page-item-4 a:hover {background-color:#A18C90;}
#access #page_item_12 a:hover {background-color:#B58486;}
#access #page_item_6 a:hover {background-color:#CDAF98;}
#access #page_item_8 a:hover {background-color:#423434;}
#access #current_page_item a:hover {background-color:#CFC8C7;}

#branding img {
margin-top: 28px;
}

#branding #searchform {display:none;}

#branding {
    border-top: 0px solid #ffffff;
    padding-bottom: 0px;
    position: relative;
border-radius: 0;
    z-index: 9;
}

#site-generator {
    background: none repeat scroll 0 0 #E6E6E6;
    border-top: 0px solid #ffffff;
    font-size: 12px;
    line-height: 1em;
    padding: 0.5em 0.5em;
    text-align: right;
}

#site-generator a {
    color: #B3B3B3;
    font-weight: bold;
}