/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme 
Author: Sam for TheIIIS.com
Template: twentyeleven

background-color: #50C9B5;  cyan
color: #009B74;  dark green header sets background
*/

@import url("../twentyeleven/style.css");

body {
	padding: 0 2em;
	font-family: Trebuchet MS,Verdana,Arial,sans-serif;
	font-size: 10pt;
	background-color: #50C9B5;
}

#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
	font-family: Trebuchet MS,Verdana,Arial,sans-serif;
	font-size: 10pt;
	background-color: #50C9B5;
}

.one-column #content {
	margin: 0 24px 0 24px;
	padding: 0 12px 0 12px;
}

.entry-content {
        line-height: 16px;
	font-weight: 400;
}

body, input, textarea {
	font-weight: 300;
	line-height: 1.625;
	font-family: Trebuchet MS,Verdana,Arial,sans-serif;
	font-size: 10pt;
	background-color: #50C9B5;
	color: #000000;
}

#branding {
	border-top: 0px solid #bbb;
	padding-bottom: 0px;
	position: relative;
	z-index: 9999;
}

.one-column #page {
	max-width: 780px;
}

.singular.page .hentry {
        padding: 1em 0 0;
}
#main {
	clear: both;
	padding: 0 0 0;
}

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#009B74, #50C9B5);
	background: -o-linear-gradient(#009B74, #50C9B5);
	background: -webkit-linear-gradient(#009B74, #50C9B5);

	-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 0px 0px;
	clear: both;
	display: block;
	float: left;
	margin: 0;  
	width: 100%;
}

#supplementary {
	border-top: 0px solid #ddd;
	padding: 0.50em;
	overflow: hidden;
}

#colophon {
        background-color: #50C9B5;
        height: 30px;
}

/* Move "edit" button above title */
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 600px;
	top: 10px;
}

/* Space between paragraphs */
p {
    margin-bottom: 1em;
}

/* Page titles */
.entry-title {
    font-size: 22px;
    padding-top:  0px;
}
.singular .entry-title {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    line-height: 10px;
}
