body
{
	background: #002200;
   background: #000;
   font-family: helvetica, ariel, sans;
   font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;   
   font-size: 80%;
}

#nav
{
	float: left;	
	margin-top: 2em;
	margin-left: 2.5%;
	-moz-border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px;
	-moz-border-bottom-radius: 10px; -webkit-border-bottom-radius: 10px;
	-moz-border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
   
	border: 2px solid #ddddbb;
	background: #313113;
	color: #ddddbb;
	/*width: 20%;*/
	padding: 1em;
	padding-right: 3em;
	z-index: 2;
}

#nav a
{
   text-decoration: none;
   color: #ddddbb;
}

#nav .selected
{
	color: orange;
}

#nav ul
{
   padding: 0;
   margin: 1em;
}

#nav li
{
   padding: 0;
   margin: 0;
}

#nav div
{
	margin-top: 1em;
	font-size: 80%;
}

.agallery
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.agallery .photo
{
	height: 70px;
}

.agallery img
{
	border: 0;
}

#header
{
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	color: #ddddbb;
	margin-top: 0.3em;
	margin-left: 3.5em;
}

#header a
{
   font-size: 200%;
   text-decoration: none;
   color: #ddddbb;
}

#content
{
	float: left;
	margin-top: 4em;
	position: relative;
	left: -1em;
	width: 65%;
	/*background: #999951;*/
	background: #bbbb81;
   background: #999951;
	-moz-border-bottom-right-radius: 15px; -webkit-border-bottom-right-radius: 15px;
	-moz-border-top-left-radius: 15px; -webkit-border-top-left-radius: 15px;
	-moz-border-top-right-radius: 7px; -webkit-border-top-right-radius: 7px;
	-moz-border-bottom-left-radius: 7px; -webkit-border-bottom-left-radius: 7px;
	-moz-border-radius: 15px; -webkit-border-radius: 15px;
	border: 3px solid #ddddbb;
	padding: 2em;	
   padding-top: 1em;
}

#content a
{
   text-decoration: none;
   color: #ddddbb;
}

#sticky-content
{
   border-bottom: 2px solid #ddddbb;
   background: #A8A859;
   padding: 1em 2em;
   margin-top: 1em;
   margin-bottom: 2em;
}

#content hr
{
   clear: both;
   border: 0;
   height: 1px;
   background: #000;
}

#content .prev
{
   margin-left: 2em;
   float: left;
}

#content .next
{
   margin-right: 2em;
   float: right;
}

#footer
{
   clear: both;
	padding: 2em 0;
   font-size: 80%;
   color: #ddddbb;
   text-align: center;
}

#footer a
{
   color: #ddddbb;
}

.leftfloatingimage
{
   float: left;
   padding-top: 7px;
   padding-right: 7px;
   padding-bottom: 7px;
   padding-left: 7px;
   margin-top: 20px;
   margin-right: 20px;
   margin-bottom: 20px;
   margin-left: 10px;
}

.floatingimage
{
   float: right;
   padding-top: 7px;
   padding-right: 7px;
   padding-bottom: 7px;
   padding-left: 7px;
   margin-top: 20px;
   margin-right: 10px;
   margin-bottom: 20px;
   margin-left: 20px;
}

.entry-title
{
   font-size: 200%;
   border-bottom: 1px solid #313113;
   margin-top: 0;
   padding-bottom: 0.3em;
   clear: both;
}

.entry-title a
{
   color: #000;
   text-decoration: none;
}

.article
{
   margin-bottom: 3em;
}

a img
{
   border: 1px solid #313113;
}












