/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme 
Author: Mark
Author URI: https://mark.olofsson.com.au
Template: twentyeleven
Version: 0.1.0
*/

/* Import the theme css */
@import url("../twentyeleven/style.css");
/* Navigation Bar colors */
#access {
	background: #225485; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #225485);
	background: -o-linear-gradient(#252525, #225485);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#225485)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #225485);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
/* Footer formating */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: right;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
/* Body color */
body {
	background: #e2e2e2;
}
/* Page color */
#page {
	background: #fff;
}
/* Page margin top and bottom and page width */
#page {
	margin: 1em auto;
	max-width: 1000px;
}
/* Page padding to top */
.singular.page .hentry {
	padding: 0;
}
