/*
Theme Name: Pea Pilly Bean *
Theme URI: http://peapillybean.com.au/
Description: 
Version: 1.1
Author: Glenn Slaven
Author URI: http://blog.slaven.net.au/
Tags: 
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #313127;
}

ul, ol, li ul, li ol {
	list-style: none;
	margin: 0;
}

th, td, caption {
	padding: 0;
}

h1, h2, h3, h4, h5, h5 {
	margin: 0;
	padding: 0;
}

h2, h2 a, h2 a:visited {
	color: #995AA1;
	line-height: 1em;
}

h2 {
	margin: 0 0 10px 0;
}

a, a:visited, a:active {
	color: #1f6923;
}

a:hover {
	text-decoration: none;
	color: #000;
}

.container {
	background: #FFF url(http://static.peapillybean.com.au/template/container-background.png) repeat-y 0 0; 
}

.container .inner {
	padding: 0 0 0 20px;
}

/* Header */
#header {
}

#header h1 {
	padding: 20px 0 0 0;
}

/* Menu */
.menu {
	padding: 0 0 0 0px;
}

.menu ul li {
	display: inline;
}

.menu ul li a {
	padding: 0 5px 0 5px;
}

/* Sidebar */
.sidebar h2 {
	margin: 20px 0 0 0;
	line-height: 1em;
}

a.rss {
	background: transparent url(http://static.peapillybean.com.au/template/feed-icon-14x14.png) no-repeat 0 0;
	padding-left: 16px;
}

.sidebar li li a {
	font-size: 90%;
}

.sidebar li li {
	list-style-type: disc;
	margin-left: 15px;
}

.sidebar #cmeta li {
	list-style-type: none;
	margin-left: 0;
}


#content {
	padding: 20px 0 0 0;
}

.sidebar #recentcomments {
	line-height: 1.3em;
}

.sidebar #recentcomments li {
	margin-bottom: 5px;
}

/* Post */
.post h2.title {
	margin: 0 0 0 0;
}

.post .entry .date {
}

.post .related-posts {
	border-top: 1px solid #CCC;
	margin: 20px 0 0 0
}

.post .postmetadata{
	padding: 5px 0 10px 0;
	clear: left;
	font-size: 12px;
}

.post-thumb {
	float: left;
	padding: 5px 5px 0 0;
}

.post-excerpt {
	padding: 10px 0 0 0;
}

.comments-template {
	margin: 20px 0 0 0;
}

#commentform label {
	font-size: smaller;
}


