/*
Theme Name: Twenty Eleven ChildTheme 
URI: http://orenstransitpage.com/
Description: Child theme for the Twenty Eleven theme 
Author: Oren H
Author URI: http://orenstransitpage.com/
Template: twentyeleven
Version: September 4 2016
*/


@import url("../twentyeleven/style.css");
#page {
	margin: 1.5em auto;
	max-width: none;
	

}
  body{  background: #727D82;
}
header#branding{
	color: #ffffff;
}
#site-title {
	color: #0f0;
	margin-right: 270px;
	padding-bottom: 1.65625em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1.65625em;
}

#site-title a {
	color: #c7ef9d !important
}

`#site-description {
	margin-bottom: 0;
} 

img#site-logo { width: auto; }

#main { 
padding: 0; 
}

.page-title {
	font-size: 13px;
	font-weight: 1;
}

#entry-title {	
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 1.5px;
}

.entry-content, .entry-summary {
    padding: 0px 0px 0px;
}

.entry-header hgroup .entry-title {
	padding-top: 1.5px;
}
.entry-title {
	padding-top: 1.5px;
}

.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
	padding-bottom: 10px;
}

.wp-caption {
	background: #fff;
}

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

#branding img {
	height: auto;
	display: block;
	width: 100%;
	padding-bottom: 20px;
}

.right-sidebar #primary {
	float: left;
	margin: 12px 0 0 -30%; /* increased margin by 5% */
	width: 100%;
}

.right-sidebar #content {
	margin: 0 4.6% 0 34%;
	width: 63.4%; /* decreased content by 5% */}

.widget-title {
	color: #666;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

.right-sidebar #secondary {	
	float: right;
	margin-left: 0;
	margin-right: 4.6%;
	width: 23.8%; /* increased sidebar width by 5% */



#secondary {
    float: right;
    width: 23.8%;

/* Search Widget */

.widget_search #s {
	width: 77%;
	background-color: #efefef
}

.error404 #primary {
margin: 0px
}


.right-sidebar #primary {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 100%;
}