@import "reset.css";

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('../fonts/Chunkfive-webfont.eot');
	src: local('☺'), url('../fonts/Chunkfive-webfont.woff') format('woff'), url('../fonts/Chunkfive-webfont.ttf') format('truetype'), url('../fonts/Chunkfive-webfont.svg#webfont4CzPTNtF') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @group HTML Styles */

body {
	background: #89c6c3;
	color: black;
	font: 1em/145% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	min-width: 960px;
}

a {
	color: #ff5800;
}

a:visited {
	color: #e37216;
}

a:hover {
	color: #ae1000;
}

h1 {
	font: 2.5em/145% 'ChunkFiveRegular', Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 15px 0;
	color: #555555;
}

h2 {
	font: 1.65em/145% 'ChunkFiveRegular', Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 15px 0;
	color: #555555;
}

h3 {
	font: 1.4em/145% 'ChunkFiveRegular', Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 10px 0;
	color: #555555;
}

h4 {
	font: 1.2em/145% 'ChunkFiveRegular', Arial, Helvetica, Geneva, sans-serif;
	color: #555555;
	margin: 0 0 2px 0;
}

em {
	font: 1.0em/145% 'ChunkFiveRegular', Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
}

ul {
	padding: 3px 0 20px 35px;
}

li {
	list-style-position: outside;
	list-style-type: square;
}

p {
	margin-bottom: 15px;
}

/* @end */

.articleMeta {
	font: 0.8em/145% 'ChunkFiveRegular', Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
	margin-bottom: 20px;
}

.borderLeftRight {
	border-left: 1px dashed #b3b3b3;
	border-right: 1px dashed #b3b3b3;
}

.box {
	width: 920px;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.error {
	background-color: #111111;
	color: white;
	font-size: 1.30em;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border: 2px solid black;
}

.errorExplanation {
	color: #ff5800;
}

.errorExplanation ul {
	padding: 0;
	margin: 0 0 15px 0;
}

.errorExplanation ul li {
	list-style-type: none;
}

.eventBody {
	margin: 15px 0 25px 0;
}

.eventMeta {
	font: 0.8em/145% 'ChunkFiveRegular', Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
	margin-bottom: 20px;
}

.footer_column {
	float: left;
	padding: 10px;
	width: 286px;
}

.footer_column ul {
	padding: 0;
}

.footer_column li {
	list-style-type: none;
	margin: 0 0 8px 0;
}

.italics {
	font-style: italic;
}

.left {
	float: left;
}

.leftBox {
	width: 460px;
	float: left;
}

.leftPad {
	padding-left: 10px;
}

.linkDescription {
	margin-bottom: 15px;
}

.linkMeta {
	font: 0.8em/145% 'ChunkFiveRegular', Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
	margin-bottom: 20px;
}

.notice {
	background-color: #111111;
	color: white;
	font-size: 1.30em;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border: 2px solid black;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.pageContent img {
	border: 3px solid #dfdfdf;
}

.rightBox {
	width: 460px;
	float: right;
}

.rightPad {
	padding-right: 10px;
}

.smallText {
	font-size: 0.75em;
}

.topPad {
	padding-top: 10px;
}

.warning {
	background-color: #111111;
	color: white;
	font-size: 1.30em;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border: 2px solid black;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.xsmallText {
	font-size: 0.5em;
}

#article_attachments input {
	border: none;
}

#copyright {
	clear: both;
	text-align: center;
	margin: 0 auto 0 auto;
	padding-bottom: 50px;
	width: 940px;
}

#frontpage #flash {
	top: 100px;
}

#flash {
	height: 100px;
	position: absolute;
	top: 240px;
	margin: 0 auto 0 auto;
	width: 920px;
}

#search {
	margin-top: 20px;
	text-align: center;
}

#footer {
	background: white;
	margin: 0 auto 0 auto;
	min-height: 100%;
	padding: 20px;
	width: 920px;
}

/* @group Form Styles */

.dateField select {
	border: 1px solid #89c6c3;
	font-size: 1.0em;
	min-width: 50px;
}

form p {
	font: 0.80em Arial, sans-serif;
	padding: 0;
	margin: 0 0 5px 0;
}

input {
	background: white;
	border: 2px solid #89c6c3;
	font-size: 1.0em;
	margin: 3px 0 3px 0;
	padding: 5px;
}

select {
	border: 2px solid #89c6c3;
	font-size: 1.10em;
	padding: 5px;
	width: 355px;
}

textarea {
	border: 2px solid #89c6c3;
	font-size: 1.0em;
	padding: 5px;
	resize: none;
	width: 905px;
}

.formInput {
	margin-bottom: 10px;
}

.helpText {
	font: 0.80em Arial, sans-serif;
	padding: 0;
	margin: 0 0 5px 0;
}

.submitButton {
	margin-top: 10px;
}

.submitButton input {
	background: #92d4d1;
	color: white;
	font-weight: bold;
}

.textField {
	margin: 0 0 10px;
}

.textField input {
	width: 350px;
}

.dateField select {
	margin-bottom: 10px;
	width: 147px;
}

/* @end */

/* @group Menu Styles */

#menu {
	color: white;
	float: right;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	list-style-type: none;
	padding: 0 5px 0 5px;
}

#menu li a {
	color: white;
	text-decoration: none;
}

#menu li:hover a {
	color: #ff5800;
}

#submenu {
	position: relative;
}

#submenu ul {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 150px;
	top: 205px;
}

.submenu {
	font-weight: bold;
}

.submenu li {
	display: inline;
	list-style-type: none;
	margin: 0 5px 0 5px;
}

.submenu a {
	text-decoration: none;
	color: white;
}

.submenu a:hover {
	color: #ff5800;
}

a.destroy:hover {
	color: maroon;
}

/* @end */

/* @group Panel Styles */

#panelContainer {
	color: white;
	height: 292px;
	width: 905px;
	margin: 39px auto 15px auto;
	border-bottom: 3px solid #362918;
}

#panel {
	height: 292px;
}

#panel .panelMessage {
	float: left;
}

#panel .panelPhoto {
	height: 292px;
	width: 375px;
	float: left;
	background: url(../images/theme/photo-frame.jpg) no-repeat;
}

#panel .panelPhoto img {
	margin: 26px 0 0 29px;
}

#panel .panelInfo {
	height: 292px;
	width: 240px;
	float: left;
	font-size: .75em;
	background-image: url(../images/theme/description-bg.jpg);
}

#panel .panelInfoData {
	width: 259px;
	padding: 5px 0 0 13px;
	height: 292px;
	overflow: hidden;
}

#panel .panelInfoData h4 {
	margin: 0 0 5px 0;
}

/* @end */

/* @group Table Styles */

table {
	border-collapse: collapse;
	width: 100%;
}

table a {
	font-weight: bold;
}

td {
	padding: 5px;
	text-align: center;
}

td a {
	
}

th {
	background-color: #89c6c3;
	color: white;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

tr.even {
	background-color: #d7f9ff;
}

tr.odd {
	background-color: #b2e5e5;
}

/* @end */