@charset "utf-8";

/* CSS Document */
body  {
	font: 1.1em Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #332452;
}
object {
	margin: 0px;
	padding: 0px;
}
p {
	color: #332452;
	font-weight: bold;
	font-size: 1em;
	padding-top: 4px;
	padding-bottom: 8px;
	margin: 0px;
}
.text {
	font-weight: normal;
	font-size: .8em;
}
a:hover {
	text-decoration: none;
}
div {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container {
	/*width: 780px;   using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #332452;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	width: 1000px;
} 
.twoColFixLtHdr #topstrip {
	background-color: #FDE487;
	height: 5px;
	background-image: url(images/strip.jpg);
	background-repeat: repeat-y;
	background-position: 150px;
}
.twoColFixLtHdr #headerTop {
	background-color: #FFFFFF;
	height: 70px;
}
.twoColFixLtHdr #headerPurple {
	background-color: #332452;
	background-image: url(images/header-purple.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #332452;
	border-bottom-color: #332452;
}
#txtContainer li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#headerPurple p {
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 0px 0px 160px;
}
#toplinks a {
	color: #FFFFFF;
	text-decoration: none;
}
#toplinks a:hover {
	color: #FFD101;
}
.twoColFixLtHdr #header {
	background: #645075 url(images/headerBckGrnd.jpg) no-repeat left top;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 87px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #332452;
} 

.twoColFixLtHdr #txtContainer {
	width: 485px;
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#txtContainer h3 {
	font-size: 110%;
	font-weight: bolder;
	padding-top: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #footer {
	padding: 3px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6B5092;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #mainContent { zoom: 1; }
#movieHolder {
	background-color: #B7AEBF;
	float: left;
	width: 190px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
}
#movieHolderOutline {
	border: 1px solid #332452;
	height: 126px;
	width: 157px;
	background-color: #332452;
}

#library {
	background-color: #FEECA8;
	margin: 0px 0px 0px 220px;
	padding: 30px 0px 25px 30px;
}
.larger  a {
	color: #332452;
	border: 1px solid #332452;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 2px;
	font-size: 20px;
	padding-top: 1px;
	margin-left: 2px;
	padding-bottom: 3px;
}
.larger a:hover {
	background-color: #FFD101;
}
.smallerFont a{
	color: #332452;
	border: 1px solid #332452;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 15px;
	margin-left: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.smallerFont  a:hover {
	background-color: #FFD101;
}
.spacer1 {
	padding-right: 5px;
	padding-left: 5px;
}
#SoundandFont {
	padding: 0px 0px 0px 168px;
}
.soundspaceright {
	padding-right: 60px;
	padding-bottom: 5px;
	float: right;
	height: 35px;
	width: 300px;
	padding-top: 30px;
}
.twoColFixLtHdr   #sidebar1   div {
	padding: 0px;
	margin: 0px;
}
#skip a, #skip a:hover, #skip a:visited 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
} 

#skip a:active 
{ 
position:static; 
width:auto; 
height:auto; 
} 
#hide 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
}
#headerPurple a {
	color: #FFFFFF;
	text-decoration: none;
}

.pim {
	color: #FFFFFF;
}

.quote {
	color: #BB00FF;
	font-weight: normal;
	font-size: .8em;
}