/* <!-- Based on template from Matthew James Taylor - Holy Grail 3 column liquid layout*/

/* General styles */
body {
	font-family: Lucida Sans, arial, sans-serif;  /* added by DM to get right font */
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#1d1449;  
	min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	}

a {
	color:#369;
	}

a:hover {
	color:#ff6600;
	}

/*h1, h2, h3 {
	font-family: Lucida Sans, arial, sans-serif;  
	margin:.8em 0 .2em 0;
	padding:0;
	clear:both;
	}*/
	
p {
	margin:.4em 0 .8em 0;
	padding:0;
	}

img {
	margin:10px 0 5px;
	}
	
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	background:#1d1449;
	border-bottom:8px solid #1d1449;
	text-align:center;
	}

#header img {
	margin: 10px auto 5px;
	}

#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
	}

/*---centered menu----*/
#centeredmenu 
	{
	font-family: Lucida Sans, arial, sans-serif;  
   float:left;
   width:100%;
	background:#1d1449;
   overflow:hidden;
   position:relative;
   padding-top:4px;
	}
	
#centeredmenu ul
	{
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
	}
	
#centeredmenu ul li 
	{
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
   }
	
#centeredmenu ul li a 
	{
   display:block;
   margin:0 0 0 1px;  
   padding:3px 10px; 
	background:#1d1449;
   color:#eee;
   text-decoration:none;
   border-bottom-style:solid;
   border-bottom-weight:2px;
   border-bottom-color:#1d1449;
	}
	
#centeredmenu ul li a:hover 
	{
	background:#1d1449;
   color:#ff6600;
   border-bottom-style:solid;
   border-bottom-weight:2px;
   border-bottom-color:#ff6600;
	}
	
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover 
	{
   color:#ff6600;
	background:#1d1449;
   font-weight:bold;
	}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
	}
	
/* column container */
.colmask {
	background:#1d1449;
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	}
	
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
	}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	}

/* Full page settings */
.fullpage {
	}

.fullpage .col1 {
	background:#fff;		/* page background colour */
	webkit-border-radius: 20px;
	-moz-border-radius:20px;
	border-radius: 20px;
	width:74%;			/* page width minus left and right padding */
	left:13%;			/* page left padding */
	}

/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;		/* right column background colour */
	}
	
.leftmenu .colleft {
	right:75%;			/* right column width */
	background:#f4f4f4;	/* left column background colour */
	}

.leftmenu .col1 {
	width:71%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
	}

.leftmenu .col2 {
	width:21%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}

/* 3 Column settings */
.threecol {
	}

.threecol .colmid {
	right:25%;			/* width of the right column */
	}

.threecol .colleft {
	right:50%;			/* width of the middle column */
	}

.threecol .col1 {
	background:#ffffce;		/* center column background colour  */
	webkit-border-radius: 20px;
	-moz-border-radius:20px;
	border-radius: 20px;
	color:#000;
	width:50%;			/* width of center column content (column width minus padding on either side) */
	left:100%;			/* 100% plus left padding of center column */
	}

.threecol .col2 {
	width:23%;			/* Width of left column content (column width minus padding on either side) */
	left:26%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	
.threecol .col3 {
	color:#eee;
	width:20%;			/* Width of right column content (column width minus padding on either side)  (has been 23/78)*/
	left:80%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

.cols {
	margin: 20px;
	}

/* to centre images in middle columns */
.cols img {
	display:block;
	margin: 10px auto 5px;
	}

/* to centre images in columns and align w/ top */
.threecol img {
	border: 1px solid #eee;
	display:block;
	margin: 0 auto 5px;
	}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	color:#eee;
	padding-top:4px;
	}

#footer p {
	padding:10px;
	margin:0;
	}

/* Desna's bits */

/* h1 setting for pages that use it */	
h1 {
	font-family: Lucida Sans, arial, sans-serif; 
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
	margin:.8em 0 .2em 0;
	padding:0;
	clear:both;
	}

/* h2 setting for pages that use it */	
h2 {
	font-family: Lucida Sans, arial, sans-serif; 
	font-size:1em;
	font-weight:bold;
	text-decoration:underline;
	margin:.8em 0 .2em 0;
	padding:0;
	clear:both;
	}
	
/* h3 setting for pages that use it */
h3 {
	font-family: Lucida Sans, arial, sans-serif; 
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	margin:.8em 0 .2em 0;
	padding:0;
	clear:both;
	}

/* table header for music page */
th {
	font-family: Lucida Sans, arial, sans-serif; 
	font-size:0.8em;
	font-weight:bold;
	}

td {
	font-family: Lucida Sans, arial, sans-serif; 
	font-size:0.8em;
	}

/* text separator */
.separate {
	font-family: Lucida Sans, arial, sans-serif; 
	font-size:0.9em; 
	font-weight:bold;
	text-align:center;
	}

/* boxes for elsewhere on page */
.box {
	border-style:groove;
	border-color:#ff6600;
	border-width: 2px;
	padding: 6px;
	margin-top:2%;
	text-align:left;
	}
	
/* to remove white space at top & bottom of certain elements */
.nospace {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	}
	
/* photo credits */
.credit {
	font-family: Lucida Sans, arial, sans-serif; 
	font-size:0.7em;
	color:#eee;
	margin: 10px;
	}

.footcredit {
	font-family: Lucida Sans, arial, sans-serif; 
	font-size:0.7em;
	color:#eee;
	}	

/* to align stuff */
.middle {
	text-align:center;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

/* bold red text for emphasis */
.boldred {
	font-family: Lucida Sans, arial, sans-serif; 
	font-weight:bold;
	color:#ff0000;
	}

/* to centre image and text in lh column */
.imagebox {
	text-align:center;
	}

.imagebox img {
	border: 1px solid #eee;
	display:block;
	margin: 0 auto 5px;
	}

	
/* end Desna's bits */

/* --> */
