/*
Theme Name: Hidden_Pond_Theme
Theme URI: http://wordpress.org/
Description: created for Hiddenpondmaine.com.
Version: 1.0
Author: Adam Policky
Author URI: http://rarebrick.com.com/
Tags: hidden pond

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	text-align:center;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	background-color:#5e2c15;
	font-size:100%;
	}
	
h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	margin:0.5em 0 0.5em 0;
	padding:0;
	color:#799050;
	}
h2.pagetitle {
	color:#8f5936;
	font-size:100%;
	}
	
a {
	color:#799050;
	}

div#main {
	margin:0 auto;
	padding:0;
	width:760px;
	background-color:#eef1e5;
	}
div#contentHolder {
	text-align:left;
	float:left;
	width:530px;
	}
div#contentHolder-single {
	text-align:left;
	float:left;
	width:730px;
	}
div#content {
	margin-left:30px;
	}
div#rightHolder {
	text-align:left;
	float:right;
	width:213px;
	font-family:Arial, Helvetica, sans-serif;
	}
div#right {
	width:198px;
	background-color:#bdd2cd;
	background-image:url(http://www.hiddenpondmaine.com/blog/wp-content/themes/hiddenpond/images/blog_rbox_mid.gif);
	background-repeat:repeat-y;
	}
div#rightInside {
	margin:0 10px;
	}
div#footer {
	clear:both;
	}
	
div.post h2 a, div.post h3 a {
	text-decoration:none;
	}
div.post h2 a:hover, div.post h3 a:hover {
	text-decoration:underline;
	}
ul {
	margin:0;
	padding:0;
	}
li {
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
	
div#rightInside li a {
	font-size: 90%;
	margin:0.3em 0 0.3em 1em;
	}
div#rightInside li h2 {
	font-size: 110%;
	margin: 0.5em 0 0 0;
	color:#536e6b;
	}
	
form {
	margin:0;
	padding:0;
	}
input#s {
	width:160px;
	margin:4px 0;
	}
div#rightInside form label {
	font-weight:bold;
	font-size: 90%;
	color:#536e6b;
	}	
div#rightInside p {
	color:#666;
	font-style:italic;
	font-size:90%;
	}
	
p.postmetadata, .post-edit-link {
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	}
	
small {
	font-size:95%;
	font-style:italic;
	color:#536e6b;
	margin-bottom:0.5em;
	}
	
#commentform textarea {
	width:700px;
	}
	
	
