/* CSS Document */

/* Blanket Rules */

	body {
		font-size: 80%;
		font-family: "Lucida Grande", Verdana, sans-serif;
		background: url(../images/bg.jpg);
		text-align: justify;
		}

		body a:link, body a:visited {
			text-decoration: none;
			color: #030;
			}

	img {
		border:0;
		}
	



	.description {
		font-size: 0.85em;
		margin: 0 25px 25px 25px;
		text-align: left;}

	.greybox {
		margin: 10px 0 10px 0;
        	padding: 10px;
		background-color: #eee;
		border: 1px dotted #000;
		}

/* Overall Container*/

#container {
	width: 760px;
	margin: 0 auto 0 auto;
	background: #FFF url(../images/halfhouse.gif) left 120px no-repeat;
	border: 1px solid #000;
	}
	

/* Masthead */

#masthead {
	width: 760px;
	height: 100px;
	margin: 0;
	background: #FFF url(../images/toplogo.jpg) center center no-repeat;
	}
	
#masthead h1 {
	margin: 0;
	padding: 10px 0 0 561px;
	}


/* navigation */

#navbar {
	margin: 0 auto 0 auto;
	text-align: center;
	}

#navbar ul {
	list-style: none;
	margin: 0; 
	padding: 0;
	background-color: #DDD;
	border-bottom: 1px solid #000;
	}

#navbar li {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
	line-height: 200%;
	}

#navbar li a:link, #navbar li a:visited {
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #060;
	}

#navbar li a:hover {
	color: #0A0;
	border-bottom: 2px dotted #0A0; 
	}

		/* highlight current page */
		#home #navbar a.home {		
		border-bottom: 2px solid #060;
		}

			#open #navbar a.open {		
			border-bottom: 2px solid #060;
			}
	
			#events #navbar a.events {		
			border-bottom: 2px solid #060;
			}

			#wedding #navbar a.wedding {		
			border-bottom: 2px solid #060;
			}

			#instruments #navbar a.instruments {		
			border-bottom: 2px solid #060;
			}

			#education #navbar a.education {		
			border-bottom: 2px solid #060;
			}

			#contact #navbar a.contact {		
			border-bottom: 2px solid #060;
			}

			#links #navbar a.links {		
			border-bottom: 2px solid #060;
			}


/* main left col*/ 
#mainleft {
	width: 420px;
	padding: 10px;
	margin: 10px 10px 10px 30px;
	}
#mainleft p {
	font-size: .9em;}


#mainleft a:link, #mainleft a:visited {
	border-bottom: 1px dotted #030;
	line-height: 160%;
	}



#mainleft h2{
	font-size:1.2em;
	color: #000;
	background-color:#CCC;
	padding:0.3em;
	}

#mainleft h3 {
	font-size:1em;
    margin: 0 0 10px 0;
		}

#mainleft h4{
	font-size:1em;
	color:#000;
	background-color:#CCC;
	padding:0.3em;
	}

.ticket {
	margin: 10px auto 25px auto;
	width: 75%;
	font-size:.8em;
	color:#000;
	padding:1em;
	border: 1px solid #000;
	}

#mainleft .body img {
	float: left;
	clear: left;
	margin: 0 10px 0 0;
	}


	



/* main right col*/
#mainright {
	width: 240px;
	margin: 10px 10px 10px 3px;
	padding: 10px;
	text-align: center;
	float: right;
	font-family:'Lucida Grande',Verdana,sans-serif;
		}


#mainright .bodytext {
	font-size: .9em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-style: italic;
	border: 1px solid #000;
	padding: 5px;}




    
#mainright ul {
		text-align: left;
		margin-right: 10px;
			}
			
#mainright li a:link, #mainright li a:visited {
	border-bottom: 1px dotted #030;
	line-height: 160%;
	}


#mainright .photocaption {
	text-align: center;
    font-style: italic;
	font-size: 0.8em;
    width: 200px;
    margin: 0 auto 0 auto;
			}











/* Centre-only column for photographs etc */
	
	#photocenter {
		width: 720px;
		text-align: center;
		}

/* little box for prices etc */

	
	#littlebox {
		text-align: center;
		margin: 5px auto 5px auto;
		width: 200px;
		border-right: 2px solid #000;
		border-bottom: 2px solid #000;
		border-left: 1px solid #CCC;
		border-top: 1px solid #CCC;
		padding: 5px;
		}



/* SPECIAL EVENTS BOX */

	.specialbox {
		border: 1px solid #000;
		padding: 10px;
		background-color: #040;
		margin: 20px 0 0 0;
		color: #fc0;
		font-size:.8em;}

	.specialbox h3 {
		margin: 0px;
		color: #f00;
		}

	#mainleft .specialbox h4 {
		margin: 0px;
		color: #fc0;
		background-color: #040;
		}

	#mainleft .specialbox a:link, #mainleft .specialbox a:hover, #mainleft .specialbox a:active, #mainleft .specialbox a:visited {
		color: #fc0;
		border-bottom: 1px dotted #fc0;}

	


/* MAYFAIR BOX */

	#mayfair {
		width: 75%;
	margin: 10px auto 0 auto;
	font-size:.9em;
	font-weight: bold;
	border: 1px solid #000;
	padding: 5px;
	text-align: center;
	}
	#mayfair a {
		color: #900;
		}



/* Footer */


#footer {
	clear: both;
	width: 760px;
	height: 5em;
	min-height: 75px;
	margin: 0 0 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #000;
	background-color:#040;
	text-align: center;
	font-size: 0.8em;
	color: #AAA;
		}	
	
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #AAA;
	font-size: 1em;
	font-weight: bold;
	}
	
#footer a:hover {
	color: #FFF;
	}

#footer ul {
	text-align: center;
	list-style: none;
	margin: 15px 5px 15px 0;
	line-height: 120%;
	}
	
#footer li {
	display: inline;
    margin: 0 5px;
	padding: 20px 1px 1px 2px;
	border-width: 0 0 1px 0;
	border-style: dotted;
	}

#footer img {
	float: right;
	margin: 10px 10px auto 10px;
	}
	
#footer p {
	margin: 5px 10px 10px 0;
	}		
