/*  
Theme Name: Green Lake
Theme URI: http://www.renderfast.com/
Description: Green Lake
Version: 0.1
Author: Doug Letterman
Author URI: http://renderfast.com/
*/

body
{
	background: #000 url(images/bg_grad2.png) repeat-x;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	/*font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;*/
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #c00;
	text-decoration: none;
}

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

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.hidden {
	display: none;
	visibility: hidden;
}

#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 790px;
	/*background: lightgrey url(images/hexagon5_bg_grey.png) repeat;*/
	background: #ddd url(images/greygrad.png) repeat;
}

#content {
	padding: 0;
	margin: 0;
	background-color: #fff;
}

#nameplate {
	height: 96px;
	margin: 0;
	padding: 0;
	background: #000 url(images/rf_nameplate3.png);
	background-repeat: no-repeat;
}

#nameplate:hover {
	cursor:pointer;
}

#menubar {
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-size: 12px;
}

#menubar ul {
	float: right;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #fff;
}

#menubar ul li {
	float: left;
	padding: 0;
	text-align: center;
}

#menubar ul li a {
	padding: 2px 10px;
	margin: 0;
	color: grey;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
}

#menubar ul li a:hover {
	color: #000;
	background-color: #ccc;
}

#menubar h3.subtitle {
	color: grey;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	padding: 2px;
	font-size: inherit;
	font-weight: normal;
}

#inner {
	border-top: 1px solid black;
	clear: both;
	padding: 0;
	margin: 0;
}

#leftcol {
	float: left;
	text-align: left;
	padding: 20px 0 20px 0;
	margin: 0;
	padding-left: 100px;
	/* IE Box model hack */
	padding-right: 20px;
	width: 600px;
	background-color: #fff; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 480px;
}

/* Be nice to Opera 5 Hack */
html>body #leftcol {
	width:480px;
} 

#sidebar {
	background-image: url(images/sidebar_decoration.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100%;
	float: right;
	width: 155px;
	padding: 175px 15px 20px 10px;
	margin: 0;
	font-size: 10px;
}

#footer {
	clear: both;
	background-color: #fff;
	border-top: 1px solid black;
	border-bottom: 20px solid black;
	padding: 2px 10px 2px 10px;
}

#footer p {
	padding: 0;
	margin: 0 10px 0 90px;
	font-size: 10px;
}

/* Begin Posts */
.post {
	margin:0;
	padding:0;
	clear:both;
	border-bottom: 1px dotted grey;
}

.post h2.page {
	margin-bottom: 8px;
}

.post h2, .post h2 a, .post h2 a:visited {
	font-size:26px;
	border:0;
	padding:0;
	margin: 5px 0 2px 0;
	line-height:28px;
	letter-spacing:-1px;
	text-decoration:none;
}
.post h2 a:hover {
	text-decoration:none;
}

.entry {
	margin-top: 2px;
	margin-bottom: 2px;
}

.post-date {
	text-align:right;
	padding-top:3px;
	padding-bottom:4px;
	font-size:10px;
	color:#666;
	letter-spacing:-1px;
}

.post img.alignleft {
	float: left;
	margin: 8px 8px 8px 0;
}

.post img.alignright {
	float: right;
	margin: 8px 0 8px 8px;
}

.post pre {
	margin-left: 18px;
	overflow: auto;
}

.wp-caption, .alignleft {
	float: left;
	margin: 8px 8px 8px 0;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 2px 0 0 19px;
	font-size: small;
	border-bottom: 1px solid #aaa;
	background-image: url(images/rf_sidebar_bullet.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sidebar ul {
	border: 0;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	margin: 5px 0 8px;
	list-style-type: none;
}


ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
*/

#searchform {
	margin-top: 10px;
}

#s {
	border: 1px solid #999;
	width: 108px;
	font-size: 10px;
	margin: 0;
}

input, textarea {
	padding: 1px;
	font-size: 12px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	background-color: #e2e2e2;
	border: 1px solid #666;
	color: #333;
}

input:hover, textarea:hover {
	background-color: #333;
	color: #fff;
}

input:focus, textarea:focus {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
}

textarea#comment {
	width: 460px;
}

.postmetadata {
	clear: both;
	background-image: url(images/rf_tiny.png);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	font-size: x-small;
	padding-left: 18px;
}

#fourofour {
	margin: 20px auto;
	padding: 120px 0px 0px 160px;
	background-repeat: no-repeat;
	background-image: url(images/rf_404.png);
	background-position: left top;
	height: 200px;
	font-size: 24pt;
}

