/*
Theme Name: UC Berkeley Music
Theme URI: http://www.music.berkeley.edu
Author: Colin Frangos
Author URI: http://colinfrangos.com
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

/* 
WEB FONTS 
*/
/* 'Open Sans' */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,300,600);

/* 'Open Sans Condensed' */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300);



/* resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* always seem to need this... */
.clear {
	clear: both;
}


/* 
-------------------------------------------------------------- 
General structure
-------------------------------------------------------------- 
*/

body {
	font-size: 100%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: white;
	padding: 20px;
	color: #663300;
}

.wideness {
	width: 980px;
	margin: auto;
	border-left: 1px solid #630;
	border-right: 1px solid #630;
}


.content-container {

}

.post-container {
	padding: 0 30px;
	margin-left: 210px;
}

.content {
	padding-bottom: 20px;
	overflow: auto;
}

.page {
	padding: 10px 20px 0 20px;
	overflow: auto !important;
}

.welcome {
	background-color:#f5f5dd;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

ul.pagination {
	list-style: none;
	overflow: auto;
}

ul.pagination li{
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
	background-color: #f5f5dd;
	border: 1px solid #b35325;
}

/* END General structure */


/*
--------------------------------------------------------------
Global styles
-------------------------------------------------------------- 
*/

em {	
	font-style: italic;
}

strong {
	font-weight: 600;
	/*font-weight: bold;*/
}

.right {
	float: right;
}

.left {
	float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {

}

h1 {
	font-size: 20px;	
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 15px;
}


p, li {
	font-size: 14px;
	margin: 0 0 15px 0;
	line-height: 1.6;
}

a:link, a:visited {
	color: #663300;
}

a:hover,
a:focus {
	text-decoration: underline;
}

td {
	padding: 3px 7px 3px 0;
}

table {
	margin-bottom: 20px;
}

ul {
	list-style:disc;
	margin:0 0 20px 20px;
}

th {
	text-align: left;
}

/* END Global Styles */

/* 
-------------------------------------------------------------- 
Header
-------------------------------------------------------------- 
*/

#site-header {
	background: #f5f5dd;
	height: 180px;
	border-top: 1px solid #630;
}

#site-header.home {
	background: url('images/headers/home.jpg') no-repeat top right  #f5f5dd;
}

#site-header.about {
	background: url('images/headers/about.jpg') no-repeat top right  #f5f5dd;
}

#site-header.news {
	background: url('images/headers/enewsbanner.jpg') no-repeat top right  #f5f5dd;
}

#site-header.academics {
	background: url('images/headers/academics.jpg') no-repeat top right  #f5f5dd;
}

#site-header.people {
	background: url('images/headers/people.jpg') no-repeat top right  #f5f5dd;
}

#site-header.performance {
	background: url('images/headers/performance.jpg') no-repeat top right  #f5f5dd;
}

.header-content {

}

#site-header h1 {
	float: left;
	background: url(images/headers/logo.gif) no-repeat;
	width: 330px;
	height: 130px;
	margin: 10px 0 0 10px;
}

#site-header h1 a {
	text-indent: -9999px;
	width: 330px;
	height: 115px;
	margin: 0;
	display: block;
}

/* Header menu */


#main-nav {
	clear: both;
	height: 32px;
	margin: 65px 0 0 0;
	font-size: 15px;
	background-color: #b35325;
}

#main-nav ul {
	list-style: none;
}

#main-nav li {
	float: left;
	position: relative;
	margin: 0 0 0 12px;
}

#main-nav ul li a {
	display: block;
	padding: 5px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#main-nav a:hover,
#main-nav a:focus {

}

/* Drop down */

#main-nav ul ul {
	display: none;
	float: left;
	padding: 5px 0 0 0;
	position: absolute;
	top: 25px;
	left: -18px;
	z-index: 10000;
	background-color: white;
	border: 1px solid #e5e5e5;
	border-radius:3px;
}


#main-nav ul ul ul a {
text-transform: none;
font-size: 13px;
padding: 0;
}

#main-nav ul ul li {
	border: none;
	margin: 0;
}

#main-nav ul ul li:first-child a {
	padding-top: 5px;
}

#main-nav ul ul li:last-child a {
	padding-bottom: 25px;
}

#main-nav ul ul li:only-child a {
	padding-top: 5px
	padding-left: 16px;
}

#main-nav ul ul a {
	text-transform: none;
	line-height: 1em;
	width: 14em;
	height: auto;
	color: #b35325;
	padding: 16px 15px 2px 15px;
	border: none;
	font-size: 13px;
	font-weight:600;
}

#main-nav ul ul :hover > a,
#main-nav ul ul :focus > a {
}

#main-nav ul ul li:hover > a,
#main-nav ul ul li:focus > a {
	border-bottom: none;
}


#main-nav ul li:hover > ul,
#main-nav ul li:focus > ul {
	display: block;
}

#main-nav ul ul ul {
	left: 100%;
	top: -6px;
	padding: 7px 0 0 7px;
	margin: 0;
}

