/*
Theme Name: BRC-main
Theme URI: 
Description: University of Cambridge 2008 templates, edited 2009/2010 dt216
Version: v3 
Author:  DT216
*/
/* -------------------------------------------------------------- 
  
   This is the CSS file for Wordpress which calls
   the University of Cambridge stylesheets via layout.css.
   
-------------------------------------------------------------- */

@import "layout.css";
@import "csitss.css";

/* in addition to layout.css */

/* for page links */
.current_page_item {
	background:#fff;
}
.current_page_item a {
	border: none;
	color:#c60;
	background:#fff;
}
.current_page_item ul {
	font-size: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0.3em 0 0 0;
}
.current_page_item ul li {
	border: none;	
	border-top: solid #E8F0FF 1px;
	padding: 4px 0 4px 0;
}

ol, ul, li {
	list-style: none;
}




/* for Information for... and Information about... menus */
.linkcat {
	margin: 0;
	padding-top: 1px;
	padding-bottom: 0;
	background:url(global/images/bg-home-menu-top.gif) repeat-x 0 0;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
}

/* for Quicklinks menu */
.quicklinks {
	margin: 0;
	padding-top: 1px;
	padding-bottom: 0;
	background:url(global/images/bg-home-menu-top.gif) repeat-x 0 0;
}
.contentbox{
	float:right; 
	padding: 20px 20px 20px 15px;
	width:auto;
	margin-left:10px;
	background-color:#FFC;
	}
	#left-nav{
/*height: 600px; */
float:left;
margin-top:10px;
}
#sidebar{
	list-style-type: none;
	border-top: 2px solid #CCC;	
	border-bottom: 1px solid #CCC;
	margin: 0.15em 25px 50px 0;
	clear: both;
	width: 170px;
	background: #f1f5ff;
	font-weight: bold;
}