/* ============ GENERAL ============ */

body {
	margin: 0;
	padding: 15px;
	font-family: Verdana, sans-serif;
	font-size: 0.85em;
	color: #111;
	background: #1b6d26 url(/images/site/whirlpool2.jpg) center fixed no-repeat;
	text-align: center;
}

div {
	position: relative;
}

a {
	font-family: "Verdana", sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #2f6512;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
	vertical-align: bottom;
}

/* ============ WRAPPER ============ */

div#wrapper {
	width: 730px;
	margin: 15px auto;
	padding: 0;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	background: transparent url(/images/site/tr_dark.png);
	_background: #669d6d;
	background: rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 0.75em #333;
	-webkit-box-shadow: 0 0 0.75em #333;
	box-shadow: 0 0 0.75em #333;
	text-align: left;
	z-index: 2;
}

div#page {
	overflow: hidden;
}

/* ============ HEADER ============ */

#header {
	height: 90px;
	margin: 0;
	padding: 0;
	-moz-border-radius-topleft: 2em;
	-moz-border-radius-topright: 2em;
	-webkit-border-top-left-radius: 2em;
	-webkit-border-top-right-radius: 2em;
	background: url(/images/site/bg-header.jpg) no-repeat;
}

#titlebar {
	margin: 0px;
}

#titlebar a {
	display: block;
	height: 0px;
	padding-top: 90px;
	overflow: hidden;
}

/* ============ MENU ============ */

#menu {
	float: left;
	position: relative;
	z-index: 100;
	width: 155px;
}

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

#menu li {
	position: relative;
}

/* ----- First Tier ----- */

#menulist {
	width: 155px;
}

#menulist a {
	display: block;
	line-height: 18px;
	text-decoration: none;
}

#menulist .menu1 {
	border-bottom: 1px solid #0e4d39;
	text-align: center;
	background-color: #bed56e;
}

#menulist .menu2 {
	border-bottom: 1px solid #0e4d39;
	text-align: center;
	background: url(/images/site/tr_dark.png);
	background: rgba(255, 255, 255, 0.35);
}

#menulist .hover {
	background-color: #e5eee6;
	background: -moz-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.4)));
}

/* ----- Submenus ----- */

.submenu {
	position: absolute;
	display: none;
	top: -3px;
	left: 100%;
	border: 2px solid #50743c;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	background: #bed56e;
	box-shadow: 10px 10px 5px #888;
	text-align: left;
	white-space: nowrap;
	z-index: 500;
}

.submenu .arrow {
	display: block;
	width: 9px;
	height: 18px;
	position: absolute;
	top: 0px;
	right: 100%;
	background: url(/images/site/menu-arrow.gif) no-repeat;
}

.submenu h3 {
	height: 16px;
	margin: 0px;
	padding: 5px;
}

.submenu .hr {
	height: 1px;
	margin: 3px 0px;
	padding: 0px;
	background-color: #0e4d39;
	line-height: 1px;
	font-size: 1px;
}

/* ----- Menu Links ----- */

.menu1 a:hover,
.menu1 a:active,
.menu2 .submenu a:hover,
.menu2 .submenu a:active {
	color: #5ecf00;
	background: url(/images/site/menu_hover.png) center repeat-x;
	background: -moz-linear-gradient(#0e4d39, #6b1326);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0e4d39), to(#6b1326));
}

.menu2 a {
	color: #6b1326;
}

.menu2 a:hover,
.menu2 a:active {
	text-decoration: none;
}

.menu2 .submenu a {
	padding: 0 5px;
	color: #2f6512;
}

/* ----- Share This ----- */

#share {
	width: 90px;
	margin: 0px auto;
	padding: 0.5em;
}

.stbuttontext {
	line-height: 14px !important;
}

/* ============ CONTENT ============ */

div#content {
	margin-left: 155px;
	padding: 15px 30px 30px;
	min-height: 420px;
	border-left: 2px solid #e5eee6;
	border-right: 2px solid #728042;
	background: transparent url(/images/site/tr_medium.png);
	background: rgba(255, 255, 255, 0.5);
}

* html div#content {
	background-color: #b2ceb6;
	background-image: none;
}

/* ----- Headers ----- */

h2 {
	margin: 30px -15px;
	border-bottom: 2px solid #0e4d39;
	font-family: Georgia, serif;
	font-size: 1.1em;
	line-height: 1.5em;
	text-shadow: 0 0 10px #728042;
}

#content > h2:first-child {
	margin-top: 15px;
}

h2 .right {
	float: right;
	font-size: 0.75em;
	text-shadow: none;
}

h3 {
	margin-bottom: 1em;
	font-family: Georgia, serif;
	font-size: 1em;
	font-weight: bold;
}