#main-nav ul ul ul li {
	padding: 4px 0 7px 10px;
}

#main-nav ul li ul li ul {

	display: block;
}


/* Highlight current page / parent menu item */
#main-nav li.current_page_item > a {
	color:#663300;
	background: white;
}

/* Special in case of custom header image */

.sf-sub-indicator {
	display: none;
}

#sub-access {
	background: #fff;
}

#sub-access ul {
	list-style: none;
	padding: 0;
}

#sub-access li {
	float: left;
	position: relative;
	border: 1px solid #E5E5E5;
}


#sub-access a {
	display: block;
	padding: 10px 25px;
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	font-size: 0.8em;
}


#sub-access ul ul {
	display: none;
	float: left;
	padding: 7px 0 0 0;
	position: absolute;
	top: 2.1em;
	left: 0;
	z-index: 99999;
	background-position: 30px 0px;
	background-image: url('images/arrowUp.png');
	margin-left: 10px;
	background-repeat: no-repeat;
}

#sub-access ul ul li {
	border: none;
	
}

#sub-access ul ul li:first-child a {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

#sub-access ul ul li:last-child a {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
#sub-access ul ul li:only-child a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sub-access ul ul a {
	line-height: 1em;
	width: 10em;
	height: auto;
	color: #fff;
	background: #000;
}

#sub-access li:hover > a,
#sub-access li:focus > a {
	color: #000;
}

#sub-access ul ul :hover > a,
#sub-access ul ul :focus > a {
	color: #fff;
}

#sub-access ul ul li:hover > a,
#sub-access ul ul li:focus > a {
	border-bottom: none;
	background: #333;
}

#sub-access ul ul a:hover,
#sub-access ul ul a:focus {
	background: #333;
}

#sub-access ul li:hover > ul,
#sub-access ul li:focus > ul {
	display: block;
}

#sub-access ul ul ul {
	left: 100%;
	top: 0;
	padding: 0 0 0 7px;
	margin-left: 0;
}

/* Highlight current page / parent menu item */
#sub-access li.current_page_item > a,
#sub-access li.current_page_parent > a,
#sub-access li.current-page-ancestor > a,
#sub-access li.current-post-ancestor > a {
		color: green;
}


/* END Header */

/* 
-------------------------------------------------------------- 
Main Content
-------------------------------------------------------------- 
*/

.entry-header {
	overflow: auto;
	margin-bottom: 15px;
}

.the-thumbnail {
	margin: 7px 15px 8px 0;
	float: left;
	max-width: 210px;
}


.entry-content {
	padding-left: 20px;
	border-left: 1px solid #b35325;
}


.entry-title, index-title {
	text-transform: uppercase;
	margin: 0 0 10px 0;
	word-wrap: break-word;
}

.footer-meta {
	margin: 1em 0;
}

blockquote {
	margin: 20px;
	padding-left: 10px;
	border-left: 1px #ccc solid;
	font-style: italic;
	color: #333;
	line-height: 1.4em;
	border-left-color: #EFEFEF;
	border-left-width: 10px;
}


div.entry-content-wrapper>ul li {
	margin-bottom: 5px;
}

ul.person-details {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none!important;
}

ul.person-details li{
	padding: 0;
	margin: 0 0 4px 0;
}

/****************** INDEX **********************/

.index-post-container {
	overflow: auto;
	margin-bottom: 20px;
}

.index-title a {
	text-decoration: none;
	text-transform:uppercase;
}


.index-title a:hover,
.index-title a:focus {
	text-decoration: underline;
}

.index-name-date {
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 20px;
}

.index-name-date a {
	text-decoration: none;
}

.index-name-date a:hover,
.index-name-date a:focus {
	text-decoration: underline;
}

.index-content {
	margin: 10px 0;
}

.more-link {
	text-align: right;
}
.more-link a:link,
.more-link a:visited {
	font-size: 0.6em;
	padding: 2px 20px;
	background: #9B9B9B;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 17px;
	color: white;
}

.more-link a:hover,
.more-link a:focus {
	
}

.page-header {

}
.page-header h1 {
	font-weight: 100;
	text-transform: uppercase;
	font-size: 1em;
	margin: 0;
	padding: 20px 50px;
}



/********************************
					WELCOME
				****************************/
.welcome-content p{
	font-size: 20px;
	line-height: 1.4;
	margin: 0 30px 20px 0px;
}

.welcome-title {
	font-size: 38px;
	font-weight: 400;
	text-transform: uppercase;
	margin: -20px 0 20px 120px;
	line-height: 1.3em;
	word-wrap: break-word;
	z-index: 9000;
}

.posts-home {
	border: 1px solid #e5e5e5;
	width: 33%;
	margin: 0 0 50px 30px;
}

.posts-home h2 {
	background: #e5e5e5;
	padding: 15px;
	margin: 0;
	text-transform: uppercase;
	font-size: 28px;
}

.posts-home ul {
	margin: 35px 15px;
}

.posts-home ul li{
	margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}

