/*  
Theme Name: Templeton
Theme URI: http://lorenz-mcclure.com/
Description: The theme based on the legendary Templeton.
Version: 1.0
Author: Eric Ogburn
Author URI: http://vffl.net/ogburn/
*/

*
{
padding: 0;
margin: 0;
}

body
{
	margin: 0;
	padding: 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 76%;
}
#container
{
	position: relative;
	padding: 0;
	margin: 0 auto 20px auto;
	width: 700px;
	text-align: left;
}
#header {
	width: 700px;
	height: 335px;
	padding: 0;
}
#headerimg1 {
	width: 700px;
	height: 150px;
	background-image: url(images/header-top-bg.gif);
	background-repeat: no-repeat;
}
#headerimg2 {
	width: 700px;
	height: 131px;
	background-image: url(images/header-bg.gif);
	background-repeat: no-repeat;
}
#headerimg3 {
	width: 700px;
	height: 19px;
	background-image: url(images/header-btm-bg.gif);
	background-repeat: no-repeat;
}
#headerimg4 {
	width: 700px;
	height: 35px;
	background-image: url(images/header-btm2-bg.gif);
	background-repeat: no-repeat;
}
#sidebar
{
	width: 210px;
	float: left;
}
#sidebarBtm {
	height: 25px;
	background-image: url(images/left-bg.gif);
	background-repeat: no-repeat;
}
#box {
	
}
#boxTop {
	width: 210px;
	height: 14px;
	background-image: url(images/left-box-top-bg.gif);
	background-repeat: no-repeat;
}
#boxContent
{
	width: 210px;
	background-image: url(images/left-box-bg.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0 0 0 25px;
}
#boxBtm {
	width: 210px;
	height: 15px;
	background-image: url(images/left-box-btm-bg.gif);
	background-repeat: no-repeat;
}
#ads {
	text-align: center;
	padding-top: 20px;
}
#ads img {
	padding: 5px;
	}
#footer
{
	height: 50px;
	background-color: #FFF;
	clear: both;
	text-align: center;
	padding-top: 10px;
}
#contentBg {
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
}
#content
{
	margin-left: 210px;
	padding: 0 20px 20px 10px;
}

/* TEXT FORMATTING */

h2
{
	color: rgb(0, 51, 51);
	font-family: Georgia, Garamond, Times New Roman;
	font-variant: small-caps;
	font-size: 1.6em;
}

#content h2{
	font-size: 2em;
}
#content p { 
	padding-bottom: 10px;
}
.postmetadata
{
	border-bottom: rgb(64, 117, 95);
	border-width: 0 0 2px 0;
	border-style: none none solid none;
	font-style: oblique;
}
a {
color: rgb(51,33,23)
}

#sidebar ul {
	list-style: none;
	width: 160px
}
#sidebar h2 {
	padding-top: 10px;
}
#sidebar p { padding: 0 60px 0 0; }
#searchform {
	text-align: left;
	margin: 0 0 15px 0;
}
#searchform input
{
	border: 1px solid rgb(51,33,23);
	background-color: rgb(255,241,195);
	color: rgb(51,33,23);
	font-family: Arial, Helvetica, Trebuchet, sans-serif;
	font-size: .9em;
}
#searchform #s {
 	width: 50%;
	background-color: white;
}
.entrytext .postmetadata
{
	font-size: 1.1em;
	background-color: #fff;
	width: 90%;
	margin: 2em auto3.5em 10px auto3.5em;
	border: 1px dotted rgb(51,22,23);
	padding: 5px;
	background: #fff;
}
/* COMMENTS STYLING */

ol.commentlist
{
  width: 90%;
  margin: 0 auto;

}

ol.commentlist li
{
  margin-bottom: 1.5em;
  border: 1px solid rgb(51,33,23);

  padding: 5px;
  background-color: rgb(216,187,155);
}

ol.commentlist li.alt
{
  background-color: rgb(185,123,81);

}


ol.commentlist a
{
  color: rgb(51,33,23);
}

small.commentmetadata
{

  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;

}

/* EXHIBIT STYLES */
/* exhibit.css */
/* For use with the WordPress Exhibit plugin */

.ex_thumb_preview
{
	padding: 10px;
	font-size: 1em;
	display: inline;
}
.ex_thumb_preview img
{
	border-width: 1px;
	border-color: black;
	border-style: solid;
	margin-right: 5px;

}

#exhibit_thumbs {  
	/* Use .exhibit_thumbs class instead */
}
.exhibit_thumbs
{
	background-color: #cccccc;
	border-width: 2px;
	border-color: rgb(51,33,23);
	border-style: dotted;
	margin: 20px 20px 20px 0;
	width: 460px;
	text-align: center;
}

.ex_thumb {
	padding: 3px;
	margin:3px;
	font-style:oblique;
}

.navigation {
height: 40px;
}
.alignleft {
float: left
}
.alignright {
float: right;
}