/*	global.css
	Indiana First - http://www.indianafirst.org/
	Based off of Skeleton Template 0.6 + newer stuff by Kyle Bavender co./Rare Bird Inc.
	-------------------------------------------------------------------------------------------
	~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
	----------------------------------------------------------------------------------------- */

/*	-------------------------------------------------------------------------------------------
 *  CSS RESET + RESET OVERRIDES + MORE GLOBAL FIXITS. DERIVED AND MODIFIED FROM:
 *  + ERIC MEYER'S RESET 2.0 = http://meyerweb.com/eric/tools/css/reset/
 *  + NORMALIZE.CSS = https://github.com/necolas/normalize.css/blob/master/normalize.css
 *  + VANILLA = https://github.com/csswizardry/vanilla/blob/master/css/style.css
 *  ----------------------------------------------------------------------------------------- */
/* @group RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ol, ul { padding-left: 40px; }
i, em { font-style: italic; }
b, strong { font-weight: bold; }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {display: none;}
body {
	line-height: 1;
}
blockquote { margin: 1em 40px; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
abbr[title] { border-bottom: 1px dotted; }
	abbr[title=""] {border:0;}
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
form { margin: 0; }
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}
button { box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; }
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input {
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border:0 !important;
	padding:0 !important;
	margin:0 !important;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	*overflow: visible;
}
input[type="radio"], input[type="checkbox"], input[type="reset"], input[type="button"], input[type="submit"], select, option, label { cursor: pointer; }
	label[for=""] { cursor: auto; }
button[disabled], input[disabled] {
	opacity:.5;
	filter: alpha(opacity=50);
	cursor: default;
	cursor: not-allowed;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea { overflow: auto; vertical-align: top; resize: vertical; }
p, pre { margin: 1em 0; }
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
small { font-size: 75%; }
/* @end RESET */



/*	-------------------------------------------------------------------------------------------
	GLOBAL SITE SKELETON/STRUCTURE
	----------------------------------------------------------------------------------------- */

/*  @group OOCSS - GRIDS / MEDIA BLOCKS / ETC.
	---------------------------------------------- */
/* grids */
.line,.lastUnit{overflow:auto; *overflow:visible;*zoom:1;}
.unit{float:left;}
.unitRight{float:right;}
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit{float:none;width:auto;_position:relative;_left:-3px;_margin-right:-3px;}

/* media block */
.media {/*margin:10px;*/}
.media, .bd {overflow:hidden; _overflow:visible; zoom:1;}
/*	.mod-display-table .media, .mod-display-table .bd {overflow: visible; display:table-cell;}*/
.media .img {float:left; margin-right: 10px;}
.media .img img{display:block;}
.media .imgExt{float:right; margin-left: 10px;}stun
/* @end OOCSS - GRIDS / MEDIA BLOCKS / ETC. */



html {
	overflow-y: scroll;
	background: url('/images/bg-tile.png') repeat left top #e5e5e5;
}
body {
	font: normal normal 15px/1.45 "myriad-pro", "Segoe UI", Segoe, sans-serif;
	color: #636466;
	-webkit-font-smoothing: antialiased;
	background: url('/images/bg-tile.png') repeat left top #e5e5e5;

}
#wrapper {
	background-color: #3c3e45;
	width: 998px;
	margin: 0 auto;

	-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .35);
	   -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .35);
	        box-shadow: 0 0 8px 2px rgba(0, 0, 0, .35);
	
}
#header {
	background-color: #fff;
/*	padding-bottom: 20px;*/
/*	height: 485px;*/ /* 429 + 56px for bottom border */
}
#nav {
	background-color: #000;
	color: #7b7b7b;
	position: relative;
/*	overflow: auto;*/
}
#nav ul {
	list-style-type: none;
	padding: 0;
}
#nav ul li {
	position: relative;
	float: left;
	font-size: 21px;
	font-weight: bold;
	padding: 0 0px;
}
/*	#nav ul li.first {padding-left: 0; }*/
#nav ul li a {
	display: block;
	padding: 16px 13px 16px;

	-webkit-transition: all 120ms ease-out;
	   -moz-transition: all 120ms ease-out;
	     -o-transition: all 120ms ease-out;
	        transition: all 120ms ease-out;
}
	#nav ul li.home a {
/*		text-indent: -9999em;
		line-height: 9999em;*/
		width: 47px;
		height: 30px;
