@charset "UTF-8";
/* CSS Document */

/* Clearing browser defaults */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
}
a {
	text-decoration:none;
}
a img {
	border:none;
}
ol, ul {
	list-style-type:none;
}

/* Main structure */
body {
}
#banner { display: none;}
#topbar {display: none;}

#container {
	width:320px;
	margin:0 auto;
	min-height:480px;
}
#header #billboard {
	overflow: hidden;
	max-height: 120px;
	background:none;
	padding: 0;
}
#header #billboard img {
	max-width:320px;
	height:auto;
}
#itemColumn {
	float:none;
	width:320px;
  padding: 0;
  background: none;
}
#sidebar {display:none;}

/* SHADOW STYLE */

/* Top Elements */
body {
	font-size:14px;
	font-family: Trebuchet MS, Tahoma, Verdana;
	color: #666666;
  background-color: #fff;
}
a {
	color:#033f88;
}
#nav #left li {
  float: left;
}
#nav #left li a {
  padding: 3px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: block;
  background: url("../_images/sb_white_bot.png") no-repeat scroll -6px -198px #efefef;
  font-size: .9em;
}
.share_bar {display: none;}

#nav #right {display: none;}
#content {
  clear: both;
  padding: 0;
  background: none;
}
#billboard h1  {
	margin-bottom:0;
	padding:5px;
	background:none;
  background: url("../_images/sb_white_bot.png") no-repeat scroll -6px -198px #efefef;
}
#billboard div {
  padding: 0 !important;
}
h1  {
	font-size:1.2em;
	font-weight:bold;
}

/* Items */
.item {
	margin-bottom:15px;
}
.item div.header {
	padding:15px;
	font-size:.8em;
	background-image: none;
	background-color:#efefef;
}
.item div.header h2 {
	font-size:1.5em;
	text-transform:uppercase;
	font-weight:bold;	
}
.item div.header span.sub {
	display:block;
}
.item div.header span.date {
	display:block;
}
.item div.body {
	line-height:1.3;
	padding:15px;
	background:none;
}

div#footer {
background: url(../_images/artistdata_logo.png) no-repeat center 70px #bb1818;
height: 100px;
color: white;
padding: 10px 0 0 0;
margin: 0;
line-height: 1;

}


