/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/* This sets the overall frame for the site */
body {  
	font: 9pt/16pt Georgia, Times New Roman, Times, serif; 
	color: #010E22; 
	background: #F5F5E9 url(collage.jpg) repeat; 
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
	margin: 10px auto;
	border: 10px solid #56412e;
	padding: 0px;
	width: 740px;
	background-attachment: fixed;
	}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.8em; }
h2 { font-size:1.44em; line-height:125%;}
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }

#wikitext a.wikilink, a.urllink, #wikileft a.wikilink, a.urllink {
  color:#55595a;
  text-decoration:none;
  border-bottom: 1px dashed #55595a;
}

#wikitext a.wikilink:hover, a.urllink:hover {
  background-color: #55595a;
  color:#f2d7b9;
}

#wikitext a.createlink, a.createlinktext {
  color:#55595a;
  text-decoration:none;
  border-bottom: 1px dotted #55595a;
}

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { margin-top:0px; padding:6px; border-bottom:1px #cccccc solid; 
		background: #fff url(banner1.jpg) no-repeat top right;
		height: 200px;
}
#wikilogo a {
  text-decoration: none;
  color: #60564a;
  font-style:italic;
  font-weight: bold;
  font-size:300%;
  font-family:Calibri,Arial,Helvetica,sans-serif;
 }

#wikititle
.pagegroup { 
  margin-top:8px; margin-bottom:2px; 
  position:absolute;
  top:30px;
  left:35px;
  }
.pagegroup a {
  text-decoration:none;
  color: #98b4c9;
  font-weight:bold;
  }
.pagetitle { line-height:1em; margin:0px; font-size:1.6em; font-weight:normal; 
  position:absolute;
  top:60px;
  left:55px;
  line-height:125%;
  font-style:italic;
  }
#wikititle a:hover { 
  background:none;
  color:#55595a
  }

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
  position:absolute; right:10px; top:180px; 
  font-family:Verdana,sans-serif; font-size:85%; 
  
}
#wikihead input { font-size:85%; } 

/* These are for the left-sidebar. */
#wikileft { 
  width:155px; 
  padding:6px; border-right:1px #cccccc solid; 
  line-height:1.33em;
  font-size:100%; font-family:Verdana,Arial,Helvetica,sans-serif;
  background: #ccdae4 ;
  margin:0px;
}

#wikileft {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}

#wikileft p {
padding-left:5px;
padding-bottom:10px;
padding-right:5px;
}

#wikileft ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#wikileft ul li {
margin: 0px;
padding: 0px;
}

#wikileft ul li a {
font-size: 100%;
display: block;
border-bottom: 1px dashed #55595a;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #504d45;
width:160px;
}

#wikileft ul li a:hover, #wikileft ul li a:focus {
color: #000000;
background-color: #eaf0f1;
}

#wikileft ul li ul {
margin-left:10px;
font-size:80%;}
#wikileft ul li ul a {
width:150px;}
/*#wikileft .vspace { margin-top:1.125em; }
#wikileft a { text-decoration:none; color: #A8A439; }
#wikileft a:hover { text-decoration:underline; color:blue; }
#wikileft ul { list-style:none; padding:0px; margin:0px; }
#wikileft li { margin:0px; padding-left: 6px; }
.sidehead {
  margin:0px; padding:4px 2px 2px 2px;
  font-size:11pt; font-weight:bold; font-style:normal; 
}
.sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }
*/
/* These affect the main content area. */
#wikibody { 
	margin: 0px 0px 0px 230px;
	padding: 0px 10px 0px 10px;
	
	border: 1px solid #B2B9C4;
	border-bottom: 1px solid #F1F2EF;
	background: #eaf0f1 url(leave_piece_1.gif) no-repeat left top;
}
#wikibody .Title {
  font-family: Monotype Corsiva, Palatino Linotype;
  font-size:200%;
  font-style: italic;
  margin-bottom:20px;
  }

table.SongDiscography {
  background: #ccdae4; 
  float:right;
  top:-100px;
  text-align:center;
  font-weight:bold;
  width:120px;
  margin-bottom:11px;
  margin-left:5px;
  }
  
.caption {
  font-weight:normal;
  }

#wikibody .Credits ul {
	border-top: 1px dotted #ccc;
	margin: 5px 5px 0px 5px; 
	padding: 0px 0px 0px 0px;
}

