/* --------------------------------GLOBAL STYLES -------------------------------------------- */

body
{
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-family: Helvetica;
	font-weight: normal;
}

#frame
{
	width: 1020px;
	margin: 0 auto;
}

#header
{
	background-image: url(/images/header-gradient.gif);
	background-color: #000;
	height: 105px;
	width: 1020px;
	margin: 0 auto;
}

#logo
{
	padding: 23px 0 0 29px;
	float: left;
}

#nav
{
	padding: 53px 0 0 11px;
	overflow: auto;
}

#nav img.sponsor_nav
{
	padding-left: 50px;
}

#footer
{
	text-align: center;
	font-size: 12px;
	color: #737676;
	background-color: #1e201d;
	padding-top: 0px;
	padding-bottom: 18px;
}

a
{
	color: #75c0f5;
	text-decoration: none;
}

a:hover
{
	color: #aff7bb;
}

button.rounded
{
	background-color: #75c0f5;
	font-size: 14px;
	border: 0;
	padding: 0 8px 0 8px;
	cursor: pointer;
	height: 22px;
	border-radius: 7px;
	-webkit-border-radius:7px;
  -moz-border-radius:7px;
	font-family: Helvetica;
}

button.rounded:hover 
{
	background-color: #aff7bb;
}

button.press
{
	background-color: #696c6c;
	border: 0;
	padding: 0 20px 0 20px;
	margin-bottom: 12px;
	cursor: pointer;
	width: 160px;
	height: 42px;
	border-radius: 7px;
	-webkit-border-radius:7px;
  -moz-border-radius:7px;
	font-family: Helvetica;
	text-align: left;
}

button.press.high
{
	height: 52px;
}

button.press span.main
{
	font-size: 18px;
	font-weight: normal;
	color: #75c0f5;
}