/*		background-image: url('/images/icon-home.png');
		background-repeat: no-repeat;
		background-position: 12px 16px;*/
/*		overflow: hidden;*/
	}
#nav > ul > li > a:hover,
#nav > ul > li > a:focus {
	text-decoration: none;
	color: #ccc;
	background-color: #252525;

	-webkit-box-shadow: inset 0 5px 0 0 #229E99;
	   -moz-box-shadow: inset 0 5px 0 0 #229E99;
	        box-shadow: inset 0 5px 0 0 #229E99;
}
#nav > ul > li > a:active {
	color: #777;
	background-color: transparent;

	-webkit-box-shadow: inset 0 5px 0 0 #197C78;
	   -moz-box-shadow: inset 0 5px 0 0 #197C78;
	        box-shadow: inset 0 5px 0 0 #197C78;
}
/*#nav a.donate {
	position: absolute;
	right: 21px;
	top: 15px;
}*/

#nav .sponsor_button {
	width: 110px;
	margin-top: 15px;
	margin-right: 0px;
	float: right;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff7d1), color-stop(1, #e3ae29) );
	background:-moz-linear-gradient( center top, #fff7d1 5%, #e3ae29 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7d1', endColorstr='#e3ae29');
	background-color:#fff7d1;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:1px solid #e3ae29;
	display:inline-block;
	color:#000;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	text-align: center;
	line-height: 22px;
	padding:4px 8px;
	text-decoration:none;
	text-shadow:-1px 0px 7px #f5f5f5;
}
/*#nav .sponsor_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e3ae29), color-stop(1, #fff7d1) );
	background:-moz-linear-gradient( center top, #e3ae29 5%, #fff7d1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3ae29', endColorstr='#fff7d1');
	background-color:#e3ae29;
}*/

#nav .sponsor_button:hover {
	opacity: .90;
	
}
#nav .sponsor_button:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
#header .tier2 {
	/*padding-top: 9px;*/
	position: relative;
	overflow: hidden;
	height: 150px;
	border-bottom: 7px solid #4e4e4e;
}
.tier2home {
	padding: 10px;
	background-color: #fff;
/*	overflow: hidden;*/
	height: 70px;
	border-bottom: 7px solid #4e4e4e;
}
#header #logo {
	position: absolute;
	left:24px;
	top:9px;
	z-index:10;
}
/*------------------------------------------
Logo snippet on the home page
------------------------------------------*/
.tier2home #logo_home {

	margin:5px;

}
.tier2home td{
	text-align: center;
	vertical-align: middle;
	
}

.tier2home td  span{
	font-size: 1.8em;
	line-height: .2em;
	vertical-align: middle;
	
}
#header #logo > img {
	display: block;
	width: auto;
	height: 130px;
}
	body.home #header #logo > img { height: auto; }

#header .slider {
	/*list-style-type: none;
	padding: 0;
	padding-left: 364px;*/
	/*height: 150px;*/

	/*background: url('/images/bg-inside_pg_hdr-competition.jpg') no-repeat 0 0;*/
}
/*	body.home #header .slider { float: right; margin-left: 0; height: auto; background: none; }
#header .slider img {
	display: none;
	width: auto;
	height: 150px;
}
	body.home #header .slider img { display: block; height: auto; }

#header ul li img { display: block; }*/

#main {
	width: 100%;
	padding: 20px 0 10px;
	overflow: hidden;
	background-color: #fff;

}
.sidebar {
	float: left;
	width: 310px;
	padding: 0 20px 20px;
}
.sidebar2 {
	float: left;
	width: 230px;
	padding: 0 20px 20px;
}
.sidebar > .nav, .sidebar > .block_container > .nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: -20px;
}
.sidebar > .nav > li > a, .sidebar > .block_container > .nav > li > a {
	display: block;
	padding: 7px 0 7px 20px;
	border-top: 1px solid #ddd;

	color: #229E99;
	text-decoration: none;

	-webkit-transition: all 120ms ease-out;
	   -moz-transition: all 120ms ease-out;
	     -o-transition: all 120ms ease-out;
	        transition: all 120ms ease-out;
}
	.sidebar > .nav > li:first-child > a, .sidebar > .block_container > .nav > li:first-child > a { border: 0; }
	
	.sidebar > .nav > li > a:hover,
	.sidebar > .block_container > .nav > li > a:hover,
	.sidebar > .nav > li > a:focus,
	.sidebar > .block_container > .nav > li > a:focus {
		padding-left: 25px;
		color: #1C6AA7;
		background-color: #eee;
		-webkit-box-shadow: inset 0 1px 4px rgba(255,255,255,.7);
		   -moz-box-shadow: inset 0 1px 4px rgba(255,255,255,.7);
		        box-shadow: inset 0 1px 4px rgba(255,255,255,.7);
	}
	.sidebar > .nav > li > a:active, .sidebar > .block_container > .nav > li > a:active {
		-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.3);
		   -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.3);
		        box-shadow: inset 0 1px 4px rgba(0,0,0,.3);
		
	}


