/**************************************
 * THEME NAME: horbury
 *
 * Files included in this sheet:
 *
 *   horbury/horbury.css
 **************************************/

/***** horbury/horbury.css start *****/

/* Horbury Interactive theme for Moodle designed by Philip Waud February 2007 */
/* Colours used are taken from our school badge, purple (#A06286) and blue (#2780C2) */
/* Thanks to the Moodle theme documents for the method of doing the centre column stuff and Moodle Zens Garden for the fancy curved tops to the side boxes */
/* Set the body margins to zero so IE shows it the same as mozilla etc. */
body {
	margin: 0px;
	padding: 0px;
	}
/* set the width and colour of the side columns, with added importance so they override other css settings */	
#left-column,
#right-column {
	width: 200px !important;
	background-color:#FFFFFF
	}

/* Set the colour of the middle colomn, remove borders and set margins */
#middle-column div.generalbox {
	background: #FFFFFF;
	margin-bottom: 25px;
	border: none;
	font-size: 0.95em;
	}
/* Remove padding from site topic in centre column */
.sitetopic {
	padding:0px;
	}
/* Pop a border around the site topic divs - if you include a div tag in any HTMl labels in the middle column. it will have a nice border in a similar way to the Moodle site */	
.sitetopic div {
	border: #DDD solid 1px !important;
	padding:5px;  
	margin-top: 10px;
	margin-bottom:25px;
	}  
/* Set the H1 tag to be "fancy" when it is in the middle column - also similar to the Moodle theme */
#middle-column div h1 {
	border: #DDD solid 1px;
	background:#FFFFFF;
	background-position: top;  
	background-repeat: repeat-x;  
	padding: 1px 10px;
	display: inline;
	position: relative;
	top: -0.5em;
	left: 8px;
	font-weight: normal;
	margin-left:10px;
	margin-right:50px;
	}
/* Add a gradient background to all headers */
.header {
	background-image: url(gradient.jpg);  
	background-position: top;  
	background-repeat: repeat-x;  
	}
 /* add a margin to all img tags in the middle column */
#middle-column img {
	margin: 10px;
	}
/* Set the background colour of the content (main part of the page) */
#content {
	background-color:#FFFFFF;
	}
/* Add the fancy curved head to the sideblock headers */
.sideblock .header {
	background:#FFFFFF url(round.gif) no-repeat;
	color:#FFFFFF;
	height:22px;
	text-align: left;
	padding:10px;
	margin:0;
	border:0;
}
/* Nice little trick to move the header image across to reveal a second part when it is "hidden" */
#left-column .hidden .header,
#right-column .hidden .header{
	background-position: -200px 0;
}
/* Sets the curved blocks for the sideblocks - actually a 600pixel high image */
.sideblock .content {
	background:#FFFFFF url(block.gif) no-repeat bottom left;
	border:0;
	padding:0 10px 15px 10px;
}

/***** horbury/horbury.css end *****/