button.press span.sub
{
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

button.press:hover 
{
	background-color: #777d7d;
}

button.sponsor
{
	background-color: #696c6c;
	border: 0;
	padding: 18px;
	margin-bottom: 12px;
	cursor: pointer;
	width: 200px;
	height: 100px;
	border-radius: 7px;
	-webkit-border-radius:7px;
  -moz-border-radius:7px;
	font-family: Helvetica;
	text-align: left;
}

button.sponsor span.main
{
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

button.sponsor span.sub
{
	font-size: 18px;
	font-weight: normal;
	color: #75c0f5;
}

button.sponsor:hover 
{
	background-color: #777d7d;
}


h1
{
	font-size: 20px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 27px;
}

h2
{
	font-size: 14px;
	color: #737676;
	margin: 0 0 5px 0;
	padding-top: 18px;
}

h3
{
	color: #fc964d;
	font-size: 14px;
	padding-bottom: 9px;
	margin: 0;
}

h4
{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 18px;
}

h5
{
	font-size: 32px;
	line-height: 36px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h6
{
	font-size: 18px;
	color: #fc964d;
	font-weight: normal;
	margin: 0;
	padding: 18px 0 12px 0;
}

h7
{
	font-size: 14px;
	margin: 0;
	padding: 18px 0 5px 0 ;
	font-weight: bold;
	display: block;
}

h8
{
	font-size: 18px;
	color: #fc964d;
	font-weight: normal;
	margin: 0;
	padding: 0 0 18px 0;
	display: block;
}

h9
{
	font-size: 14px;
	color: #929393;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
	display: block;
}

h10
{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0 0 24px 0;
	display: block;
}


.orange
{
	color: #ff6c00;
}

.oneball, .twoball, .threeball
{
	background-image: url(/images/divot.png);
}

.oneball, .twoball, .threeball
{
	margin: 0;
}

.oneball
{
	height: 6px;
}

.twoball
{
	height: 12px;
}

.threeball
{
	height: 18px;
}

#footer table.three_columns
{
	margin-top: 0;
}

table.two_columns
{
	width: 100%;
	color: #fff;
}

table.three_columns
{
	width: 812px;
	color: #fff;
}

table.three_columns
{
	padding-bottom: 18px;
}

table.two_columns td, table.three_columns td, table.column_with_sidebar td.column_2
{
	padding: 0 18px 18px 18px;
	vertical-align: top;
	text-align: left;
}

table.two_columns td.column_1, table.two_columns td.column_2
{
	width: 300px;
}

table.column_with_sidebar td
{
	vertical-align: top;
	text-align: left;
}

table.column_with_sidebar td.column_1
{
	width: 585px;
}

table.column_with_sidebar td.column_2
{
	width: 194px;
	padding-top: 18px;
}

table td.divider
{
	padding: 0;
	width: 5px;
	background-image: url(/images/divot.png);
}

table.three_columns td.column_1, table.three_columns td.column_2, table.three_columns td.column_3
{
	width: 175px;
}

ul
{
	margin: 0;
	padding-left: 18px;
}

#social
{
	height: 20px;
	margin-top: 10px;
}

#social .network
{
	float: left;
	padding-right: 18px;
}

#social .network .name
{
	vertical-align: top;
}

#social .network img
{
	padding-right: 6px;
}

.staff
{
	height: 90px;
	padding-bottom: 18px;
}

.staff .title
{
	padding-bottom: 0px;
}

.staff .photo
{
	float: left;
	padding-right: 10px;
}

.staff .email
{
	padding-top: 18px;
}

.tweet
{
	padding-bottom: 20px;
}

.tweet .body
{
	font-size: 14px;
	font-weight: normal;
}

.tweet .date
{
	padding-top: 5px;
	color: #929393;
	font-size: 14px;
	font-weight: normal;
}

.press_release
{
	margin-bottom: 18px;
}

.question
{
	font-weight: bold;
	margin-bottom: 10px;
}

.answer
{
	margin-bottom: 24px;
}

table.submission
{
	width: 100%;
	border-bottom: 1px solid #555;
}

table.submission th
{
	text-align: left;
	padding: 10px 0;
	font-size: 18px;
}

table.submission td
{
	padding: 5px;
	vertical-align: top;
}

table.submission td.label
{
	text-align: right;
	width: 135px;
}

table.submission td.paypal
{
	padding: 0px;
	width: 122px;
}

table.submission td.paypal_text
{
	padding-top: 12px;
}

table.watch td
{
	padding-right: 18px;
	padding-bottom: 21px;
}

table.watch td img
{
	padding-bottom: 5px;
}

table.watch
{
}

/* for the press page */
.article
{
	padding-bottom: 18px;
}

.article .publication
{
	text-align: left;
	padding: 0;
	margin: 0;
}
/* --------------------------------- HOME PAGE STYLES -------------------------------------------- */


#home
{
	width: 1020px;
	position: relative;
	margin-bottom: 18px;
}

#home #leftcol
{
	position: absolute;
	width: 248px;
	padding: 0px 12px 0px 40px;
	background-color: #1e201d;
	height: 100%;
}

#home #leftcol .content
{
	padding-bottom: 18px;
}

#home #leftcol .oneball
{
	margin: 0;
}

#home #main
{
	position: relative;
	left: 300px;
	width: 540px;
	background-color: #626464;
	height: 100%;
}

#home #main .content
{
	padding: 18px 18px 18px 24px;
}

#home #main .home_news
{
	padding-bottom: 18px;
	padding-left: 80px;
	height: 70px;
}

#home #main .home_news h4
{
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
}

#home #rightcol
{
	position: absolute;
	top: 0px;
	left: 840px;
	width: 150px;
	padding: 0px 12px 0px 18px;
	background-color: #1e201d;
	height: 100%;
}

#home #footer
{
	padding-top: 12px;
}

/* ---------------------------- INTERIOR PAGE STYLES ------------------------------- */

#interior
{
	position: relative;
	background-color: #1E201D;
}

#interior #main
{
	position: relative;
	left: 30px;
	width: 812px;
	background-color: #626464;
	height: 100%;
}

#interior #main .content, #interior #main .news, #interior #main .events 
{
	padding: 18px;
	overflow: auto;
}

#interior #main .news img, #interior #main .events img
{
}

#interior #rightcol
{
	position: absolute;
	top: 0px;
	left: 840px;
	width: 150px;
	padding: 0px 12px 0px 18px;
	background-color: #1e201d;
	height: 100%;
}

/* ---------------------------- SPONSOR PAGE STYLES ------------------------------- */

#sponsors
{
	position: relative;
	background-color: #1E201D;
}

#sponsors #main
{
	position: relative;
	left: 30px;
	width: 975px;
	background-color: #626464;
	height: 100%;
}

#sponsors #main .content
{
	padding: 18px;
}

#sponsors h6
{
	padding-top: 0;
}

table.sponsors
{
	width: 100%;
}

table.sponsors td
{
	width: 33%;
	text-align: center;
	padding: 18px;
	vertical-align: middle;
}