/*
Theme Name: Wicked Hawt
Description: It's Wicked Hawt!
Version: 0.1
Tags: wicked, hawt

*/

a {
	color: #300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body {
	background-color: #fcfcfc;
}

h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
	height: 151px;
}

h1 a {
	background: url("images/logo.png") top left no-repeat;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-decoration: none; 
}

li {
	background-color: #fc6;
	margin: 1em 0;
	padding: 0 1em 0 0;
}

ul, ol {
	list-style: none;
}

ol.mp3-list {
	list-style: decimal;
	list-style-position: inside;
}

ol.mp3-list a {
	text-decoration: underline;
}

ul.mp3-list li {
	display: inline;
	white-space: nowrap;
}

.post {
	background-color: #fc6;
	margin: 1em 0;
	padding: 1em;
}

.post small {
	font-style: italic;
}

.post .entry {
	margin: 1em 0;
}
.postmetadata {
	text-align: right;
}

.widget {
	padding: 0 1em;
}

.widget_categories a {
	font-size: 19px;
	font-weight: bold;
}

#branding blockquote {
	display: none;
}

#content {
	background: #f60 url("images/bg.png") center center repeat-y;
	border: 1px solid #300;
	padding: 1em 0;
}

#footer {
	background-color: #fcfcfc;
	padding: 3em;
	text-align: center;
}

#header {
	background: #fcfcfc url("images/header_bg.png") center bottom no-repeat;
	padding: 39px 0 10px 0;
}

#header li {
	background-color: transparent;
	display: inline;
}

#header ul {
	margin: 0;
}

#header .pagenav h4 {
	display: none;
}
