/* 
Theme Name: twentyelevenchild
Template: twentyeleven
*/

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


body {
	background: #600;/* Show a solid color for older browsers */
	background: -moz-linear-gradient(#300, #600); /* VE comment - color gradient added by me */
	background: -o-linear-gradient(#300, #600);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#300), to(#600)); /* older webkit syntax */
	background: -webkit-linear-gradient(#300, #600);
	line-height: 1;
}
#page {
	margin: 2em auto;
	max-width: 1000px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #600; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#300, #600); /* VE comment - all the #300 were changed from #252525, which was dark gray and all the #630 were changed from #0a0a0a */
	background: -o-linear-gradient(#300, #600);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#300), to(#600)); /* older webkit syntax */
	background: -webkit-linear-gradient(#300, #600);
	-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 1px 2px;
	clear: both;
	display: block;
	text-align:center;
	margin: 0 auto 6px;
	width: 100%;
}
#access div {
	margin: 0 0 0 0;
}
#access ul {
	font-size: 16px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
	display:inline-block;
	font-weight:bold
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 4.2125em; /* VE comment - this value changes space between menu items */
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color:#444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

#branding .only-search + #access div {
    padding-right: 0;
}


/* One column */
.one-column #page {
	max-width: 900px; /* VE comment - changed from 680 to 900 */
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
	height: 350px; /* VE comment - added height so that all pages would be same */
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}

.entry-header .comments-link a {
display: none; /* VE comment - deletes the comments bubble */
}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 0 0 0; /* VE comment - changed to 0 0 0 from 1.625em 0 0 to lessen space below the menu */
}


/* =Header
----------------------------------------------- */

#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
#site-title {
	margin-right: 270px;
	padding: 1.65625em 0 0; /* VE comment - changed from 3.65625 to 1.65625 */
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 1.65625em 0;  /* VE comment - changed from 3.65625 to 1.65625 */
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}
.singular.page .hentry {
	padding: 0 0 0;
}
