@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(purple46.jpg);
}

#container {
	margin: 20px;
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-left: auto;
	margin-right: auto;
}

a:link {
	color: #EDEBD4;
}
a:visited {
	color: #EDEBD4;
}

.navbarside {
	width: 30px;
	height: 50px;
	margin-left: 30px;
	margin-right: 20px;
}

.namefont{
	margin-left: auto;
	margin-right:auto;
	align: center;
	font-family: georgia;
	font-size: 15pt;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	color: #EDEBD4;
	}
	
.contentfont {
	line-height: 25px;
	margin-left: auto;
	margin-right:auto;
	align: center;
	font-family: georgia;
	font-size: 13pt;
	font-weight:lighter;
	font-style: italic;
	text-align: justified;
	color: #EDEBD4;
	}

.oneColFixCtrHdr #footer {
	width: 760px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	left: 103px;
	background-color: #340034;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CAAF86;
	text-align: center;
	position: absolute;
	top: 999px;
	height: 31px;
}
.mainpagefont {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #EDEBD4;
}
.whatsnewfont {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #EDEBD4;
	line-height: normal;
}
.announcement {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #EDEBD4;
}

.lyricinfo {
	color: #EDEBD4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	align: center;
	width: 300px;
	height: 100px;
	padding: 10px;
	border: 1px solid #EDEBDB;
	margin: 50px auto 50px auto;
}

.litterannounce {
	color: white;
	text-align: center;
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
}
.pictureborders {
	border: 1px solid #EDEBD4;
}
	

.about {
	color: #EDEBDB;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	align: center;
	width: 725px;
	height: 790px;
	padding: 10px;
	margin: 50px auto 50px auto;
	border: 1px solid #EDEBDB;
}
.litterinfo {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #EDEBD4;
	font-variant: normal;
	text-transform: none;
}
.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #EDEBD4;
}
.lyricpedigrees {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #EDEBD4;
}
.borderforcontent {
	padding: 10px;
	height: 500px;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #EDEBD4;
}

.borderforcontent2 {
	padding: 10px;
	height: 900px;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #EDEBD4;
}
 ul#navlist { 
 width: 770px;
 font-family: times georgia;
margin-left: auto;
margin-right: auto;
 color:  #EDEBD4; 
}

ul#navlist a
{
margin-left: auto;
margin-right: auto;
 font-style: italic;
 font-size: 13pt;
font-weight:normal;
text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
margin: 0px;
padding: 5px;
list-style-type: none;
}

ul#navlist li { float: left; }

ul#navlist li a
{
margin-left: 28px;
color: #EDEBD4;
}

ul#navlist li a:hover
{
color: #AA99C5;
}

ul#navlist li a:active
{
color: #cccccc;
background-color: #003366;
border: 1px #ffffff inset;
}

ul#subnavlist { display: none; }
ul#subnavlist li { float: none; }

ul#subnavlist li a
{
padding: 0px;
margin: 0px;
}

ul#navlist li:hover ul#subnavlist
{
display: block;
position: absolute;
font-size: 8pt;
padding-top: 1px;
}

ul#navlist li:hover ul#subnavlist li a
{
display: block;
width: 10em;
border: 1px solid white;
padding:3px;
background-color: black;

}

ul#navlist li:hover ul#subnavlist li a:before { content: "  "; }