/* ============ 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;
	background-size: 100% auto;
	text-align: center;
}

div {
	position: relative;
}

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

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

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

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

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

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

div#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);
}

img#logo {
	float: left;
	margin: 0 32px;
	width: 90px;
	height: 90px;
	border: 0;
}

a#title {
	font-family: Georgia, serif;
	line-height: 90px;
	color: #5ecf00;
}

a#titlebar {
	display: block;
	height: 90px;
	text-indent: -9999em;
}

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

#menu {
	z-index: 100;
	float: left;
	top: 0;
	left: 0;
	width: 155px;
}

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

#menu li {
	position: relative;
}

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

#menulist {
	width: 155px;
	text-align: center;
}

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

.menu1 {
	border-bottom: 1px solid #8c1e29;
	background: #bed56e;
}

.menu2 {
	border-bottom: 1px solid #8c1e29;
	background-color: rgba(255, 255, 255, 0.35);
	background: transparent url(../images/bg-dark.png)\9;
}

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

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

.submenu .arrow {
	position: absolute;
	top: 4px;
	right: 100%;
}

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

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

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

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

.menu2 a {
	color: #7f1620;
}

.menu2 a:hover,
.menu2 a:active {
	background: transparent url(../images/bg-light.png);
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.4)));
	text-decoration: none;
}

.menu2 .submenu a {
	padding: 2px 8px !important;
	color: #236e13;
}

/* ----- 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-width: 0px 2px;
	border-style: outset;
	border-color: #b2cdad;
	border-color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.5) none;
	background: transparent url(/images/site/tr_medium.png)\9;
}

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

h2 {
	margin: 30px -15px;
	border-bottom: 2px solid #8c1e29;
	font-family: Georgia, serif;
	font-size: 1.1em;
	line-height: 1.5em;
	text-shadow: 0 0 5px #7c977f;
}

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

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

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 #8c1e29;
	-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;
}

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

#content p {
	margin-bottom: 1.2em;
	line-height: 1.5em;
	text-indent: 15px;
}

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

.entry p {
	font-family: Cantarell, Verdana, sans-serif;
	line-height: 1.6em;
	text-align: justify;
}

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

.article {
	margin-bottom: 2.5em;
}

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

#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 {
	width: 100%;
	height: 18px;
	margin: 30px auto;
	background: url(/images/site/hr-gyroglass.png) center no-repeat;
	text-align: center;
}

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);
	text-align: right;
	clear: both;
}

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

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

.story #footerpic {
	cursor: pointer;
}

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

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

div#footer p a {
	margin: 0 1em;
	color: #5ecf00;
	font-weight: normal;
	text-shadow: 0px 0px 5px #000;
}

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: #7f1620;
	font-size: 10px;
}

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

img.badge {
	margin: 5px 4px;
	width: 78px;
	height: 13px;
	border: 0;
	-moz-box-shadow: 0 1px 0.5em rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 0.5em rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 0.5em rgba(0, 0, 0, 0.5);
}

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

form.admin {
	text-align: center;
}

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

textarea {
	margin-bottom: 15px;
	padding: 2px;
	width: 98%;
	background: url(/images/site/tr_light.png);
}

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

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

code {
	color: #7f1620;
}

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

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

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

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

.optional {
	display: none;
}

table.admin tr:hover {
	background-color: #e5eee6;
}

table.admin tr.headers:hover {
	background-color: transparent;
}

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

td#actions {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 2px solid #8c1e29;
}

.buttons {
	text-align: center;
}

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

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