/* BODY represents the root class; leaves H1 etc. in charge of relative size */
/* '*' represents all classes, so overrides H1, H2, etc. */

/* Redundant? (also in layout.css)  */
BODY	{
/*	background-color: #E0F0FF;  /* Light blue */
	background-color: #FFFFCC;  /* Light tan */
/*	background-color: #EEEEBB;  /* Slightly darker tan */
	color: black;
	font-family: Georgia, Garamond, palatino, serif;
	}

HR {
	color: black;		  /* line color for IE */
	background-color: black;  /* line color(!) for Opera and Mozilla */
	height: 2px;
	}
 .datesep {                    /* Tight break for separating upload dates in RevHist table */
     height: 1px;
     width: 90%;
     margin-top: 0px;
     margin-bottom: 0px;
     }

/* Unlike SCVFA, use default link styles */
/* A       {	text-decoration:none;
         	font-weight: bolder;}

A:visited { 	text-decoration:none;
         	color: #993366; }

A:hover {	text-decoration:underline; 
         	color:#0066ff;}
*/

H1 {font-size: 170%; }  /* else not based on BASE size */
 .closeafter { margin-bottom: 0em; }
H2 {font-size: 130%; }
H3 {font-size: 115%; }

p	{ margin-top: 0.8em;
        margin-bottom: 0.8em;
	}
 .close { margin-top: 0;
	   margin-bottom: 0;
	 }
 .semiclose {
	margin-top: 0.1em;
	margin-bottom: 0em;
	 }
 .closeInset {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 3em;     
   }
 .closeIndent {
	margin-top: 0;
   /*	margin-bottom: 0; */
	margin-left: 1.5em;
   }
 .closeOutdent {
	margin-top: 0;
   /*	margin-bottom: 0; */
	margin-left: 1.5em;
	text-indent: -1.5em;
   }
.header {
	color: #ffffcc;				 
	font-size: 2em;
	font-weight: bold;
 	}

.main {
	font-size: 1em;
 	}

.comment {
	font-style: italic;
	font-size: 95%;
	margin-left: 3em;
	margin-right: 3em;
	}

.dances  {  /* Used in Vecernica repertoire page */
	margin-left:0.25in;
	text-indent:-0.25in;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0in;
	}
.dancegrphdr {   /* Group headers eg A-B-C for dance list (repertoire) */
	margin-left:0.5in;
	text-indent:-0.25in;
	margin-top: 0.5em;
	margin-bottom: 0em;
	margin-right: 0in;
	}

.commentclose {
	font-style: italic;
	font-size: 95%;
	margin-left: 3em;
	margin-right: 3em;
      margin-top: 0;
	margin-bottom: 0;
 	}

.comments {
	font-style: italic;
	}

.address {
	font-weight: bolder;  /* bolder than bold */
	margin-left: 10%;
	}

.boxed {   /*  Text in yellow-background box, for special announcements */
	text-align: center;
	background-color: #ffffcc;
	padding: 10;
	border-style: solid;
	border-color: #0066ff;
	border-width: thin;
  /*	font-weight: bold;  */
  /*	font-family: helvetica;  */
	}

.tunealphasep {   /* Alpha separators (eg A-B-C) for Pete's tune list(s) */
	margin-left:3.0em;
/*	text-indent:-0.25in; */
	margin-top: 0.2em;
	margin-bottom: 0em;
	margin-right: 0in;
      font-size: 120%;
      font-weight: bold;
	}	

ul {  /* smaller margin than usual, move left */
      margin-top: 0.2em;
      margin-bottom: 0.5em;
	margin-left: 1em;
	padding-left: 1em;
	}

ul.close {
	margin-top: 0em;
	margin-bottom: 0em;
	}

ul.tight {
	margin-top:	0em;
	margin-bottom: 0.3em;
	margin-left: 1.5em;
	padding-left: 0em;
	}

ul.tunelist {    /* tight plus eighth-note as the bullet; bullet file MUST be with the HTML */
	margin-top:	0em;
	margin-bottom: 0.3em;
	margin-left: 1.5em;
	padding-left: 0em;
      list-style-image: url(note.png)  /* note.png MUST be in the html's directory */
           /* ( "url(/images/note.png)" may work online, but does not work locally.) */
	}


/* Used for Home-page Vecernica link and mini keyboard links on Tunes page: */
a img.nobox {    /* images inside links, class="nobox" */
	vertical-align: bottom; /* or middle, but that looks different in IE and FFox */
	border:0 none;  		/* Remove the blue borders from the keyboard icon links */
      padding: 0 none;
	}

/* Old version with more-specific class, no longer needed */
/* a img.kbd {    /* For keyboard images inside links */
/*	vertical-align: bottom;  /* or middle, but that looks different in IE and FFox */
/*	border:0 none;  /* Remove the blue borders from the keyboard icon links */
/*	}  */

/* This is used to display code on the ABC page  */
span.code {            /* fixed-space font for code etc */
	font-family: 'Courier New', monospace;
	font-size: 0.9em;
	}

span.revdate {            /* smaller font for tune rev-dates */
	font-size: 0.8em;
	}