#wikibody .Credits li {
	display: block;
	list-style-type: none;
	font-size: 11px; 
	line-height: 14px;
	font-weight: normal; 
	font-style: italic;
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-align: left; 
	border-bottom: 1px dotted #ccc;
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
	}

#wikibody .ArticleCredits ul {
	border-top: 1px dotted #ccc;
	margin: 5px 5px 0px 5px; 
	padding: 0px 0px 0px 0px;
}

#wikibody .ArticleCredits li {
	display: block;
	list-style-type: none;
	font-size: 11px; 
	line-height: 14px;
	font-weight: normal; 
	font-style: italic;
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-align: right; 
	border-bottom: 1px dotted #ccc;
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
	}

#wikicmds { 
  position: absolute;
  top: 10px;
  right: 10px;
  }
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:none; background:none; 
  color:#55595a;
  border-bottom:1px dashed;}
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { margin-top:12px; line-height:1.33em; }
#wikitext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot { 
  padding-left:10px;
  padding-bottom:4px; border-top:1px #cccccc solid;
  font-family:Verdana,sans-serif; font-size:80%; 
	background: #f9ebdc ;
}
#wikifoot a {
  color:#98b4c9;
  text-decoration:none;
}

#wikifoot a:hover {
  background-color: #55595a;
  color:#f2d7b9;
}


/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}

/*This is for the song sections*/
#songnav { 
  white-space:nowrap; padding:0px; 
  font-family:Verdana,sans-serif; font-size:80%;}


#songnav { 
  margin-bottom:10px;
  white-space:nowrap; padding:0px; 
  font-family:Verdana,sans-serif; font-size:80%;
  background-color:#ccdae4; }
  
#songnav td { padding:5px;}
#songnav td.ActivePage { background: #eaf0f1; border-left:hidden;}
#songnav td.InactivePage { background: #ccdae4; }
#songnav a { text-decoration:none; color:#504d45; font-weight:bold; border-style:none;}