.index-post-title {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

h1.index-post-title a {
	text-decoration: none;
}


/***********************
		DIRECTORY PAGES
		*************************/

.people-list {
	overflow: auto;
	margin-bottom: 15px;
}

/*****   SINGLE PERSON   *********/

ul.single-person-details{
	list-style: none;
	margin-left: 0;
}

ul.single-person-details li{
	float: left;
	margin: 0 15px 0 0;
}

ul.single-person-details li.pi-item{
	float: none;
	margin: 0 15px 0 0;
}

ul.single-person-details li.person-position {
	display: block;
	clear: both;
	float: none;
}

/********** PRIVATE INSTRUCTORS **********/

.p1-list {
	overflow: auto;
	margin-bottom: 5px;
}

ul.pi-details {
	overflow: auto;
	list-style: none;
}

ul.pi-details li {
	float: left;
	margin-right: 10px;
}

li.pi-instrument {
	width: 250px;
}

li.pi-name {
	width: 180px;
}

li.pi-phone {
	width: 120px;
}

li.pi-email {
	width: 30px;
	margin-right: 0;
}



/**************************
			SIDEBAR
			*************************/


#sidebar {
	width: 190px;
	float: left;
	padding-right: 10px;
	font-weight: bold;
}

#sidebar h2 {
	text-transform: uppercase;
	margin-top: 20px;
	word-wrap: break-word;
}


#sidebar .children {
	margin-left: 0.5em;
	padding: 0!important;
	float: none;
}

#sidebar ul {
	margin: 5px 0 0 5px;
	list-style: none;
}


#sidebar ul li {
	padding: 0;
	margin:2px 0 8px 0;
	line-height: 1.2;
}

#sidebar ul li a {
	text-decoration: none;
	display: block;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.rsswidget {
	margin-bottom: 10px;
}

#sidebar ul li a:hover,
#sidebar ul li a:focus {

}

#sidebar ul li.current_page_item > a {
	color:#333;
}

UL.sub-menu {
	margin: 5px 0 15px 13px!important;
}

ul.sub-menu li a {
	font-size: 90%;
	font-weight: normal;
}

/* SEARCH */

#search {
	width: 200px;
	padding: 10px 0;
	margin-bottom: 20px;
}

#search input:focus {
	outline: 1px solid #eaeaea;
}
#search #searchform {
	display: block;
	clear: both;
}
#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
#search #searchform label {
	display: none;
}
#search #searchform input#s {
	width: 500px;
}

#search input#s {
	border: 2px solid #ddd;
	padding: 3px 0px 3px 8px;
	margin: 0;
	color: #333;
	background: white;
	font-size: 0.7em;
}
#searchsubmit {
	border: 2px solid #b35325;
	background-color:#b35325;
	color: white;
	font-size: 12px;
	padding: 2px 3px 1px 3px;
	width: 50px;
}

input {
	border: 1px solid #ddd;
	box-shadow: 0;
}



/* Notices */

/* 
-------------------------------------------------------------- 
Image Attachments
-------------------------------------------------------------- 
*/

img.attachment-post-thumbnail {
	max-width: 100%;
	height: auto;
}

.image-attachment .entry-header, .image-attachment .index-header {
	margin-left: 0;
	float: none;
}
.image-attachment div.entry-meta {
	float: left;
	font-size: .9em;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
	font-size: .9em;
}

.image-attachment .previous-image {
	margin-right: 10px;
}
.image-attachment .next-image {
	margin-left: 10px;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* 
--------------------------------------------------------------
Images
-------------------------------------------------------------- 
*/

a img {
	border: none;
}
p img {
	margin-bottom: 1em; 
}


img.alignleft,
.wp-caption.alignleft {
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 5px;
}
img.alignright,
.wp-caption.alignright {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 5px;
}
img.aligncenter,
.wp-caption.aligncenter {
	margin: 0 auto 1.5em auto;
	height: auto;
}
.wp-caption {
	padding: 10px;
	text-align: center;
	background-color: white;
	border: 1px #ccc solid;
}
.wp-caption img {
	margin: 0;
}
.wp-caption .wp-caption-text {
	margin: .5em;
	font-size: 80%;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}

/* END Images */

/*
--------------------------------------------------------------
Forms
--------------------------------------------------------------
*/

input[type=text],
input#s {
	margin: 1px 0 0 0;
}
textarea {

}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

/* END Forms */

/*
--------------------------------------------------------------
Footer
--------------------------------------------------------------
*/

#footer {
	background:  #f5f5dd;
	padding: 30px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #630;
}

#footer-content {
	overflow: auto;
	height: 100px;
	margin-left: 253px;
}

ul#menu-footer-menu {
	margin: 10px 0 0 0;
	list-style: none;
}

ul#menu-footer-menu li {
	float: left;
	padding: 0 8px 0 0;
	margin-right: 8px;
	border-right: 1px solid #630;
}

ul#menu-footer-menu li:last-child {
	border-right: none;
}

ul#menu-footer-menu li a {
	color: #003333;
	font-size: 13px;
}


#footer-content p {
	margin: 10px 0;
	clear: both;
	font-size: 10px;
}

