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

/*
Theme Name:     eab
Theme URI:      http://as.ucsb.edu/wp/wp-content/themes/eab
Description:    based on twentyeleven
Author:         JudyAnn
Author URI:     http://www.as.ucsb.edu
Template:       twentyeleven
Version:        0.1.0
*/


#main {
	clear: both;
	padding: 0;
}
#page {
	background: #f1ebdd;
}
#access {
	background: #3E6617; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#3E6617, #314F0A);
	background: -o-linear-gradient(#3E6617, #314F0A);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3E6617), to(#314F0A)); /* older webkit syntax */
	background: -webkit-linear-gradient(#3E6617, #314F0A);
	-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;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 15px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
	background: #3E6617;
}
.page-title {
	color: #3E6617;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0;
	text-transform: uppercase;
}
.entry-title,
.entry-title a {
	color: #3E6617;
	text-decoration: none;
}
.entry-content,
.entry-summary {
	padding: 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #3E6617;
	font-weight: bold;
	margin: 0 0 .8125em;
}

.entry-content h1 {
	font-size: 22px;
}

.entry-content h3,
.comment-content h3 {
	color: #3E6617;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-transform: uppercase;
}
.widget-area {
	font-size: 14px;
}
.widget-title {
	color: #3E6617;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
}
#site-generator {
	background: #C5E3C1;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 10px;
	line-height: 1.5em;
	padding: 2.2em 0.5em;
	text-align: center;
}
.blue {
	color:#3490fd;
}
#secondary {
	float: right;
	margin-top: 30px;
	margin-right: 7.6%;
	width: 18.8%;
}
#secondary h2 {
	font-size:18px;
	padding-top:0px;
	color:#3E6617;
	font-weight: bold;
}
#secondary h3 {
	font-size:15px;
	padding-top:0px;
	color:#3490fd;
	font-weight: bold;
}