/**
 * screen.css
 *
 * @author Martin Bean <martin@mcbwebdesign.co.uk>
 **/

@import url('reset.css');

@font-face {
	font-family: Tiza
	src: url('../fonts/tiza.ttf');
}

html, body, #container {
	height: 100%;
}
body {
	color: #000;
	font: normal 10px/1.3 Helvetica, Arial, sans-serif;
	background: #fff;
}
body > #container {
	height: auto;
	min-height: 100%;
}

a:link, a:visited {
	color: #d50808;
	text-decoration: none;
}
a:hover, a:active {
	border-bottom: 0.15em solid #d50808;
}


h2 {
	color: #d50808;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 3px;
}

p {
	font-size: 12px;
	margin-bottom: 0.75em;
}
p.back {
	padding-top: 0.5em;
	border-top: 1px solid #999;
}
p.pagination {
	padding: 0 5px;
}
p.pagination a {
	color: #000;
}
p.pagination a:hover {
	color: #d50808;
	text-decoration: none;
	border: none;
}
p.pagination a.current {
	color: #fff;
	background: #d50808;
	padding: 2px 4px;
}
p.summary {
	color: #666;
	font-size: 14px;
}
#content h1, #sidebar h3 {
	color: #fff;
	font-family: 'Tiza', sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	height: 26px;
	margin: 0 0 3px -24px;
	padding: 9px 0 0 24px;
	opacity: 0.99;
}

#header {
	background: #d30000 url(../images/header-bg.gif) no-repeat 50% 0;
	height: 153px;
}

#logo {
	display: block;
	width: 960px;
	height: 127px;
	margin: 0 auto;
	border: none;
}

#navigation {
	width: 640px;
	height: 10px;
	margin: 0 auto;
}
#navigation li {
	display: inline;
	float: left;
}
#navigation li a {
	text-indent: -9999em;
	background: #000 url(../images/navigation.gif) no-repeat 0 0;
	display: block;
	float: left;
	height: 10px;
	border: none;
}

/* */
#navigation li#nav_home a { width: 41px; background-position: 0px 0px; }
#navigation li#nav_bio a { width: 31px; background-position: -41px 0px; }
#navigation li#nav_schedule a { width: 74px; background-position: -72px 0px; }
#navigation li#nav_titles a { width: 100px; background-position: -146px 0px; }
#navigation li#nav_photos a { width: 57px; background-position: -246px 0px; }
#navigation li#nav_videos a { width: 54px; background-position: -303px 0px; }
#navigation li#nav_merch a { width: 55px; background-position: -357px 0px; }
#navigation li#nav_chronicles a { width: 181px; background-position: -412px 0px; }
#navigation li#nav_forum a { width: 47px; background-position: -593px 0px; }

/* */
#navigation li#nav_home a:hover { width: 41px; background-position: 0px -10px; }
#navigation li#nav_bio a:hover { width: 31px; background-position: -41px -10px; }
#navigation li#nav_schedule a:hover { width: 74px; background-position: -72px -10px; }
#navigation li#nav_titles a:hover { width: 100px; background-position: -146px -10px; }
#navigation li#nav_photos a:hover { width: 57px; background-position: -246px -10px; }
#navigation li#nav_videos a:hover { width: 54px; background-position: -303px -10px; }
#navigation li#nav_merch a:hover { width: 55px; background-position: -357px -10px; }
#navigation li#nav_chronicles a:hover { width: 181px; background-position: -412px -10px; }
#navigation li#nav_forum a:hover { width: 47px; background-position: -593px -10px; }

#container {
	padding-bottom: 205px;
}

#splash {
	background: url(../images/splash.jpg) no-repeat 50% 0;
	height: 385px;
}

#content {
	background: url(../images/content-shadow.gif) no-repeat 50% 0;
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 25px 0;
	overflow: auto;
}

#main_column {
	width: 485px;
	float: right;
	margin-right: 50px;
}
#main_column h1 {
	background: url(../images/content-heading.gif) no-repeat 0 0;
	width: 509px;
}

#sidebar {
	width: 327px;
	float: left;
	padding-left: 78px;
}
#sidebar h3 {
	background: url(../images/sidebar-heading.gif) no-repeat 0 0;
	width: 350px;
}
#sidebar #spotlight {
	display: block;
	width: 300px;
	border: 1px solid #999;
}
#sidebar #spotlight:hover {
	border-color: #d50808;
}
#sidebar #spotlight img {
	display: block;
	width: 300px;
	height: 250px;
}

#footer {
	background: url(../images/footer-tile.gif) repeat-x 0 0;
	position: relative;
	margin-top: -205px;
	height: 205px;
}
#footer .inner {
	background: url(../images/footer-bg.gif) no-repeat 50% 100%;
	width: 960px;
	height: 186px;
	margin: 0 auto;
	padding-top: 19px;
}
#footer .inner p {
	color: #f2f2f2;
	font-size: 12px;
}
#footer .inner p#copyright {
	float: left;
}
#footer .inner p#credit {
	float: right;
}
#footer .inner p#credit a {
	color: #efefef;
	text-decoration: none;
	border-bottom: 1px dotted #bc8080;
}
#footer .inner p#credit a:hover {
	color: #fff;
	border-bottom-color: #fff;
}

.posts li, .title_history li, .events li {
	margin-bottom: 10px;
	padding: 0 5px 10px;
	position: relative;
	border-bottom: 1px solid #999;
}
.posts li p,
.events li p {
	font-size: 12px;
	padding-right: 90px;
}
.posts li p.added,
.events li p.date {
	color: #000;
}
.posts li p.summary,
.events li p.description {
	color: #5b5b5b;
	margin: 0.75em 0 0 0;
}
.posts li p.more {
	position: absolute;
	text-align: right;
	text-transform: uppercase;
	padding-right: 0;
	right: 0;
	bottom: 0;
}

.albums,
.videos {
	overflow: auto;
}
.albums li,
.videos li {
	display: inline;
	float: left;
	padding-bottom: 8px;
	width: 240px;
}
.albums li h2,
.videos li h2,
.albums li p,
.videos li p {
	margin: 0 0 0 130px;
}
.albums li h2,
.videos li h2 {
	font-size: 12px;
	margin-bottom: 3px;
	padding-right: 10px;
}
.albums li a.thumb,
.videos li a.thumb {
	display: block;
	float: left;
	height: 90px;
	padding: 1px;
	border: 1px solid #999;
}
.albums li a.thumb:hover,
.videos li a.thumb:hover {
	border-color: #d50808;
}
.albums li a.thumb img,
.videos li a.thumb img {
	display: block;
	width: 120px;
	height: 90px;
}

.page_image {
	float: right;
	margin: 0 1em 0.5em 1em;
	border: 1px solid #666;
}

.title_history li dl, .events li dl {
	font-size: 1.2em;
}
.title_history li dl dt, .events li dl dt {
	font-weight: bold;
	float: left;
	width: 6em;
	clear: left;
}
.title_history li dl dd, .events li dl dd {
	margin-left: 7em;
}


.photos {
	margin-bottom: 1em;
	overflow: auto;
}
.photos li {
	display: inline;
	float: left;
}
.photos li a {
	display: block;
	float: left;
	margin: 0 2px 2px 0;
	border: 3px solid #999;
}
.photos li a img {
	display: block;
	width: 75px;
	height: 56px;
}
.photos li a:hover {
	border-color: #d50808;
}