#content {
	letter-spacing: -.02em;
	overflow: auto;
}

#footer {
	background-color: #3c3e45;
	background: -webkit-linear-gradient(left,     #2b2c31, #3c3e45 20%, #3c3e45 80%, #2b2c31);
    background:    -moz-linear-gradient(left,     #2b2c31, #3c3e45 20%, #3c3e45 80%, #2b2c31);
    background:      -o-linear-gradient(left,     #2b2c31, #3c3e45 20%, #3c3e45 80%, #2b2c31);
    background:         linear-gradient(to right, #2b2c31, #3c3e45 20%, #3c3e45 80%, #2b2c31);

	font-size: 13px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	overflow: auto;
}
/*#footer .main {
	padding-top: 38px;
	padding-bottom: 28px;
	background: transparent url('/images/bg-border_color_stripe.png') repeat-x -22px 0;
}*/

#footer .steamworks{
	min-height: 335px;
	background: transparent url('/images/steamworks_bkrd.jpg') ;
}
.steamworks_dates{
	display: inline-block;
	margin-left: 500px;
	margin-top: 30px;
	width: 400px;
	color: #ba8a43;
	
}
.steamworks_dates h2{

	color: #ba8a43;
	
}
#footer .colorbar {
	padding-top: 38px;
	padding-bottom: 28px;
	background: transparent url('/images/bg-border_color_stripe.png') repeat-x -22px 0;
}
#footer .bottom {
	background-color: #515257;
	background: -webkit-linear-gradient(left,     #46474b, #515257 20%, #515257 80%, #46474b);
    background:    -moz-linear-gradient(left,     #46474b, #515257 20%, #515257 80%, #46474b);
    background:      -o-linear-gradient(left,     #46474b, #515257 20%, #515257 80%, #46474b);
    background:         linear-gradient(to right, #46474b, #515257 20%, #515257 80%, #46474b);
	height: 90px;
	padding-top: 15px;
	font: 11px/1.5 Georgia, serif;
	color: #fff;
}
#footer h2 {
	margin-bottom: 5px;
	color: #fff;
}

#footer .connect .icon_group img {

	display: inline-block;
	margin-right: 6px;
	opacity:.93;
}
#footer .connect .icon_group img:hover { opacity:1; }

#footer .twitter2 {
	
}
#footer .twitter2 ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 7px;
	width: 280px;
	border-bottom: 1px solid #35373d;
	-webkit-box-shadow: 0 1px 0 0 #43454d;
	   -moz-box-shadow: 0 1px 0 0 #43454d;
	        box-shadow: 0 1px 0 0 #43454d;
}
#footer .twitter2 li {
	padding-top: 9px;
	padding-bottom: 5px;
	border-top: 	1px solid #35373d;
	-webkit-box-shadow: inset 0 1px 0 0 #43454d;
	   -moz-box-shadow: inset 0 1px 0 0 #43454d;
	        box-shadow: inset 0 1px 0 0 #43454d;
	
}
#footer .twitter2 li .avatar {
	float: left;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,.4);
	        box-shadow: 0 0 3px rgba(0,0,0,.4);
}
#footer .twitter2 li .avatar img { display: block; opacity:.93; }
#footer .twitter2 li .avatar img:hover { opacity:1; }
/*#footer .twitter2 li .contents {
	float: right;
	margin-top: -4px;
	width: 227px;
	max-height: 70px;
	overflow: auto;
}*/

