/* get nn4 to ignore the body style */
/*/*/ .dummyrule { }
	body {
		background-color: rgb(99, 99, 77);
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 100%;
		height: 100%;
		}
/* nn4 is back */

	body.popup {
		margin: 0px 0px 20px 0px;
		background: #FFF;
		}

	#wrap {
		color: black;
		background-color: white;
		height: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-right: 40px;
		margin-left: 40px;
		padding: 10px 0 0 0;
		min-width: 900px;
		/* get nn4 to ignore this bit */
		/*/*/
		/* background-image: url("/mt-static/images/bass.jpg");
		background-position: top right;
		background-repeat: no-repeat; */
		/* let nn4 listen again */
	}

	#prop {width:750px;}  /* IE work around */

	h1 {
		font-size: 1.7em;
		clear: left;
	}

	h2 {
		font-size: 1.1em;
		clear: left;
	}

	h3 {
		font-size: 0.9em;
		clear: left;
	}

	a:link, a:visited {
		color: olive;
		text-align: left;
	}
	
	ul {
		padding-left: 10px;
		margin-left: 1px;
	}
	
	li {
		padding-left: 1px;
		margin-left: 1px;
	}

	#banner {
		color: #333;
		padding-left:10px;
		margin-left: 15px;
		margin-bottom: 5px;
		z-index: 1;
	}

	#banner img#logo {
		float: left;
		padding: 12px 20px 2px 20px;
		margin: 0 0 0 0;
		border-style: none;
	}

	#banner h1 {
		font-family:times new roman, serif;
		position: relative;
		left:20px;
		padding-top: 25px;
		clear: none;
	}

	#banner h2 {
		font-family:times new roman, serif;
		position: relative;
		left:20px;
		padding-bottom: 5px;
		clear: none;
	}

/*
	.description {
		font-size: 18px;
		}
*/

/* Start of (slightly customized) CSS Tabs code.
CSS Tabs is licensed under Creative Commons Attribution 2.0.
http://creativecommons.org/licenses/by/2.0/
Joshua Kaufman, unraveled
16 July, 2003
http://www.unraveled.com/projects/css_tabs/ */
/* nn4 will not be able to cope with this... */
/*/*/ .dummyrule { }
	ul#tabnav {
		font: normal 11px 'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif;
		list-style-type: none;
		padding-bottom: 24px;
		padding-top: 5px;
		padding-left: 30px;
		border-bottom: 1px solid gray;
		margin: 0 0 0 0;
		clear: both;
	}

	ul#tabnav li {
		float: left;
		height: 21px;
		background-color: rgb(95%, 95%, 90%);
		margin-top: 2px;
		margin-right: 2px;
		margin-bottom: 0;
		margin-left: 2px;
		padding: 0;
		border: 1px solid gray;
		overflow: hidden;
	}

	#homepage li.linkhome,
	#whatson li.linkwhatson,
	#tour li.linktour,
	#history li.linkhistory,
	#gallery li.linkgallery,
	#hire li.linkhire,
	#contact li.linkcontact {
		border-bottom: 1px solid #fff;
		background-color: #fff;
	}

	#homepage li.linkhome a,
	#whatson li.linkwhatson a,
	#tour li.linktour a,
	#history li.linkhistory a,
	#gallery li.linkgallery a,
	#hire li.linkhire a,
	#contact li.linkcontact a {
		color: olive;
		font-weight: bold;
	}

	#tabnav a {
		float: left;
		display: block;
		color: olive;
		text-decoration: none;
		padding: 4px;
	}

	#tabnav a:hover {
		background: #fff;
	} /* End of CSS Tabs code */

/* no sidebar in nn4 */
/*/*/.dummyrule { }
	#sidebar {	
		float: right;
		padding: 0;
		margin: 0 0 10px 30px;
		text-align: left;
		width:260px;			
		border-left:1px solid gray;
		border-bottom:1px solid gray;
		z-index: 3;
		background: #FFF;
		}
