/*---------------------------------------------------------------------------------------- Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
  border:0;
}

/*---------------------------------------------------------------------------------------- Body */

body {
	font-size: 82.5%;
  font-family: Georgia, Times, "Times New Roman", serif;
  background: url("../images/background.jpg") #111 no-repeat top center;
	color: #fff;
	padding: 0;
	height: 100%;
	margin: 0;
}

html>body {
	font-size: 14px;
	height: 100%;
}

/*---------------------------------------------------------------------------------------- Structure */

#container {
  width: 960px;
  height: 1020px;
  margin: 0 auto;
  position: relative;
}

#container #navigation {
  position: absolute;
  top: 0px;
  left: 0px;
}

#container #title {
  position: absolute;
  top: 55px;
  left: 20px;
  font-size: 4.25em;
  width: 300px;
  padding-right: 80px;
  height: 130px;
  letter-spacing: -1px;
  line-height: 1em;
  border-bottom: 1px dotted #fff;
  font-weight: 100;
}

#container #live {
  position: absolute;
  top: 210px;
  left: 20px;
  height: 300px;
/* if it comes last
  top: 625px;
  left: 20px; */
  font-size: 1em;
  width: 380px;
}

#container #announce {
  position: absolute;
  /* if it's the first iframe
  top: 210px;
  left: 20px; */
  top: 625px;
  left: 20px;
  font-size: 1em;
  width: 380px;
  padding-bottom: 1.5em;
  /* border-bottom: 1px dotted #fff; */
  
}

#container #news {
  position: absolute;
  top: 550px;
  left: 20px;
  font-size: 1em;
  width: 380px;
}


#container #footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 960px;
}

#container #footer #social {
  position: absolute;
  bottom: 17px;
  left: 0;
}

#container #footer #mailing_list {
  position: absolute;
  bottom: 25px;
  right: 0;
}

/*---------------------------------------------------------------------------------------- Navigation */

#container #navigation a {
  display: block;
  float: left;
  background: url('../images/nav/nav_finish.png');
  padding: 0 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin: 5px 0 1px 1px;
  font-size: 0.9em;
  line-height: 36px;
}


#container #navigation a.social {
background:none repeat scroll 0 0 transparent;
padding-right:0;
}

#container #navigation a:hover {
  color: #c60;
}

#container #navigation img {
  float: left;
  clear: both;
}

/*---------------------------------------------------------------------------------------- FOOTER */

#footer label {
  text-transform: uppercase;
  font-size: 0.8333em;
  color: #c60;
  margin-right: 0.5em;
}

/*---------------------------------------------------------------------------------------- Classes */

.quiet {
  color: #C2BABA;
}

.orange {
  color: #c60;
}

.small {
  font-size: 0.75em;
}


/*---------------------------------------------------------------------------------------- Tags */

h1 {
  font-size: 1.25em;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 1px;
}

h1.offscreen {
   position: absolute;
   left: -9999em;
}

h2 {
  font-size: 1.5em;
}

h2.tocaps {
  font-size:1.25em;
  letter-spacing:1px;
  text-transform:uppercase;
}

iframe {
  /* border-bottom: 1px solid #000; */
  margin-top: 1.5em;
}

/*---------------------------------------------------------------------------------------- Forms */

label.error {
  font-size: 0.8333em;
  text-transform: uppercase;
  color: #c60;
}