#footer .twitter {
	padding-top: 20px;
	
}
#footer .twitter ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 7px;
	width: 280px;
	border-bottom: 1px solid #35373d;
	-webkit-box-shadow: 0 1px 0 0 #43454d;
	   -moz-box-shadow: 0 1px 0 0 #43454d;
	        box-shadow: 0 1px 0 0 #43454d;
}
#footer .twitter li {
	padding-top: 9px;
	padding-bottom: 5px;
	border-top: 	1px solid #35373d;
	-webkit-box-shadow: inset 0 1px 0 0 #43454d;
	   -moz-box-shadow: inset 0 1px 0 0 #43454d;
	        box-shadow: inset 0 1px 0 0 #43454d;
	
}
#footer .twitter li .avatar {
	float: left;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,.4);
	        box-shadow: 0 0 3px rgba(0,0,0,.4);
}
#footer .twitter li .avatar img { display: block; opacity:.93; }
#footer .twitter li .avatar img:hover { opacity:1; }
/*#footer .twitter li .contents {
	float: right;
	margin-top: -4px;
	width: 227px;
	max-height: 70px;
	overflow: auto;
}*/
#footer .event_footer {
		
		overflow: hidden;
		width:292px;
		margin: 5px 0px;
		padding: 6px;
		/*background-color: #000;*/
		border-radius: 8px;
			

}


#footer .event_footer .footer_date{
		width: 33px;
		height: 34px;
		float: left;
		border-radius: 8px;
		border-style:solid;
		border-width:3px;
		border-color: #939598;
		background-color: #515257;
		padding: 7px;
		text-align: center;


}
#footer .event_footer .event_day {
	font-size: 1.8em; font-weight: bold; color: #fff; text-transform: uppercase;line-height: .6em;	
}

#footer .event_footer .event_month {
	
	font-size: 1em; font-weight: bold; color: #fff; text-transform: uppercase; 
}
#footer .event_footer  .event_info{
	
	float: right;
	width: 220px;
	min-height: 44px;
	padding: 5px;
	background-color: #515257;
	border-radius: 6px;
	/*padding: 4px 8px 8px 8px;*/
}
#footer .event_footer  .event_title{
	
	float: left;
	width: 210px;
	padding: 6px;
	font-size: 1em; color: #fff; 
	
}
#footer .resources ul {
	list-style-type: none;
	padding: 0;
	width: 255px; /* Odd number keeps the dotted border from having two dots @ end on Safari */
}
#footer .resources ul li {
	border-bottom: 1px dotted #919294;
}
	#footer .resources ul li.last { border-bottom: 0; }
#footer .resources ul li a {
	display: block;
	padding: 3px;
}
#footer .media .viewer {
	background-color: #141517;
	border: 4px solid #141517;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.08);
	   -moz-box-shadow: 0 1px 0 rgba(255,255,255,.08);
	        box-shadow: 0 1px 0 rgba(255,255,255,.08);
	overflow: hidden;
	width: 273px;
	padding-bottom: 9px;
}
#footer .media .viewer img.photo {
	display: block;
	padding-bottom: 12px;
	-webkit-background-clip: padding-box; /* fix WebKit background bleed on border-radius */
	   -webkit-border-radius-top-left: 6px; /* pre-Safari 5, delete unused */
	   -webkit-border-radius-top-right: 6px;
          -moz-border-radius: 6px 6px 0 0;
	           border-radius: 6px 6px 0 0;
}
#footer .media .viewer .description {
	padding-left: 8px;
}
#footer .media .viewer .description .play_btn {
	display: inline-block;
	vertical-align: middle;
}
#nav, #content, #footer .main, #footer .bottom { padding-left: 24px; padding-right: 21px; }

#content_instagram{
	letter-spacing: -.02em;
	overflow: auto;
	padding-left: 24px; 
	padding-right: 21px; 
	padding-bottom: 24px;
}
#footer .instagram_footer{
	padding-top: 15px;
}

