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

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

#page {
	margin: 0em auto;
	max-width: 1000px;
	background-color: transparent;
/* 	background-color: #f7f7f4; */
}
#branding {
	border-top: 0px solid;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
	background-color: transparent ! important;
}
#main {
	clear: both;
	padding: 0;
	background-color: #f7f7f4;
}

#content {
	padding-top: 10px;
}
#content-full {
	width: 95%;
	padding-left: 15px;
}
#content, #primary, #main, #supplementary {
	background: #f7f7f4;
}
#branding #searchform {
	right: 2.3%;
}
.entry-title {
	clear: both;
	color: #3e4750;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 0px;
	padding-top: 0px;
}
.entry-content,
.entry-summary {
	padding: 0;
}

.home .entry-content { padding-top: 20px; }

/* @group CoC Overides */

#ccSuperContainer {
	width: 500px;
	padding: 5px;
}

#ccViewListContainer {
	width: 500px;
	display: block;
	line-height: 20px;
	font-size: 12px;
	margin-top: 14px;
}

#ccViewAllContainer {
	width: 100%;
	display: none;
}

.ccIcon {
	margin: 3px 5px 0 0;
}
#ccViewAllContainer a {
	color: #49708A;
}
.ccOrg {
	background: #EBE9E1;
	border-bottom: 2px solid #E0E0E0;
	width: 500px;
	padding: 10px 20px 20px 110px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.ccOrg strong {
	font-weight: bold;
	color: #3e4750;
}


.ccOrg h3 {
	font-size: 1.5em !important;
	line-height: 1.4em !important;
	margin-bottom: 0.75em;
	margin-top: 0.5em;
}

.ccOrg img.ccLogo {
	margin: -3em 10px 5px -90px;
	float: left;
	clear: left;
	display: run-in;
	position: absolute;
}

.ccOrg p {
	margin-top: 10px;
}

.ccClear {
	clear: both;
}

.ccToggleButton {
	text-decoration: none;
	display: block;
	border: 1px solid #999;
	padding: 2px;
	width: 120px !important;
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #EBE9E1;
	color: #666;
}
.ccToggleButton img {
	margin: 2px 5px 0 3px;
}

.ccToggleButton:hover {
	text-decoration: none;	
}
.column {
	width: 50%;
	float: left;
}
#ccSuperContainer {
	width: 100% !important;
}

#ccViewListContainer ul {
	list-style-type: none;
	font-size: 1.2em;
	padding-left: 0;
}
#ccViewListContainer ul li {
	margin-left: -20px;
	margin-bottom: 1em;
}

#ccControls {
	float: left;
	clear: both;
	width: 100%;
}
#ccControls br {
	display: none;
}

/* @end */

.singular .hentry {
	border-bottom: none;
	padding: 5px 0;
	position: relative;
}
.singular.page .hentry {
	padding: 5px 0 5px;
}
.singular .entry-title {
	color: #3e4750;
	font-size: 26px;
	font-weight: bold;
	line-height: 28px;
}
.entry-content h1,
.comment-content h1 {
	color: #AE7135;
	font-weight: bold;
	margin: 0 0 .5em;
	font-size: 1.8em;
}
.entry-content h2,
.comment-content h2 {
	color: #AE7135;
	font-weight: bold;
	margin: 0 0 .5em;
	font-size: 1.3em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-transform: none;
	color: #345770;
	margin-bottom: 0.5em;
	margin-top: 0.75em;
}

#staffing h3 {
	padding-top: 4px;
	border-top: 1px dashed #999;
}
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 10px;
	line-height: 1.5em;
	padding: 2.2em 0.5em;
	text-align: center;
}
/* Menu
-------------------------------------------------------------- */

#access {
	background: #3e4750; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#3e4750, #3e4750);
	background: -o-linear-gradient(#3e4750, #3e4750);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e4750), to(#3e4750)); /* older webkit syntax */
	background: -webkit-linear-gradient(#3e4750, #3e4750);
	-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: 13px;
	list-style: none;
	margin: 0 0 0 -0.9125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.1em;
	text-decoration: none;
	border-left: 1px solid #444e59;
	border-right: 1px solid #444e59;
}
#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: 166px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li li:last-child { 
	border-bottom: 1px solid black; 
}
#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_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}
span.intent-meta {
	margin: 0;
	padding: 0;
	border: 1px dotted #dfe0e0;
}
span.intent-meta a {
	padding-left: 17px;
	padding-right: 6px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
}
a.in-reply-to {
	color: #00752a;
	background: url(images/reply_hover.png) no-repeat left top;
	line-height: 30px;
}
a.retweet {
	color: #435f77;
	background: url(images/retweet_hover.png) no-repeat left top;
}
a.favorite {
	color: #79322e;
	background: url(images/favorite_hover.png) no-repeat left top;
}

/* @group Sidebar stuff */

#random {
	padding: 10px 0 4px 4px;
	border: 1px solid #999999;
	width: 162px;
	background: #fff;
	-webkit-box-shadow: 3px 3px 7px #ccc;
	-moz-box-shadow: 3px 3px 7px #ccc;
}
.one-image {
	font-size: 11px;
	font-weight: normal; 
	font-style: normal;
}

h3.widget-title {
	padding-left: 14px;
	padding-top: 0px;
	background: url(images/sidebar_header-bg.png) no-repeat 0 2px;
	width: 180px;
	height: 26px;
	color: #2c2c2c;
}

#menu-quick-links {
	list-style-type: none;
	line-height: 1.7em;
}
#menu-quick-links a{
	font-weight: normal;
	font-style: normal;
}

/* @end */
