/* global styles */

html, body { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	background: #fff url("/images/background-inner.jpg") 25px 0 no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 760px;
	background: url("/images/logo-inner_new.gif") 0 20px no-repeat;
	height: 74px;
}

/* content */

#content {
	position: absolute;
	right: 0;
	top: 150px;
	font-family: Georgia, serif;
	font-size: 14px;
	padding: 10px;
	border: 4px solid #999;
	width: 540px !important;
	width /**/:568px;
}

#content p, #content ul, #content ol, #content dl, #content td {
	font-size: 14px;
	line-height: 20px;
}

#content p {
	margin-top: 14px;
	margin-bottom: 14px;
}

#content pre {
	font-size: 11px;
}

#content a {
	color: #003919;
	text-decoration: underline;
}

#content h1, #content h2, #content h3, #content h4 {
	font-family: Arial, Helvetica, sans-serif;
}

#content h1 {
	margin-top: 0;
}

#content h1 {
	font-size: 1.75em;
}

#content h2 {
	font-size: 1.4em;
}

#content h3 {
	font-size: 1.1em;
}

#content h4 {
	font-size: 1em;
}

/* right menu */

#right-menu {
	position: absolute;
	top: 15px;
	right: 57px;
	text-align: right;
	border-right: 1px solid #000;
	height: 62px;
	padding-right: 5px;
}

#right-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#right-menu ul li {
	list-style: none;
	text-transform: lowercase;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 0;
}

#right-menu ul a {
	color: #000;
	text-decoration: none;
}

#right-menu ul a.greyout {
	color: #999;
}

#block-green, #block-grey, #block-black {
	position: absolute;
	top: 20px;
	right: 0;
	border: 1px solid #000;
	width: 50px !important;
	width /**/:52px;
	height: 50px !important;
	height /**/:52px;
}

#block-green {
	background-color: #006919;
}

#block-grey {
	background-color: #999;
}

#block-black {
	background-color: #000;
}

/* left menu */

#left-menu {
	position: absolute;
	top: 150px;
	left: 0;
	border: 2px solid #999;
	width: 170px !important;
	width /**/:174px;
}

#left-menu h3 {
	text-transform: lowercase;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	background: #999;
	padding-left: 10px;
	margin: 0;
}

#left-menu h3 a {
	color: #fff;
	text-decoration: none;
}

#left-menu ul {
	margin: 0 0 0 1em;
	padding: 10px;
}

#left-menu ul li {
	font-size: 13px;
	line-height: 17px;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

#left-menu ul li#first-item {
	padding-top: 0;
}

#left-menu ul li#last-item {
	padding-bottom: 0;
	border-bottom: none;
}

#left-menu ul li a {
	color: #000;
	text-decoration: none;
}

#left-menu ul li a:hover {
	text-decoration: underline;
}

/* misc */

#slogan {
	position: absolute;
	top: 77px;
	left: 54px;
	font-style: italic;
	font-size: 13px;
	margin: 0;
}

#go-home {
	position: absolute;
	top: 20px;
	left: 0;
	width: 205px;
	height: 54px;
	text-decoration: none;
}

#stripe {
	position: absolute;
	top: 100px;
	left: 0;
	background-color: #006919;
	width: 100%;
	height: 40px;
	overflow: hidden;
}

/* general */

#content .first {
	margin-top: 0;
}

.last {
	margin-bottom: 0;
}

.nomargin {
	margin: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1em;
}

.invisible {
	display: none;
}

.pic-left {
	float: left;
	margin: 0px 10px 10px 0;
}

.pic-right {
	float: right;
	margin: 0px 0 10px 10px;
}

table.data {
	border: 1px solid #000;
	border-collapse: collapse;
}

table.data td, table.data th {
	padding: 3px;
	border: 1px solid #000;
}

table.data th {
	background-color: rgb(245,245,245);
	text-align: center;
	font-weight: bold;
}

table caption {
	background-color: #006919;
	text-align: center;
	color: #fff;
	padding: 3px;
	font-weight: bold;
}

.greybox {
	border: 1px solid #ccc;
	background: rgb(245,245,245);
	padding: 5px;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}

/* blog styles */

.blog_postmetadata {
	font-size: smaller;
}

h3#comments-heading {
	margin-top: 30px;
	border-top: 1px solid #ccc;
	padding-top: 30px;
}