/*	-------------------------------------------------------------------------------------------
	GLOBAL STYLING
	----------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: "myriad-pro", "Segoe UI", Segoe, sans-serif;
	line-height: 1.1;
	color: #000;
	font-weight: bold;
	letter-spacing: -.04em;
}
h1 { font-size: 34px; text-transform: uppercase; margin-bottom: 10px; }
h2 { font-size: 28px; margin-bottom: 5px; }
h3 { font-size: 20px; }
h4 {  }
h5 {  }
h6 {  }

#footer h2, #footer h3 {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bcbcbc));
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	text-shadow: none;
}

a {
	color: #229E99;
	text-decoration: none;
}
a:visited		{  }
a:focus			{  }
a:hover			{ text-decoration: underline; }
a:active		{  }
a:hover:focus	{  }
a:hover:active	{  }

#nav a { color: #8d8d8d; text-shadow: 0 1px 1px #000; }
#footer a { color: #a8a9ac; }
#footer a:hover { color: #c1c3c6; }
#footer .twitter a { color: #ffcb00; }
#footer .twitter2 a { color: #ffcb00; }

p {
	margin: 0 0 1em 0;
}
blockquote {
	margin: 1em 0;
	padding: 1em 1em 1em 1em;
	border-left: 5px solid #1A4182;
	background-color: #efefef;
	font-style: italic;
}
	blockquote.super {
		font-size: 1.3em;
		border-left: 10px solid #ed252a;
	}
/*  CLEARFIX
	http://nicolasgallagher.com/micro-clearfix-hack/
	---------------------------------------------- */
.cf:before, .cf:after, .clearfix:before, .clearfix:after { content: ""; display: table; }
.cf:after, .clearfix:after { clear: both; }
.cf, .clearfix { *zoom: 1; }

/*	SELECTION HIGHLIGHT COLORS
	---------------------------------------------- */
