* { margin: 0; padding: 0; }

body {
	background-color: #4c4943;
	font: 12px/160% Arial, sans-serif;
}

h1, h2, h3, h4 {
	font-family: Georgia, serif;
	font-weight: normal;
}

#container,
#header, 
#footer {
	width: 1000px;
}

#container,
#content,
#intro {
}

#nav,
#login {
	width: 200px;
}

#content {
	width: 800px;
}

#container,
#footer {
	position: relative;
	margin: 0 auto;
}

#container {
	background: #5d2222 url("../images/curve_br.png") no-repeat right bottom;
}

/*  --- Header */
#header {
	height: 150px;
	background: #4c4943 url("../images/header.png") no-repeat left top;
}
#header h1, #header h2 {
	display: none;
}

/*  --- Login */
#login {
	background: #222222;
	position: absolute;
	font-size: 10px;
	top: 0;
	right: 0;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#login p {
    padding: 5px 10px;
    color: #555;
	border-top: 1px solid #222;
}
#login a {
	display: inline;
	color: #999;
	text-decoration: none;
	outline: none;
}
#login a:hover {
	color: #fff;
}
#login form {
	padding: 0 10px;
}
#login form label {
	color: #666;
	display: block;
}
#login form input#user, #login form input#pass {
	border: none;
	display: block;
	margin-bottom: 10px;
	width: 176px;
	padding: 2px;
}

/*  --- Navigation */
#nav {
	position: absolute;
	right: 0;
	top: 150px;
	background: #5d2222;
	color: #fff;
}
#nav li {
	list-style-type: none;
}
#nav a {
	display: block;
	height: 26px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 9px;
	border-top: 1px solid #602626;
	border-bottom: 1px solid #501d1d;
	outline: none;
}
#nav a:hover {
	background-color: #4c4943;
	border-color: #4c4943;
	text-decoration: underline;
}
#nav a.current,
#nav a.current:hover {
	background-color: #222222;
	border-color: #222222;
}
#nav a.first,
#nav li:first-child a {
	border-top: none;
	background-image: url("../images/curve_tr.png");
	background-repeat: no-repeat;
	background-position: right top;
}

/*  --- Content */
#content {
	background: #fff url("../images/curve_bl.png") no-repeat left bottom;
	color: #181818;
	min-height: 443px;
}
#content h3 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 18px;
	padding-bottom: 18px;
	background: url("../images/line.png") no-repeat left bottom;
}
#content h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 18px;
}
#content h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	clear: both;
}
#content p {
	margin-bottom: 12px;
}
#content a {
	color: #5d2222;
}
#content a:hover {
	color: #181818;
}

/*  --- Intro */
#intro {
	background: #d7d0b6 url("../images/curve_tl.png") no-repeat left top;
	border-bottom: 1px solid #bbb8ac;
	color: #000;
	padding: 30px 30px 18px 30px;
}
#intro h3 {
	color: #534b2d;
	background: url("../images/line_intro.png") no-repeat left bottom;
}
#intro h3#welcome {
	height: 45px;
	width: 450px;
	background: url("../images/subhead_welcome.png") no-repeat left top;
	margin-bottom: 18px;
	padding-bottom: 0;
}
#intro h3#welcome span {
	display: none;
}
#intro a { color: #534b2d; }
#intro a:hover { color: #000; }

/*  --- Main */
#main {
	padding: 30px 30px 18px 30px;
	background-image: url("../images/curve_tl.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#main.second {
	background-image: none;
}
#main.columns {
	padding: 0;
}
#main .column {
	width: 350px;
	float: left;
}
#main .column.left {
	padding-right: 15px;
}
#main .column.right {
	padding-left: 15px;
}
#main.columns .column {
	width: 400px;
	float: left;
	padding: 0;
}
#main.columns .column .innercolumn {
	padding: 30px;
}
#main.columns .column.right .innercolumn {
	border-left: 1px solid #dddbd5;
}
#main .block {
	float: left;
	padding-right: 30px;
}

/*  --- Footer */
#footer {
	font-size: 11px;
	color: #888;
	background: #4c4943;
	padding: 15px 0;
	text-align: center;
}
#footer a {
	color: #aaa;
}
#footer a:hover {
	color: #fff;
}

