/*  Dzinelabs. All rights reserved.
Please see the Creative Commons License at: 
http://creativecommons.org/licenses/by-sa/2.0/
*/

* {
	padding: 0;
	margin: 0;
}

body {
   font : 76% Verdana, Geneva, Arial, Helvetica, sans-serif;
   background : #444754;
   text-align : center; /* keep page centered in IE */
   width : 100%;
   min-width : 750px;
   color : #bfbfbf;
}

/* links */
a:link {
	color: #494949;
	background: transparent;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
   color : #a52a2a;
   text-decoration : underline;
  }
  
/* Links within paragraphs (subtle) */
p a {
	color: #666666;
	text-decoration: none;
}

/* Links within paragraphs (revealed) */
p:hover a {
	color: #0000ff;
	text-decoration: underline;
}

/* Rollover effect for links within paragraphs */
p a:hover {
	color: #ff0000;
}

/* Headings */  
h1 {
	background: transparent;
	color: #7F7E73;
	margin: 1em 0 1em 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 1.2em;
	font: 1em Helvetica, Arial, Verdana, sans-serif;
}

#contentright p {
	background: transparent;
	padding: 0 2px 5px 5px;
}

/* Layout Stuff */
#logo {
	width: 748px;
	height: 140px;
	background: url(../Images/metallica_logo.jpg) no-repeat;
}

img {
	border: none;
}

#wrapper {
	text-align: left;
	width: 748px;
	margin: auto auto;
	border-left: 1px solid #66635C;
	border-right: 1px solid #66635C;
	background: #2C2D42;
	background: url(../Images/metallica_wrapper.jpg) repeat-y;
}
	
#contentwrapper {
	padding: 0 13px 16px 0;
	margin: 2em 0 0 0;
}

#contentleft {
	width: 150px;
	float: left;
	padding: 10px 10px 16px 10px;
}

#contentright {
	width: 540px;
	float: right;
	padding: 0px 0 20px 0;
}

/* Rounder */

#round {
	background: #666666;
	margin: 20px 20px 20px 5px;
	width: 285px;
	float: left;
}

b.rtop, b.rbottom{
	display: block;
	background: #444754;
}
b.rtop b, b.rbottom b{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #666666;
}
b.r1{
	margin: 0 5px;
}
b.r2{
	margin: 0 3px;
}
b.r3{
	margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4{
	margin: 0 1px;
	height: 2px;
}

#round p {
	font-size: .9em;
	line-height: 15px;
	margin: 15px 0 0 0;
	padding: 10px 10px 20px 10px;
}

/* Footer */

/* Wrapper needed to center footer */
/* If wrapper is too wide, IE will expand the wrapper and the right border 
on page will have a gap */

#footerWrapper {
	margin-left: 150px;
	width: 583px;
}

#footer {
	width: 418px;
	padding: 16px 0 0 0;
	font-size: 0.7em;
	text-transform: uppercase;
	line-height: 1.2em;
	margin: 7em auto auto;
	border-top: 4px solid #BAB7A4;
}

#footer img {
	padding: 1em 0 0 0;
}

#footer a {
	color: #bfbfbf;
}

/* List Styles */
#contentright ul {
	padding: 0;
	margin-left: 2em;
	list-style-type: none;
}

#contentright ul li {
	background: url(../Images/metallica_list.gif) no-repeat 0 .3em;
	text-align: left;
	padding: 10px 1px 10px 30px;
	font-size: 0.8em;
}

.navheading {
	background: #999587 url(../Images/metallica_nav.gif) no-repeat 1px 1px;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 2px 4px 2px 24px;
	margin: 0;
}

#navlist {
	font-size: .9em;
	letter-spacing: .2em;
	line-height: normal;
	list-style-type: none;
	margin: 0 0 1em 0;
}

#navlist li {
	background: none;
	list-style-type: none;
	padding: 0 10px 0 0;
	margin: 0;
}

#navlist a {
	background: #4C474A;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	padding: 2px 2px 2px 6px;
	width: 142px;
}

#navlist a:link, #navlist a:visited, #navlist a:hover, #navlist a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus {
	background: #5E585C;
}

/* Classes */
.clear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

.padder {
	padding: 20px 0 0 5px;
}

.note {
	font-size: .9em;
	padding: 0 5px 0 5px;
}
 
