/* ============================= ELEMENTS ============================= */
html {
	background-color: #000;
/*	background: #000 url(../images/bg_html.gif) top left repeat; */
	color: #FFF;
}

body {
	font-size: 77%;
	font-family: "Trebuchet MS", sans-serif;
	text-align: center;
}

a {
	background-color: #FF0;
	color: #000;
	outline: none;
	text-decoration: none;
	font-weight: 900;
}

a img {
	text-decoration: none;
	border: 0;
}

a:hover {
	background-color: #FFF;
}

p {
	line-height: 1.5em;
}

cite {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", "Helvetica Neue (TT)", "Helvetica", sans-serif;
}

h1, h2 {
	margin: 0 0 1em 0;
	font-size: 174%;
	line-height: 153.9%;
	letter-spacing: 1px;
}

h1 span, h2 span {
	border-bottom: 3px solid #000;
}

h3 {
	text-transform: uppercase;
}
h4 {
	margin: 0 0 1em 0;
	font-size: 150%;
	line-height: 120%;
	letter-spacing: 1px;
}
/* ============================= GLOBAL CLASSes & IDs ============================= */

.intro {
	font-size: 108%;
	font-weight: 400;
	font-family: "Helvetica Neue", "Helvetica Neue (TT)", "Helvetica", sans-serif;
	text-decoration: underline;
	letter-spacing: .5px;
}

#page {
	width: 973px;
	margin: 25px auto;
	text-align: left;
}

#header, #main, #footer,
#banner_box {
	display: block;
	float: left;
	margin-bottom: 20px;
	background-color: #000;
	padding: 20 20px;
	width: 933px;
}

#main {
	margin-bottom: 0;
}

#footer {
	padding-top: 20px;
}

#banner_box img {
	border: 1px solid #000;
	display: block;
}

/* header */
	
	#logo {
		display: inline;
		float: left;
		width: 168px;
	}
	
	#logo a {
		background: none;
	}
	
	#nav_primary ul {
		display: inline;
		float: right;
		margin: 40px 0 0 0;
	}
	
	#nav_primary li {
		display: inline;
		float: left;
		margin-left: 40px;
		list-style: none;
	}
	
	#nav_primary li a {
		display: block;
		text-transform: uppercase;
		font-weight: 900;
		font-size: 131%;
		text-indent: -9000px;
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 24px;
	}
	
	#nav_primary li a:hover,
	body.news #nav_primary li.news a,
	body.events #nav_primary li.events a,
	body.who_we_are #nav_primary li.who_we_are a,
	body.get_in_touch #nav_primary li.get_in_touch a {
		background-position: 0 -24px;
	}
	
	#nav_primary li.news a {
		width: 78px;
		background-image: url(../images/sprite_nav_primary_news.gif);
	}
	
	#nav_primary li.events a {
		width: 92px;
		background-image: url(../images/sprite_nav_primary_events.gif);
	}
	
	#nav_primary li.who_we_are a {
		width: 136px;
		background-image: url(../images/sprite_nav_primary_who_we_are.gif);
	}
	
	#nav_primary li.get_in_touch a {
		width: 154px;
		background-image: url(../images/sprite_nav_primary_get_in_touch.gif);
	}

/* main */
	#main {
		padding-top: 10px;
		padding-bottom: 50px;
	}

	#nav_secondary ul {
		width: 400px;
		margin: 0;
		padding: 0 0 40px 0;
	}
	
	#nav_secondary li {
		display: inline;
		float: left;
		margin-right: 4px;
	}

	#nav_secondary a {
		padding-right: 10px;
		background-color: #FFF;
		text-transform: uppercase;
		font-weight: 900;
		font-size: 116%;
		font-family: "Helvetica Neue", "Helvetica Neue (TT)", "Helvetica", sans-serif;
	}

	#nav_secondary a:hover {
		background-color: #FF0;
	}

	#main .column1 {
		display: inline;
		float: left;
		width: 430px;
		margin-bottom: 10px;
	}
	
	#main .column2 {
		display: inline;
		float: right;
		width: 320px;
		margin-bottom: 10px;
		text-align: right;
	}
	
	#main .column2 img {
		margin-bottom: 10px;
		border: 1px solid #000;
	}