/*  --- Links */
#content ul {
	padding-left: 1.5em;
}

ul.links li {
	padding-bottom: 1em;
}
ul.links li strong {
	display: block;
}

/* --- Table */
table th,
table td {
	padding: 0 20px 10px 0;
	text-align: left;
	vertical-align: top;
}
table th {
	color: #999;
	font-style: italic;
	font-weight: normal;
}
table td span {
	display: block;
}
table#listings {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin-top: 20px;
}
table#listings th,
table#listings td {
	min-width: 0;
	margin: 0;
}
table#listings th {
	background-color: #ddd;
	color: #555;
	font-size: 0.9em;
	padding: 7px 15px;
}
table#listings td {
	border-right: 1px solid #ddd;
	padding: 5px 15px;
}
table#listings td.first,
table#listings td.last {
	text-align: left;
}
table#listings td.last {
	border-right: none;
	min-width: 100px;
}
table td.short,
table th.short {
	width: 75px;
}


/* -- Form */
#content form#eventreg {
	padding: 20px 0;
	margin: 0 auto;
	width: 525px;
}
#content form label {
	display: block;
	width: 110px;
	padding-right: 10px;
	clear: both;
	float: left;
	color: #333;
}
#content form label.blank,
#content p.error {
	color: red;
	font-weight: bold;
}
#content form input,
#content form select {
	border: 1px solid #ccc;
	width: 400px;
	float: left;
	margin-bottom: 10px;
}
#content form input,
#content form textarea {
	width: 396px;
	padding: 3px;
}
#content form textarea {
	height: 150px;
}
#content form input.button {
	margin-left: 120px;
	width: 100px;
}

#content form#editcontent {
	padding: 5px 0;
	width: 100%;
}
#content form#editcontent input,
#content form#editcontent textarea {
	display: block;
}
#content form#editcontent textarea {
	width: 100%;
	height: 300px;
	padding: 0;
	margin: 0;
	float: none;
}
#content form input.short {
	width: 55px; display: block;
}

form#rmc {
	width: 660px;
	padding: 0;
}
form#rmc label {
	width: 500px;
	padding: 5px 0;
}
form#rmc input {
	width: 150px;
}
form#rmc input.rmcradio {
	width: 40px;
	display: inline;
	float: none;
}
form#rmc h2 {
	padding: 15px 0 5px;
	float: left;
	clear: both;
}

form#rmc span {
	padding-top: 7px;
	float: left; 
}

form#rmc input.button {
	margin-top: 40px;
	margin-left: 260px;
}

/* --- News */
div.news {
	padding: 10px 0;
}
div.news .date {
	display: block;
	color: #444;
	font-size: 0.9em;
	font-style: italic;
	padding: 3px 0;
	margin-top: -16px;
}
a.edit { float: right; }

/* --- Chapters */
div.chapter {
	width: 150px;
	float: left;
	text-align: center;
	margin: 17px;
}
div.chapter span { display: block; }
div.chapter span.local {
	font-style: italic;
	color: #444;
}
div.chapter a img {
	border: none;
}
div.chapter a span {
	text-decoration: underline;
}
h3.chapter img {
	float: left;
	padding-right: 15px;
}
h3.chapter span {
	display: block;
	padding-top: 2px;
}
h3.chapter span.local {
	font-size: 0.8em;
	color: #333;
}

/*  --- Images */
.captioned {
	background: #4c4943;
	padding: 8px;
	display: block;
	text-align: center;
}
.captioned.fright {
	float: right;
	margin: 0 0 24px 24px;
}
.captioned.fleft {
	float: left;
	margin: 0 24px 24px 0;
}
.captioned img {
	display: block;
}
.captioned span {
	display: block;
	text-align: center;
	font-family: Georgia, sans-serif;
}
.captioned span.caption {
	font-size: 12px;
	color: #fff;
	margin-top: 8px;
	margin-bottom: -3px;
}
.captioned span.subcaption {
	font-size: 11px;
	font-style: italic;
	color: #999;
	padding-bottom: -3px;
}

/*  --- Other */

hr {
    margin: 20px 0;
    clear: both;
}

.clear { clear: both; }
