/*
Theme Name: Drummond
Description: Child theme for the Twenty Eleven theme
Author: Rob Drummond
Template: twentyeleven
Version: 0.1.0
*/

@import url("../twentyeleven/style.css");

#page {
padding:5px;
margin: 2em auto;
margin-top:10px;
	max-width: 900px;
-moz-box-shadow:0px 0px 30px #111;
-webkit-box-shadow:0px 0px 30px #111;
box-shadow:0px 0px 30px #111;}

#site-title {
display: none;
}

#site-description {
display:none;}

#branding {
	border-top: none;}

#branding #searchform {
	display:none;
}


.by-author { display: none; }

#main {
	clear: both;
	padding: 5px 0 0 0;
}


#primary {
	float: left;
	margin: 0 -32.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 32% 0 4%;
	width: 62.4%;
}
#secondary {
	float: right;
	margin-right: 4%;
	width: 20.8%;
padding: 20px ;
background:#e1e0e1;
}

h1.entry-title {
display:none;}

#access .current_page_item > a{
background:#015b4f;
font-weight:normal;}


.widget-title {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.5em;
	text-transform: none;
margin-bottom:10px;
}


.widget ul li {
list-style-type: none;
margin-bottom:10px;
}

a {
text-decoration: none;
color: #006252;
}

@media (max-width: 800px) {

#secondary {
background: #fff;}}