::-moz-selection{ color: #fff; background: rgba(29, 68, 133, 0.8); text-shadow: none; }
::selection		{ color: #fff; background: rgba(29, 68, 133, 0.8); text-shadow: none; }
img::selection		{background: #B4D5FF; }
img::-moz-selection	{background: #B4D5FF; }
body {-webkit-tap-highlight-color: #5CA8FF; }
input[type="text"]::-moz-selection, input[type="email"]::-moz-selection, input[type="tel"]::-moz-selection, textarea::-moz-selection {
	color: #ffffff;
	background: #080808;
}
input[type="text"]::selection, input[type="email"]::selection, input[type="tel"]::selection, textarea::selection {
	color: #ffffff;
	background: #080808;
}

/*	INPUT ELEMENTS
	---------------------------------------------- */
#main form {
	margin-bottom: 1em;
}
label {
	display: block;
	
	/*font-size: 12px;*/
}
	input[type="radio"] + label,
	input[type="checkbox"] + label { display: inline-block; }

label.label_required {
	color: red;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], textarea {
	font: 14px/1 "myriad-pro", "Segoe UI", Segoe, sans-serif;
	background-color: #fafafa;
	border: 2px solid #ccc;
	padding: 4px 5px;
	margin-bottom: 10px;

	-webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.13);
	   -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.13);
	        box-shadow: inset 0 2px 5px rgba(0,0,0,.13);

	-webkit-transition: background-color 120ms ease-out, box-shadow 120ms ease-out, border 120ms ease-out;
	   -moz-transition: background-color 120ms ease-out, box-shadow 120ms ease-out, border 120ms ease-out;
	     -o-transition: background-color 120ms ease-out, box-shadow 120ms ease-out, border 120ms ease-out;
	        transition: background-color 120ms ease-out, box-shadow 120ms ease-out, border 120ms ease-out;
}
	textarea { line-height: 1.335; }
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
textarea:hover {
	background-color: #fff;
	border-color: #bfbfbf;
	-webkit-box-shadow: 0 0 5px 2px rgba(122,122,122,.20);
	   -moz-box-shadow: 0 0 5px 2px rgba(122,122,122,.20);
	        box-shadow: 0 0 5px 2px rgba(122,122,122,.20);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #ededed;
	border-color: rgba(0,0,0,.09);
	-webkit-box-shadow: 0 0 0 2px #bfbfbf, inset 0 2px 5px rgba(0,0,0,.09), 0 0 7px 4px rgba(122,122,122,.50);
	   -moz-box-shadow: 0 0 0 2px #bfbfbf, inset 0 2px 5px rgba(0,0,0,.09), 0 0 7px 4px rgba(122,122,122,.50);
	        box-shadow: 0 0 0 2px #bfbfbf, inset 0 2px 5px rgba(0,0,0,.09), 0 0 7px 4px rgba(122,122,122,.50);
}
select { margin-left: 0; }

.option_block {
	margin: 0 0 1em;
}
.option_block > input[type="radio"],
.option_block > input[type="checkbox"] {
	margin-right: 7px;
	vertical-align: baseline;
}
.option_block > label {
	display: inline-block;
	margin-bottom: 3px;
	vertical-align: baseline;
}

.oldie input[type="radio"] { margin-left: 1px; margin-right: 0; }
input[type="radio"] { margin-left: 1px; margin-right: 3px; }
/* ----- If browser supports box-shadow (detected via Modernizr), remove default outline focus styling ----- */
.mod-boxshadow input[type="text"],
.mod-boxshadow input[type="password"],
.mod-boxshadow input[type="email"],
.mod-boxshadow input[type="tel"],
.mod-boxshadow input[type="url"],
.mod-boxshadow input[type="number"],
.mod-boxshadow input[type="search"],
.mod-boxshadow input[type="submit"],
.mod-boxshadow textarea {
	outline: 0;
}
.req_symbol {
	color: #f00;
	font-size: 150%;
	line-height: 0;
	position: relative;
		top: .25em;
	vertical-align: baseline;
}

.make_yellow { color: #ffcb00; }
a:hover .make_yellow { color: #ffe21d; }

.bucket {
	float: left;
	width: 35%;
}
.bucket2 {
	float: left;
	width: 35%;
}
.tweet2 {
	float: left;
	width: 33%;
}
.social2 {
	float: left;
	width: 32%;
	

}
.photos2 {
	float: right;
	width: 30%;
	

}
.btn,
.button,
button,
input[type="submit"] {
	display: inline-block;
	min-width: 161px;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	border: 1px solid #333;

	text-align: center;
	background: #229e99;
	font-size: 15px;
	font-family: Helmet, Freesans, sans-serif;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;

	-webkit-transition: all 120ms ease-out;
	   -moz-transition: all 120ms ease-out;
	     -o-transition: all 120ms ease-out;
	        transition: all 120ms ease-out;
}
	.mod-boxshadow .btn,
	.mod-boxshadow .button,
	.mod-boxshadow button,
	.mod-boxshadow input[type="submit"] {
		border: 0;
	-webkit-box-shadow: inset 0 30px 21px -18px rgba(255,255,255,.5), 0 1px 2px 0 rgba(0,0,0,.5);
	   -moz-box-shadow: inset 0 30px 21px -18px rgba(255,255,255,.5), 0 1px 2px 0 rgba(0,0,0,.5);
	        box-shadow: inset 0 30px 21px -18px rgba(255,255,255,.5), 0 1px 2px 0 rgba(0,0,0,.5);
	}
.btn:hover, .btn:focus,
.button:hover, .button:focus,
button:hover, button:focus,
input[type="submit"]:hover, input[type="submit"]:focus {
	opacity:.9;
	text-decoration: none;
	-webkit-box-shadow: inset 0 30px 21px -18px rgba(255,255,255,.6), 0 1px 2px 0 rgba(0,0,0,.5);
	   -moz-box-shadow: inset 0 30px 21px -18px rgba(255,255,255,.6), 0 1px 2px 0 rgba(0,0,0,.5);
	        box-shadow: inset 0 30px 21px -18px rgba(255,255,255,.6), 0 1px 2px 0 rgba(0,0,0,.5);
}
.btn:active,
.button:active,
button:active,
input[type="submit"]:active {
	color: #bcbcbc;
	color: rgba(210,210,210,.7);
	text-shadow: 0 -1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 30px 21px -18px rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.5);
	   -moz-box-shadow: inset 0 30px 21px -18px rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.5);
	        box-shadow: inset 0 30px 21px -18px rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.5);
}
.button_blue	{ background-color: #1d4485; }
.button_red		{ background-color: #ed252a; }
.button_teal	{ background-color: #229e99; }
.button_grey	{ background-color: #939598; }
.button_yellow	{ background-color: #E6B221; }

.img_btn img { display: block; }
.img_btn { position: relative; display: block; }
.img_btn:hover:after {
	content: "";
	background-color: rgba(255,255,255,1);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
	opacity:.1;
}
/*.btn:active, .img_btn:active {
	-webkit-transform: translateY(1px);
	   -moz-transform: translateY(1px);
	     -o-transform: translateY(1px);
	        transform: translateY(1px);
}*/


/*	-------------------------------------------------------------------------------------------
	ELEMENT-SPECIFIC STYLING
	----------------------------------------------------------------------------------------- */

/*	HOME PAGE
	---------------------------------------------- */
/*#content .main {
	padding-right: 351px;
	padding-bottom: 54px;
}*/
#content .calendar {
	float: right;
	width: 296px;
}
#content .calendar h2 {
	text-align: center;
	color: hsl(0,0,60);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#333));
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
}
#main_home{
	margin: 0px;
	padding:0px;
	background-color: #fff;
}
#content_home{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
#content2{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
/*	INSIDE - COMMON
	---------------------------------------------- */


/*	INSIDE - SPECIFIC
	---------------------------------------------- */

/*	INSIDE - Events
	---------------------------------------------- */

#main #content .page_title {
		
	text-align: center;
		
}


#main #content .event {
	margin-left: 120px;
	margin-bottom: 80px;
	width: 500px;

}
#main #content .event2 {
	
	margin-bottom: 40px;
	width: 500px;

}

