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

@import url(navigation.css);
@import url(framestructure.css);
@import url(breadcrumb.css);


/* BASIC ELEMENTS */

body {
margin: 0;
padding: 0;
background-color: #e6e2dc;
}

p {
margin:0;
padding:0;
}

body, table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	line-height: 1.4em;
}

p, div, li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

h1, h2, h3, h4 {
margin:0;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.2em;
font-weight:normal;
color: #444444;
}

h4 {
font-size:12px;
}

h3 {
font-size:14px;
}

h2 {
font-size:16px;
}

h1 {
font-size:20px;
font-style: italic;
/* font-weight:bold; */
}

ul {
margin:0 0 0 2em;
padding:0;
list-style: disc;
}

li {
margin:0;
padding:0 0 0 .5em
}

img {
border: none;
}

hr {
margin: 1.5em 0;
}

tr {
vertical-align: top;
}

form {
margin: 0;
padding: 0;
}

table {
border:none;
padding: 0;
margin: 0;
border-collapse: collapse;
}

td {
padding:0;
margin:0;
}

/* FORMATTING LINKS */

a:link {
text-decoration:none;
color:#990000;
/* font-weight:normal; */
}

a:visited {
text-decoration:none;
color:#990000;
/* font-weight:normal; */
}

a:hover {
text-decoration:none;
color:#cc0000;
/* font-weight:normal; */
text-decoration:underline;
}

h1 a:link, h1 a:hover, h1 a:visited, h2 a:link, h2 a:hover, h2 a:visited, h3 a:link, h3 a:hover, h3 a:visited, h4 a:link, h4 a:hover, h4 a:visited {
/* font-weight:normal; */
}

a:active, a:focus { outline-style: none; -moz-outline-style:none; }


/* BASIC CLASSES */

.date {
font-size: 0.8em;
color: #666666;
}

.intrograph {
font-size: 16px;
font-weight:bold;
}

.large {
font-size: 16px;
}

.medium {
font-size: 11px;
}

.small {
font-size: 10px;
}

.tiny {
font-size: 9px;
}

.indent {
margin-left: 3em;
}

a.morelink { font-size: 11px; font-weight: bold;}

.contact_form_error {
border: 2px solid #990000;
background-color: #ffeeee;
color: #990000;
font-weight: bold;
padding: 0.75em
}



/* BASIC IDS */


#preload {
display: none;
}


/* NAV FOR LYRICS PAGES */

#lyrics_nav {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
/*	margin: 0 0 1em 3em;	*/
}

#lyrics_nav a {
	font-weight: bold;
}

.album_lyrics {
	width: 460px;
	margin-bottom: 3em;
}