

/* standard elements Text color dark brown#3c2415
Links text color purple grey #9b8579
Highlight boxes brown grey logo #333333
back ground color purple grey #9b8579
background top nav bar #333333 brown grey logo
*/


* {
	margin: 0;
	padding: 0;
}

a {color: #333333;}
a:hover {color: #9b8579;}



body {
	background-image:url(img/bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font: normal 60% Arial,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}


h1 {
	font: bold 1.2em Arial,sans-serif;
	margin-bottom: 4px;
}


/* post title */
h4 {
	font: bold 1.2em Arial,sans-serif;
color:#285069;
	margin-bottom: 4px;
text-align: left;

}

h5 {
	font: 1.0em Arial,sans-serif;
color:#9b8579;
	margin-bottom: 0px;
text-align: left;

}


/* welcome */
h6 {
	font: bold 1.2em Arial,sans-serif;
color:#7e4527;
	margin-bottom: 4px;
text-align: left;
}

h6right {
	font: bold 1.2em Arial,sans-serif;
color:#7e4527;
	margin-bottom: 4px;
text-align: right;
}

h1,h2,h3 {padding-top: 6px;}
h4 {padding-top: 0px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background-color: #FFF;
	font-size: 1.4em;
	margin: 0 auto;
	padding: 0px 0px 0px;
	width: 980px;
		/* for IE */
  filter:alpha(opacity=90);
	/* CSS3 standard */
  opacity:0.9;
}

/* header */
.top {
	background-color: #fff;	
	padding: 0px 0px 0px;
}

/* title */
.header {
background-color: #333333;	
background-image:url(img/banner.jpg);

	font-size: 1.2em;
	height: 170px;
	display: block;
	width: 800px;

margin-top:10px;
margin-bottom:10px;
	
}
.header .left {
	background-color: #9b8579;
	font: normal 2.8em arial-Helvetica,sans-serif;
	line-height: 105px;
width: 980px;
	text-align: left;	
	
}
/* navigation */
.navigation {	
	background: #333333 url(img/nav.jpg);
	border: 1px solid #3c2415;
	height: 41px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.navigation a {
	background: transparent url(img/nav.jpg) left top repeat-x;
	border-right: 1px solid #333333;
	color: #3c2415;
	display: block;
	float: left;
	font: bold 1.3em arial-Helvetica,sans-serif;
	line-height: 41px;
	padding: 0px 18px;
	text-decoration: none;
}
.navigation a:hover {
background: transparent url(img/nav.jpg) left bottom; 
color: #fff;
}

/* main */
.main {
	border-top: 4px solid #fff;
	background: url(img/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {

	float: right;
padding-right:5px;
	width: 170px;
}
.sidenav h2 {
	color: #333333;
	font-size: 1.1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	list-style-type: none;
	padding: 0;
	border-top: 1px solid #333333;
}
.sidenav li {border-bottom: 1px solid #333333;}
.sidenav li a {
	font-size: 1em;
	color: #333333;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background-color: #333333;
	color: #fff;	
}

/* content */
.content {
	float: left;
	margin: 5px 0;
	padding: 0 0px;
	width: 800px;

}

.gallerycontent {
		float; left;
	width: 800px;
	
}

.gallerysplash{
	margin-left: 10px 0;
	width: 980px;
}
.content .descr {
	color: #9b8579;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content .ol {
	color: #3c2415;
	list-style:upper-alpha;
	margin-left: 50px;
	margin-right: 50px;
}

.content li {
		list-style:square;
color: #000;
		margin-left: 50px;
margin-right: 50px;

}
.content links {
	color: #9b8579;
	font-size: 1.0em;
	
}

.content date {
	color: #3c2415;
	font-size: 1.0em;
	
}
.content .imgright {
padding: 5px;
border: 1px solid #333333;
margin-left: 24px;
float: right;
background-color: #FFF;

}



.content .imgleft {
padding: 5px;
border: 1px solid #333333;
margin-left: 4px;
margin-right: 4px;
float: left;
}

.content .imgcenter {
display: block;
padding: 5px;
border: 1px solid #333333;
margin-left: auto;
margin-right: auto;

}

.content .imgfull {
display: block;
width: 730px;

padding: 5px;
border: 1px solid #333333;
margin-left: auto;
margin-right: auto;

}
.content p
{
color: #3c2415;
margin-left: 50px;
margin-right: 50px;
}


/* footer */


.footer {
	color: #333333;
	font: bold 2em  arial-Helvetica,sans-serif;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	background-color: #FFF;
		width: 980px;
		/* for IE */
  filter:alpha(opacity=90);
	/* CSS3 standard */
  opacity:0.9;
	
}


.footer .imgright {

align: right;
}
.footer a,.footer a:hover {color: #FFF;}


/* 
ul.a {list-style-type:circle;}
ul.b {list-style-type:square;}
ol.c {list-style-type:upper-roman;}
ol.d {list-style-type:lower-alpha;}
/* 