/* general layout */

body
{	
	margin: 0;
	padding: 0;
	background: #999b9e url(../images/bg_pieces.gif) 50% 0 repeat-y;
	line-height: 180%
}

div, td
{	
	font-family: Georgia, sans-serif; 
}

td
{	
	vertical-align: top; 
}

.fir span
{	
	display: none; 
}

a
{	
	text-decoration: none;
}

a img
{	
	border: none;
}

img
{	
	display: block;
}

a:link img, a:visited img, li img
{	
	opacity: 1.0; filter: alpha(opacity=100); -moz-opacity: 1.0;
}

a:hover img, li:hover img
{	
	opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: .70;
}

/* content container ***********************************************************************************/

#container
{
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto 0 auto;
	width: 995px;
	height: 100%;
	background: 0 0 repeat-y;
}

/* submenu *********************************************************************************************/

#submenu
{	
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 195px;
	background: url(../images/bg_submenu.gif) -1px 0 repeat-y;
	padding: 0;
 	text-transform: lowercase;
}

#home #submenu, #contact #submenu
{
	height: 390px;
	/*(background: none; */
}

#agenda #submenu,#blog #submenu
{
	height: 930px;
}

#logo
{	
	width: 215px;
	height: 150px;
}

#logo a
{
	display: block;
	width: 215px;
	height: 150px;
}

#logo  a:link, #logo  a:visited
{
	background-image: url(../images/bg_logo.gif);
}

#logo  a:hover
{
	background-image: url(../images/bg_logo-over.gif);
}

#contact #logo a:link, #contact #logo a:visited
{
	background-image: url(../images/bg_logo_no_submenu.gif);
}

#contact #logo a:hover
{	
	background-image: url(../images/bg_logo_no_submenu-over.gif);
}

#home #logo
{
	background-image: url(../images/bg_logo_no_submenu.gif);
}

#submenu ul
{
	display: block;
	margin: 22px 0 0 47px;
	height: 240px;
	padding: 0px;
	list-style: none;
}

#submenu li
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #fff;
}

#submenu a:link, #submenu a:visited
{
	color: #ff8340;
}

#submenu a:hover
{
	color: #fff;
}

#submenu .close
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 195px;
	height: 20px; 
	background: url(../images/bg_submenu_close.gif) 0 0 repeat-y;
}

#home #submenu .close, #contact #submenu .close
{
	display: none;
}

#agenda .agenda_submenu_divider
{
	height:1px;
	width: 117px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color:#999b9e;
	margin-top: 10px;
}

/* revised till here, please continue beneath this line *************************************************/

/* masthead *********************************************************************************************/

#masthead
{
	position: absolute;
	top: 0px;
	left: 195px;
	margin: 0px;
	width: 410px;
	height: 150px;
}

#masthead h1
{
	display: none;
}

#home #masthead			{width: 585px; height: 260px; background: url(../images/menu_bg_home.gif);}

#agenda #masthead		{background: url(../images/masthead_agenda.jpg);}

#about #masthead,

#contact #masthead		{background: url(../images/masthead_about.jpg);}

#music #masthead		{background: url(../images/masthead_music.jpg);}

#ensembles #masthead		{background: url(../images/masthead_ensembles.jpg);}

#blog #masthead			{background: url(../images/masthead_blog.jpg);}





/* main */



#main						{	margin: 0 0 0 195px;

								width: 390px; min-height: 472px;

								padding: 150px 0 28px 0; }



#home #main					{	padding-top: 260px; min-height: 362px; }



/* #blog #main*/ 			{	width: 585px; }





/* content */



#content					{	position: relative; width: 350px; margin: 0; padding: 0 20px 20px 20px; }



#home #content				{	padding-top: 30px; }



/* #blog #content				{	width: 545px; padding: 0 20px 20px 20px; } */ 





#content a:link,

#content a:visited,	

#browser a:link,

#browser a:visited			{	color: #ff8340; }

#content a:hover,

#browser a:hover			{	color: #666; }



#content p a:link,

#content p a:visited		{	border-bottom: 1px dotted #eee; }

