/* css Zen Garden submission 182 - '45 RPM', by Thomas Michaud, http://www.ivfx.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2005, Thomas Michaud */
/* Added: September 1st, 2005 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */



/* --HTML and BODY Information-- */
html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 14px;
	color: #333333;
	background: #cd5b45 url(https://music.arts.uci.edu/abauer/2.1/best_music_albums.png) repeat fixed;
	margin: 0px;
	padding: 5px;
	line-height: 17px;
	font-weight: normal;
}

/* --Typography and Links-- */

p {
	text-align: justify;
	width: 380px;
	margin: 0px;
}

h1,h2,h3 {
	margin: 0px;
	color: #A52A2A;
}

acronym {
	color: #706D32;
	font-weight: bold;
	font-style: oblique;
	border: 0px;
}

a:link {
	color: #610B0B;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #3A2F0B;
	text-decoration: none;
}

a:hover, a:active {
	color: #DB7762;
	border-bottom: 1px dotted #e6ad6c;
}

/*End Links*/


/* --Container-- */
#container {
	width: 560px;
	margin-left: 100px;
	padding-left: 10px;
	background: #fffffd
}

#quickSummary{
	padding: 20px 0px 0px 5px;
	margin: 0px 1px 10px 0px;
	background-repeat: no-repeat;
	width: 375px;
	height: 5000px;
}

/* --Hide the Text for Logo-- */
#pageHeader h1 span, h2 span {
	display: none;
}

/* --Hide quicksummary Text-- */
#quickSummary .p1 span{
	display: none;
}

#quickSummary .p2 {
	text-transform: uppercase;
	font-size: 12px;
}

#pageHeader {
	background-image: url(Rock_Reader_2025_webheader.png);
	background-repeat: no-repeat;
	height: 600px;
	width: 600px;
	margin: 0px;
	padding: 0px;
}

/* --Hide Header3 Text for image replacement-- */
#preamble h3 span {
	display: none;
}

#explanation h3 span {
	display: none;
}

#participation h3 span {
	display: none;
}

#benefits h3 span {
	display: none;
}

#requirements h3 span {
	display: none;
}

/* --Image Replacement for each h3 subject-- */
#preamble h3 {
	background-image: url(01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 400px;
}

#explanation h3 {
	background-image: url(02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 400px;
}

#participation h3 {
	background-image: url(03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 325px;
}

#benefits h3 {
	background-image: url(04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 325px;
}

#requirements h3 {
	background-image: url(05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 325px;
}

/* --Link Menu Position on Right-- */

#linkList { 
	position: absolute; 
	top: 440px;
	margin-left: 400px;
	width:240px;
	}
	
#linkList a{
	display: inline;
	}

#linkList2 {
	font-size: 12px;
	padding: 10px;
	margin-top: 160px; 
	width:240px; 
	background: #FFFFF3
	}
#linkList h3.select { 
	background: url(schedule.png) no-repeat top left; 
	margin: 0px 0px 15px 0px; 
	width: 195px; 
	height: 30px; 
	
	}
#linkList h3.select span {
	display:none
	}

#linkList h3.archives { 
	background: url(materials.png) no-repeat top left; 
	margin: 15px 0px 5px 0px; 
	width: 195px; 
	height: 30px; 
	}
#linkList h3.archives span {
	display:none
	}
	
#linkList h3.resources { 
	background: url(resources.png) no-repeat top left; 
	margin: 15px 0px 15px 0px; 
	width: 195px; 
	height: 30px; 
	}
	
#linkList h3.resources span {
	display:none
	}

#linkList ul {
	margin: 0px;
	padding: 0px;
	background: #FFFFF3;
	color: #3A2F0B;
	}
	
#linkList li {
	line-height: 2ex; 
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
	
#linkList li a:link { 
	color: #B40404;
	}
	
#linkList li a:hover { 
	color: #706D32;
	}
	
#linkList li a:visited {
	color: #B6BB68;
	}
	
#linkList li a.c{
	color: #DB7762;
	font-size: 12px;
	font-weight: normal;
}

/* --Footer Information to Close everything out-- */

#footer {
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 400px;
	margin: 10px 35px 10px;
	text-align: center;
}

#footer a {
	cursor: help;
	font: 0.8em "Trebuchet MS", "Times New Roman", serif;
	text-transform: uppercase;
	color: #83986D;
	font-weight: bold;
}

#footer a:hover {
	color: #DB7762;
	border: 0px;
	font-weight: bold;
}
/* --Fini-- */
#container #intro #quickSummary .red strong {
}
