/*
	Style sheet for retreat
	Last updated: 20/04/2006
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #2b2147;
	}
	
body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 80%; 
	background-image: url('/media/background.jpg'); 
	background-repeat: repeat-x; 
	background-position: top;
	background-color: #fff;
	}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 955px;	 
	background-color: #fff;
	text-align: left;
	border-top: 0px solid #fff;
	}

#header {
	margin: 0;
	padding: 0 0 0 11px;
	height: 100px;
	background:#fff;
	width: 944px;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
		}


#sidenavigation {
	width:250px;
	padding: 5px 0 15px 10px;
	margin: 0;
	vertical-align:top;
	background: #ededeb;
	border-right: 20px solid #fff;
	}

#navigation	{
	padding: 0;
	vertical-align:top;
	width: 915px;
	text-align: right;
	background: #2b2147;
	border-left: 20px solid #2b2147;
	border-right: 20px solid #2b2147;
	padding: 10px 0 10px 0;
	}
	
#maincontent	{
	padding: 5px 15px 10px 15px;
	margin: 0;
	vertical-align:top;
	width: 625px;
	background: #ededeb;
	border-left: 20px solid #fff;
	}

#footer {
	clear: both;
	width: 955px;
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 85%;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
	border-top: 10px solid #fff;
	border-bottom: 20px solid #fff;
	background-image: url('/media/footer_background.jpg'); 
	background-repeat: no-repeat; 
	background-position: middle;
	background-color: #ededeb;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	margin: 10px 0 10px 0;
	padding: 2px 0 2px 10px;
	font-size: 120%; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	display: block;
	background-color: #2b2147;
	}

h2 {
	color: #fff;
	margin: 10px 0 0 0;
	padding: 2px 0 2px 10px;
	font-size: 120%; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	display: block;
	background-image: url('/media/side_nav.gif'); 
	background-repeat: no-repeat; 
	background-position: top right;
	background-color: #2b2147;
	}



li {
	padding-bottom:3px;
	list-style-type: square;
	}

#footer p {
	padding:5px;
	color: #6f6882;
	text-align: center;
	line-height: 18px;
	}

#sidenavigation p {
	padding: 0 10px 0 10px;
	}

.small{
	font-size:85%;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
	text-decoration:underline;
	color: #2b2147;
	background: transparent; 
    }

a:hover {
    text-decoration: none;
	color: #fff;
	background-color: #2b2147;
    }

#footer a {	
	text-decoration:none;
	padding:1px;
	color: #6f6882;
	}

#footer a:hover {	
	text-decoration:none;
	padding:1px;
	background-color: #2b2147;
	color: #fff;
	}

a.sitecredit {
	font-size: 95%;
	text-decoration: none; 
	color: #2b2147;
	background-color: transparent;
	text-align:center;
	}

.sitecredit:hover  {
	background-color: #2b2147;
	color: #fff; 
	text-align:center;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.categorycell{
	padding: 10px;
	text-align:center;
	width: 33%;
	}
		
td{
	/*vertical-align:top*/
	}


.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: 0;
	}

hr {
    border: 0;  
    border-bottom: 1px solid #99cccc;
	height: 1px;
    margin-top: 1ex;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}

.floatright {
	float:right;
	margin-left: 5px;
	}

.center {  
    text-align: center;
    }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

form {
	padding: 0;
	margin: 0;
	}

fieldset {
	width:98%;
	padding:0 4px 4px 6px;
	border:solid 1px #ccc;
	}
	
legend {
	margin: 0;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#99cccc;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	}

.blurred {
	border: #99cccc 1px solid;
	padding: 2px; 
	background-color: #fff;  
	}

.focused {
	border: #ff0000 1px solid; 
	padding: 2px; 
	background-color: #fff; 
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Top Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

 #topnav{
	margin: 0;
	padding: 0 0 5px 5px;
	text-align:right;
	}

#topnav ul, #topnav li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: right;
	}

#topnav a:link, #topnav a:visited{
	line-height: 14px;
	font-weight: bold;
	margin: 0 5px 2px 5px;
	text-decoration: none;
	color: #2b2147;
	font-size: 110%;;
	}

#topnav a:link#current, #topnav a:visited#current, #topnav a:hover{
	padding-bottom: 0px;
	background: transparent;
	color: #2b2147;
	}

#topnav a:hover {
	color: #845395; 
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */