/*	Copyright 2006 Scott Stolnitz. All Rights Reserved.
	Original Author: Jeremiah Cohick, http://jeremiahlee.com	*/

.accessibility {
	display: none;
}
body {
	width: 1000px;
	margin: 0 auto 0 auto;
	background-color: #F5F5F1;
}
#nav {
	width: 360px;
	height: 700px;
	float: left;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1.6em;
	font-size: .9em;
}
#nav a {
	color: #336;
	text-decoration: none;
}
#nav ul, #nav li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-align: right;
}
#nav ul {
	width: 135px;
	float: left;
	margin-right: 10px;
	padding-top: 40px;
}

#content {
	float: left;
	width: 640px;
	color: #333333;
	z-index: 50;
	margin-top: 0;
}
#content img, #galleryFeature img {
	max-width: 100%;
}
#content p {
	font-size: .9em;
	line-height: 1.6em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#content h3 {
	font-size: 1.2em;
	line-height: 1em;
	font-family: Georgia, Palatino, Times, "Times New Roman", sans;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}

#twoCol {
	width: 640px;
	clear: both;
}
#twoCol #col1, #twoCol #col2 {
	width: 310px;
	float: left;
}
#twoCol #col1 {
	margin-right: 20px;
}

#threeCol {
	width: 640px;
	clear: both;
	text-align: center;
}
#threeCol #col1, #threeCol #col2, #threeCol #col3 {
	width: 210px;
	float: left;
} 
#threeCol #col1, #threeCol #col2 {
	margin-right: 2px;
	padding-right: 2px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}

.sidebox {
	width: 180px;
	padding: 10px;
	float: right;
	margin-left: 10px;
	border: 1px solid #999;
	background-color: #EEE;
}
.sidebox h3, .sidebox ul {
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
}
.sidebox ul {
	padding-left: 15px;
	margin-left: 0;
	font-size: 1.2em;
}

.blogDate {
	color: #666666;
	font-size: .8em;
	padding-top: 0;
	margin-top: 0;
}

.center {
	text-align: center;
}
.commentBtn {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: right;
	padding: 5px;
	border-bottom: 1px dashed #999;	
}

#content a:link, #content a:hover, #content a:active {
	color: #3F3F6F;
}
#content a:visited {
	color: #336;
}
#galleryFeature {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-bottom: 20px;
	margin-top: 20px;
}

#galleryTable, #galleryTableCat {
	width: 100%;
	margin-top: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#galleryTable th {
	font-size: 1.2em;
	text-align: left;
}
#galleryTableCat {
	width: 100%;
}
#galleryTableCat td {
	width: 25%;
	text-align: center;
}

a img {
	border: none;
}

#commentFormSubmit {
	clear: both;
	text-align: center;
}
.commentFormComment {
	width: 245px;
	height: 245px;
}
.commentFormText {
	float: right;
}
label {
	width: 70px;
	display: block;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.commentFormInput {
	width: 170px;
}
.barH3 {
	border: 3px double #336;
	padding: 3px;
	text-align: center;
}
.commentShow {
	width: 500px;
	clear: both;
	margin-bottom: 10px;
}
.commentAuthor {
	width: 139px;
	margin-right: 10px;
	padding-right: 10px;
	text-align: right;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #336;
}
.commentBody {
	width: 340px;
	float: left;
}
#calendar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
}

ul li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#hitCounter {
	clear: both;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