#content p a:hover			{	border-bottom: 1px dotted #ccc; }



#content a.ext				{	background-position: right 1px; background-repeat: no-repeat;

								padding: 0 13px 0 0; }

#content a.ext:link,

#content a.ext:visited		{	background-image: url(!../images/rel_external.gif); }

#content a.ext:hover		{	background-image: url(!../images/rel_external-over.gif); }





/* content: browser */



#browser					{	position: absolute; top: -25px; left: 10px; display: none; width: auto; height: 14px;

								background: #fff; padding: 3px 3px 2px 3px;

								font-family: Verdana, sans-serif; font-weight: bold; font-size: 9px; }





#browser .disabled			{	display: none; color: #fff; }



#music #browser				{	display: block; }



/* content: end browser */





/* stub lists */

#content ul					{	margin: 15px 0 0 0; padding: 0; list-style: none; }



#content li.stub			{	float: left; margin: 0 0 0 0; width: 100%; height: auto; overflow: hidden;

								background: #fff; border-top: 1px dotted #ddd; padding: 5px 5px 10px 5px; }



#content li.stub a			{	width: 100%; height: 100%; color: #333; }

															

#content li.stub .title		{	color: #ff8340; }



#content li.stub:hover .title	{	color: #666; }



#content li.stub:hover		{	background: #eee; border-top: 1px dotted #aaa; cursor: pointer; }

							

.discography #content .stub,

.discography #content li.stub a	{	float: left; width: 165px; border-left: 0px dotted #ddd; height: 150px; margin-right: 10px; line-height: 18px;}

.discography #content li{

	margin: 15px 0 0 0;

	padding: 0;

	list-style: none; 

}



/* end:stub lists */





/* headers */



#content h2 				{	margin: 30px 0 0 0; color: #000;

								font-family: Verdana, sans-serif; font-size: 12px; line-height: 20px;  }



#content h2:first-child		{	margin: 0 0 0 0; }





#content h3 				{	margin: 30px 0 0 0; padding: 0; color: #333;

								font-family: Verdana, sans-serif; font-weight: bold; font-size: 12px; line-height: 180%; }



#content h3:first-child		{	margin: 0 0 5px 0; }



/* end:headers */





#content p,

#content address,

#content td,

#content li					{	margin: 15px 0 5px 0; padding: 0; color: #333; font-size: 13px; line-height: 180%; }

#content p.agenda_overview
{
	margin-bottom: 13px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: normal;
}

#content p:first-child		{	margin: 10px 0 5px 0; }



#content p.intro			{	padding: 0 0 15px 0; border-bottom: 1px dotted #aaa;

								color: #000; font-family: Verdana, sans-serif; font-size: 10px; }



#content p.block			{	background: #eee; padding: 6px; color: #000; 

								font-family: Verdana, sans-serif; font-size: 10px; }



#content .indent			{	padding: 0 0 0 24px; }



#content p.block a:link,

#content p.block a:visited	{	border-bottom: 1px dotted #bbb; }

#content p.block a:hover	{	border-bottom: 1px dotted #999; }



#content p.block a.ext			{	background-position: right top; background-repeat: no-repeat;

									padding: 0 12px 0 0; }

#content p.block a.ext:link,

#content p.block a.ext:visited	{	background-image: url(../images/rel_external_block.gif); }

#content p.block a.ext:hover	{	background-image: url(../images/rel_external_block-over.gif); }



#content p.date				{	clear: left; float: left; margin: 0 10px 0 0; background: #eee; 

								border-bottom: 1px dotted #ccc; padding: 5px 5px 4px 5px; color: #666; text-align: center;

								font-family: Verdana, sans-serif; font-weight: bold; font-size: 10px; line-height: 20px; }



.year						{	font-weight: normal; font-size: 12px; }





#content p.event			{	float: left; display: inline; margin: 0px; background: #eee; padding: 3px 5px 3px 5px;

								color: #000; font-family: Verdana, sans-serif; font-size: 10px; }

#content p.event.name		{	display: inline; margin: 3px 0 0 0; font-weight: bold; } /*#f6f6f6;*/



#content h3.event,

