/*
Theme Name: Child
Template: twentyeleven
*/
 
@import url('../twentyeleven/style.css');

/* =Header
----------------------------------------------- */

#branding {
	border-top: 0px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}

/* Search Form */
#branding #searchform {
	display: none;
}

.singular.page .hentry {padding:1em;}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
    width: 90%;
}

.singular .entry-meta .edit-link a {
    bottom: auto;
    left: 0px;
    right: auto;
    top: 30px;
}

/* =Structure
----------------------------------------------- */

body {
	padding: 0;
}
#page {
	margin: 0em auto;
	max-width: 1000px;
}

/* =datebox
----------------------------------------------- */
.title-date {
	text-align:center;
	width:70px;
	height:60px;
	padding:5px 0;
	background-color:#3d95bd;
	color:#FFF;
}
.title-date-day {
	display:block;
	height:40px;
	font-size:40px;
	line-height:35px;
	overflow:hidden;
}
.title-date-month {
	display:block;
	height:20px;
	overflow:hidden;
	font-size:14px;
	line-height:14px;
}
