/*
Theme Name: Twenty Eleven Child twoOregonians
Theme URI: http://wordpress.com
Description: Child Theme for Twenty Eleven
Author: twoOregonians
Author URI: http: //www.twoOregonians.com
Template: twentyeleven
Version: 1.2
*/

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


/*change top stripe*/

#branding {
	border-top: 0.5px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
}

/*change text size*/

body, input, textarea {
	color: #373737;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.73;
}
/*change top spacing*/


#site-title {
    margin-right: 270px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.65625em;
}


#branding #searchform {
    display: none;
    position: absolute;
    right: 7.6%;
    text-align: right;
    top: 3.8em;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
	display: none;
}

#site-title {
margin-right: 270px;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 1.65625em;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img { /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}

#site-title a {
    color: #111111;
    display: none;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    text-decoration: none;
}

#site-description {
    color: #7A7A7A;
    display: none;
    font-size: 14px;
    margin: 0 270px 3.65625em 0;
}

.entry-header, .entry-title, .entry-title a {
    color: #222222;
    text-decoration: none;
    font-weight: 100;
}

.singular .entry-title {
    color: #000000;
    font-size: 36px;
    font-weight: normal;
    line-height: 48px;
}

#reply-title {
    color: #373737;
    font-size: 24px;
    font-weight: lighter;
    line-height: 30px;
}

.entry-content p {
	font-size: 13px;
}

body {
    background: none repeat scroll 0 0 #FFFFFF;
}

.entry-content h1 {
	font-size: 36px;
	font-weight: 100;
	margin: 0 0 0.1 0
	}

.entry-content h2 {
	font-size: 20px;
	font-weight: 100;
	margin: -2px 0 4 -2px;

	}

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


.entry-content h4 {
	font-size: 20px;
	font-weight: 100;
	margin: -2px 0 4 -2px;

}

.entry-content h5 {
	font-size: 15px;
	text-transform: uppercase;
}

.entry-content h6 {
	font-size: 13px;
	font-weight: 100;
	text-transform: uppercase;
}
	
