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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Wrapper */
body {
	background-color:#000;
  padding:0;
  margin:0;
}	

body .wrapper {
  background-color:#282828;
	margin: 0px auto;
	width:1200px;
}

h1 {
	font-family: Times,serif;
	color:#e7e7dd;
	font-weight:lighter;
	font-size:158%;
	padding:3px 0 0px 13px;
	margin-bottom:5px;
}

h2 {
	font-family: Times,serif;
	color:#808082;
	color:#eee;
	font-weight:lighter;
	font-size:158%;
	margin:26px 0 16px 13px;
}

/* Layout */
.wrapper #sub {
  width:312px;	
  float:left;
}

.wrapper #main {
  float:right;
  width:888px;
}

.clear {
	clear:both;
}

/* Artist Search */
#pageHeader {
	background-color:#e7e7dd;
  height:60px;
  border-bottom: 1px solid #c0c0b8;
}
#pageHeader label {
	text-align:center;
	display:block;
}

#pageHeader label em {
  display:none;
}

#pageHeader input{
	border:1px solid #d4d4ca;
  height:30px;
  width:492px;
  font-size:100%;
  font-style:italic;
	margin:12px 0;
	color:#606060;
	padding:0;
}

/* Main Content */
#main {
	background-color:#e7e7dd;	
}

/* Summary */
#summary h2 {
  color:black;	
}
/* Post List */

#postlist li{
  border:2px solid #d4d4cc;
  background-color:#fff;
  margin:0 13px 13px 13px;
  padding:23px;
}

/* Play List */
#playlist {
  width:300px;
  height:300px;
  overflow:auto;

	scrollbar-face-color: #595959;
	scrollbar-highlight-color: #7f7f7f;
	scrollbar-shadow-color: #7f7f7f;
	scrollbar-3dlight-color: #7f7f7f;
	scrollbar-arrow-color: #7f7f7f;
	scrollbar-track-color: #262626;
	scrollbar-darkshadow-color: #7f7f7f
	
}

::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}


#playlist li{
  width:265px;
  height:60px;
  border-bottom:2px solid #3e3e3e;
  padding:10px;
}