body 
{
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

a
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	color: #4848FF;
}

p
{
	line-height: 1.3em;
}

* html ul				{	margin-left: 0px; }
* html ol				{	margin-left: 0px; }
*:first-child+html ul	{ 	margin-left: 0px; }
*:first-child+html ol	{ 	margin-left: 0px; }

div#wrap
{
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 169px;
	margin-top: 0px;
	z-index: 2;
	width: 100%;
}

div#content 
{
	font-size: large;
	font-family: Arial, Helevetica, sans-serif;
	width: 52em;
	margin: 1em auto 0 auto;
}

* html div#content 				{	width:51em; }
*:first-child+html div#content 	{	width:51em; }

div#content h1
{
	margin: 0 0 10px 0;
}

p.small, div.small
{
	font-size: small;
}

div#header
{
	background-image: url('http://www.deconomicsrecords.com/img/headerbg.jpg');
	background-repeat: no-repeat;
}

* html div#header 				
{ 	
	background-position: 0 22px;
	overflow:auto;
	zoom: 1;
}

*:first-child+html div#header  	{ 	background-position: 0 22px; }

/***
 * NAV
 ***/

h1.logo
{
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

h1.logo a
{
	color: black;
	text-decoration: none;
	font-size: .8em;
}

h1.logo a:hover
{
	color: black;
	text-decoration: underline;
}

h1.logo img
{
	border: 0px;
	display: none;
}

div#righttop
{
	font-size: small;
	margin: 0 0 0 10px;
	padding-top: 0px;
	float: right;
	text-align: right;
}

ul#nav 
{
	clear: right;
	list-style-type: none;
	display: block;
	margin: 0 0 10px 95px;
	padding: 78px 0 38px 0;
	height: 32px;
}

* html ul#nav 					
{ 	
	margin: 20px 0 0 75px; 	
	padding-top: 58px;
}	/* IE6	*/

*:first-child+html ul#nav 		
{ 	
	margin: 20px 0 10px 80px; 
	padding-top: 58px;

}	/* IE7	*/

@media all and (min-width:0px) 										/* Opera 9 */
{
	head~body ul#nav
	{ 
		padding-top: 65px;
	}
}

ul#nav li
{
	float: left;
	text-align: center;
	margin-right: 10px;
}

ul#nav li.first 
{
	margin-left: 10px;
}

ul#nav li a
{
	color: white;
	background-color: black;
	border: 1px #333 solid;
	text-decoration: none;
	display: block;
	width: 100px; 
	padding: 5px;
}

ul#nav li a:hover
{
	color: black;
	background-color: white;
	border: 1px #eee solid;
}

/***
 * MANIFEST
 ***/

div#manifesto
{
	font-size: large;
	font-family: Arial, Helevetica, sans-serif;
	margin: -38px 1em 0 1em;
	background-color: transparent;
}

div#manifesto p 
{
	background-color: transparent;
}

span.highlite
{
	background-color: #fffeac;
	font-style: italic;
}

* html div#manifesto 
{ 	
	margin-bottom: 1em; 
	height: 30px;
	margin-top: -20px;
}
*:first-child+html div#manifesto	{ 	margin-bottom: 1em; }

/*** 
 * INNER CONTENT
 ***/

div#bodycontent
{
	margin: 0 1em;
}

h2.head
{
	font-family: Georgia, Times New Roman;
	font-size: 2em;
	margin: 0px;
	font-weight: normal;
	border-bottom: 1px #ccc dashed;
}

/***
 * NEW RELEASES
 ***/
 
div#music 
{
	clear: both;
}

div#music div.record
{
	width: 200px;
	margin: 0 10px 20px 0;
	background-color: #fff;
	height: 200px;
	display: block;
	float: left;
	font-size: small;
	text-align: center;
}

div#music div.record a
{
	color: #333;
}

div#music div.record a:hover
{
	text-decoration: underline;
}

div#music div.record img
{
	width: 200px;
	border: 1px #999 solid;
}

@media all and (min-width:0px) 										/* Opera 9 */
{
	head~body div#music div.record img
	{
		border: 0px;
	}

	head~body div#music div.record img:after
	{ 
		content:".";
		display:block;
		height:0;
		clear:left;
		visibility:hidden;  
	}
}

div#music:after 
{
	content:".";
	display:block;
	height:0;
	clear:left;
	visibility:hidden;  
}


/***
 * NEW RANTS / COUNTRY SAMPLER
 ***/
 
div.twocol
{
	clear: both;
	padding-top: 10px;
}

div.leftcol
{
	float: left;
	width: 24em;
	margin-right: 1em;
}

div.rightcol
{
	float: left;
	width: 24em;
}

div.rightcol ul
{
	list-style-type: none;
	padding-left: 0px;
	line-height: 1.2em;
	margin-top: .5em;
}

* html div.rightcol ul 				{ 	margin-left: 0px; }
*:first-child+html div.rightcol ul	{ 	margin-left: 0px; }

div.leftcol img
{
	border: 1px black solid;
}

h3
{
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
}

div.leftcol h2, div.rightcol h2
{
	margin-bottom: 0px;
	font-size: 1em;
	font-weight: normal;
}

div.leftcol p, div.rightcol p, div.leftcol li, div.rightcol li
{
	font-size: small;
}

div.twocol:after
{
	content:".";
	display:block;
	height:0;
	clear:left;
	visibility:hidden;  
}

div.blurb
{
	display: block;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px #ccc dashed;
	font-size: small;
}

div.blurb p
{
	margin-bottom: 0px;
}


/***
 * BAND AND RELEASES LISTS
 ***/
 
div#bands div.band, div#releases div.release
{
	clear: both;
	padding: 10px 0;
	margin-bottom: 10px;
}

div#bands div.alt, div#releases div.alt
{
	background-color: #eee;
}

div#bands div.band:after, div#releases div.release:after
{
	content:".";
	display:block;
	height:0;
	clear:left;
	visibility:hidden;  
}

div#bands div.band img
{
	width: 150px;
	float: left;
	border: 1px #999 solid;
	margin-right: 10px;
}

div#releases div.release img
{
	width: 180px;
	float: left;
	border: 1px #999 solid;
	margin: 0 10px 10px 10px;
}
	
div#bands div.band img.bandimg
{
	margin-left: 10px;
}

table.releases
{
	clear: both;
	margin-left: 160px;
}

div#bands div.band h3, div#releases div.release h3, div#releases div.release h4
{
	margin: 0;
}

div#bands div.band p, div#releases div.release p
{
	margin-top: 5px;
	font-size: small;
}

div#bands div.band h4, div#releases div.release h4
{
	text-transform: uppercase;
	font-weight: normal;
	font-size: .8em;
}

div#bands div.band div.albums div.record img
{
	width: 100px;
	border: 1px #999 solid;
}


/* Hides from IE-mac */
 * html .clearfix { height:1%; }
/* End hide from IE-mac */

/***
 * SINGLE BAND 
 ***/
 
 div.bigbandimg
 {
	float: left;
	margin-right: 10px; 
 }

 div.bigbandimg img
 {
	border: 1px #999 solid;
	margin: 0 0 10px 0;
 }

 div.bigbandimg div.photocredit
 {
	color: #999;
	font-size: x-small;
	display: block;
	width: 375px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: -5px;
 }

 div.coverswitch
 {
	text-align: center;
	width: 378px;
	margin: -10px 0 10px 0;
 }

 div.coverswitch a
 {
	cursor: pointer;
 }
 
 table.banddata tr
 {
 	vertical-align: top;
	font-size: small;
 }

 table.banddata tr.alt td
 {
	background-color: #eee;
 }

 table.banddata tr h3
 {
	margin-bottom: 10px;
 }

 table.banddata td
 {
	padding: 5px;
 }

 table.banddata td.label
 {
 	width: 100px;
 }
 
 table.banddata td.alt
 {
	background-color: #eee;
 }

 img.tableimg
 {
 	width: 100px;
 	border: 1px #999 solid;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
 }

ul.players, ul.links
{
	padding-left: 0px;
	line-height: 1.5em;
	list-style-type: none;
	margin-top: 0px;
}

ol.tracklist, ol.media
{
	padding-left: 20px;
	line-height: 1.5em;
	margin-top: 0px;
	list-style-type: decimal;
}

/***
 * SINGLE POST
 ***/
 
div.post img.avatar 
{
	width: 60px;
	height: 80px;
	border: 1px black solid;
	float: left;
	margin: 5px 10px 5px 0;
}

div.post p.byline
{
	color: #ccc;
	font-size: large;
}

/***
 * SINGLE POST
 ***/

div#footer
{
	border-top: 1px #ccc dashed;
	color: #ccc;
	clear: both;
	width: 49em;
	margin: 40px auto 10px auto;
	font-size: large;
	font-family: Arial, Helevetica, sans-serif;
	padding-top: 5px;
}

* html div#footer
{
	margin-top: 10px;
}

div#footer p
{
	font-size: x-small;
	margin: 0;
}

div#footer p a
{
	text-decoration: underline;
	color: #ccc;
}