#main #content .event_year {
	font-family: "myriad-pro", "Segoe UI", Segoe, sans-serif;
	line-height: 1.1;
	color: #000;
	font-weight: bold;
	letter-spacing: -.04em;
	font-size: 24px; 
	margin-left: 60px;
	margin-bottom: 0px;
	padding: 5px;
	width: 790px;
	background-color: #efefef;
	border-left: 5px solid #CF0914;
	
}

.event_date {
	float: left;
	width: 80px; height: 90px; 
	background: #fcfcfc; 
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	border: 1px solid #d2d2d2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);

}
.event_date p{
	font-family: Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 30px; text-align: center; color: #000; 
}
.event_date p span {
	background: #d10000; 
	background: linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
	font-size: 20px; font-weight: bold; color: #fff; text-transform: uppercase; 	
	display: block;
	border-top: 3px solid #a13838;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	padding: 6px 0 6px 0;
}
.event .event_info {
	display: block;
	padding: 20px;
	margin-left: 100px;
	width: 600px;
	border-left: 5px solid #CF0914;
	background-color: #efefef;
	
	
}
.event2 .event_info {
	display: block;
	padding: 20px;
	margin-left: 100px;
	width: 500px;
	border-left: 5px solid #CF0914;
	background-color: #efefef;
	
	
}
/*	INSIDE - States page
	---------------------------------------------- */

table.results {
	
	border-collapse: collapse;
}


table.results th {
	font-size: 1.2em;
	border-width: 1px;
	padding: 2px;
	text-align: center;
	border-bottom: 1px solid rgba(29, 68, 133, 0.9);
}

table.results tr.chart_title th{
	font-size: 1em;
	background: rgba(29, 68, 133, 0.2);
	border-width: 1px;
	padding: 2px;
	text-align: center;
	border-bottom: 1px solid rgba(29, 68, 133, 0.9);
}
table.results tr {

	text-align: center;
	border-bottom: 1px solid rgba(29, 68, 133, 0.1);
	padding: 8px;
	
}

/* Current page triangle on nav */
body.home #nav > ul > .home:after,
body.about-us2 #nav > ul > .about:after,
body.programs #nav > ul > .programs:after,
body.students #nav > ul > .students:after,
body.get_involved #nav > ul > .get_involved:after,
body.volunteer #nav > ul > .volunteers:after,
body.blog #nav > ul > .blog_news:after,
body.events #nav > ul > .events:after ul > .resource:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	text-align: center;
	
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid white;

}
/* Nav highlight color adjustments */
#nav > ul > li.about > a:hover,
#nav > ul > li.about > a:focus {
	-webkit-box-shadow: inset 0 5px 0 0 #C6121F;
	   -moz-box-shadow: inset 0 5px 0 0 #C6121F;
	        box-shadow: inset 0 5px 0 0 #C6121F;
}
#nav > ul > li.programs > a:hover,
#nav > ul > li.programs > a:focus {
	-webkit-box-shadow: inset 0 5px 0 0 #E6B221;
	   -moz-box-shadow: inset 0 5px 0 0 #E6B221;
	        box-shadow: inset 0 5px 0 0 #E6B221;
}
#nav > ul > li.students > a:hover,
#nav > ul > li.students > a:focus {
	-webkit-box-shadow: inset 0 5px 0 0 #E6B221;
	   -moz-box-shadow: inset 0 5px 0 0 #E6B221;
	        box-shadow: inset 0 5px 0 0 #E6B221;
}
#nav > ul > li.volunteers > a:hover,
#nav > ul > li.volunteers > a:focus {
	-webkit-box-shadow: inset 0 5px 0 0 #014C9B;
	   -moz-box-shadow: inset 0 5px 0 0 #014C9B;
	        box-shadow: inset 0 5px 0 0 #014C9B;
}
#nav > ul > li.get_involved > a:hover,
#nav > ul > li.get_involved > a:focus {
	-webkit-box-shadow: inset 0 5px 0 0 #014C9B;
	   -moz-box-shadow: inset 0 5px 0 0 #014C9B;
	        box-shadow: inset 0 5px 0 0 #014C9B;
}
#nav > ul > li.blog_news > a:hover,
#nav > ul > li.blog_news > a:focus {
	-webkit-box-shadow: inset 0 5px 0 0 #939598;
	   -moz-box-shadow: inset 0 5px 0 0 #939598;
	        box-shadow: inset 0 5px 0 0 #939598;
}
#nav > ul > li.resource > a:hover,
#nav > ul > li.resource > a:focus {
	-webkit-box-shadow: inset 0 5px 0 0 #C6121F;
	   -moz-box-shadow: inset 0 5px 0 0 #C6121F;
	        box-shadow: inset 0 5px 0 0 #C6121F;
}
img.instagram-image {
	float: left;
	height: 140px;
	width: 140px;
	margin: 0px;
	padding: 5px 5px 0px 0px;
}

