@charset "UTF-8";
/* CSS Document */



a:link {
	color: #099;
}
a:visited {
	color: #099;
}
a:hover {
	color: #F90;
}
a:active {
	color: #09F;
	outline: none;
}



a {
	border: none;
	text-decoration: none;
}

a:focus
{
-moz-outline-style: none;
}


p.albumname {
	font-size:200%;
	margin:0 0 .5em 0;
}

p.albumdate { 
	margin:.5em 0 .5em 0;
}

p.style6 {
	text-align:center;
	font-size:150%;
}

h1 {
	font-size:200%;
	margin:0 0 .1em 0;
	text-align:center;
	color:#fff;
}

h2 { 
	margin:0 0 1em 0;
	font-size:100%;
	font-weight:normal;
	text-align:center;
}


p.players {
	margin: 2em 0 .5em 0;
}

p.extras {
	margin: 1em 0 .5em 0;
	font-style:italic;
}

p.intro1, p.intro2 {
	text-align:center;
}

p.introBlog {
	color:#4f4132;
}

 p.copyright {
	text-align:center;
	color:#4f4132;
	font-size:90%;
 }
	

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #cccccc;
}
body {
	background-color: #1e1307;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/twinbeaksbkgd.gif);
	background-position: top center;
	background-repeat:no-repeat;
}

img {
	border:0px;
	border-collapse:collapse;
}

img.mainlogo {
	margin: .2em 0 .2em 0;
}

img.album {
	vertical-align:middle;
	margin:-100px -25px -120px -40px;
	border:0 none;
}

img.bigpic {
	margin-right:-70px;
	margin-bottom:-60px;
	margin-left:-20px;
}


table.content {
	/* border-top: 1px solid #4f4132; */
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-collapse:collapse;
	padding: 1em;
	margin-bottom:0em;
}
	
table.navy {
	width:100%;
	border:0px;
	border-spacing:0px;
	background: rgba(0, 0, 0, 0.2);
}

table.navy tr {
	vertical-align:middle;
}

table.navy td {

	text-align:center;
	padding:10px;
	font-size:90%;
}
	
table.content td {
	padding: 1em;
}

table.content td.main {
	border-top: 1px solid #4f4132;
	border-bottom: 1px solid #4f4132;
}

table.content td.story {
	border-top: 1px solid #4f4132;
	border-bottom: 1px solid #4f4132;
}


table.content th {
	font-style:italic;
	font-weight:normal;
	color:#4f4132;
	padding:0.5em;
	text-align:center;
}

table.content td.albumbrowser {
	height:160px;
	width:900px;
	padding-left:65px;
	text-align:center;
}

table.content th.albumbrowser {
	text-align:center;
}

table.content td.footer {
	width:700px;
	font-style:italic;
	text-align:center;
}




table.albumdetails {
	border-spacing:0px;
}

table.albumdetails tr {
	vertical-align:middle;
}

table.albumdetails td {
	text-align:left;
	padding:0.5em 0.5em 0.5em 0.5em;
	border-bottom: 1px solid #4f4132;
}

table.albumdetails td.title {
	font-style:italic;
	color:#4f4132;
}

table.albumdetails td.download {
	font-size:150%;
	text-align:center;
}


input {
	margin: 0.5em;
}