@import url(reset.css);

body {
	font: 0.75em/1.5 "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #333;
	margin: 0;
}

a { color: #ED1C2E; text-decoration: underline; }

form li { padding: 0.4em 0; clear: left; }
form label {
	display: block;
	float: left;
	width: 12em;
	font-weight: bold;
	color: #585858;
}
form input, form textarea {
	font: 1.1em "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #333;
}
form textarea { width: 369px; height: 8em; border: 1px solid #D1D1D1; }
form input.textfield { border: 1px solid #D1D1D1; width: 279px; vertical-align: middle; }
form div { height: 2em; margin-left: 12em; }
form div label { width: auto; display: inline; }
form ol { margin-bottom: 2em; }
form em { font-weight: bold; color: red; }

button {
	background: #333;
	color: #FFF;
	padding: 0.1em 0.4em; margin: 0;
	border: none;
	font: 1em "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	vertical-align: middle;
}

button.disabled {
	background: #666;
	color: #CCC;
}

small { font-size: 0.9em; color: #999; }

#container {
	width: 828px;
	margin: 0 auto;
}

#menu {
	height: 22px;
	border-bottom: 1px solid #EF3243;
	padding-left: 3px;
	margin-bottom: 8px;
	text-align: center;
}
#menu li { display: inline; }

#main {
	background: url(../images/bg-fade.png) no-repeat left top;
	margin-top: -5px;
	min-height: 528px;
	padding: 11px 24px 0 24px;
}
#main.enclosed {
	background: url(../images/bg-curved.png) no-repeat left bottom;
	height: 544px;
}

#content {
	background: url(../images/bg-lightswitch.jpg) no-repeat left top;
	padding: 16px 34px 0 13px;
	min-height: 600px;
	position: relative;
}
#content.news { background: url(../images/bg-blackboard.jpg) no-repeat left top; }
#content.memory { background: url(../images/bg-pinboard.jpg) no-repeat left top; }
#main.enclosed #content { background: none; }

#content-inner { margin-left: 218px; padding-top: 10px; }
#content-inner.noleft { margin-left: 0; }
#content-inner p { margin-bottom: 1em; }
#content-inner p.intro { font-size: 1.3em; }

#content-inner h4 {
	border-bottom: 1px solid #454545;
	color: #ED1C2E;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.3em;
	font-size: 0.9em;
	padding-bottom: 0.4em;
	margin-bottom: 2em;
}
#content-inner h4 span { color: #000; }
#content-inner h4.clear { margin-bottom: 0; border: none; }

h3 {
	background: url(../images/bg-h3.png) repeat-x 0 35px;
	padding: 0 0 0 196px;
	margin: -6px 0 27px 15px;
}

#sidebar-left {
	width: 168px;
	float: left;
	min-height: 311px;
	padding: 17px 17px 0 13px;
	background: url(../images/bg-sidebarleft.png) no-repeat left top;
	color: #666;
}

#sidebar-left h4 { margin-bottom: 0.6em; }
#sidebar-left h5 {
	color: #ED1C2E;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 2em 0 0.7em 0;
}

#tourdates {
	padding-top: 14px;
	margin-top: 1em;
	border-top: 1px solid #D6DEDE;
	letter-spacing: 0.12em;
}

#tourdates li {
	padding: 0 0 0 18px;
	background: url(../images/bullet-tourdates.png) no-repeat 0 3px;
	margin-bottom: 0.3em;
	color: #333;
}

#montharchive li {
	padding-left: 12px;
	margin-bottom: 0.1em;
	background: url(../images/bullet-red.png) no-repeat 0px 7px;
}

#montharchive a {
	color: #555;
	text-decoration: none;
	letter-spacing: 0.12em;
}

/* On tour! */
#map {
	width: 510px;
	height: 450px;
	border: 1px solid #CCC;
	margin-bottom: 1em;
}

#tourlocations h4 { margin-bottom: 0.6em; }
#tourlocations li { margin-bottom: 1em; }

#recentmemories .date { color: #777; }
#recentmemories .name { color: #EF3243; text-align: right; margin-top: -0.8em; }

.news { margin-bottom: 2em; }

.news h5 {
	color: #777;
	font-weight: normal;
	margin-bottom: 0.7em;
}

.news h6 {
	font-size: 1.3em;
	color: #ED1C2E;
	font-weight: normal;
}
.news h6 a { text-decoration: none; }
.news h6 a:hover { text-decoration: underline; }

ul.errors {
	background: #D00;
	color: #FFF;
	padding: 0.4em 0.6em;
	margin-bottom: 2em;
	font-size: 1.2em;
	font-weight: bold;
}

#footer { padding-bottom: 3em; }
#footer, #footer a { color: #FFF; }
#footer span { float: right; }

/* Forms */
#uploadForm { position: relative; }
#uploading {
	margin: 0; padding: 0;
	opacity: 0.5;
	background: #333;
	position: absolute;
	top: -10px; left: -10px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-weight: bold;
	z-index: 10;
}
#uploadProgress { font-size: 1.4em; opacity: ; }

#flashUI, #degradedUI {
	height: 2.3em;
	margin: 0;
	float: left;
}

/* Homepage */
#homepage, #game {
	position: absolute;
	left: 0; top: 0;
}

/* Gallery List */
ul.photo-list { margin-left: 5px; overflow: hidden; }
ul.photo-list li {
	background: url(../images/gallery/bg-shadow-wide.jpg) no-repeat bottom;
	display: block;
	float: left;
	height: 85px;
	margin: 10px 11px 10px 10px;
	width: 88px;
	text-align: center;
	padding-bottom: 14px;
	position: relative;
}
ul.photo-list li.pt { background: url(../images/gallery/bg-shadow.jpg) no-repeat bottom; }
ul.photo-list li.pt img { margin-top: 0; }
ul.photo-list li img { background: #FFF; vertical-align: bottom; padding: 1px; border: 1px solid #B0B0B0; margin-top: 25px; }
ul.photo-list li a img:hover { border-color: #666; }
ul.photo-list li img.zoom { background: none; border: 1px solid #B0B0B0; vertical-align: middle; margin: 0; padding: 0; border: none; position: absolute; right: 1px; bottom: 11px; }
ul.photo-list li.pt img.zoom { right: 14px; bottom: 11px; }