/*This section is for the Performance table index*/
img.thumbs { border:1px solid #dddddd; margin:2px; padding:4px; vertical-align: middle; }
img.thumbs:hover, table.thumbtable td.thumbtd div.img:hover { border:1px solid #B1B7D2;}
table.thumbtable img.thumbs { border: 0; padding:0; }
table.thumbtable td.thumbtd {  margin:4px; padding:2px;}
table.thumbtable td.thumbtd:hover { border-color:red; background-color:#B1B7D2; }
table.thumbtable { border:1px solid #cccccc; }
table.thumbtable td.thumbtd div.img { border: 1px solid #dddddd; text-align: center;}
table.thumbtable td.thumbtd div.caption { font-size:.8em; overflow:hidden; padding:0px; line-height:1.1em;}
img.current, table.thumbtable td.thumbtd div.current { border-color: #ff0000;}


table.PerfTable { border:1px solid #555040; width:250px; }
td.PerfInfoLabel { 
	padding:0px; background-color: #B1B7D2; font-weight:bold; }
td.PerfDateLabel, td.PerfCityLabel, td.PerfVenueLabel, td.PerfOtherLabel { 
	/*background-color: #CC9999; */border-top: 1px solid #555040; font-weight:bold; }
td.PerfDate, td.PerfCity, td.PerfVenue { 
	border-top: 1px solid #555040; }
td.PerfOther, td.PerfPoster { 
	border-top: 1px solid #555040; font-size:80% }

table.AngelfoodTable { border:1px solid #555040; width:250px; }
td.AngelfoodInfoLabel { 
	padding:0px; background-color: #B1B7D2; font-weight:bold; }
td.AngelfoodDateLabel, td.AngelfoodCityLabel, td.AngelfoodVenueLabel, td.AngelfoodOtherLabel, td.AngelfoodLineageLabel, td.AngelfoodTimeLabel, td.AngelfoodFormatLabel { 
	/*background-color: #CC9999; */border-top: 1px solid #555040; font-weight:bold; }
td.AngelfoodDate, td.AngelfoodCity, td.AngelfoodVenue, td.AngelfoodLineage, td.AngelfoodTime, td.AngelfoodCover, td.AngelfoodFormat { 
	border-top: 1px solid #555040; }
td.AngelfoodOther { 
	border-top: 1px solid #555040; font-size:80% }

table.SoundtrackTable { border:1px solid #000000; border-collapse:collapse; width:250px; }
td.SoundtrackTitle { 
	padding:0px; background-color: #ccccff; font-weight:bold; text-align:center; }
td.SoundtrackReleaseLabel, td.SoundtrackRecordedLabel, td.SoundtrackLengthLabel, td.SoundtrackProducerLabel, td.SoundtrackReviewerLabel { 
	background-color: #ccccff; border: 1px solid #000000; border-collapse:collapse; font-weight:bold; vertical-align:middle; text-align:center; }
td.SoundtrackCover, td.SoundtrackRelease, td.SoundtrackRecorded, td.SoundtrackLength, td.SoundtrackProducer, td.SoundtrackReviewer, td.SoundtrackRating, td.SoundtrackOtherCovers { 
	background-color: #ffffff; border:1px solid; }
td.SoundtrackReviews { background-color:#ccccff; border:1px solid #000000; border-collapse:collapse; font-weight:bold; text-align:center; }


table.EPTable { border:1px solid #000000; border-collapse:collapse; width:250px; }
td.EPTitle { 
	padding:0px; background-color: #ccccff; font-weight:bold; text-align:center; }
td.EPReleaseLabel, td.EPRecordedLabel, td.EPLengthLabel, td.EPProducerLabel, td.EPReviewerLabel { 
	background-color: #ccccff; border: 1px solid #000000; border-collapse:collapse; font-weight:bold; vertical-align:middle; text-align:center; }
td.EPCover, td.EPRelease, td.EPRecorded, td.EPLength, td.EPProducer, td.EPReviewer, td.EPRating, td.EPOtherCovers { 
	background-color: #ffffff; border:1px solid; }
td.EPReviews { background-color:#ccccff; border:1px solid #000000; border-collapse:collapse; font-weight:bold; text-align:center; }


table.TracklistTable { border:none; }
td.TracklistLabel {font-size:130%; }


table.PerformanceIndexTable { border:1px solid #55595a;  width:100%; border-style: groove; border-collapse: collapse; }
table.PerformanceIndexTable td {border:1px solid #55595a; border-style: groove; border-collapse: collapse; padding-left: 5px; padding-right: 5px; vertical-align:middle;}
td.PerformanceHeader { text-align:center; font-style:italic; }
td.PerformanceMonth { padding:5px; background-color: #98b4c9; font-weight:bold; }
td.PerformanceDay, td.PerformanceDetails, td.PerformanceSongs, td.PerformanceTraders { text-align: center; vertical-align:middle;}

table.ArticleInfo { border:1px solid #000000; border-collapse:collapse; width:250px; }
td.ArticleAuthorLabel, td.ArticleDateLabel, td.ArticlePublicationLabel, td.ArticleSourceLabel, td.ArticleTagsLabel { 
	background-color: #CCDAE4; border: 1px solid #000000; border-collapse:collapse; font-weight:bold; vertical-align:middle; text-align:center; }
td.ArticleAuthor, td.ArticleDate, td.ArticlePublication, td.ArticleSource, td.ArticleTags { 
	background-color: #ffffff; border:1px solid; }
	
#wikitext .Performed ul li {
  display:inline;
  margin:50px;
  line-height:200%;
  list-style-type:none;
}

#wikitext .Performed ul li a {
  color:#55595a;
  text-decoration:none;
  border-bottom: 1px dashed #55595a;
  }

#wikitext .Performed ul li a:hover, #wikitext .Performed ul li a:focus {
  background-color: #55595a;
  color:#f2d7b9;
}

#wikitext li a.wikilink  { border-style:none;}

table.Discography {
  border:1px solid #000000; 
  border-collapse:collapse; 
  width:200px;
  background-color:#FFFFFF;
  float:right;
  margin:5px;
  }
table.Discography td.Label { 
  text-align:center; 
  vertical-align:middle; 
  background-color:#ccdae4;
  padding:5px;
  border:1px solid #000000;
  font-weight:bold;
  }
table.Discography td.Covers {
  text-align:center;
  background-color:#fff;
  border:1px solid #000;
  font-style:italic;
  }
table.Discography td.White{
  background-color:#fff;
  border:1px solid #000;
  vertical-align:middle;
  }