#content p.event			{	margin: 0 0 0 60px; }



#content p.event			{	color: #000; font-family: Verdana, sans-serif; font-size: 10px; line-height: 180%; }



#agenda #content p.hyperlink{	margin: 0 0 0 60px; font-size: 11px; }



#content p.hyperlink		{	margin: 0; font-size: 12px;  }





/* images */



#content img				{	margin: 10px 0px 15px 0px;}



#content img.picture		{	margin-top: 10px; }



#content a img.thumb		{	margin: 5px 0 0 10px; padding: 0; }

#content img.thumb			{	margin: 0px; width: 75px; height: 70px; }



/* end:images */





#content .caption			{	display: block; margin: -15px 0 15px 0; background: #333; padding: 6px;

								color: #fff; font-family: Verdana, sans-serif; font-size: 9px; line-height: 11px; }



#content .inline		{	display: inline; margin: 0px 0px 15px 0px; width: auto; background: #eee;
								color: #000; font-style: italic; }

#agenda .caption{
	margin: 0px 10px 0px 0px;
	background: #eeeeee;
	padding: 6px;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: italic;
	width: 50px;
	height: 50px;
	float: left;
	cursor: pointer;
}

#agenda .caption:hover{
	margin: 0px 10px 0px 0px;
	background: #ff8340;
	padding: 6px;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-style: italic;
	width: 50px;
	height: 50px;
	float: left;
	cursor: pointer;
}
#agenda .indent{
	display: block;
	width: 300px;
}

#agenda p.agenda_overview{
	margin: 0px 0px 0px 0px;
	float:left;	
	width: 360px;
}



#music #content .inline		{	display: inline; margin: 0 0 0 0; background: none; padding: 0;

								font-weight: normal; }



#content .small				{	margin: 5px 0 5px 0; padding: 0 0 0 0px;

								font-family: Verdana, sans-serif; font-size: 10px; line-height: 11px; }

								



#content .whitespace 		{	display: block; height: 15px; }

#agenda #content .whitespace {	clear: left; height: 30px; }

#music #content .whitespace	{	height: 0px; }



#content .backtotop	a 		{	display: block; width: 100%; height: 16px; background: #000; }

#content .backtotop	span 	{	display: none; }



#content .backtotop	a:link,

#content .backtotop	a:visited

							{	background: url(../images/backtotop.gif) right top no-repeat; }

#content .backtotop	a:hover	{	background: url(../images/backtotop-over.gif) right top no-repeat; }





/* email formatting */



.email span 				{	display: none; }

.email:before				{	content: ""attr(title)"@"attr(rel)""; }



/* end:email formatting */



/* end:content */





/* footer */



#footer_wrapper				{	clear: both; position: absolute; left: 0; bottom: 0; width: 100%; }



/*

#footer						{	clear: both; position: absolute; left: 215px; bottom: 0; width: 330px; height: 11px;

								background: #ddd; border-top: 1px dotted #999; padding: 7px 10px 8px 10px; line-height: 100%}

*/

#footer{

	clear: both;

	margin-left: 20px;;

	margin-top: 15px;

	float: left;

	bottom: 0;

	width: 330px;

	height: 11px;

	background: #dddddd;

	border-top: 1px dotted #999;

	padding: 7px 10px 8px 10px;

	line-height: 100%

}

#music #footer{	

	clear: both;

	margin-left: 20px;;

	margin-top: 15px;

	float: left;

}



#footer ul					{	float: left; margin: 0; padding: 0; list-style: none; }

#footer li					{	float: left; margin: 0 15px 0 0; font-family: Verdana, sans-serif; font-size: 10px;line-height: 100% }



#footer a:link,

#footer a:visited			{	color: #666; }

#footer a:hover				{	color: #333; }



#footer p					{	float: left; margin: 0 0 0 0;

								color: #333; font-family: Verdana, sans-serif; font-size: 10px; line-height: 100%}



/* end:footer */





/* mediaplayer */



#mediaplayer				{	position: absolute; top: 260px; right: 0; padding: 0 0 20px 0; }



