/* CSS Document */
@import "forms.css";

body {
	background: #000 url("../../interface/bg_tile.gif") repeat-y top center;
	font: 14px/1.2 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #e0e0e0;
	text-align: center;
	margin: 0;
	padding: 0;
}

img {border: none; padding: 0; margin: 0;}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 15px 0px 1em 0px;
	text-decoration: underline;
	text-align: left;
	display: none;
}

h2 {font-size: 1em; font-weight: bold; text-decoration: underline;}
h3 {margin: 0em; padding: 0; font-size: 0.8em; font-weight: normal;}

body#press_story h1, body#lyrics h1 {
	display: block;
	/*margin: 15px 0 1em 0;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;*/
}

ul, ol {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: none;
}

li {
	padding-left: 17px;
	background-image: url("../../interface/bullet.gif");
	background-position: 0 0.3em;
	background-repeat: no-repeat;
}

table {margin-bottom: 1em;}

a:link {color: #a5accf; text-decoration: underline;}
a:visited {color: #a5accf; text-decoration: underline;}
a:hover {color: #fff; text-decoration: underline;}
div.footer a:link {text-decoration: none;}
div.footer a:visited {text-decoration: none;}
div.footer a:hover {text-decoration: underline;}

div.container {
	margin: 5px auto 0px auto;
	padding: 0px;
	width: 730px;
	text-align: left;
}

div.left_col {
	position: relative;
	float: left;
	width: 270px;
	height: 465px;
	margin: 0;
	padding: 0;
	background: transparent url("../../interface/bg_06.jpg") no-repeat bottom left;
}

div.header {
	margin: 0 0 0 271px;
	padding: 0;
	width: 456px;
}

div.nav {
	/*display: none;*/
	width: 456px;
	margin-left: 271px;
	background: transparent url("../../interface/bg_17.gif") no-repeat bottom right;
	padding-bottom: 13px;
}

div.main {
	margin: 0px 0px 0px 271px;
}

div.supporting_text {
	padding: 25px 10px 25px 30px;
}

div.footer {
	margin: 10px 0 0 0px;
	padding: 13px 10px 10px 0px;
	background: transparent url("../../interface/bg_17.gif") no-repeat top right;
}

div.footer p {
	font-size: 0.8em;
	margin: 0;
}

div.footer p#credit {
	/*float: left;*/
	text-align: right;
}

div.footer p#text_nav {
	text-align: right;
}

p.credits {
	font-size: 0.8em;
}

.article_source {font-size: 0.8em;}
/*#press #article_list {font-size: 0.8em;}*/
#article_list li {margin-bottom: 1em;}