h4 {
	margin: 15px 0 5px;
	font-family: Georgia, serif;
	font-size: 1em;
	font-weight: bold;
}

/* ----- Quotes ----- */

blockquote {
	margin: 1em;
	padding: 1em;
	border: 1px solid #0e4d39;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
/*	background: transparent url(/images/site/tr_light.png);*/
	background-color: #e5eee6;
}

blockquote.flashback {
	background: transparent url(/images/site/tr_dark.png);
}

div#content blockquote p {
	margin: 15px;
	text-indent: 0;
}

/* ----- Conversations ----- */

dl {
	margin: 15px 0px 0px;
	font-size: 0.9em;
}

dt {
	font-family: Georgia, serif;
	font-weight: bold;
}

dd {
	margin: 5px 0px 15px 30px;
}

/* ----- Paragraphs ----- */

#content p {
	margin-bottom: 1.25em;
	line-height: 1.75em;
	text-indent: 30px;
	font-size: 0.9em;
}

p.right {
	margin: 30px 15px 0;
	text-align: right;
}

/* ----- News Articles ----- */

.article {
	margin-bottom: 2.5em;
}

.article h3 {
	margin-bottom: 0px;
	border-bottom: 1px dashed #728042;
}

#content .article p.author {
	margin-top: 0px;
	text-indent: 0px;
	font-size: 0.8em;
}

/* ----- Link Lists ----- */

.index {
	margin-top: 0px;
	padding-left: 2em;
	list-style: none;
}

/* ----- Dividers ----- */

div.hr {
	height: 16px;
	margin: 30px auto;
	background: url(/images/site/hr-gyroglass.png) center no-repeat;
	opacity: .75;
	filter: alpha(opacity=75);
}

div.hr hr {
	display: none;
	visibility: hidden;
}

/* ============ FOOTER ============ */

div#footer {
	height: 44px;
	margin: 0;
	padding: 1px 10px 0;
	-moz-border-radius-bottomleft: 2em;
	-moz-border-radius-bottomright: 2em;
	-webkit-border-bottom-left-radius: 2em;
	-webkit-border-bottom-right-radius: 2em;
	background: url(/images/site/bg-footer.jpg) no-repeat;
	text-align: right;
	clear: both;
}

/* ----- Footer Picture ----- */

img#footerpic {
	position: absolute;
	bottom: 0;
	left: 10px;
}

.story #footerpic {
	cursor: pointer;
	left: -20px;
}

/* ----- Next/Prev Links ----- */

div#footer p {
	margin: 0 15px;
	line-height: 45px;
	color: #5ecf00;
}

div#footer p a {
	margin: 0 1em;
	color: #78cf33;
	font-weight: normal;
}

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

/* ============ COPYRIGHT ============ */

div#copyright {
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	z-index: 2;
}

div#copyright a {
	color: #6b1326;
	font-size: 10px;
}

/* ----- Badges ----- */

img.badge {
	margin: 5px 4px;
	width: 78px;
	height: 13px;
	border: 0;
	-moz-box-shadow: 0 0 0.5em #333;
	-webkit-box-shadow: 0 0 0.5em #333;
	box-shadow: 0 0 0.5em #333;
}

/* ============ DIMMER ============ */

#lightswitch {
	position: fixed;
	top: 1em;
	right: 1em;
	cursor: pointer;
	z-index: 2;
}

#dimmer {
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	background-color: #1b6d26;
	opacity: 0.6;
	FILTER:Alpha(Opacity=60);
	width: 1680px;
	height: 1024px;
	text-align: right;
	z-index: 1;
}

/* ============ ADMIN SECTION ============ */

form.admin {
	text-align: center;
}

input[type="text"] {
	background: url(/images/site/tr_light.png);
}

textarea {
	width: 100%;
	padding: 2px;
	background: url(/images/site/tr_light.png);
}

/* ----- Instructions ----- */

ol.instructions li {
	padding-bottom: 0.5em;
}

code {
	color: #951343;
}

/* ----- Headers ----- */

form h3 {
	text-decoration: underline;
	cursor: default;
}

form h3 img {
	text-decoration: none;
	margin-left: 0.5em;
}

/* ----- Tables ----- */

.optional {
	display: none;
}

tr.entry:hover {
	background-color: #e5eee6;
	background: -moz-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.4)));
}

th {
	border-bottom: 1px solid #0e4d39;
	font-size: 0.75em;
}

form #actions {
	margin: 0.5em -15px;
	padding: 0.5em 0;
	border-top: 2px solid #0e4d39;
	text-align: center;
}

/* ----- Alert ----- */

blockquote.alert {
	border: 2px solid red;
	background: #EEF5F0 url(/images/site/alert-trans.png) center no-repeat;
}