body
{
	line-height: 160%;
	margin: auto;
	background-color: white;
	color: black;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 12px;
	max-width: 1200px;
}

img
{
	background-color: white;
	padding: 0;
	border-width: 0;
}

/*<group=header>*/

div#header
{
	/*	background-color: #8c7373; */
	background-color: #3F567F;
	padding: 2.5em 8% 1.5em 4%;
	color: white;
	margin-top: 2em;
	line-height: 2em;
	height: 70px;
}

div#header a
{
	font-size: 36px;
	font-family: Lucida Grande, Verdana, arial, helvetica, sans-serif;
	color: white;
	text-decoration: none; }

div#header img
{
	padding: 5px;
	border-color: silver black black silver;
	border-width: 1px;
	border-style: solid;
	margin: 0 0 0 10px;
}

/*</group>*/

/*<group=navbar>*/

div#nav
{
/* 	border-width: 0 0 1px 0; */
/* 	border-style: dotted; */
/* 	border-color: gray; */
	background-color: #E5E5E5;
	padding: .35em 0em .35em 4%;
	margin-top: .5em; 
	text-align: left;
	color: gray;
}

div#nav a
{
/*color: #3F567F;*/
color: gray;
}

div#nav a, div#footer a
{
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 6px 0 6px;
	padding: 0 0 1px 0;
	font-weight: bold;
	letter-spacing: .05em;
}

div#nav a:hover
{
	text-decoration: underline; 
}

div#nav a.currentsection	
{
	color: #3F567F;
}

div#nav a:hover.currentsection
{
	text-decoration: none ;
}

/*</group>*/

/*<group=footer>*/

div#footer
{
	color: gray;
	text-align: left;
	clear: both;
	padding: 10px 0 10px 4%;
	background-color: #E5E5E5;
	line-height: 1.75em;
	border-width: 0;
	border-style: dotted;
	border-color: gray;
	margin-bottom: 2em;
}

div#footer a
{
	font-weight: bold;
	color: #3F567F;
	margin-top: 4px;
	margin-bottom: 4px;
}

div#footer a:hover { text-decoration: underline; }

/*</group>*/

div#photo img, .entrypost img
{
	padding: 8px;
	border-color: silver black black silver;
	border-width: 1px;
	border-style: solid;
	margin: 10px 0 5px 0;
}

.entrypost img { margin: 0 0 15px 0; }

div#photo img:hover { background-color: #D8E2F4; } 


div#bodycontentmain
{
	border-color: silver black black silver;
	border-width: 0px;
	border-style: solid;
	font-weight: normal;
	width: 65%;
	margin: 20px auto 30px auto;
}

.bodycontent
{
	float: left;
	width: 25%;
	padding: 0;
	font-weight: normal;
}


.bodycontent ul
{
	text-decoration: none;
	list-style-type: none;
}

.bodycontent li a
{
	color: #3F567F;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
}

.bodycontent a:hover
{
	text-decoration: underline;
}

div#otherlinks
{
	margin: 15px auto 30px auto;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
	color: grey;
}


div#otherlinks a
{
	color: #3F567F;
	font-weight: normal;
	text-decoration: none ;
}

div#otherlinks a:visited
{
	color: grey;
}

div#otherlinks a.current
{
	color: #3F567F;
	font-weight: bold;
}

div#otherlinks a.galleryslug
{
	font-weight: bold;
	letter-spacing: 0em;
	color: #3F567F;
}
