/*
Theme Name: Twenty Eleven Child
Description: Child theme for the Twenty Eleven theme 
Author: Ryan Youens
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

/* =STRUCTURE
-------------------------------------------------------------- */
#page {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}

/* =HEADER FONTS
-------------------------------------------------------------- */
#site-title {
	margin-right: 0;
	padding: 14px 0 0 0;
}
#site-title a {
	color: #333;
	font-size: 72px;
	line-height: 60px;
}
#site-description {
	color: #7a7a7a;
	font-size: 32px;
	margin: 0 0 14px 0;
}
#branding #searchform {
	display: none;
}
#branding {
	border: none;
	padding-bottom: 0;
}

/* =SIDEBAR
-------------------------------------------------------------- */
#primary {
float: left;
margin-bottom: 0;
margin-left: 0;
margin-right: -26.4%; /* =INCREASE THIS FOR SIDEBAR WIDTH */
margin-top: 0;
width: 90%;
}
#secondary {
float: right;
margin-right: 7.6%;
width: 24.8%;  /* =INCREASE THIS FOR SIDEBAR WIDTH */
padding-top: 20px;
}
#nav-single {
	display: none;
}

/* =MENU
-------------------------------------------------------------- */
#access {
	background: #333; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#333, #333);
	background: -o-linear-gradient(#333, #333);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#333)); /* older webkit syntax */
	background: -webkit-linear-gradient(#333, #333);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
	float: left;
	margin: 0 auto 6px;
}

#access ul {
	font-size: 16px;
	text-transform: lowercase;
}
#access a {
	color: #499DF5;
	padding: 0 1.4em;
}
#access ul ul a {
	color: #499DF5;
	font-size: 16px;
}
#access li:hover > a,
#access a:focus {
	color: #499DF5;
}
.singular.page .hentry { /* REMOVES THE PADDING BETWEEN NAVIGATION BAR AND PAGE HEADER */
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0em;
}

/* =SHOWCASE
----------------------------------------------- */
article.intro {
	background: #fff;
}

/* =CONTENT
-------------------------------------------------------------- */
#main {
	padding: 20px 0 0;
}
body, input, textarea {
	color: #000;
	font: 15px
}
a:link, a:visited {
	color:#499DF5;
}
a:active,
a:hover {
	color: #000;
	text-decoration:none;
}
.entry-title .entry-title a {
	color: #000;
	font-size: 24px;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 0px;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #333;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 12px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 12px;
}
.widget a {
	font-weight: normal;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: none;
}
