/*
Theme Name: Rick Berry Studio
Theme URI: http://www.rickberrystudio.com/
Description: Theme for the rickberrystudio.com news page.
Author: Luke Berry
Tags: monochrome, one-off
*/
body {
	font-family: Georgia, Times, serif;
}
#contentwrapper {
	position: relative;
	left: 50%;
	margin-left: -425px;
	padding: 20px;
	width: 810px;
	text-align: left;
	background-color: #ffffff;
	background-image: url('header-only-crop.gif');
	background-repeat: no-repeat;
}
#topnav {
	text-align: right;
	float: right;
}
#topnav a {
	text-decoration: none;
	color: #000000;
}
#topnav a:hover {
	color: #666666;
}
#content {
	width: 100%;
	margin-top: 100px;
}
#maincontent {
	width: 590px;
	float: left;
}
#sidebar {
	width: 200px;
	float: right;
	font-size: 10pt;
}
#pagetitle {
	font-size: 50px;
}
.posttitle{
	font-family: 'OFL Sorts Mill Goudy TT', serif;
    clear: both;
    font-size: 20pt;
    font-weight: 700;
}
.posttitle a{
	text-decoration: none;
	color: #000000;
}
.posttitle a:hover{
	color: #666666;
}
.postfooter{
	display: block;
	background-color: #eeeeee;
	font-size: 10pt;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
}
.postfooter p{
	border-bottom: solid;
	border-width: 1px;
	border-color: #999999;
}
.postcommentsindicator{
	float: right;
}
.postcommentsindicator a{
	text-decoration: none;
	color: #000000;
	padding-left: 4px;
}
.postcommentsindicator a:hover{
	background-color: #cccccc;
}
#sidebar #mailbutton{
	border: solid;
	border-width: 1px;
	border-color: #999999;
	float: left;
}
#sidebar #mailbutton a{
	background-color: #eeeeee;
	border-style: outset;
	border-color: #ffffff;
	border-width: 1px;
	padding: 4px;
	color: #223388;
}
#sidebar #mailbutton a:hover{
	background-color: #dddddd;
}
#sidebar #mailbutton a img{
	vertical-align: middle;
	margin-top: -2px;
}
#sidebar ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
#sidebar a{
	display: block;
	text-decoration: none;
	color: #000000;
}
#sidebar ul a:hover{
	background-color: #cccccc;
}
#postsnav{
	text-align: center;
	font-size: 10pt;
	padding-bottom: 5px;
}
#postsnav a{
	text-decoration: none;
	color: #000000;
}
#postsnav a:hover{
	color: #666666;
}
#footer{
	clear: both;
	border-top: solid;
	border-width: 1px;
	border-color: #999999;
	font-family: 'OFL Sorts Mill Goudy TT', serif;
	font-size: 9pt;
	text-align: center;
	padding: 5px;
}

