/*---------------------------------------------------------------------------------
design and code by DOUG HIRLINGER
may 12, 2012
doug [at] notnicerecords.com
v 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

#wrapper {
	width: 900px;
	background: #000000;
	margin: 0 auto 30px;
}

#header {
	float: left;
}

#top_left {
	float:left;
	padding: 20px;
	margin: 0 67px;
	background: black;
}

#advert_holder {
	width: 728px; height: 90px;
    background: white;
}

#content {
	margin: 20px 0;
	float: left;
	width: 858px;
	padding: 0 20px 40px;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}

#text_list {
	float: right;
	margin-top:30px;
}

#text_list p {
	text-align: right;
	line-height: 25px;
}

#middle {
	width: 858px;
	float: left;
	margin-top: 10px;
}

#logo_holder {
	float: left;
	margin-left: 229px;
}

#logo_holder h2 {
	font-weight: bold;
	text-align: center;
	font-size: 28px;
}

#bottom {
	float: left;
	clear: both;
}

#albums {
	padding:70px 260px 40px;
}

#albums img {
	padding: 5px;
}

#footer p {
	text-align: center;
}

#announce {
	margin: 0 40px;
	color: #F00;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	background: #000000;
}

p {
	font-size: 13px;
}

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