/*
Theme Name:     Twenty Eleven Child
Theme URI:      http: //maple.sprucelake.org/
Description:    Child theme for the Twenty Eleven theme 
Author:         Dano
Author URI:     http: //maple.sprucelake.org/
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


/* Remove the navigation bar */
#access {
display: none
}

/* Remove the page title */
#content .entry-title {
display:none;
}


/* Title font */
.entry-title {
	clear: both;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	padding-bottom: .3em;
	padding-top: 18px;
}

.entry-content,
.entry-summary {
    padding: 1em 0 0;
}


/* Posts */
.entry-meta
 {
 display:none;
 }


.recent-posts {
display:none;
}

body, input, textarea {
	color: #373737;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.5;
}


.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 .25em;
	padding: 0 0 .25em;
	position: relative;
}

/* Text elements */
p {
	margin-bottom: .9em;
}

#branding #s {
-moz-transition-duration: 400ms;
-moz-transition-property: width, background;
-moz-transition-timing-function: ease;
float: right;
width: 72px;
display: none;
} 



#access {
background: #757599 !important;
}

#access li:hover > a, #access ul ul:hover > a, #access a:focus {
background: #ffffff !important;
}

#access li:hover > a, #access a:focus {
color: #000000;
}


#site-generator{display: none;}






/* keep menu item highlighted using list element */

li.current_page_item{
text-decoration:none; color:#e0efd2 !important; background:#656577;
}



