/* Shrug Records: Screen */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* --------------------------------------------------------------------------
	=layout
--------------------------------------------------------------------------- */

body {
	background-color: #000;
	border-top: 10px solid #000;
	color: #545454;
	font: small/1.85em Helvetica, Arial, Verdana, sans-serif;
}

#wrap { background-color: #fff; }
	
#container {
	font-size: 105%;
	margin: 0 auto;
	padding-top: 30px;
	width: 810px;
}

/* ---------------------------------------------------------------------------
	=links
--------------------------------------------------------------------------- */

a:link { color: #00a3b7; }
	
a:visited { color: #999; }
	
a:hover { color: #834412; }

/* ---------------------------------------------------------------------------
	=typography
--------------------------------------------------------------------------- */

h1 {
	color: #000;
	margin-bottom: 20px;
	font-size: 260%;
	font-weight: normal;
}

h2 {
	color: #7f512f;
	margin-bottom: 10px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 175%;
	font-weight: normal;
	font-style: italic;
}

h2 span {
	color: #b2b2b2;
	font-size: 80%;
}

h3 {
	color: #000;
	margin-bottom: 5px;
	font-size: 150%;
	font-weight: normal;
}

h4, h5, h6 {
	color: #000;
	margin-bottom: 5px;
	font-size: 130%;
	text-transform: uppercase;
}

p { margin-bottom: 30px; }

/* ---------------------------------------------------------------------------
	=lists
--------------------------------------------------------------------------- */

ul, ol { margin: 0 0 30px 30px; }

/* ---------------------------------------------------------------------------
	=header
--------------------------------------------------------------------------- */

#header { margin-bottom: 30px; }

#logo {
	float: left;
	width: 228px;
}

body.home #logo, body.release-detail #logo { text-align: center; }

body.home #logo img, body.release-detail #logo img {	margin: 0 auto; }

/* ---------------------------------------------------------------------------
	=navigation
--------------------------------------------------------------------------- */

#nav { padding-top: 30px; }

#nav ul {
	border-top: 3px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	float: right;
	font-size: 90%;
	font-weight: bold;
	list-style: none;
	margin: 0;
	text-transform: uppercase;
	width: 540px;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
	padding: 10px 15px 8px 15px;
}

#nav ul li a:link, #nav ul li a:visited {
	color: #3c3b3b;
	text-decoration: none;
}

#nav ul li a:hover {
	background-color: #eee;
	color: #7f512f;
	text-decoration: none;
}

#nav ul li.here a:link,
#nav ul li.here a:visited,
#nav ul li.here a:hover {
	background-color: #eee;
	color: #000;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------
	=content
--------------------------------------------------------------------------- */

#content {
	margin-bottom: 40px;
}

#sidebar {
	margin-bottom: 40px;
}

body.release-detail #content {
	float: right;
	width: 540px;
}

body.release-detail #sidebar {
	float: left;
	width: 228px;
}

/* ---------------------------------------------------------------------------
	=foot
--------------------------------------------------------------------------- */

#foot {
	background-color: #000;
	clear: both;
	color: #666;
	padding: 10px 0;
	text-align: center;
	text-transform: lowercase;
}

#foot p {
	margin: 0 auto;
	text-align: left;
	width: 810px;
}

/* ---------------------------------------------------------------------------
	=releases
--------------------------------------------------------------------------- */

.release {
	background: url(../img/div-dot.png) repeat-x bottom left;
	clear: both;
	margin-bottom: 30px;
}

.release-cover {
	float: left;
	width: 228px;
}

.release-content {
	float: right;
	padding-top: 30px;
	width: 540px;
}

.release-content h1 {
	border-bottom: 3px solid #e6e6e6;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.release h1 a:link, .release h1 a:visited {
	color: #000;
	text-decoration: none;
}

.release h1 a:hover {
	color: #00a3b7;
	text-decoration: none;
}

.release-content p { margin-bottom: -5px; }

.release-content strong {
	color: #a8a8a8;
	font-size: 90%;
	text-transform: uppercase;
}

.release-more {
	font-weight: bold;
	padding-top: 20px;
	text-transform: uppercase;
}

.release-more a:link, .release-more a:visited {
	background-color: #00a3b7;
	color: #fff;
	text-decoration: none;
}

.release-more a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.release-more a { padding: 5px 10px; }

/* detail page */

#release-header { padding-top: 30px; }

#release-header h1 {
	border-bottom: 3px solid #e6e6e6;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#release-header h2 { margin-bottom: 40px; }

#release-cover {
	border: 1px solid #000;
	margin-bottom: 30px;
	padding: 2px;
}

#btn-buy {
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

#btn-buy a {
	display: block;
	padding: 10px;
}

#btn-buy a:link, #btn-buy a:visited {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

#btn-buy a:hover {
	background-color: #555;
	color: #fff;
	text-decoration: none;
}

#release-info {
	font-size: 110%;
	list-style: none;
	margin: 0 0 10px 0;
}

#release-info li {
	background: url(../img/div-dot.png) repeat-x bottom left;
	margin-bottom: 6px;
	padding: 0 10px 15px 10px;
}

#release-info strong {
	color: #7f512f;
	display: block;
	font-size: 80%;
	margin-bottom: -10px;
	text-transform: uppercase;
}

#release-tracklisting h3 {
	border-bottom: 3px solid #e6e6e6;
	font-size: 160%;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#release-tracklisting ol {
	font-size: 110%;
	margin: 0 0 0 20px;
}

#release-tracklisting li { margin-bottom: 10px; }

#release-press {
	border-top: 3px solid #e6e6e6;
	font-size: 90%;
	text-align: center;
}

#release-press h3 {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 0;
	padding: 10px 0;
	text-transform: uppercase;
}

#release-press-content {
	background-color: #e6e6e6;
	padding: 30px 30px 20px 30px;
	text-align: left;
}

#release-press-content p { margin-bottom: 10px; }

/* ---------------------------------------------------------------------------
	=contact
--------------------------------------------------------------------------- */

body.contact p { margin-bottom: 5px; }

/* ---------------------------------------------------------------------------
	=misc
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
	=clearing
--------------------------------------------------------------------------- */

#wrap:after,
#header:after,
#nav:after,
.release:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}
