/*
Theme Name: melodylutwentyeleven
Theme URI: http://www.melodylu.com/
Description: My own Twenty Eleven copy
Author: Melody Lu
Template: twentyeleven
*/

@import url('../twentyeleven/style.css');

.entry-title, .entry-title a {
color: #222;
text-decoration: none;
font-size: 1.1em;
}

div#main {
background-color: #FFFFFF;
}

div#primary {
background-color: #FFFFFF;
}

div#site-generator {
background-color: #FFFFFF;
}

div#supplementary {
background-color: #FFFFFF;
}

div#page {
background-color: #fFFFF;
}



/* Stuff that I changed in the master CSS Fixing that monster gap in the 2011 style sheet */
/*--------------------------------

.singular.page .hentry {
	padding: 0.1em 0 0;

#main {
	clear: both;
	padding: 0;
}

.entry-summary {
	padding: 0.2em 0 0;
}

#page {
	margin: 0em auto;
	max-width: 1000px;
}

.entry-summary {
	padding: 0;
}
----------------------------- */


/* All following is a direct mod of 2011's main css style sheet */
/* the off-white to match the banner: #FEFFEF
/* =Header
----------------------------------------------- */

#branding {
    border-top: 0px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}