/*
Theme Name: UCB Romance Languages and Literatures
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
	
*/

/* Let's get calluna loaded */
@import url(webfonts/MyFontsWebfontsKit.css);
/* And Merriweather */
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700);

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 {

}

body {
	font-family: 'Merriweather Sans', verdana, helvetica, sans-serif;
	font-size:14px;
	position: relative;
}

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

a, a:visited { 
    text-decoration: none;
 	 color: #7b2e00;
}

a:hover { 
    text-decoration: underline;
}


h2 { 
	font-family: 'Merriweather Sans', verdana, helvetica, sans-serif;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin: 0px 0 18px 0;
	
}

h2 a { 

}
h2 a:hover { 

}

h3 {
	font-family: 'Merriweather Sans', verdana, helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}


h4 {

}


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

.page {
	
}

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

#header {

}

#homeBanner {
	width: 900px;
	height: 150px;
}

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

#nav {
	padding: 25px 0 50px 0;
}

#nav ul {
	padding: 0;
	margin-left: 235px;
}

#nav ul li {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 13px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding: 3px 18px;
	border-right: 1px solid #666;
	float: left;
}

#nav ul li:last-child {
	border: none;
}

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

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


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


.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;
}


.home-content {
	width: 620px;
	margin: 0 0 55px 250px;
}

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: 155px;
	overflow: auto;
	padding: 0 28px;
	margin-right: 35px;
	border-right: 1px solid black;
	float: left;
}

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

#sidebar ul {
	margin: 0 0 20px 0;
	list-style: none;
}

#sidebar ul.menu-sidebar {
	list-style: none;
}

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

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

#footer {
	padding: 20px 0;
	margin-top: 30px;
	margin-bottom: 40px;
	text-transform: uppercase;
	
}

#footer a{
	color: black;

}

.footer-details {
	font-size: 14px;
	color:black;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}