/* @override http://reasonpapers.com/wp-content/themes/reasonpapers/style.css */

/*
Theme Name:		Reason Papers
Theme URI:		www.reasonpapers.org
Description:	A TwentyEleven Child Theme
Author:			Israel Curtis
Template:		twentyeleven
Version:		0.1
*/

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

body, input, textarea {
	
}

body {
	background-color: #b2b0a3;
}

#branding {
	border-top: none;
}

#page {
	border: 1px solid #88877d;
	-webkit-box-shadow: 2px 2px 4px 0px #88877d;
	-moz-box-shadow: 2px 2px 4px 0px #88877d;
	box-shadow: 2px 2px 4px 0px #88877d;
}

.singular.page .hentry {
	padding-top: 1em;
}

address {
	margin-left: 25px;
	font-size: .9em;
	line-height: 1.4em;
}

.entry-content h3 {
	font-size: 11px;
}

.entry-content h4 {
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
}

/*widen the twentyeleven page column*/

.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title,
.singular .image-attachment .entry-description,
.commentlist,
#respond {
	width: 85%;
}

/*reposition for wider column*/

.singular .entry-meta .edit-link a {
	position: absolute;
	bottom: auto;
	right: auto;
	left: 0;
	top: 40px;
}