body {
	background-color: #ffffff;
	font-style: normal;
	font-weight: normal;
	font-size: normal;
	font-family: Bitstream Vera Sans, Arial, Helvetica, Verdana, sans-serif; 
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: justify;
}

.content {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	color: #105019;
}

h2 {
	text-align: left;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #105019;
}

.centeredtitles h2 {
	text-align: center;
}

h3 {
	text-align: left;
	font-size: normal;
	font-weight: bold;
	font-style: normal;
	color: #105019;
}

h4 {
	color: #105019;
}

b {
	color: #105019;
}

a:link, a:active {
	background-color: #ffffff;
	color: #105019;
} 

a:visited {
	background-color: #ffffff;
	color: #347931;
} 

a:hover {
	background-color: #ffffff;
	color: #34aa5b;
}

hr {
	margin-top: 2ex;
	margin-bottom: 2ex;
}

li {
	padding: 0.3ex;
}

table td {
	border: 0px;
	text-align: left;
	padding: 5px;
}

/* The photo on the front page */
.photoright img {
	float: right;
	margin-left: 15px;
}

/* Elements which are boxes on the front page need adjustment to fit
   side by side with the image */
.frontbox {
	right: 200px;
}

.newstable th {
	border: 0px;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	color: #105019;
	font-weight: bold;
}

.newstable td {
	border: 0px;
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

.topmenu {
	text-align: center;
	font-size: large;
	font-weight: normal;
	padding: 10px;
}

.topmenu a:link, .topmenu a:visited, .topmenu a:active {
	background-color: #ccffc4;
	color: #105019;
	padding: 3px 5px 3px 5px;
}

.topmenu a:hover {
	background-color: #ccffc4;
	color: #347931;
	padding: 3px 5px 3px 5px;
}

/* Photo galleries use the following style */
.imagetable td {
	border: 0px;
	text-align: center;
	vertical-align: top;
	padding: 10px;
}

a.permalink_right {
	float: right;
	border: 0px;
}

.bSideBar {
	top: 0px;
	width: 250px;	
	float: right;
	overflow: hidden;
	border: 1px solid #ddd;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	/* background: #900; */
}

.bSideItem {
	padding: 0 0 1ex 0;
	border-bottom: 1px solid #ddd;
}

.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.bSideItem li {
	padding: 0.2ex;
}

.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}

/* Leave space for the sidebar (wrapping would be okay but background
   colors for areas etc. get screwed without the right margin. */

.bPost {
	margin-bottom: 4ex;
	margin-right: 295px;
}

table.prevnext_post {
    width: auto;
    text-align: left;
    margin-left: 0px;
}

table.prevnext_post a {
    text-decoration: underline;
}

.bPost img {
	margin-left: 10px;
	align: right;
}

.bPost img.leftimg {
	margin-left: 0px;
	margin-right: 10px;
	align: left;
}

.bComment {
	margin-bottom: 2ex;
}

.bCommentTitle {
	margin: 1ex 0;
	font-weight: bold;
}

form.bComment { /* New comment form */
	margin: 1em 4em 1em 2em;
	padding: 0 1ex;
	border: 1px solid #ddd;
}

form.bComment fieldset { /* one form line */
	margin: 2ex 0ex;
	padding: 1ex;
	border: 1px solid #ddd;
}

form.bComment fieldset fieldset {
	border: none;
	margin: 0ex;
	padding: 0;
}

input.bComment, 
textarea.bComment {
	width: 97%;
	padding: 0px;
	margin: 0ex;
}

.bText blockquote {
	border: 1px dotted #ddd;
	background-color: #f8f8f8;
	margin: 1em 4em 1em 2em;
	padding: 0 1ex;
}

.bText blockquote a {
	background-color: #f8f8f8;
}

.bPosts table prevnext_post td {
	font-weight: bold;
}

/* Override certain settings in colorbox */
#colorbox, #colorbox *{font-size: 100%; font-family: Bitstream Vera Sans, Arial, Helvetica, Verdana, sans-serif;}
#cboxVoting{display: none; min-height:0px; width:100%; padding:0px 0;}
#cboxLoadedContent{margin-bottom:30px;}
#cboxTitle {position:absolute; bottom:-20px; left:0; text-align:center; width:100%; height:24px; color:#000000; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
#cboxOpen a {display: none; color:#105019;}

div.image_legend {
    display: none;
}

div.image_block.floatleft img {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.image_block.floatright img {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}