/*
Theme Name: Chapmans Photo 3
Theme URI: http://www.chapmansphoto.com
Description: The custom-made Heather Chapman Photography template
Version: 0.3
Author: Will Chapman
Author URI: http://www.chapmansphoto.com
Tags: custom
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #ffffff;
	color: #333;
	text-align: center;	
	padding: 0;
	margin: 0;
	}
	
#page {
	width: 800px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #959596;
}

#content {
	width: 800px;
	float: left;
}

#header {
	float: left;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 19px;
	color: #2d2907;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

small.commentmetadata  a{
	text-decoration: none;
}
	
.post {
	float: left;
	width: 800px;
	text-align: left;
	margin-top: 10px;
	padding: 5px;
}

div.postTitle, div.postTitle a {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #2d2907;
}

div.postTitle a:hover {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}

div.postTitle2 {
	font-size: 7pt;
	text-decoration: none;
	color: #2d2907;
}

a { 
	font-size: 7pt;
	text-decoration: none;
	color: #2334fe;
}

a:hover {
	font-size: 7pt;
	text-decoration: none;
	color: #2d2907;
}

a img {
	border: none;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.lightpurplebar {
	float: left; 
	width: 800px; 
	height: 6px;
}

ol.commentlist {
	text-align: left;
}

ol.commentlist li {
	width: 700px;
	border-top: 1px dashed #d593ca;
	padding: 3px;
}

ol.commentlist li.alt {
	width: 700px;
	border-top: 1px dashed #d593ca;
	padding: 3px;
	background-color: #e5e5e5;
}

div.commentAuthorLink {
	font-size: 7pt;
	text-decoration: none;
	display: inline;
}

div.commentAuthorLink a {
	font-size: 7pt;
	text-decoration: none;
	display: inline;
	color: #2d2907;
}

div.commentAuthorLink a:hover {
	font-size: 7pt;
	text-decoration: none;
	display: inline;
	color: #000099;
}

.entry img { 
	border: thin solid #90a68f;
}

#leaveAComment {
	float: left;
	width: 760px;
	margin: 20px 0px 0px 0px;
	text-align: left;
	margin-left: 40px;
}

input.txtinput {
	border: thin solid #90a68f;
	color: #2d2907;
	font-weight: bold;
	font-size: 10pt;
}

textarea.txtinput {
	border: thin solid #90a68f;
	color: #2d2907;
	font-weight: bold;
	
}

/* Start the menu stuff for the YUI */
.yuimenuitemlabel {
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
	font-family: Verdana;
	padding: 3px 1px 3px 1px;
}

.yuimenuitemlabel-selected {
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
	font-family: Verdana;
	padding: 3px 1px 3px 1px;
}

.yuimenu {
	background-color: #90a68f;
	padding: 3px;
}