/* footer */
	#footer {
		padding-bottom: 30px;
		font-size: 80%;
	}

	#nav_footer {
	display: inline;
	float: left;
	width: 933px;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	text-transform: uppercase;
	padding: 6px 0;
	}

	#nav_footer ul {
		margin: 0;
		padding: 0;
	}
	
	#nav_footer a {
		background-color: #000;
		color: #FFF;
		font-weight: 400;
	}
	
	#nav_footer a:hover {
		background-color: #FFF;
		color: #000;
	}
	
	#nav_footer li {
		display: inline;
		float: left;
		border-right: 1px solid #FFF;
		margin-right: 6px;
		padding-right: 6px;
		list-style: none;
		line-height: 1em;
	}
	
	#nav_footer li.get_in_touch,
	#nav_footer li.copyright {
		margin-right: 0;
		border-right-width: 0;
		padding-right: 0;
	}
	
	#nav_footer li.copyright {
		float: right;
	}
	
	#footer .column {
		display: inline;
		float: left;
		width: 220px;
		margin: 30px 20px 0 0;
		color: #666;
	}
	
	#footer .column a {
		color: #666;
		background-color: #000;
		text-decoration: underline;
	}
	
	#footer .column a:hover {
		text-decoration: none;
	}


/* ============================= PAGE-SPECIFIC ============================= */

/*  ============================= HOME  ============================= */

body.home #main {
	padding-top: 0;
	padding-bottom: 0;
}

#banner_box_home {
	display: inline;
	float: left;
	border: 1px solid #000;
	display: block;
}


/* banner_box for home */
	#banner_box_home #youtube_embed {
		display: inline;
		float: left;
		width: 640px;
		height: 385px;
	}
	
	#banner_box_home #youtube_embed img {
		border: 0;
	}
	
	#banner_box_home .box {
		display: inline;
		float: right;
		background-color: #1a1a1a;
		width: 248px;
		height: 155px;
		margin: 10px 10px 0 10px;
		padding: 11px;
		font-size: 90%;
	}

/* main for home */
	body.home #main {
		background: #000 url(../images/bg_home_main.gif) 20px top repeat-y;
	}
	
	body.home #banner_box_home .box h2 {
		font-size: 200%;
	}

	/* override global styles */
	body.home #main .column1 {
		width: 340px;
		margin: 0 15px 15px 15px;
	}
	
	body.home #main .column2 {
		width: 515px;
		margin: 0 15px 15px 30px;
		text-align: left;
	}

	body.home #main .column2 img {
		border-width: 0;
	}
	
	/* these are particular to body */
	
	body.home #main .column2 .box1 {
		width: 515px;
		margin-bottom: 15px;
	}
	
	body.home #main .column2 .box1 h2 {
		margin-bottom: 10px;
	}
	
	body.home #main .column2 .box1 p {
		width: 300px;
	}
	
	

/*  ============================= NEWS ============================= */

	body.news #main hr {
		clear: both;
		margin: 10px 0;
		border: 0;
		border-bottom: 1px solid #333;
	}
	
	body.news h3 {
		margin-top: 0;
	}
	
	p.title {font-size:20px;
	}
	
	p.highlight {color:#FF3;
	}
	
	a.normal { background-color:#000; color:#FFF }
	
	
	
	
	
/*  ============================= EVENTS ============================= */

/*  ============================= WHO WE ARE ============================= */

/*  ============================= GET IN TOUCH ============================= */
	body.get_in_touch h3 {
		margin-top: 2em;
	}
	
	body.get_in_touch #subscribe_form {
		display: inline;
		float: left;
		width: 100%;
		clear: both;
		background-color: #1a1a1a;
	}
	
	body.get_in_touch #subscribe_form .column1 {
		padding: 10px;
	}

	body.get_in_touch form {
		display: inline;
		float: left;
		width: 793px;
		padding: 15px 0 15px 140px;
	}
	
	body.get_in_touch form p {
		margin-bottom: 12px;
	}
	
	body.get_in_touch fieldset {
		width: 400px;
		line-height: 2em;
	}
	
	body.get_in_touch label.col1 {
		display: inline;
		float: left;
		width: 150px;
	}
	
	body.get_in_touch input.text {
		width: 248px;
		border: 1px solid #8d8d8d;
		line-height: 2em;
		background-color: #1a1a1a;
		color: #FFF;
	}
	
	body.get_in_touch form hr {
		margin: 1.5em 0;
		border: 0;
		border-top: 1px solid #FFF;
	}
	
	body.get_in_touch fieldset.button {
		text-align: right;
	}
	
	body.get_in_touch button {
		border: 0;
		background-color: #FF0;
		color: #000;
		font-weight: 900;
		cursor: pointer;
	}
	
	body.get_in_touch #thanks_msg {
		display: none;
	}
	
	body.get_in_touch .social_links {
		padding: 20px;
		background-color: #1a1a1a;
	}

	body.get_in_touch .social_links a {
		background-color: transparent;
		border-bottom: 0;
	}
	
	body.get_in_touch #main .social_links img {
		margin-bottom: 0;
		border: 0;
	}