#mediaplayer .close			{	position: absolute; left: 0; bottom: 0; width: 410px; height: 20px;

								background: url(../images/bg_mediaplayer_close.gif) no-repeat; }



#blog #mediaplayer			{	display: none; }



#mp3container				{	position: absolute; z-index: 0; width: 390px; height: 0; overflow: hidden;

								background: url(../images/bg_mediaplayer.gif) no-repeat; padding: 0 10px 0 10px; } 



#flvcontainer				{	width: 390px; height: 250px; overflow: hidden;

								background: url(../images/bg_videoplayer.gif) no-repeat; padding: 10px 10px 0 10px; }

								

#playlist					{	position: relative; z-index: 2; width: 370px; min-height: 110px;

								background: url(../images/bg_mediaplayer.gif) repeat-y; padding: 10px 30px 10px 10px; }



#playlist.short				{	height: 110px; }

#playlist.medium			{	height: 240px; }

#playlist.long				{	height: 370px; }

#playlist.longer			{	height: 500px; }

#playlist.longest			{	height: 630px; }



#playlist ul				{	margin: 0; padding: 0; list-style: none; }

#playlist ul.audio			{	position: relative; top: 0; }



#playlist li				{	margin: 0 0 10px 0;

								color: #fff; font-family: Verdana, sans-serif; font-size: 10px; line-height: 10px; }



#playlist .mediatype		{	color: #aaa; font-size: 9px; }



#playlist a:link,

#playlist a:visited			{	color: #f84; }

#playlist a:hover			{	color: #06c; }



#playlist a 				{	padding: 0 0 0 13px; }



#playlist a:link,

#playlist a:visited,		

#playlist a:hover			{	background-repeat: no-repeat; background-position: 0 2px; }





#playlist a.pause:link,

#playlist a.pause:visited	{	background-image: url(../images/media_play.gif); color: #f84; }

#playlist a.pause:hover		{	background-image: url(../images/media_play-over.gif); color: #06c; }



#playlist a.play:link,

#playlist a.play:visited	{	background-image: url(../images/media_pause.gif); color: #06c; }

#playlist a.play:hover		{	background-image: url(../images/media_pause-over.gif); color: #f84; }





/* end:mediaplayer */





/*

	menu

*/



#menu_wrapper				{	position: absolute; top: 20px; left: 605px; width: 390px; height: auto;

								background: url(../images/bgg_menu.gif) no-repeat;

								padding: 0 0 0 0; }



#home #menu_wrapper			{	left: 215px; width: 585px; background: url(../images/bgg_menu_home.gif) no-repeat; }  



#blog  #menu_wrapper		{	width: 195px; } /* left: 800px;*/



ul#menu						{	display: block; margin: 0; height: auto; padding: 0; list-style: none; }

#menu li					{ 	float: left; display: block; }



#home ul#menu				{	margin: 0 0 10px 0; }



#menu a						{ 	position: relative; display: block; 

								margin: -20px 0 0 -20px; width: 215px; height: 150px;

								background-position: 0px 0px; background-repeat: no-repeat; }



#menu .selected				{	display: none; }



#menu a span				{	display: none; }



#menu .agenda a:link,

#menu .agenda a:visited		{	background-image: url(../images/menu_bg_agenda.gif); }

#menu .agenda a:hover		{	background-image: url(../images/menu_bg_agenda-over.gif); }



#menu .about a:link,

#menu .about a:visited		{	background-image: url(../images/menu_bg_about.gif); }

#menu .about a:hover		{	background-image: url(../images/menu_bg_about-over.gif); }



#menu .ensembles a:link,

#menu .ensembles a:visited	{	background-image: url(../images/menu_bg_ensembles.gif); }

#menu .ensembles a:hover	{	background-image: url(../images/menu_bg_ensembles-over.gif); }



#menu .music a:link,

#menu .music a:visited		{	background-image: url(../images/menu_bg_music.gif); }

#menu .music a:hover		{	background-image: url(../images/menu_bg_music-over.gif); }



#menu .blog a:link,

#menu .blog a:visited		{	background-image: url(../images/menu_bg_blog.gif); }

#menu .blog a:hover			{	background-image: url(../images/menu_bg_blog-over.gif); }





