/*  
Theme Name: Plumvoice
Theme URI: Plumvoice.com
Description: Company Theme
Version: 1.3
Author: Dan Auger
Author URI: http://www.plumvoice.com
*/

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
	background: url('images/top_bar.png') repeat-x top;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#wrapper {
	margin: 0 auto;
	width: 755px;
	height: 350px;
	text-align: left;
}

#header {
	margin: 0 0 18px;
	float: left;
	width: 100%;
}

#header h1 {
	float: left;
	margin: 35px 0 0;
	padding: 0;
	width: 755px;
}

#header h1 a {
	padding: 0;
	margin: 0;
	width: 755px;
	height: 170px;
	display: block;
	background: url('images/blog_header.gif') no-repeat top left;
}

#header h1 a span { 
	position: absolute; left: -9000px;
	display: none; 
	visibility: hidden;
}

#box {
	float: left;
	width: 540px;
	background: url('images/vertical_dots.gif') repeat-y top right;
}

.post {
	margin: 0 0 15px;
	width: 520px;
	height: auto;
	text-align: left;
}

.odd {
	background-image: url('images/post_bar_green.png');
	background-repeat: no-repeat; 
	background-position: left top;
}

.even {
	background-image: url('images/post_bar_purple.png');
	background-repeat: no-repeat; 
	background-position: left top;
}

.post h3 {
	margin: 0 0 35px 10px;
	padding: 3px 0 0 0;
	height: auto;
	text-align: left;
	color: #ffffff;
	font-size: 22px;
}

.post h3 a:link, .post h3 a:visited {
	COLOR: #ffffff;
	text-decoration: none;
}

.post h4 {
	margin: -50px 10px 20px 0;
	color: #ffffff;
	font-size: 12px;
	text-align: right;
	font-family: Helvetica, Georgia, Arial, Sans-serif;
}

.divider {
	background-image: url('images/horizontal_dots.gif');
	background-repeat: repeat-x; 
	background-position: left top;
}

.divider span {
	visibility: hidden;
}

.entry {
	margin: -5px 10px 0;
}

.entry div {
	margin-top: 0px;
	margin-bottom: 0px;
}

.entry div span {
	visibility: hidden;
}

.entry p {
	line-height: 1.8em;
}

.comment_link a:link, .comment_link a:visited, .comment_link a:hover {
	COLOR: #000000;
	text-decoration: none;
}

.comment_bubble {
	margin-top: -21px;
	background: url('images/comment_bubble.png') no-repeat center right;
}

.comment_bubble h3 {
	visibility: hidden;
}

.sidebar {
	float: left;
	width: 210px;
	background: #ffffff;
	margin: 0 0 0 5px;
	display: inline;
}

table {
	margin: 12px -5px 0 10px;
	border-spacing: 7px 2px;
}

table caption {
	margin: 15px -28px 5px 0;
	padding: 5px;
	background: url('images/sidebar_top.png') repeat center;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}

.categories, .blogroll {
	margin: 12px -5px 0 10px;
}

.categories h3, .blogroll h3 {
	margin: 15px 10px 10px 0;
	padding: 5px;
	background: url('images/sidebar_top.png') repeat center;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}

.categories p, .blogroll p {
	margin: 0 0 5px 2px;
}

.categories a:link, .categories a:visited {
	COLOR: #000000;
	text-decoration: none;
}

.blogroll a:link, .blogroll a:visited {
	COLOR: #000000;
	text-decoration: none;
}

#footer {
	clear: both;
	float: left;
	width: 750px;
}

#footer a:link, #footer a:visited {
	COLOR: #000000;
	text-decoration: none;
}

a:link {
	COLOR: #511a51;
	text-decoration: underline;
}

a:visited {
	COLOR: #a5ab23;
	text-decoration: underline;
}

a:active, a:hover {
	COLOR: #000000;
	text-decoration: none;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.nocomments {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
