/*
Theme Name: UCB Renaissance
Theme URI: 
Version: 1.1
Author: Colin Frangos
Author URI: http://colinfrangos.com/

	Made by hand in the People's Republic of Oakland
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	header/link: #994708
	faculty purple: #69728f
	
*/


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;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

html {
	height: 100%;
	width: 100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

P {
	margin-bottom: 20px;
	line-height: 1.6;
}

a { 
    text-decoration: none;
 	 color: #994708;
}

a:hover { 
    text-decoration: underline;
}

/*
.home>h1 a {
	background:url(images/header_home.png) no-repeat;
	display: block;
	height: 340px;
}
*/

h2 { 
	font-family: Calluna-Regular, Hoefler Text, Constantia, Georgia, serif;
	font-size: 25px;
	font-weight: normal;
	color: #994708;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin: 38px 0 30px 0;
	
}

h2 a { 

}
h2 a:hover { 

}

h3 {
	font-family: Calluna-Regular, Hoefler Text, Constantia, Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	color: #994708;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin: 38px 0 13px 0;
}

h3 a, a:visited{
	color: #994708;
}

h3 a:hover{

}

h4 {

}


blockquote {
	padding: 15px;
	font-size: 12px;
}

.page {
	
}

/*******************************
					HEADER
					*****************************/

#header {
	margin-top: 50px;
}


div.home h1 a {
	background:url(images/header_home.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 553px;
	min-height: 340px;
}
.courses>h1 a {
	background:url(images/header_courses.png) no-repeat;
	display: block;
	height: 153px;
		text-indent: -9999px;
}

.program>h1 a {
	background:url(images/header_program.png) no-repeat;
	display: block;
	height: 153px;
		text-indent: -9999px;
}
.faculty>h1 a {
	background:url(images/header_faculty.png) no-repeat;
	display: block;
	height: 153px;
		text-indent: -9999px;
}
.students>h1 a {
	background:url(images/header_students.png) no-repeat;
	display: block;
	height: 153px;
		text-indent: -9999px;
}
.resources>h1 a {
	background:url(images/header_resources.png) no-repeat;
	display: block;
	height: 153px;
		text-indent: -9999px;
}

					/**************************************
																   nav
								 							  ******************************************************/

#nav {

}

#nav ul {
	width: 553px;
/*	height: 19px;
*/
	padding: 0;
	margin: 0;
}

#nav ul li {
	font-family: Calluna-Regular, Hoefler Text, Constantia, Georgia, serif;
	font-size: 14px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding: 0px 20px;
	border-right: 1px solid #666;
	float: left;
}

#nav ul li.courses, #nav ul li.courses li.menu-item {
	padding-left:0;
}

#nav ul li.resources {
	padding-right: 0;
	border: none;
	float: right;
}

#nav li a, #nav li a:visited {
	color: black;
}

/**************************************
  					            CONTENT
	 						    ******************************************************/


.content {
	width: 553px; 
	margin: auto;
	clear: both;
}


.content ul {
 list-style: none;
 margin-left: 20px;
 float: none;
}

.content ul li, #content ol li {
 line-height: 20px;
}

.content span.floatLeft {

}

.content span.floatLeft img {
 margin: 15px 0px 5px 0px;
}

.content span.floatRight {

}

.content span.floatRight img {
 margin: 15px 0px 5px 0px;
}

.content img {
 border: none;
 background-color: white;
 padding: 5px;
}


.home-content {
	width: 350px;	
}

div.courses-listing {
	width: 410px;
}

ul.courses-list {
	margin-bottom:10px;
}

ul.courses-list li{
	margin-bottom:18px;
	line-height: 12px;
}

ul.courses-list li a{
	color:#333333;
}

h2.single-course {
	font-size: 18px;
	text-transform:none;
	margin-bottom: 4px;
}

/* **************************************      
									Posts
									******************************** */

.post h3 {
	margin-bottom: 4px;
	text-transform:none;
}

.more-link a, .more-link a:link{
	font-style:italic;
}


.postfooter{

}

/* ****************************************************** 
												  SIDEBAR
												  ***************************************************** */

#sidebar {
	width: 130px;
	float: right;
	overflow: auto;
	margin-top: 20px;
}

#sidebar a {
	color: black;
	font-family: Calluna-Regular, Hoefler Text, Constantia, Georgia, serif;
	font-size: 14px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

#sidebar ul, #courses-sidebar ul {
	margin: 0 0 20px 0;
}

#sidebar ul li {
	margin: 0 0 18px 0;
}

#courses-sidebar {
	width: 110px;
	float: right;
	overflow: auto;
	margin-top: 45px;
}

#courses-sidebar a {
	font-family: arial;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: none;
	letter-spacing: normal;
}

#courses-sidebar ul li {
	margin: 0;
}

#courses-sidebar h2 {
	font-size: 18px;
	text-transform: uppercase;
	color:#666666;
	margin: 0 0 8px 0;
	text-decoration: underline;
}

/**********************************************************
														SEARCH FORM
														*****************************************/

#searchform input {
	border: 1px solid #996600;
	margin: 0;
}

input#searchsubmit {
	background-color:#EFEBD1;
	margin: 5px 0 0 0;
}

/* **********************************************************
													 COMMENTS
													 ****************************************************** */



/**************************************
											FOOTER
											*******************************************************************/

#footer {
	border-top: 1px solid #666;
	padding: 20px 0;
	margin-top: 50px;
	margin-bottom: 40px;
}

#footer a{
	color: #666;
}

.footernav {
	width: 553px;
	margin-bottom: 30px;
}

#footer ul{
	margin: auto;
	overflow: auto;
	width: 390px;
}

#footer ul li{
	float: left;
	padding-right: 20px;
}

#footer ul li a{
	text-transform:uppercase;
	font-size: 10px;
}

.footer-details {
	font-size: 11px;
	color:#666666;
	text-align: center;
}