@media screen{ 
    
    body {
	margin: 0;
	color: #4C4441;
	font-family: palatino linotype, georgia, times new roman, serif;
	font-size: large;
	background: url("bkg_paper.jpg");
    }
    
    a.facebook-link {
	display: block;
	background: url(fb-rustic.gif) no-repeat;
	width: 40px;
	height: 40px;
    }
    a.facebook-link:before {
	content: "" !important;
    }
    a.facebook-link span {
	display: none;
    }
    a.facebook-link:hover span {
	display: block;
	position: relative;
	top: 10px; left: 40px;
	background: #DFC;
	border: 1px solid #CCC;
	padding: .25em;
	height: 1em; width: 15em;
	white-space: nowrap;
	font-size: medium;
	font-weight: bold;
	color: #333;
    }
}


@media print {
    body {
	margin: 0;
	color: black;
	font-family: palatino linotype, georgia, times new roman, serif;
	font-size: 30pt;
    }

    h3 { font-size: 20pt; }
    
    ul.DateTime li { font-size: 14pt; font-weight: bold; }
    
    #nav, .noprint, A[name] {
	display: none;
    }
    
    A { text-decoration: underline; color: black; } 
}



#wrapper {
    margin: auto;
    width: 80%;
    min-width: 900px;
    background-image: url("border1.gif"); 
    background-repeat: repeat-y; 
    background-position: right;
}

/* inner wrapper  that goes outside of content*/
#wrapper2 { background-image: url("border1.gif"); background-repeat: repeat-y; }

#content {
    margin-left: 70px;
    margin-right: 70px;
}

blockquote {
    font-style: italic;
    margin-left: 4em;
    line-height: 95%;
}

#footer {
    margin-left: 70px;
    margin-right: 70px;
    
    height: 100px;
    background-image: url("border2.gif");
    background-position: bottom;
    background-repeat: repeat-x;
    text-align: center;
    font-size: small;
}

#nav {
}

#nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 1px #aaaa99 solid;
    border-bottom: 1px #aaaa99 solid;
}

#nav ul li{
    margin: 0;
    list-style: none;
    display: inline;
}

#nav a:before, #nav a:after { content: ""; }
#nav a {
    text-align: center;
    padding: 0 1em 0 1em;
    color: #cc0000;
    text-decoration: none;
}
#nav a:hover {
    text-decoration: none;
    background: #cc0000;
    color: white;
}

h1 {
    /* Actually the top border */
    width: 100%;
    height: 71px;
    background-image: url("border2.gif");
    background-repeat: none;
    text-align: center;
    text-indent: -6000px;
}

h2 {
    width: 760px;
    height: 200px;
    margin: auto;
    background-image: url("ElizasToyes.png");
    background-repeat: none;
    text-indent: -6000px;
}
span.musicTitle { font-style: italic; }

/**** General content ****/
#content p, #content h3 {
    padding: 0 1em 0 1em;
}
h3 { font-size: 150%; text-align: center; }
h4 { font-size: 100%; font-weight: bold; }

A[href]:before { content: url(leaf20x16.gif);  }
A:link { color: #C00000;	 text-decoration: none;}
A:visited { color: #0000C0; }
A:hover, A:active { color: #0080C0;	}

pre {
	color: #4C4441;
	font-family: palatino linotype, georgia, times new roman, serif;
	font-size: large;
}

/* Side bar */
#sidebar {
    margin-top: 20px;
    padding-left: 20px;
    background-image: url("midbar.gif");
    background-repeat: repeat-y;
    width: 46%;
    font-size: smaller;
    float: right;
}

#sidebar ul { margin:0; padding: 0 0 0 1em; }
.eventlist lh {
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.eventlist ul li {
    list-style: none;
    margin:0;
    padding: 0 0 2em 0;
}
.eventlist span.shortdesc{
    color: #aa5533;
    font-style: italic;
    font-size: 105%;
    font-weight: bold;
    display: block;
}
.eventlist span.date {
    font-weight: bold;
    display: block;
}
.eventlist span.venue {
    text-indent: 1em;
    display:block;
}
.eventlist span.city{
    text-indent: 1em;
    display:block;
}
.eventlist span.desc{
    display:block;
    margin-top: 0.5em;
}


/* Repertoire list */
table.replist {
    margin: auto;
    font-size: large;
}

table.replist TD:first-child  { padding-right: 2em; }  /* composer */
table.replist TD+TD { padding-right: 2em;	} /* piece */
table.replist TD+TD+TD { font-size: 90%;	} /* year of composition */

TR.sep { height: 1em; }

caption {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: auto;
	padding-right: auto;
    font-weight: bold;
    font-size: 150%;
    color: #cc0000;
    text-transform: uppercase;
}
.subCaption {
    display: block;
    font-size: 85%;
    font-weight: bold;
    color: inherit;
}

ul.DateTime {
    width: 100%;
    margin:0; padding: 0;
    text-align: center;
}
ul.DateTime li {
    display: inline;
    clear: none;    
}
ul.DateTime li { font-size: 115%; font-weight: bold; }
ul.DateTime li:before {
    content: url(leaf20x16.gif);
}
ul.DateTime li:first-child:before {
    content: "";
}


@media handheld {
    body {
	font-family: serif;
	font-size: normal;
	color: black;
    }
}
