body {
	background-color: #93743b;
	color: #e3ede3;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

form {
	padding:0px;
	margin:0px;
}

small {
	font-size:11px;
}
	
input {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 9px;
	padding: 2px;
	margin: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: dotted #fee2ae 2px;
	border-left: 0px;
	color: #e3ede3;
	background-color:#a48241; 
}

a.none {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
}

a.none:hover {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
}

a {
	color: #fffafa;
	text-decoration: underline;
	background-color: transparent;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #7b6131;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #d6ab35;
	background-color: transparent;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #d6ab35;
	background-color: transparent;
}

h4 {
	width: auto;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fee2ae;
	margin-bottom: 2px;
	background-color:#a48241;
	padding: 1px 1px 1px 5px;
}
#content {
	width: 90%;
	position: absolute;
	top: 265px;
	left: 5%;
	padding: 0px;
	margin:  0px 0px 20px 0px;
	z-index: 200;
}
html>body #content { /* Hack to get around Win IE5 Awfullness */
	position: absolute;
	top: 250px;
	left: 5%;
}


/* Draw TopBar on MainPages */
.hdrimg {
	width: 529px;
	position: absolute;
	top: 0px;
	left: 5%;
	margin: 0px;
	padding: 0px;
	z-index: 30;
}
.hdrstripe {
	width: 100%;
	position: absolute;
	height: 529px;
	left: 0px;
	top: 0px;
	background-color: transparent;
	background-image: url(../img/header-tile.gif);
	background-repeat: repeat-x;
	text-align: right;
	z-index: 20;
}
.hdrdrkyellow {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 231px;
	background-color: #CC9933;
	color: inherit;
	height: 10px;
	z-index: 10;
}
p.nav {
	margin: 0px;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #cccccc;
	background-color: transparent;
	line-height: 23px;
}

a.nav {
	padding-right: 6px;
	font-weight: bold;
	text-decoration: none;
	margin: 4px;
	color: #cccccc;
	border-right: solid #2B5453 5px;
	background-color:transparent;
}

a.nav:hover {
	text-decoration: none;
	color: #ffffff;
	border-right: solid #0c3634 5px;
	background-color:transparent;
}



/* Two Column Layout */

.leftclmn {
	float:left;
	width:72%;
	margin-right:15px;
	padding-right:5%;
	padding-bottom:20px;
	border-right: dashed #8B693D 1px;
	z-index: 300;
}

.rightclmn {
	height: 100%;
	text-align: center;
	z-index: 400;
}



/* Home Page Content */

.bentry {
	padding-left: 10px;
}
.bTime {
	color: #fee2ae;
	background-color: transparent;
	font-weight: bold;
}
.bfooter {
	color: #fee2ae;
	background-color: transparent;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	
}
a.bfooter:hover {
	color: #fee2ae;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 3px;
}

.previewthmb {
	margin: 1px;
	border: solid #ffffff 1px;
}

/* Draw TopBar on SubPages */

.hdrgreen {
	width: 100%;
	height: 28px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: inherit;
	background-color: #2B5453;
	border-bottom: solid #000000 2px;
	z-index: 10;
}
.hdryellow {
	width: 100%;
	height: 12px;
	position: absolute;
	top: 30px;
	left: 0px;
	color: inherit;
	background-color: #EDBB1C;
	border-bottom: solid #000000 1px;
	z-index: 05;
}
.hdrnav {
	width: 98%;
	position: absolute;
	top: 4px;
	left: 0px;
	background-color: transparent;
	z-index: 15;
	text-align: right;
	font-size: 12px;
	padding: 3px;
}
a.subnav {
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	background-color: transparent;
	color: #cccccc;
}
a.subnav:hover {
	text-decoration: none;
	background-color: #0c3634;
	color: #ffffff;
}
#current {
	color: #ffffff;
	background-color: transparent;
}

/* Photo MainPage */
img.hdlnthmb {
	margin: 2px 1px 2px 0px;
	border: solid white 1px;
}

/* Generic SubPage */
.bdysubpage {
	width: 100%;
	position: absolute;
	top: 55px;
	left: 0px;
	text-align: left;
}

/* Archive SubPages */
a.archtitle:link {
	color: #e3ede3;
	text-decoration: none;
	background-color: transparent;
}
a.archtitle:visited {
	color: #e3ede3;
	text-decoration: none;
	background-color: transparent;
}
a.archtitle:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #7b6131;
}

/* Photo SubPages */

.ftrphoto {
	font-size: 16px;
}
.bdyphoto {
	width: 100%;
	position: absolute;
	top: 55px;
	left: 0px;
	text-align: center;
}
img.thmb {
	margin: 4px;
	border: solid #000000 1px;
}
p.description {
	padding-left: 10px;
}

blockquote {
	margin:0px;
	padding:10px 5% 10px 3%;
	font-style:italic;
}

quote {
	font-style:italic;
}

.callout {
	border:dotted #795F31 1px;
	margin:1%;padding:3%;
	font-size:11px;
	background:#947743;
}