/* @group blog posts */
.divided .unit {
	float: left;
	width: 50%;
}
.divided .unit .innards {
	padding-left: 10px;
	border-left: 1px solid #312f30;
}
.divided .unit:first-child .innards {
	padding-left: 0;
	padding-right: 10px;
	text-align: right;
	border: 0;
}
.blog-post {
	margin-bottom: 1em;
	line-height: 1.7;
}
.blog-post .hd .top_group {
	position: relative;
}
.blog-post h1.title {
	width: 500px;
	color: #fe8500;
}
.blog-post .date {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 106px;
	line-height: 1;
	font-family: Arial, Helmet, Freesans, sans-serif;
}
.blog-post .date .day {
	font-size: 42px;
	font-weight: bold;
	line-height: 0;
	position: relative;
	top: 18px;
}
.blog-post .date .month {
	font-size: 18px;
	text-transform: uppercase;
}
.blog-post .date .year {
	font-size: 17px;
}
.blog-post .hd .bottom_group {
	position: relative;
	padding: 10px 0;
	margin: 20px 0 25px;
	border: 2px solid #cacaca;
	border-width: 2px 0;
}
.blog-post .hd .category {
	float: left;
}
.blog-post .hd .comments {
	float: right;
}

.blog-post ul,
.blog-post ol {
	margin-bottom: 1em;
}

.post-image-container {
    float: left;
    padding-right: 15px;
}
.post-image-container .post-image {
    max-height: 300px;
    max-width: 300px;
    margin-bottom: 5px;
}

.blog-post img {
    display: block;
    margin-bottom: 1em;
}

.blog-post table {
    font-size: 11px;
}
.blog-post table td {
    padding: 4px;
    vertical-align: top;
}

.block_container {
	margin: 0 0 20px;
}
.block_container h3 {
	margin-bottom: 5px;
}

/*	-------------------------------------------------------------------------------------------
	MEDIA QUERIES
	----------------------------------------------------------------------------------------- */

/* MQ_Function */
/*@media screen and (max-width: 984px) {
	 #content #sidebar { float: none; } 
}*/


/*	-------------------------------------------------------------------------------------------
	BROWSER FIXES
	----------------------------------------------------------------------------------------- */



/*	-------------------------------------------------------------------------------------------
	INACTIVE + UNUSED + HESITANT TO ADD FIXES
	----------------------------------------------------------------------------------------- */

/* Keeps the cursor from flashing between pointer and text between lines of text...but may effect other things...*/
/*p:hover { cursor: text; }*/


//*	-------------------------------------------------------------------------------------------
	@group PRINT STYLES
	----------------------------------------------------------------------------------------- */
@media print {
	* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	.button, input[type="submit"] { display: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " {" attr(href) "}"; }
		#header a[href]:after,
		#footer a[href]:after { content:none; }
	abbr[title]:after { content: " {" attr(title) "}"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}
/* @end PRINT STYLES */