/* this extends base.css, aiming to retain functionality, but make the 
   site look more like work stuff	
*/

body, html
{
	background-color: white;
}

#content h1, #content h2, #content h3, #content h4, #content h5 
{
    color: black;
}


/* make all links black and underlined, the underline gets darker on hover */
a
{
	color: black ;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	color: black;
	border-bottom: 1px solid black;
	font-weight: normal;
	text-decoration: none;
}

/* the one exception is the gallery links, which are unuseable with the above style */
#gallery a
{
	border: 0 !important;
}
#gallery a:hover
{
	color: white !important;
	border: 0 !important;
}

#content ul.arrowbullets li
{
	background: transparent none;
}

/* this is the pretty Leeds University Union title.  In Boss mode we hide it completely */ 
#content h1.maintitle
{ 
	display: none;
}

/* and this is the main center image.  Also hide this completely  */
#content div.maincenterpic
{
	display: none;
}

/* the menu bars .......*/

#mb
{
	border: 0; 
	background-color: transparent; 
	height:auto;
	background-image: none;
}

#mb ul
{
	list-style-type: none;
	height: auto;
	width: auto;
	margin: 0px;
	padding-left: 0;
	background-image: none;
}

#mb ul li
{
	list-style-type: none;
	float: left;
}

#mb ul li a,
#mb ul li a:hover,
#mb ul li a:visited
{
	font-size: 110%;	
	padding: 0em 0.5em;
	border-bottom: 1px solid #ccc;
}

#mb ul li a:hover
{
	border-bottom: 1px solid #000;
}


/* the left hand menu bar */

div.lb 
{ 
    background-image: none;
	clear: left;
	position: relative;
	top: 5em;
}

div.lb h2  
{ 
    background: transparent none;
    color:      black;
}

div.lb div		/* this is the one that hosts the the whole menu . */ 
{
	background: transparent none;
	border: 1px solid #ccc;
}

div.lb div div
{
	border: 0;
}

div.lb ul li a
{
	margin-left: 10px;
	padding-left: 0;
	background: transparent none;
}


#styleSelectorStandard
{
	display: block;
}
#styleSelectorBossMode
{
	display: none;
}

fieldset
{
  background-color: #eee;
}

/* make most photos very faint, so bosses won't see them */
img
{
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* make them more obvious on hover, and all gallery photos obvious too */
img:hover,
img.sfhover,
#gallery img,
#gallery_sidebar img
{
  opacity: 1.0;
  filter: alpha(opacity=100);
}


div.lb ul.buyat a
{
}
div.lb ul.buyat img
{
	display: none;
}
