/*************************************************************************/
/*         Style Sheet for the "SilsoeResearch.org.uk" Website           */
/*                       John Lowe, Spring 2005.                         */
/* With acknowledgement to BlueRobot.com for underlying style prototype. */
/*************************************************************************/
/*               THIS VERSION FOR MAIN PAGES ON SCREEN                   */
/*            (NB: Not all defined styles currently used)                */
/*************************************************************************/
/* Quite a number of these divs force relative positioning - this is to  */
/* get around a well-known IE6 bug and should not really be necessary!   */
/*************************************************************************/

/* Lay out the body, and then the inner workspace */


body {
	padding:0px;
	margin:0px;
	background-color:#FFFFC0;
}

#workspace {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:black;
	background-color:#FFFFC0;
}

/* Lay out the header image */

#header {
	text-align:center;
	height:150px;
	border-bottom:1px solid #990000;
}

/* Lay out the banner text (ABSOLUTE position) */

#bannertext {
	position:absolute;
	z-index:1;
	top:30px;
	left:90px;
	background-color:none;
	color:#990000;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:35px;
}

/* Lay out the general content box */

#contentbox {
	margin:0px 0px 10px 120px;
	padding:10px 10px 10px 70px;
	background-color:#FFFFC0;
}

/* Characterise the main content text */

#contenttext {
	position:relative;
	font-size:80%;
}

/* Characterise indented text */

#indenttext {
	position:relative;
	margin:0px 50px 0px 50px;
}

/* Characterise a full-width bordered centred box */

#centredbox {
	text-align:center;
	padding:10px;
	background-color:#FFFFC0;
	border:1px solid #990000;
}

/* Characterise a full-width bordered left-just. box */

#leftjustbox {
	text-align:left;
	padding:10px;
	background-color:#FFFFC0;
	border:1px solid #990000;
}

/* Characterise the Search Results Summary box */

#search_sum {
	text-align:center;
	padding:10px;
	background-color:#F8DB0E;
}

/* Characterise various heading texts */

#Lhead {
	position:relative;
	font-size:120%;
	text-align:center;
	padding:10px 0px 0px 0px;
}

#Shead {
	position:relative;
	font-size:100%;
	font-weight:600;
	text-decoration:underline;
	padding:0px 0px 0px 0px;
}

/* Characterise centralised text */

#centretext {
	text-align:center;
}

/* Characterise larger centralised text */

#centretextlarge {
	font-size:110%;
	text-align:center;
}

/* Characterise the Bullet Points */

li {
	margin:10px 0px 10px 0px;
}

/* Ensure that new paragraphs always clear any floated images      */
/* (also force relative positioning to get around a known IE6 bug) */

p {
	clear:both;
	position:relative;
}

/* Characterise a general left-floated image */

.img_floatleft {
	float:left;
	margin:0px 10px 6px 10px;
	padding: 2px;
}

/* Characterise a general right-floated image */

.img_floatright {
	float:right;
	margin:0px 10px 6px 10px;
	padding: 2px;
}

/* Define the colours and actions for links in general */

a {
	color:#990000;
	text-decoration:none;
	font-weight:400;
}
a:link {color:#990000;}
a:visited {color:#990000;}
a:hover {text-decoration:underline;}

/* Lay out the Top Menu Block, and then the individual link areas */
/* (NB: Fixed to width required for text)                         */

#topmenu {
	position:absolute;
	width:1000px;
	top:115px;
	left:70px;
	padding:10px;
	background-color:none;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
}

span.toplinkbox {	
	margin:10px 20px;
	padding:3px;
}

span.toplinkbox_sel {	
	margin:10px 20px;
	padding:3px;
	color:black;
}

/* Lay out the Side Menu Block, and then the individual link areas */

#sidemenu {
	position:absolute;
	top:160px;
	left:10px;
	width:162px;
	padding:10px;
	background-color:#FFFFC0;
	border:2px solid #990000;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:60%;
/* Horrid IE5/Win hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:140px;
}
/* Horrid "be nice to Opera 5" hack. */
body>#menu {width:150px;}

div.linkbox_first {	
	padding:10px 5px;
	border-top:1px solid #990000;
	border-bottom:1px solid #990000;
}
div.linkbox_first_sel {	
	padding:10px 5px;
      	color:black;
	border-top:1px solid #990000;
	border-bottom:1px solid #990000;
}
div.linkbox {
	padding:10px 5px;
	border-bottom:1px solid #990000;
}
div.linkbox_sel {
	padding:10px 5px;
	color:black;
	border-bottom:1px solid #990000;
}
div.printbox {
	margin:10px 0px 5px 0px;
	padding:5px 5px;
	border:1px solid #990000;
	background-color:#FFFFC0;
}

/* END of Style Sheet for SCREEN DISPLAY */


