@charset "UTF-8";
/* Vectis MX CSS. Ben Gourley July 2009 */

/* Resets */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, img, strong,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0;
	outline: 0; font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
	content: ''; content: none;
}
:focus {outline: 0;}


body {
	font-size: 62.5%;
	background: #1a1a1a;
	font-family: Helvetica, Arial, sans-serif;
	color: #1a1a1a;
}

a { color: #1a1a1a; }

#page-wrap {
	min-width: 960px;
	max-width: 1260px;
	margin: 0 auto;
	width:expression(document.body.clientWidth < 962? "960px" : document.body.clientWidth > 1262? "1260px" : "auto");
	position: relative;
}

#header {
	height: 205px;
	background: url(../img/header2.png) left top no-repeat;
	text-indent:-9999px;
}

#main-content {
	position: relative;
}

#main-content h2 {
	font-size: 2.3em;
	padding-top: 10px;
}

#main-content p.articles,
#middle ul {
	font-size: 1.3em;
	padding: 10px 0;
	letter-spacing: 0.01em;
	line-height: 1.4em;
}

#middle li {
	margin-left: 50px;
	list-style: circle
}

div.event {
	padding: 10px;
	float: left;
	width: 200px;
	border: 1px solid black;
	margin: 10px 20px 10px 0;
	min-height: 170px;
}

div.event h2 {
	font-size: 2em;
}

div.event h3 {
	font-size: 1.8em;
}

div.event p {
	padding: 10px 0;
}

img.download {
	float: left;
	margin-right: 20px;
}

#main-content .posted {
	font-size: 1em;
	margin: 0 0 20px 0;
	font-style: italic;
}

#middle {
	background: #f1f1e8;
	margin: 0 200px;
	padding: 0 50px 20px 50px;
	min-height: 500px;
  	height: auto !important;
  	height: 500px;
}
	
a#older-posts {
	font-size: 1.4em;
}

#navigation {
	background: url(../img/splat.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	text-indent: -9999px;
	padding-top: 45px;
}

#navigation ul#nav a {
	display: block;
	height: 50px;
	width: 200px;
	background: url(../img/nav-sprite.png) no-repeat;
}


#navigation ul#nav a#home { background-position: -200px 0px; }
#navigation ul#nav a#results { background-position: -200px -50px; }
#navigation ul#nav a#events { background-position: -200px -100px; }
#navigation ul#nav a#forms { background-position: -200px -150px; }
#navigation ul#nav a#press { background-position: -200px -200px; }
#navigation ul#nav a#about-us { background-position: -200px -250px; }
#navigation ul#nav a#gallery { background-position: -200px -350px; }

#navigation ul#nav a#home:hover, #navigation ul#nav a#home-current { background-position: 0px 0px; }
#navigation ul#nav a#results:hover, #navigation ul#nav a#results-current { background-position: 0px -50px; }
#navigation ul#nav a#events:hover, #navigation ul#nav a#events-current { background-position: 0px -100px; }
#navigation ul#nav a#forms:hover, #navigation ul#nav a#forms-current { background-position: 0px -150px; }
#navigation ul#nav a#press:hover, #navigation ul#nav a#press-current { background-position: 0px -200px; }
#navigation ul#nav a#about-us:hover, #navigation ul#nav a#about-us-current { background-position: 0px -250px; }
#navigation ul#nav a#gallery:hover, #navigation ul#nav a#gallery-current { background-position: 0px -350px; }

div#links {
	margin-top: 50px;
	margin-left: 40px;
	width: 154px;
	position: relative;
}

div.link-frame {
	width: 150px;
	height: 105px;
	margin: 20px 0;
	background:#161613;
	border: solid 2px #8399AF;
	overflow: hidden;
	position: relative;
}

div.link-frame img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0;
}

.caption {
	float: left;
	position: absolute;
	top: 70px;
	left: 0px;
	background: #000;
	height: 105px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7  */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8  */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.caption a {
	display: block;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	padding: 10px 10px;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 1.5em;
	text-indent: 0px;
}

#right-sidebar {
	position: absolute;
	top: 167px;
	right: 0px;
	width: 200px;
	height: 460px;
	background: url(../img/events.jpg) no-repeat;
	padding-top: 160px;
	font-size: 1.4em;
	z-index: 100;
	color: #1a1a1a;
}

#right-sidebar-x {
	background: #999999;
	position: absolute;
	top: 167px;
	right: 0px;
	width: 200px;
	height: 55px;
	background: url(../img/events.jpg) no-repeat;
}

#right-sidebar div {
	height: 76px;
	width: 170px;
	padding: 10px 20px 10px 10px;
}

#footer {
	background: url(../img/footer.png) top center no-repeat;
	height: 50px;
	margin: 0 200px;
	padding: 50px 50px;
	text-align: center;
	color: #f1f1e8;
}

#footer a {
	color: #f1f1e8;
}