/* 

fredriley.css: Stylesheet for www.fredriley.org.uk 
Updated: 6/1/08 

Note: margin/padding params: top right bottom left 
*/

/* (Re)define HTML styles */
body {
	font:  0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #ddd;
	margin:10px 10px 0px 10px;
	padding:0px;
	}
	
p,h1,h2,h3,pre {
	margin:0px 10px 10px 10px;
	}
	
h1 {
	font-size: 1.8em;
	}
	
h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.6em;
}


/* -------------- CSS-P ----------------- */

/* ------------- COLUMNS ----------------- */

/* 	Page sections: banner, left, centre and right columns. The left and right columns are fixed width, the centre resizes gracefully. 
	The 3-column layout is adapted from CSS Layout Techniques at http://www.glish.com/css/7.asp 
*/

#banner {
	background:#fff;
	height:50px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	
	}
	
/* IE6 kludge */
	
html>body #banner {
	height:39px;
	}
	
#banner h1 {
	padding:10px 10px 10px 10px;
	margin:0px;
	}

#leftcontent {
	position: absolute;
	left:10px;
	top:60px;
	width:200px;
	background:#fff;
	border:1px solid #000;
	}
	
#centrecontent {
	background:#fff;
	margin-left: 199px;
	margin-right:199px;
	border:1px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	margin-right:201px;
	}
	
	
/* IE6 kludge */
html>body #centrecontent {
margin-left: 201px;
margin-right:201px;
	}
	
#rightcontent {
	position: absolute;
	right:10px;
	top:60px;
	width:200px;
	background:#fff;
	border:1px solid #000;
	}
	
#rightcontent p {
	font-size: 0.8em;
	}
	
/* ------- LEFT MENU ------ */
/* Menu items implemented as list items, partly for effect and ease of maintenance, partly for accessibility reasons. 
   For the effects to work correctly, the items need to be anchors */

#menubox {
	border: 2px solid #0066FF;
	padding: 1px 1px 1px 6px;
	display: block;
	width: 150px;
	margin-left: 5px;
}

#menubox ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#menubox li {
	list-style:none;
	border-bottom: 1px solid #000;
	margin-left: 0px;
	}
	
#menubox li a {
	display: block;
	background-color: #FFFF99;
	text-decoration: none;
	font-size: 1em;
	}


#menubox a:hover {
	border: 1px solid #0A246A;
	background-color: #B6BDD2;
}

#menutitle {
	background-color: #CCCCCC;
	font-weight: bold;
	display: block;
	font-size: 1.2em;
	margin-bottom: 5px;
}

/* 
#container	{

	border: 1px solid #000;
	padding: 5px;
	margin: 5px;
	}
	*/
.boxed_text {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
	margin: .2em;
	padding: .2em;
}

