/*
Theme Name: Words
Description: Writing portfolio for Neille.com
Version: 1.0
Author: Dalasie Michaelis
Author URI: http://dalasie.com/
Tags: Neille
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	text-align: center;
	font-family: verdana, arial, san-serif;
	color: #333;
	font-size: 10px;
}

a img {
	border: none;
}

a:link, a:visited, a:hover {
	text-decoration: underline;;
	color: #630;
}

a:hover {
	color: #c60;
}

#container {
	width: 309px;
	margin: 0 auto 80px;
	text-align: left;
}

#mainContent {
	list-style: none;
}

h1#header {
	width: 309px;
	height: 301px;
	overflow: hidden;
	background: url(images/header.jpg) no-repeat left top;
	text-indent: -9999px;
	margin-bottom: 30px;
}

h1#header a {
	display: block;
	width: 309px;
	height: 301px;
}

.post {
	padding-bottom: 50px;
	background: url(images/pencil.gif) no-repeat 50% bottom;
	margin-bottom: 50px;
}

.post h2 {
	font-size: 10px;
}

.post .source {
	display: block;
	font-style: normal;
	margin-bottom: 10px;
}

.post p {
	margin-bottom: 10px;
}

#categories {
	text-align: center;
	font-weight: bold;
	list-style: none;
	margin-bottom: 50px;
}

#footer {
	width: 309px;
	text-align: center;
	margin: 0 auto;
	list-style: none;
}

#footer li {
	display: inline;
	margin-right: 1px;
	font-weight: bold;
}

#footer li a {
	background: transparent url(images/pipe.gif) no-repeat scroll right 50%;
	padding-right: 5px;
	
}

#footer li a.last {
	background: none;
}

/* for audio player*/

.audio {
	margin-top: 10px;
}

.audio div {
	padding: 0 0 0px;
	margin: 0;
}

a.listen {
	margin: 0 0 0 3px;
	padding: 8px 0 8px 30px;
	background: transparent url("http://neille.com/img/listen.gif") 3px 50% no-repeat;
	font-size: 10px;
	line-height: 18px;
	display: block;
}