@import url('http://static.tumblr.com/e4kjsd1/O2Ckl50r1/reset.css');
body {
	background: #f9f9f9; color: #000000;
	font: 12px/1.5 georgia, serif;
	min-width: 1000px;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight: normal;
}
#sidebar {
	width: 250px;
	float: left;
	margin-left: 50px;
	position: fixed;
}
#sidebar h1 {
	font-size: 47px;
	font-style: normal;
	text-transform: normal;
	line-height: 55px;
	margin-top: 28px;
}
#sidebar h1 a {
	color: #fff;
        background-color: #ff0000;
        height: 100px,
        padding-left: 10px;
        padding-right: 10px;
}
#sidebar p {
	font-size: 20px;
	line-height: 20px;
	margin-top: 10px;
}
#sidebar ul {
	margin-top: 30px;
}
#sidebar ul li {
	height: 30px;
	line-height: 30px;
}
#sidebar ul li a {
	display: block;
	color: #000000;
	font-size: 14px;
	font-style: italic;
	text-transform: normal;
	padding-left: 30px;
	text-indent: 20px;
}
#sidebar ul li.sep a, #pagination {
	border-top: 1px dashed #000000;
}
#sidebar ul li a:hover, li#search:hover #search_input {
	color: #000000;
}

#sidebar ul li#search:hover {
	cursor: pointer;
}
#sidebar #credits {
	font-size: 9px;
	line-height: 16px;
	color: #000000;
	margin-top: 15px;
}
#sidebar #credits a {
	color: #000000;
}
#sidebar #credits a:hover {
	text-decoration: underline;
}

#search_input {
	background: transparent;
	border: none;
	margin: 0; padding: 0 0 0 50px;
	font-family: georgia, serif;
	font-size: 14px;
	font-style: italic;
	text-transform: lowercase;
	color: #000000;
	background: url('http://www.yesnowave.com/lastrockers-icon/search.gif') no-repeat 25px 1px;
}
#search_input:hover {
	cursor: pointer;
}
#search_input:focus {
	cursor: text;
	color: #000000;
}
#search_submit {
	display: none;
}

#sidebar ul li#random a {
	background: url('http://www.yesnowave.com/lastrockers-icon/random.gif') no-repeat 25px 8px;
}
#sidebar ul li#archive a {
	background: url('http://www.yesnowave.com/lastrockers-icon/archive.gif') no-repeat 25px 8px;
}
#sidebar ul li#bookmarks a {
	background: url('http://www.yesnowave.com/lastrockers-icon/bookmarks.gif') no-repeat 25px 7px;
}
#sidebar ul li#tag a {
	background: url('http://www.yesnowave.com/lastrockers-icon/tag.gif') no-repeat 25px 8px;
}
#sidebar ul li#net a {
	background: url('http://www.yesnowave.com/lastrockers-icon/net.gif') no-repeat 25px 8px;
}
#sidebar ul li#pagination a {
	display: inline-block;
        font-size: 16px;
        color: #ff0000;
}
#playlist {
	padding: 47px 50px 50px 370px;
	width: 580px;
	font-family: helvetica, arial, sans-serif;
}
#playlist li {
	padding: 5px 0 5px 50px;
	border-bottom: 1px dashed #000000;
	min-height: 27px;
	position: relative;
}
#playlist li:last-child {
	border: none;
}
#playlist li a {
	font-size: 14px;
        font-weight: bold;
	color: #000000;
}
#playlist li a:hover {
	text-decoration: underline;
}
#playlist li h2 {
	line-height: 27px;
}
#playlist li p {
	margin-bottom: 3px;
}
#playlist li a.permalink {
	display: block; text-indent: -9999px;
	position: absolute; top: 10px; left: 25px;
	width: 16px; height: 16px;
}

#playlist li.audio {
	background: url('http://www.yesnowave.com/lastrockers-icon/audio.gif') no-repeat 25px 10px;
}
#playlist li.audio embed {
	display: inline;
	float: left;
}
#playlist li.audio h2 {
	text-indent: 15px;
	float: left;
	line-height: 29px;
}
#playlist li.audio span.play_count {
	display: block;
	float: right;
	line-height: 30px; color: #000000;
	font-size: 14px;
	font-weight: bold;
	cursor: help;
}
#playlist li.audio a.download {
	background: url('http://www.yesnowave.com/lastrockers-icon/download.gif') no-repeat;
	display: block; text-indent: -9999px;
	position: absolute; top: 10px; left: 10px;
	width: 16px; height: 16px;
}

#playlist li.link {
	background: url('http://www.yesnowave.com/lastrockers-icon/link.gif') no-repeat 25px 10px;
}
#playlist li.text {
	background: url('http://www.yesnowave.com/lastrockers-icon/text.gif') no-repeat 25px 9px;
}
#playlist li.text h2 {
	font-size: 18px;
        font-weight: bold;
}

#playlist li.video {
	background: url('http://www.yesnowave.com/lastrockers-icon/video.gif') no-repeat 25px 9px;
}
#playlist li.photo {
	background: url('http://www.yesnowave.com/lastrockers-icon/photo.gif') no-repeat 25px 9px;
}
#playlist li.photo a {
	display: block;
	margin-bottom: 4px; padding: 0;
}
#playlist li.photo p, #playlist li.video p {
	margin-top: 8px;
}

#playlist li.chat {
	line-height: 0;
	padding-top: 2px;
	padding-bottom: 0;
	background: url('http://www.yesnowave.com/lastrockers-icon/chat.gif') no-repeat 25px 7px;
}
#playlist li.chat h2 {
	padding-left: 15px;
	font-size: 14px;
	border-bottom: 1px dashed #000000;
}
#playlist li.chat ul li {
	padding: 0 0 0 15px; margin:0;
	line-height: 25px;
}
#playlist li.chat ul li strong {
	font-weight: bold;
	color: #000000;
}

#playlist li.quote {
	background: url('http://www.yesnowave.com/lastrockers-icon/quote.gif') no-repeat 25px 7px;
}
#playlist li.quote p {
	font-size: 18px;
        font-family: 'Arial Black',Arial,'Helvetica Neue',Helvetica,sans-serif;
        font-weight: bold;
        font-style: italic;
	text-transform: uppercase;
        line-height: 95%;
	margin: 2px 0 0;
	color: #FF0000;
}