/* nn4 is back */

	#sidetop {
		font-family: 'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif;
		font-size: small;
		background-color: rgb(95%, 95%, 90%);
		color: olive;
		margin: 0;
		padding-bottom: 20px;
		padding-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
		text-align: left;
	}

	#sidebottom {
		padding-left: 10px;
		padding-bottom: 9px;
		margin-bottom: 1px;
		background-color: #FFF;
		border-top:1px solid gray;
	}

	#clearfooter {height:5px;width:100%;clear:both}

	#container {
		background:#FFF;
		border:1px solid #FFF;		
		}

	.intro {
		font-family: 'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif;
		color:#333;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:150%;
	}
		
	.blog {
		margin: 0px 250px 0 20px;
  		padding: 15px 40px 15px 15px;
		background:#FFF; 
		z-index: 2;
		text-align: justify;
		}

	.blogbody {
		font-family: 'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif;
		color:#333;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:150%;
		}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	}

	.title	{
		font-family: palatino, georgia, times new roman, serif;
		color: #333;
		border-bottom:1px solid #999;
		margin-bottom:10px;
		clear: left;
		}	

	.cap  {
		align: top;
		float: left;
		margin-right: 2px;
		}		

	#menu {
  		margin-bottom:15px;
		background:#FFF;
		text-align:center;
		}		

	.date	{ 
		font-family:palatino, georgia, times new roman, serif; 
		font-size: small; 
		color: #666; 
		}			
		
	.posted	{ 
		font-family:'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif; 
		font-size: x-small; 
		color: #000000; 
		margin-bottom:25px;
		}
		
		
	.calendar {
		font-family:'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding:2px;
		text-align:left;
		}
	
	.calendarhead {	
		font-family:'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif;
		color:olive;
		font-size:small;
		font-weight:bold;
  		padding:2px 10px 2px 2px;
		letter-spacing: .3em;
  		background:#FFF;
  		/*text-transform:uppercase;*/
		text-align:left;			
		}	
	
	.side {
		font-family:'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif;
		color:#333;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding:2px 10px 2px 2px;
		}		
	
	.sidenav {
		font-family:'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif;
		color:#333;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding:2px 10px 2px 2px;
		}
	.sidenav a {
		text-decoration: none;
	}
		
	.sidetitle {
		font-family:'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif;
		color:olive;
		font-size:small;
		font-weight:bold;
  		padding:2px 10px 2px 2px;
  		margin-top:30px;
		letter-spacing: .3em;
  		background:#FFF;
  		/*text-transform:uppercase;		*/
		}		
	
	.syndicate {
		font-family:'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif;
		font-size:xx-small;		
  		line-height:140%;
  		padding:2px 10px 2px 2px;
  		margin-top:15px;
  		background:#FFF;  		
 		}	
		
	.powered {
		font-family:'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif;
		color:olive;
		font-size:x-small;		
		line-height:140%;
		text-transform:uppercase; 
  		padding:2px 10px 2px 2px;
		margin-top:50px;
		letter-spacing: .2em;					
  		background:#FFF;		
		}	
		
	
	.comments-body {
		font-family:'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding-bottom:10px;
  		padding-top:10px;		
 		border-bottom:1px dotted #999; 					
		}		

	.comments-post {
		font-family:'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;		
		}	
			
	
	.trackback-url {
		font-family:'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding:5px;		
 		border:1px dotted #999; 					
		}


	.trackback-body {
		font-family:'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding-bottom:10px;
  		padding-top:10px;		
 		border-bottom:1px dotted #999; 					
		}		

	.trackback-post {
		font-family:'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;		
		}	

		
	.comments-head	{ 
		font-family:'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif; 
		font-size:small; 
		color: #666; 
		border-bottom:1px solid #999;
		margin-top:20px;
		font-weight:bold;
  		background:#FFF;		
		}		

	#banner-commentspop {
		font-family:'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif;
		color:#FFF;
		font-size:large;
		font-weight:bold;
		border-left:1px solid #FFF;	
		border-right:1px solid #FFF;  		
		border-top:1px solid #FFF;  		
  		background:rgb(85%, 85%, 75%);
  		padding-left:15px;
  		padding-right:15px;
  		padding-top:5px;
  		padding-bottom:5px;  		  		  			 
	}

	img.headimage {
		float: left;
		margin-top: 1ex;
		margin-right: 2ex;
		margin-bottom: 1em;
	}

	table {
		border-collapse: collapse;
	}

	.soloist {
		font-weight: bold;
	}

	h3.soloist {
		text-decoration: underline;
	}

	.composer {
		font-weight: bold;
		text-align: right;
		padding-right: 2ex;
	}

	.details p {
		margin: 2px;
		clear: left;
	}

	.td {
		vertical-align:top;
	}

	blockquote {
		font-style: italic;
		margin-bottom: 0;
		margin-left: 0;
	}

	.attribute {
		margin-top: 0;
		text-align: right;
	}
/* Thanks to alistapart
   http://www.alistapart.com/articles/onionskin/
*/
.shadow1, .shadow2, .shadow3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.shadow1 {
  float:left;
  background:url(images/shadow.gif) right bottom no-repeat;
  margin-right: 15px;
  }
.shadow1right {
  float:right;
  background:url(images/shadow.gif) right bottom no-repeat;
  margin-left: 15px;
  }
.shadow2 {
  background:url(images/corner_bl.gif) -12px 100% no-repeat;
  }
.shadow3 {
  padding:0 9px 9px 0;
  background:url(images/corner_tr.gif) 100% -12px no-repeat;
  }
.captioned {
  clear: left;
  width: 270px;
  text-align: left;
}

div.float {
  float: left;
}

.blogbody-bold {
	font-family: 'Lucida Grande', Nimbus, verdana, Geneva, Lucida, arial, Helvetica, sans-serif;
	color:#333;
	font-size:small;
	font-weight:bold;
	background:#FFF;
	line-height:150%;
}

.loginBox { border: 1px solid #DEDEDE; }
	.loginHeader { color: #FFFFFF; background: #888888; font-size: 16px; }
	.mid { font-size: 11px; }
	.header { background: #B3B3B3; color: 000; font-weight: bold; }
