/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme 
Author: Cassie Imel
Template: twentyeleven
*/

@import "../twentyeleven/style.css";



/* logo over title */
#site-title a {
    background: url('images/header.png') left top;
    background-repeat: no-repeat;
    display:block;
    text-indent:-9999px;
    height:180px; width:845px;
}

/* background */
body {
	background: #e2e2e2;
}
#page {
	background: #f8fafa;
}


/* navigation bar */
#access {
background: #f58013 !important;
}

#access li:hover > a, #access ul ul:hover > a, #access a:focus {
background: #911781 !important;
}



/* post font */
body, input, textarea {
	       		color: #0f0f0c;
	    		font: 15px "Century Gothic";
			font-weight: 300;
 			line-height: 1.625;
}


/* navigation size */
#access a {
	    height: 60px;
}

#access ul {
font-size: 18px;
list-style: none;
margin: 0 0 0 -0.8125em;
padding-left: 0;
color: #911781;
}

.widget-title {
font-size: 15px !important;
color: #4d0c51;
font: 15px "Century Gothic";
}

.singular .entry-title {
	color: #EC008B; 
	font: 30px "Century Gothic";
	font-weight: bold;
}