@charset "utf-8";

/* GENERAL ----------------------------------------------------------------------------- */
body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	color:#FFFF00;
}


/* STYLES APPLIED TO TABLES & DIVS ----------------------------------------------------- */
table {
	width: 800px;
	border: 0px;
	margin-left: 70px;
}
td {
	background-color: #93c722;
	padding: 7px;
	vertical-align: top;
}
/* remove inherited styles from 
block elements; don't modify this */
.noStyles{ 
	position: static;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	min-height: 0;
	min-width: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-decoration: inherit;
}
#header {
	width: 780px;
	height:30px;
	margin-top: 0px;
	margin-left:80px;
	margin-bottom:10px;
	font-size: 11px;
	font-weight:bold;
}
#larry {
	width: 780px;
	text-align:center;	
	margin-top: 1500px;
	margin-left:80px;
}
#joinMail {
	float:right;
	width:366px;
	height:30px;
	overflow:hidden;
	background-color: #93c722;
}
.news td {
	background-color: #76c1b8;
}
.section td {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -2px;
	padding: 0px 7px 0px 7px;
}
.artist {
	padding: 0px 7px 0px 7px;
	margin-bottom: 7px;
	border-bottom: 10px solid #FFFFFF;
	text-align:left;
	background-color: #990000;
	color: #CCFFFF;
	font-size: 16px;
	font-weight: bold;
}
.cover {
	background-color: #CCCCCC;
	text-align: center;
	padding: 0px 0px 7px 0px;
}
.liners {
	background-color: #c4cfb3;
}
.paypal {
	background-color: #FFFFFF;
}



/* STYLES APPLIED TO TEXT -------------------------------------------------------------- */

h1, h2 {
	font-size: 1em;
	margin: 0px;
}
#freedonia  {
	color: #FFCCCC;
	font-size: 42px;
	font-weight: bold;
	background-color: #000000;
	line-height: 30px;
	display: block;
	text-decoration: none;
	text-align: justify;
	text-indent: 77px;
	letter-spacing: -2px;
	white-space:nowrap;
}
#biline  {
	color: #FFCC33;
	font-size: 30px;
	font-weight: bold;
	background-color: #000000;
	line-height: 30px;
	display: block;
	text-decoration: none;
	text-align: justify;
	text-indent: 77px;
	letter-spacing: -2px;
}
#welcomeText {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.catNumber {
	font-weight: bold;
	font-style:italic;
	font-size:14px;
}
.album {
	font-size: 14px;
	font-weight: bold;
	font-style:normal
}



/* MISC -------------------------------------------------------------------------------- */
.dropdown { 
border-color:#666666; 
border-style:dashed; 
border-width:1px; 
background-color:#e5e5e5; 
color:black; font-size:10px; 
font-family:Arial, Helvetica, sans-serif; 
}

hr {border: none 0;
border-top: 1px dashed #f00;
width: 100%;
height: 1px;
}








/* BELOW ARE STYLES FOR THE CSS DROPDOWN - THESE SHOULD BE LEFT ALONE! ----------------- */
/* The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls.
----------------------------------------------------------------------------------------- */
.menu {float:left;}

.menu {
width:404px; 
height:30px; 
font-size:0.85em; 
position:relative; 
z-index:100;
border-right:1px solid #93c722;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:405px; w\idth:404px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:101px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none;
color:#fff;
width:90px;
height:28px;
border:1px solid #93c722;
border-width:1px 0 1px 1px;
background:#93c722;
padding-left:10px;
line-height:27px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:101px; w\idth:90px;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:201px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:28px;t\op:29px;}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#76c1b8;
height:auto;
line-height:1em;
padding:5px 10px;
width:180px;
border:1px solid #000;
border-width:0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:202px;w\idth:180px;}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{background:#FFCC00; color:#FFFFFF;}
.menu :hover > a, .menu ul ul :hover > a {background:#FFCC00; color:#FFFFFF;}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{visibility:visible; }