#home #menu .agenda a:link,

#home #menu .agenda a:visited

							{	background-image: url(../images/menu_bg_agenda-over.gif); }

#home #menu .agenda a:hover	{	background-image: url(../images/menu_bg_agenda.gif); }



#home #menu .about a:link,

#home #menu .about a:visited{	background-image: url(../images/menu_bg_about-over.gif); }

#home #menu .about a:hover	{	background-image: url(../images/menu_bg_about.gif); }



#home #menu .ensembles a:link,

#home #menu .ensembles a:visited

							{	background-image: url(../images/menu_bg_ensembles-over.gif); }

#home #menu .ensembles a:hover

							{	background-image: url(../images/menu_bg_ensembles.gif); }



#home #menu .music 			{	clear: both; }



#home #menu .music a:link,

#home #menu .music a:visited{	background-image: url(../images/menu_bg_music-over.gif); }

#home #menu .music a:hover	{	background-image: url(../images/menu_bg_music.gif); }



#home #menu .blog a:link,

#home #menu .blog a:visited	{	background-image: url(../images/menu_bg_blog-over.gif); }

#home #menu .blog a:hover	{	background-image: url(../images/menu_bg_blog.gif); }



/* end:menu */







/* edit classes */



#content p.edit:hover,

#content h2.edit:hover,

#content h3.edit:hover		{	margin-left: -5px; margin-right: -5px;

								padding-left: 5px; padding-right: 5px;

								background: #eee; color: #999; }

								

#content p.block.edit:hover{	margin-left: 0; margin-right: 0;

								padding-left: 6px; padding-right: 6px; }

								

#content p.picture.edit:hover{	margin-left: 0; margin-right: 0;

								padding-left: 0; padding-right: 0; }				

#content p.picture.edit img.picture

							{	margin-bottom: 0; }



#content ul.edit a,

#content h2 a.edit,

#content h3 a.edit,

#content p a.edit			{	clear: both; display: block;

								font-family: "Lucida Grande", sans-serif; font-size: 9px;

								font-weight: bold; text-align: right; }



#content h2 a.edit,

#content p.hyperlink a.edit,

#content p.picture a.edit	{	clear: none; margin-top: -2em; }



#content ul.edit			{	position: absolute; top: -25px; right: 20px; margin: 0; padding: 0; }

#content ul.edit li			{	float: left; margin: 0; padding: 0 0 0 10px; }

								

#content a.edit:link,

#content a.edit:visited,

#content p.block.edit a.edit:link,

#content p.block.edit a.edit:visited

							{	border: none; color: #00c000; color: #09c; }

#content a.edit:hover		{	border: none; color: #f04; color: #00c000; }





/*

	counter

*/



#counter					{	display: none; }





/*

	marketing

*/



#marketing					{	position: absolute; top: 4px; right: 10px; }



#marketing a				{	margin: 10px 0 0 0; font-family: Arial, sans-serif; font-size: 24px; font-weight: bold; 

								text-decoration: none; }

#marketing a:link,

#marketing a:visited		{	color: #f04; }

#marketing a:hover			{	color: #fff; }

#content p

{

	margin-top: 0px;

	margin-bottom: 0px;

	line-height: 180%;

}

#content p.dateblock
{
	display: block;
	margin: -15px 0 80px 0;
	background: #333;
	padding: 6px;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 11px;
	width: 80px;
	height: 80px;
}

#agenda p.agenda_overview
{
	margin-top: 0px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: normal;
}

#agenda a.agenda_list
{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #000000;
	text-decoration: none;
	border-width: 0px;
}

#agenda a.agenda_list:link
{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #000000;
	text-decoration: none;
}

#agenda a.agenda_list:visited
{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #000000;
	text-decoration: none;
}

#agenda a.agenda_list:hover
{	
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #ff8340;
	text-decoration: none;
	border-width: 1px;
}

#agenda a.agenda_list:visited:hover
{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #ff8340;
	text-decoration: none;
	border-width: 1px;
}
p{
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 100%;
}
#blog .small p
{
	font-size: 11px;
}



