* {
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.22em;
	font: normal 62.5% Garamond, Times New Roman, serif;
	color: #3d3c3c;
	background: #a5a5a5 url(/images/bg.jpg) repeat-x top left;
}

img {
	border: 0;
}

/*** Reset Rules ***/

ol,ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}

/*** Layout Rules ***/

#container  {
	width: 960px;
	margin: 0 auto;
}

/*** Header Rules ***/

#header {
	width: 960px;
	height: 114px;
	position: relative;
}

#logo {
	display: block;
	position: absolute;
	left: 20px;
	top: 30px;
	background: url(/images/logo.jpg) no-repeat top left;
	height: 28px;
	width: 193px;
	text-indent: -999px;
}

#nav {
	position: absolute;
	list-style: none;
	right: 20px;
	top: 26px;
}
	#nav li {
		float: left;
	}
	#nav li a {
		display: block;
		padding: 4px 8px 2px;
		margin-left: 12px;
		font-size: 1.8em;
		color: #167eb3;
		text-decoration: none;
		border-bottom: 3px solid #000;
	}
	#nav li a:hover {
		border-bottom: 3px solid #0c4562;
	}

/*** Content Rules ***/
#content {
	width: 898px;
	padding: 30px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	border-width: 0 1px;
	border-style: solid;
	border-color: #777676;
	background-color: #FFF;
}

#content h1 {
	font-size: 3em;
	line-height: 1.4em;
	padding-bottom: 35px;
	font-family: Garamond, Times New Roman, serif;
}

#content h2 {
	font-size: 2.2em;
	line-height: 1.4em;
	padding-bottom: 15px;
	font-family: Garamond, Times New Roman, serif;
	color: #167EB3;
}

#content h3 {
	font-size: 1.7em;
	line-height: 1.2em;
	padding: 0 0 13px;
	font-family: Garamond, Times New Roman, serif;
	color: #167EB3;
}

#content p {
	font-size: 1.2em;
	line-height: 1.65em;
	padding: 0 0 1.5em;
}

#content a {
	color: #007eb0;
}

#content a:hover {
	color: #005b7f;
}

#content .blue-text {
	color: #167eb3;
}

#content-top {
	width: 960px;
	height: 5px;
	background: #FFF url(/images/content_bg_top.jpg) no-repeat top left;
}

#content-btm {
	width: 960px;
	height: 5px;
	background: #FFF url(/images/content_bg_btm.jpg) no-repeat top left;
	border-color: #F00;
}

/*** Footer Rules ***/
#footer {
	font-size: 1.2em;
	padding: 20px 0;
	text-align: center;
}

/*** Home Rules ***/
#index-visual li {
	float: left;
	margin: 0 30px 20px 0;
}
#index-visual li.last {
	margin-right: 0;
}
#index-visual li.blank {
	width: 270px;
	height: 270px;
	line-height: 270px;
	text-align: center;
	font-size: 2em;
	background-color: #efefef;
	color: #c1c1c1;
}
#content .album-name {
	text-align: center;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.1em;
}
#content .artist-name {
	text-align: center;
	font-weight: bold;
	padding: 10px 0 0;
	font-size: 1.3em;
}

/*** Album Page ***/
#left-col, #mid-col, #right-col {
	width: 279px;
	float: left;
}
#left-col, #mid-col {
	padding-right: 30px;
}
#album-artwork {
	margin-bottom: 15px;
}
#social-sites li p,
#online-stores li p {
	padding-bottom: 5px;
}
#download form {
	margin-bottom: 10px;
}
#download p {
	padding-bottom: 0;
}
#player,
#download,
#online-stores {
	margin-bottom: 30px;
}
#online-stores li a {
	text-decoration: none;
	display: block;
	width: 235px;
	padding: 8px 0 7px 15px;
	font-size: 1.2em;
	border-width: 1px 0;
	border-color: #E0E0E0;
	border-style: solid;
}
#online-stores a:hover {
	background-color: #EFEFEF;
}
#track-listing li {
	border: 1px solid #FFF;
	padding-bottom: 5px;
}
#track-listing .track-number {
	float: left;
	font-size: 50px;
	line-height: 1em;
	padding-bottom: 0;
	width: 50px;
}
.track-details {
	font-style: italic;
	font-size: .7em;
}

/*** Global Rules ***/
.two-thirds {
	width: 66%;
}

.clr {
	clear: both;
}

hr {
	display: none;
}