/*
Theme Name: twentyeleven-child
Description: 
Author: 
Author URI: 
Template: twentyeleven
Version: 0.0.3
*/

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

body, input, textarea {
	color: #000000;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

#site-title {
	padding: 2em 0 0;
}

#site-description {
	margin: 0 270px 2em 0;
}

@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	#access ul {
		font-size: 11px !important;
	}
}

/* from colors/dark.css */

/* =Header
----------------------------------------------- */

#branding {
	border-top: 2px solid #0a0a0a;
	background: #0f0f0f;
}
#site-title a {
	color: #eee;
}
#site-description {
	color: #858585;
}
#branding #s {
	background-color: #ddd;
}

/* =Footer
----------------------------------------------- */

#supplementary {
	border-color: #222;
	height: 8ex;
}

#supplementary > .widget-area {
	margin-top: 3ex;
}
