/* CSS Document */

body
{
	margin: 0;
	padding: 0 0 20px 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background: #444 url(headerbg.png) repeat-x top left;
	text-align: center;
}

#container
{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: white url(contentbg.png) repeat-y top left;
}

#header
{
	height: 100px;
	background: #B4813F url(headerbg.png) repeat-x top left;
	color: white;
	position: relative;
}

#logo h1
{
	margin: 0;
	padding: 0;
}

#logo a
{
	display: block;
	width: 800px;
	height: 100px;
	background: url(logo.png) no-repeat bottom left;
	color: white;
	border: none;
}

#logo span
{
	display: none;
}

#nav
{
	display: block;
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 4px;
	right: 0px;
}

#nav li
{
	display: block;
	float: left;
	padding: 0;
	margin: 0 2px;
}

#nav a
{
	display: block;
	color: white;
	padding: 5px 5px;
	text-decoration: none;
	font-weight: bold;
	background-color: #cfa877;
	border: 1px solid #a97430;
}

#nav a:hover
{
	background-color: #cfa877;
}

#content
{
	clear: both;
	padding: 5px;
	width: 578px;
	float: left;
	border-right: 2px solid #775528;
	overflow: auto;
}

#box {
	display: block;
}

#sidebar
{
	float: right;
	width: 210px;
}

#footer
{
	background: #B4813F url(footerbg.png) repeat-x top left;
	color: white;
	text-align: center;
	padding: 5px;
	clear: both;
}

#fnav
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#fnav li
{
	margin: 0;
	padding: 0 10px;
}

#fnav a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#fnav a:hover
{
	color: #ddd;
}

#footer p
{
	margin: 5px 0;
}

/******* Sidebar *********/
#sidebar h3
{
	margin: 0;
	padding: 0;
	color: #614621;
}

#sidebar h3 a
{
	display: block;
	margin: 30px 0 0 0;
	border-bottom: 2px solid #775528;
	padding: 5px;
	background: #c9a473 url(arrow.gif) no-repeat center right;
	color: #3E2D15;
}

#sidebar h3 a:hover
{
	background-color: #c9ac87;
}

#sidebar p
{
	margin: 10px 5px;
}

#sidebar img
{
	margin: 5px;
}

#sidebar ul
{
	list-style-type: none;
	display: block;
	padding: 0 0 0 10px;
	margin: 10px 5px;
}

#sidebar ul li
{
	display: block;
	padding: 0 0 0 10px;
	margin: 2px 0;
	background: transparent url(arrow.gif) no-repeat center left;
}

/******* General Element Styles ********/
a, a
{
	color: #3E2D15;
	text-decoration: underline;
}

a:hover, a:hover
{
	text-decoration: none;
}

p
{
	margin-top: 3px;
}

h1, h2, h3, h4
{
	color: #614621;
	margin-bottom: 0px;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

h4
{
	margin-top: 3px;
	font-size: 12px;
}

h5
{
	margin-top: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

#content img {
	border: 1pt solid #ccc;
	margin: 5px;
	padding: 3px;
}

/******** Frontpage **************/
.block
{
	width: 255px;
	margin: 6px;
	padding: 6px;
	border: 1pt dashed #ccc;
	float: left;
}

.first {
	clear: both;
}
/******** Article Styles *********/

.authorimg
{
	border: 4px;
	margin-right: 10px;
	border-color: #A06D30;
	border-style: outset;
}

.offset
{
	padding: 10px;
	background: #e2ccaf;
	text-align: left;
	margin: 10px;
	border: 1px dashed #444;
}


.campfeature
{
	clear: left;
	padding-top: 10px;
}

.left {
	float: left;
}
.right{
	float: right;
}

.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	}

.photos a {
	display: block;
	float: left;
	font-size:10px;
	margin: 0 10px 10px 0;
}

.photos img {
	display: block;
}

.smaller {
	font-size:10px;
}
