/* @override http://generationinterns.org/new/css/default.css */

/*
COLORS
Dark red (background):		#782121
Bright red (highlight):		#ff2d2e
Teal:						#33cccc
*/

/* FRAMEWORK */
@import url(reset.css);
@import url(text.css);
@import url(960.css);
@import url(forms.css);
/* THANKS NATHAN SMITH */

body {
	color: #eee;
	background: #782121 url(../images/background.jpg) 50% 0 no-repeat;
}

a {
	color: #ff2d2e;
	text-decoration: none;
}

#page {
	padding-top: 30px;
	background: url(../images/shading-gradient.png) 0 100% repeat-x;
}

h1 {
	float: left;
	width: 427px;
	height: 120px;
	margin: 0;
	text-indent: -999999px;
	overflow: hidden;
	background: transparent url(../images/logo.png) 0 0 no-repeat;
}

#nav {
	float: right;
}

#nav ul {
	margin: 100px 10px 0 0;
	list-style: none;
}

#nav li {
	float: left;
	margin: 0;
}

#nav li a {
	display: block;
	margin: 0 0 0 15px;
	padding: 7px 18px;
	font: normal 13px/1 'helvetica neue',helvetica,sans-serif;
	text-transform: uppercase;
	text-shadow: 0 0 3px #ff2d2e;
	letter-spacing: .15em;
	background: url(../images/shading-b20.png);
	-webkit-border-radius: 7px;
	-mox-border-radius: 7px;
	border-radius: 7px;
}

#nav li a:hover {
	color: #fff;
	text-shadow: 0 0 5px #fff;
}

#nav li a:active {
	color: #33cccc;
}

hr {
	position: relative;
	margin: 2em 0;
	border-color: #ff2d2e;
}

#masthead {
	

}

#masthead h2 {
	height: 275px;
	margin: 0;
	text-indent: -999999px;
	overflow: hidden;
	background: url(../images/masthead.jpg) no-repeat;
}

#news {
	margin-bottom: 1em;
	background: url(../images/header-news.png) 0 50% no-repeat;
}

#news ul {
	margin: 0 0 0 70px;
	list-style: none;
}

#news li {
	margin: 0;
	font-size: 16px;
	color: #33cccc;
}

#news li a {
	font-size: 9px !important;
	text-decoration: none;
	color: #ccc;
	text-transform: uppercase;
}

#twitter_link {
	position: absolute;
	top: 0;
	right: 0;
}

#twitter_link a {
	display: block;
	width: 58px;
	height: 22px;
	text-indent: -999999px;
	overflow: hidden;
	background: url(../images/twitterbadge.png) no-repeat;
}

.feature {
	height: 147px;
	background: url(../images/shading-b20.png);
}

.feature h3,
.feature p {
	padding: 0 15px;
}

.feature h3 {
	margin: 10px 0;
	font-size: 18px;
	color: #33cccc;
	text-transform: none;
	letter-spacing: 0;
}

.feature p {
	margin: 0;
	color: #fff;
	font-size: 14px;
}

.feature .more_link {
	position: absolute;
	bottom: 10px;
	right: 0;
	margin: 0;
}

.feature .more_link a {
	color: #ff2d2e;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}

#promo h5 {
	margin: 0;
}

#promo h5 a {
	display: block;
	height: 147px;
	margin: 0 0 5px;
	text-indent: -999999px;
	overflow: hidden;
	background: url(../images/judahpromo.jpg) no-repeat;
}

#promo p {
	margin: 0;
	font-size: 11px;
}

#promo p a {
	color: #ccc;
}

#judah {
	width: 400px;
	padding: 2em;
	color: #333;
}

#judah p strong {
	font-size: 16px;
}

#judah_sig {
	height: 75px;
	margin: 0;
	text-indent: -999999px;
	overflow: hidden;
	background: transparent url(../images/judahsig.jpg) no-repeat;
}

.shade {
	padding: 15px;
	background: transparent url(../images/shading-b20.png);
}

.section h3 {
	margin: 0 0 1em;
	font-size: 24px;
	font-weight: normal;
	color: #ff2d2e;
}

.section h4 {
	margin: 0 0 1em;
	font-size: 16px;
	color: #33cccc;
	text-transform: none;
	letter-spacing: 0;
}

.section h5 {
	margin: 0 0 .5em;
	font-size: 14px;
}

#accordion h5 {
	padding: 7px;
	line-height: 1.2;
	color: #ff2d2e;
	cursor: help;
	background: transparent url(../images/shading-b20.png);
}

#accordion h5 span {
	font-size: 11px;
	color: #999;
}

#accordion div img {
	float: right;
	margin: .5em 0 0 1em;
}

#accordion ul {
	list-style: square;
}

.section p,
.section li {
	color: #fff;
	font-size: 12px;
}

.section li {
	margin: 0 0 .5em 1.5em;
}

#schedule table {
	width: 100%;
	margin: 0;
	font-size: 10px;
}

#schedule th,
#schedule td {
	padding: 3px 0;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

#schedule th {
	width: 90px;
	padding: 3px;
	background: transparent url(../images/shading-b20.png);
}

#schedule .day {
}

#downloads li {
	margin: 0 0 10px;
	list-style: none;
}

#downloads a {
	display: block;
	height: 52px;
	padding-left: 50px;
	line-height: 52px;
	color: #eee;
	font-size: 14px;
	background: url(../images/pdficon.png) 8px 50% no-repeat;
	border: 2px solid #782121;
}

#downloads a:hover {
	border: 2px solid #ff2d2e;
}

#footer {
	position: relative;
	height: 100px;
	padding: 190px 0 0;
	background: url(../images/background-footer.png) 50% 0 no-repeat;
}

#footer p {
	color: #c12223;
}

#footer p a {
	color: #ff2d2e;
	text-decoration: none;
	font-weight: bold;
}

#footer p a:hover {
	color: #33cccc;
}

#tcc_link,
#gc_link {
	position: absolute;
	left: 0;
}

#tcc_link {
	left: 65px;
}

#gc_link {
	left: 10px;
}

#tcc_link a,
#gc_link a {
	display: block;
	text-decoration: none;
}

#tcc_link a:hover,
#gc_link a:hover {
	background-position: 0 100% !important;
}

#tcc_link a {
	width: 53px;
	height: 53px;
	background: url(../images/icon-tcc.png);
}

#gc_link a {
	width: 48px;
	height: 47px;
	background: url(../images/icon-gc.png);
}

#contact_form {
	padding: 20px;
	background: transparent url(../images/shading-b20.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}

label {
	display: block;
	margin-top: 1em;
	color: #33cccc;
	font-size: 10px;
	text-transform: uppercase;
}

input[type="text"],
textarea {
	color: #eee;
	background: transparent url(../images/shading-b20.png);
	border-color: #782121;
}

textarea {
	height: 100px;
}

input.text {
	width: 210px;
}

.form_controls {
	margin: 1.5em 0 0;
}

button,
.button {
	display: block;
	float: left;
	margin: 0 10px 1em 0;
	padding: 6px 12px;
	color: #ff2d2e;
	background: transparent url(../images/shading-b20.png);
	border: 2px solid #782121;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

button:hover,
.button:hover {
	color: #fff;
	border-color: #ff2d2e;
	cursor: pointer;
}

.button {
	padding: 4px 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}