/*
Theme Name: slyman.org
Author: Matthew Slyman
Author URI: http://www.slyman.org/
Description: Child theme of Twenty Eleven, written for www.slyman.org/blog/ &#x2014; no rights reserved (except, please do not make a similar blog with similar modifications).
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

body	{
	background-color:#c8ccd0;
}
#page{	
	border:0px solid #ffffff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#fbfdff;
	-moz-box-shadow: 0.27em 0.375em 3em #a8b7b9;/*#aebac6;*/
	-webkit-box-shadow: 0.27em 0.375em 3em #a8b7b9;
	box-shadow: 0.27em 0.375em 3em #a8b7b9;
}
#branding{
	border-top:0;/*Cancel out a feature that messes up the appearance of our rounded border...*/
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title,
.singular .image-attachment .entry-description,
.commentlist,
#respond{
	width: 75%;
}
#site-generator {
	background: #f9f9f9;
	color: #666;
	line-height: 2.2em;
	padding: 1.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #666;/*Was 555*/
	font-weight: normal;
}
#secondary {
	float: right;
	margin-right: 6.4%;
	width: 20%;
}
.hentry,
.no-results {/*Search results appearance*/
	border-bottom: 1px solid #ddd;
	margin: 0 0 0.75em;
	padding: 0 0 0.75em;
}
#site-title {
	margin-right: 270px;
	padding: 2.5em 0 0;
}
#site-description {
	margin: 0 270px 2.5em 0;
}
#branding #searchform {
	top: 3.25em;
}
.singular .hentry {
	padding: 1em 0 0;
}
.singular.page .hentry {
	padding: 1em 0 0;
}
#access ul {
	font-size: 14px;
	margin: 0 0 0 -1.66em;
}
#access a {
	padding: 0 1.66em;
}
.singular .entry-meta .edit-link a {
	top: 45px;/*Was 80px;*/
}
div.category-archive-meta{
	border-bottom:1px solid #ddd;
}
.page-title {
	margin: 0 0 1.6em;
}