.border-box *,
.border-box :after,
.border-box :before {
	box-sizing: border-box !important;
}

/* Game Schedule */
span.key-bar-icon {
    color: #fff;
    background: #000;
    border-radius: 6px;
    padding: 3px;
    font-size: 15px;
}

#tab-row {
	height: 56px;
	margin: 0 0 10px;
}

#tab-row ul {
	display: block;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

#tab-row li {
	background: #767676;
	display: inline-block;
	font-family: 'Lasiver-Regular';
	font-size: 1.875em;
	cursor: pointer;
	float: left;
	height: 25px;
	margin-left: 4%;
	padding: 0;
	position: relative;
	text-align: center;
	height: 54px;
	width: 22%;
}

#tab-row li:first-child {
	margin-left: 0;
}

#tab-row a{
	color: #fff;
	display: block;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	height: 54px;
	line-height: 54px;
	padding: 0 8px;
	text-transform: uppercase;
	text-decoration: none;
}

#tab-row li:first-child > a {
	border: 0 none;
}

#tab-row li.active {
	background: #000;
}

.content-area,
.subcontent-area {
	display: none;
	min-height: 100px;
}

.subcontent-area.active,
.content-area.active {
	display: block;
}

.inside-tabs {
	background: #000;
	height: 56px;
	margin: 23px 0 0;
}

.inside-tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.inside-tabs li {
	display: block;
	font-family: 'Lasiver-Regular';
	font-size: .875em;
	border-bottom: 4px solid #424242;
	cursor: pointer;
	float: left;
	height: 36px;
	padding: 16px 0 0;
	position: relative;
}

.inside-tabs a,
.inside-tabs a:visited {
	color: #fff;
	display: block;
	border-left: 1px solid #737373;
	height: 27px;
	line-height: 27px;
	text-align: center;
	width: 249px;
}

.inside-tabs li:first-child > a {
	border: 0 none;
}

.inside-tabs li.active {
	border-bottom: 4px solid #a65255;
}


#main_tabs h2 {
	font-family: 'Roboto Slab', serif;
}
.season-sched th,
.season-sched td {
	border: 3px solid #061C37;
	padding: 0;
}
.season-sched {/* table-layout: fixed; */}
.season-sched td {
	height: 120px;
	position: relative;
	width: 100px;
}

.season-sched .dtable_date_dayofmonth {
	color: #061C37;
	padding: 0;
	position: absolute;
	top: 0;
	left: 2%;
}
.season-sched a img {
	height: 50px !important;
	margin: 0 auto;
	width: 50px !important;
}


.season-sched a {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.season-sched .buttons a {
	border-bottom: none;

}
.season-sched a:hover {
	color: #061C37;
}

.season-sched div {
	color: #fff;
}


.colorkeys {
	position: absolute;
	top: -40px;
	right: 0;
}

.colorkeys span {
	width: 80px;
	text-align: center;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
}


@media screen and (max-width: 39.9375em) {
	/*Inner Schedule*/
	#tab-row li {
		font-size: 1em;
		margin-left: 4%;
		width: 22%;
	}
	.season-sched td {
		height: auto;
		padding: 1em;
	}

	.season-sched a img {
		max-width: 20px;
		max-height: 20px;
		vertical-align: middle;
		display: inline-block;
	}
	#tab-row li a{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.colorkeys {
		position: absolute;
		bottom: 12px;
		right: 2%;
	}

	.colorkeys span {
		width: 50px;
		text-align: center;
		display: inline-block;
		color: #fff;
		text-transform: uppercase;
	}
	#copyright {
		float: none;
		text-align: center;
		margin: auto;
	}
	#infinity {
		position: relative !important;
		left: 0;
		right: 0;
		margin: auto;
	}
}


/*********************
	header-butons
*********************/

.header-button-container {
	display: none;
	font-family: 'Bree Serif', serif;
}

@media screen and (min-width: 996px) {
	.header-button-container {
		display: block;
	}
}

.header-button-container .listenlive,
.header-button-container .buytickets:hover {
	background: rgba(181,10,20,1);
	background: -moz-linear-gradient(top, rgba(181,10,20,1) 0%, rgba(132,7,16,1) 51%, rgba(13,1,1,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(181,10,20,1)), color-stop(51%, rgba(132,7,16,1)), color-stop(100%, rgba(13,1,1,1)));
	background: -webkit-linear-gradient(top, rgba(181,10,20,1) 0%, rgba(132,7,16,1) 51%, rgba(13,1,1,1) 100%);
	background: -o-linear-gradient(top, rgba(181,10,20,1) 0%, rgba(132,7,16,1) 51%, rgba(13,1,1,1) 100%);
	background: -ms-linear-gradient(top, rgba(181,10,20,1) 0%, rgba(132,7,16,1) 51%, rgba(13,1,1,1) 100%);
	background: linear-gradient(to bottom, rgba(181,10,20,1) 0%, rgba(132,7,16,1) 51%, rgba(13,1,1,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50a14', endColorstr='#0d0101', GradientType=0 );
}

.header-button-container .buytickets,
.header-button-container .listenlive:hover {
	background: rgba(144,147,144,1);
	background: -moz-linear-gradient(top, rgba(144,147,144,1) 0%, rgba(104,106,104,1) 51%, rgba(46,47,46,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(144,147,144,1)), color-stop(51%, rgba(104,106,104,1)), color-stop(100%, rgba(46,47,46,1)));
	background: -webkit-linear-gradient(top, rgba(144,147,144,1) 0%, rgba(104,106,104,1) 51%, rgba(46,47,46,1) 100%);
	background: -o-linear-gradient(top, rgba(144,147,144,1) 0%, rgba(104,106,104,1) 51%, rgba(46,47,46,1) 100%);
	background: -ms-linear-gradient(top, rgba(144,147,144,1) 0%, rgba(104,106,104,1) 51%, rgba(46,47,46,1) 100%);
	background: linear-gradient(to bottom, rgba(144,147,144,1) 0%, rgba(104,106,104,1) 51%, rgba(46,47,46,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#909390', endColorstr='#2e2f2e', GradientType=0 );
}


aside.header-button-container .button-link{
	display: inline-block;
}

.header-button-container .header-btn {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: 1px solid #fff;
	display: inline-block;
	height: 74px;
	width: 170px;
}

.header-button-container .header-btn .btn-title {
	color: #fff;
	font-size: 29px;
	line-height: 44px;
	text-align: center;
	height: 52px;
	width: 100%;
}

.header-button-container .header-btn .btn-lower {
	background-color: #fff;
	color: #000000;
	font-size: 19px;
	font-weight: 900;
	line-height: 23px;
	padding: 0 5px 0 0;
	text-align: right;
	height: 22px;
	width: calc(100% - 5px );
}

/*********************
	Main Navigation
**********************/

nav.primary .menu-button {
	display: none;
	height: 24px;
	margin: 5px;
	position: fixed;
	padding: 5px;
	text-indent: -9999em;
	width: 25px;
}

nav.primary .menu-button span {
	background: #ffffff;
	display: block;
	height: 4px;
	margin-bottom: 5px;
	width: 35px;
}

nav.primary .responsive-menu.expand {
	display: block;
}

nav.primary .responsive-menu.expand .visible {
	display: block !important;
}

nav.primary ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav.primary ul.horizontal_nav {
	display: table;
	height: inherit;
	margin: 0 auto;
}

nav.primary li.parent {
	font-family: 'Bree Serif', serif;
	font-weight: 400;
	float: left;
	position: relative;
}

nav.primary li.parent > a {
	background: #000000;
	color: #FFFFFF;
	display: block;
	font-size: 1em;
	line-height: 42px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

nav.primary .responsive-menu:not(.expand) li.parent:hover > a {
	background-color: #b50a14;
}

nav.primary ul.children {
	background-color: #b50a14;
	border-bottom: 10px solid #000000;
	display: none;
	min-width: 110px;
	padding: 9px;
	position: absolute;
	z-index: 100;
}

nav.primary .responsive-menu:not(.expand) li.parent:hover > ul.children {
	display: block;
}

nav.primary li.child a:hover {
	color: #FFFFFF;
	background-color: #000000;
}

nav.primary li.child a {
	color: #fff;
	display: block;
	/* font-family: 'Arial', sans-serif; */
	font-size: .75rem;
	line-height: 22px;
	padding: 3px 14px 3px 8px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

nav.primary .open-menu-link {
	color: #fff;
	display: none;
	position: absolute;
	right: 15px;
	top: 0;
	line-height: 42px;
	font-size: 30px;
	cursor: pointer;
	width: 40px;
	text-align: center;
}

/*********************
	Home Rotator
**********************/

.home-content article {
	position: relative;
	height: 372px !important;
}

.home-content article a {
	display: block;

}

.home-content article a img {
	display: block;

	width: 100%;
}

.home-content article .associated-content {
	background-color: rgba(4, 4, 4, 0.73);
	bottom: 0;
	box-sizing: border-box;
	font-family: 'Bree Serif', serif;
	left: 0;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	width: 100%;
	z-index: 40;
}

.home-content article .title {
	color: #fff;
	text-decoration: none;
}

.home-content article .title > h2 {
	font-size: 1.125em;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.learnmore {
	color: #b3b9bd;
	display: none;
	float: right;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	right: 8%;
	bottom: 0;
}

.home-content article .teaser {
	color: #fff;
	font-size: .75em;
	line-height: 1.2;
	margin: 10px 0 0;
}

.home-content .pager {
	background-color: #fff;
	display: table;
	list-style-type: none;
	padding: 1px 0;
	margin: 0;
	width: 100%;
}

.home-content .pager > li {
	background-color: #000000;
	height: 26px;
	margin: 0 0 0 1px;
	float: left;
	width: 170px;
}

.home-content .pager > li:first-child {
	margin: 0;
}

.home-content .pager > li.selected {
	background-color: #b50a14;

}

.home-content .pager .control {
	color: #fff;
	display: block;
	font-family: 'Bree Serif', serif;
	font-weight: 400;
	font-size: .875em;
	height: 26px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-content .pager > li.selected .control {
		color: #fff;
}

@media screen and (max-width: 683px) {
	.home-content article .teaser {
		/* display: none; */
		margin: 5px 0 0;
	}
	.home-content .pager > li {
		margin: 3px 3px 0;
		width: 100%;
	}
}

/*************************
	Next Game Countdown
**************************/

#nextGameCountdown {
	height: inherit;
	padding: 0;
	margin: 0;
}



#nextGameCountdown > header {
	height: 30px;
	margin-bottom: 3px;
}

#nextGameCountdown > header > h1 {
	color: #000000;
	font-family: 'Bree Serif', serif;
	font-size: 19px;
	font-weight: 400;
	height: inherit;
	line-height: 35px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#nextGameCountdown > .content {
	display: table;
	margin: 0 auto;
}

#nextGameCountdown > .content > .countdownSection {
	color: #000000;
	float: left;
	margin-left: 8px;
}

#nextGameCountdown > .content > .countdownSection:first-child {
	margin-left: 0;
}

#nextGameCountdown > .content > .countdownSection > .units {

	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#nextGameCountdown > .content > .countdownSection > .value {
	font-family: 'Bree Serif', serif;
	font-size: 30px;
	margin: 0;
	margin-top: 22px;
	text-align: center;
	width: 48px;
}

/*********************
	Countdown
*********************/

#countdown .countertxt, #countdown_wrap .number, #countdown_wrap .text {
	color: #002d62;
}
#countdown .hide {
	display: none;
}

#countdown {
	background: url("http://airhogsbaseball.com/images/Countdown.png") center top no-repeat;
    background-size: 100% 100%;
	height: 100px;
	margin: 0 auto;
	width: 307px;
}

#countdown h2 {
	font-size: 25px;
}

#countdown .countertxt {
	background: rgba(0, 0, 0, 0) url("http://airhogsbaseball.com/images/small-npf.png") no-repeat scroll left center / 60px 80px;
	display: none;
	height: 74px;
	position: absolute;
	top: -10px;
	width: 100%;
}
#countdown .countertxt h2 {
	font-family: "Teko",sans-serif;
	font-size: 1.25em;
	font-weight: 600;
	line-height: 47px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
#countdown_wrap {
	display: table;
	margin: 0 auto;
	position: relative;
	top: 19px;
}
#countdown_wrap > .col {
	float: left;
	margin-left: 22px;
	margin-top: 36px;
    width: 37px;
}
#countdown_wrap > .col:first-child {
	margin-left: 0;
}
#countdown_wrap .number {
	font-family: "Teko",sans-serif;
	font-size: 1.75em;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
#countdown_wrap .text {
	display: none;
	font-family: "Teko",sans-serif;
	font-size: 0.75em;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}

/******************
    News Letter
******************/

.newsletter {
    background: url('../images/newsletter.png') center center no-repeat;
    background-size: cover;
    height: 115px;
    margin: 3px auto 4px auto;
	position: relative;
    width: 340px;
	font-family: 'Bree Serif', serif;
}

.newsletter .plugin {
	bottom: 5px;
	right: 0;
	position: absolute;
}

.newsletter .plugin .input_text {
	border: none;
	font-size: 15px;
	font-family: 'Bree Serif', serif;
	line-height: 32px;
	text-indent: 7px;
	margin-bottom: 1px;
}

.newsletter .plugin .input_button {
	border: none;
	font-family: 'Bree Serif', serif;
	font-size: 20px;
	line-height: 26px;
	padding: 2px 6px 6px;
	margin: 0 10px 0 0;
}

/******************
	Standings
******************/

.official-standings:hover {
	opacity: .9;
}

/*****************
	Game Center
******************/

.gamecenter .event {
	background-color: #FFFFFF;
	height: 87px;
	margin: 0;
	margin-top: 7px;
}

.gamecenter .event:first-child {
	margin-top: 0;
}

.gamecenter .event > .info {
	box-sizing: border-box;
	height: 56px;
	padding: 5px 0 0 0px;
}

@media screen and (max-width: 996px) { 
	.gamecenter .event > .info {
		height: 84px;
	}
}

.gamecenter .event > .info > div img {
	float: left;
	max-height: 50px;
	width: 68px;
}

.gamecenter .event > .info > div img:first-child {
	/*margin-left: 0;*/
}

.gamecenter .event > .info > div .homeOrAway {
	color: #231F20;
	float: left;
	font-family: 'Bree Serif', serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 50px;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	width: 17px;
}

.gamecenter .event > .info > .date {
	float: left;
	font-family: 'Bree Serif', serif;
	font-size: 12px;
	line-height: 1.2;
	margin: 9px 0 0 2px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 112px;
}

.gamecenter .event > .links {
	height: 24px;
	margin: 0 4px 2px;
}

.gamecenter .event > .links > a {
	display: block;
	float: left;
	font-family: 'Bree Serif', serif;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 50%;
}

.gamecenter .event > .links > .moreInfo {
	background-color: #B4B9BD;

	width: 100%;
}

.gamecenter .event > .links > .moreInfo.hasSibling {
	width: 50%;
}

.gamecenter .event > .links > .buyTickets {
	background-color: #b50a14;
	color: #fff;
	width: 100%;
}

@media screen and (max-width: 996px) {
	.wrapper main {
		    padding: 48px 0 0;
	}
	.gamecenter .event {
		height: 99px;
	}
	.gamecenter .event > .info > div .date {
		width: auto;
	}
}

@media screen and (max-width: 927px) {
	.gamecenter {
		width: 307px;
	}
	.gamecenter .event > .info > div .date {
		width: 112px;
	}
}

/**********************
	main sponsors
**********************/
.gear {
	width: 339px;
	min-height: 300px;
}


.follow-us {
    /* background: url("http://airhogsbaseball.com/images/follow-us-bg.jpg") center center no-repeat; */
    /* background-size: cover; */
    /* height: 180px; */
    /* margin: 5px 0 0 4px; */
    /* width: 648px; */
}

.follow-us h1 {
	color: #fff;
    text-align: center;
	font-family: 'Bree Serif', serif;
	font-size: 35px;
	font-weight: 100;
	line-height: 34px;
	margin: 13px 0 0 0;
	text-shadow: 0px 0px 14px rgba(0, 0, 0, 1);
}

.follow-us .get-picked {
	color: #fff;
	font-family: 'Bree Serif', serif;
	font-size: 30px;
	text-decoration: none;
	text-shadow: 0px 0px 14px rgba(0, 0, 0, 1);
}

.follow-us ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    list-style: none;
	padding-left: 5px;
	padding-right: 5px;
}

.follow-us ul li {

}

@media screen and (min-width: 700px) {
	.follow-us {
		height: 143px;
	}
	.follow-us ul {
		justify-content: flex-start;
	}
	.follow-us h1 {
		font-size: 65px;
	}

	.follow-us .get-picked {
		font-size: 48px;
	}
}

/********************
	Scrolling sponsors
********************/

.sponsorsGroup {
	width: 100% !important;
}

.sponsor {
	width: 240px !important;
}

.sponsor a img {
	max-height: 105px;
	max-width: 240px;
	margin: 0 auto;
}

#sponsorsScroll {
	display: flex;
	justify-content: space-between;
	margin: 4px 19px 0;
	position: relative;
}
#sponsorsScroll > .container {
	/* border: 2px solid #000; */
	border-radius: 2px;
	display: flex;
	height: 135px;
	justify-content: center;
	margin-left: 5px;
	width: 240px;
}
#sponsorsScroll > .container:first-child {
	margin-left: 0;
}
#sponsorsScroll .container a.next {
	display: none !important;
}

/**********************
	Footer Navigation
***********************/

.footer nav ul.horizontal_nav {
	display: table;
	margin: 0 auto;
	padding: 14px 0;
}

.footer nav li.parent {
	border-left: 1px solid #211F20;
	float: left;
	list-style: none;
}

.footer nav li.parent:first-child {
	border-left: none;
}

.footer nav li.parent > a {
	color: #211F20;
	display: block;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	padding: 0 19px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.footer nav li.parent > a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 996px) {
	.footer nav li.parent, nav.footer li.parent:first-child {
		border: 1px solid #211f20;
	}
	.footer nav li.parent > a {
		padding: 0 5px;
	}
}

/* dtable */

table.dtable th, table.dtable td {
	padding: 2px;
	font-size: 8pt;
}

table.dtable th {
	background-color: #000;
	color: #fff;
	text-align: left;
	border-bottom: 3px solid #B3B9BD;
}

table.dtable th a, table.dtable th a:visited {
	color: #fff;
	text-transform: uppercase;
}

table.dtable th.sorted {
	background-color: #af2047;
}

table.dtable th.sortable {
}

table.dtable td.dtable_row0 {
	background-color: #eec;
}

table.dtable td.dtable_row1 {
	background-color: #fff;
}

table.dtable td.dtable_spanbar {
	background-color: #ddd;
}

table.dtable td.dtable_date {
	padding: 0px;
	border: 1px solid #999;
}

table.dtable td.dtable_date .dtable_date_info {
	padding: 5px;
	position: relative;
}

table.dtable.graphical-cal td.dtable_date .dtable_date_info {
	color: #fff;
}

table.dtable .dtable_date_info img.buytickets {
	position: absolute;
	top: 0px;
	lefT: 0px;
	width: 30px;
}

table.dtable td.dtable_date .dtable_date_dayofmonth {
	background-color: #eee;
	font-weight: bold;
	text-align: right;
}

table.dtable .dtable_teamcal_day, table.dtable .dtable_teamcal_dayhover {
	background-color: #eee;
	border: 1px solid #ccc;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}

table.dtable .dtable_teamcal_dayhover {
	border-bottom: 1px solid #ccc;
	background-image: url('../lib/images/teamcalender_selectorbg.gif');
	background-position: top right;
	border-right: 0px;
	font-weight: bold;
}

table.dtable span, table.dtable a {
	color: #000;
	text-decoration: none;
}
table.dtable.graphical-cal span, table.dtable.graphical-cal a {
	color: #fff;
	font-size: 13px;
}
table.dtable, table.dtable tr:nth-child(even) {
	background: #f1f1f1;
}

table.dtable, table.dtable tr:nth-child(odd) {
	background: #f8f8f8;
}
img.sched-logos {
    max-width: 90px;
}
.homekey {
	color: #fff;
	padding: 5px;
}

.awaykey {
	color: #fff;
	padding: 5px;
}

.calendar-game-info {
	font-size: .5rem;
}

@media screen and (max-width: 64em){
	.full {
	    display: none !important;
	}
}

@media screen and (min-width: 64em){
	.mobile {
	    display: none !important;
	}
}

@media screen and (max-width: 620px) {
	table.dtable, table.dtable tr {
		border: 0 none !important;
	}
	table.dtable th:nth-child(6),
	table.dtable th:nth-child(7){
		/* display: none; */
	}
	table.dtable td.dtable_date {
		border: 0 none;
		display: block;
		height: auto !important;
		width: 100% !important;
	}
	div.dtable_date_dayofmonth {
		/*display: none;*/
	}
	div.dtable_date_info {
		border: 1px solid #333;
		font-size: 1rem;
		margin: 3px 0 0;
	}
	a.calendarlink {
		display: inline-block;
		float: left;
		margin: 0 10px;
	}
	.calendar-game-info {
		font-size: 1em;
	}
}























/* default styles which probably won't be used */

.go {
	font-weight: bold;
	color: #0a0;
}

.stop {
	font-weight: bold;
	color: red;
}

form {
	margin: 0px; padding: 0px;
}

.input_select, .input_button, .input_text {
	font-size: 20pt;
}

.input_button {
	background-color: #b50a13;
	color: #fff;
	cursor: pointer;
	border: 1px solid #000;
}

.input_button:hover {
	color: #ccc;
}

.input_block {
	margin-bottom: 10px;
}

.input_block_label {
	font-weight: bold;
	border-bottom: 1px dotted #000;
	padding: 4px 0px 4px 0px;;
}

.input_block_field {
	padding: 7px;
}

.input_block_labelerr {
	color: red;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	padding: 4px 0px 4px 0px;;
}








img {
	border: 0px;
}

a { color: #333; }
a:visited { color: #555; }
a:active { color: #555; }

.leftnavad {
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.white { color: #fff; }

/*
 * Blocks
 **/

h2 a {
	text-decoration: none;
	color:#fff;
}

.homearticle td {
	color: #000;
}

.homearticle h2 {
	color: #FFFFFF;
	background-color:#06337B;
	font-size: 11pt;
	text-align: right;
	padding: 2px;
	margin: 0px 2px 0px 1px;
	font-family: Arial;
}

.homearticle_date {
	font-size: 7pt;
}

.homearticle .block {
	padding: 2px;
}

/* vertical home articles */

.homearticlevert {
	color: #fff;
	margin: 10px 20px 10px 20px;
	background-color: #000;
}

.homearticlevert h2 {
	font-size: 10pt;
	margin: 0px 2px 0px 1px;
	font-family: Arial;
}

.homearticlevert_container {
	-moz-opacity: .7;
	filter:alpha(opacity: 70);
	opacity: .7;
}

.homearticlevert .block {
	color: #fff;
	padding: 2px;
}

.homearticlevert_image {
	margin: 10px 20px 10px 10px;
}

.homearticlevert_image img {
	border: 3px solid #fff;
}

/* end vertical home articles */


.block {
	margin-bottom: 5px;
}

.block_caption {
	padding: 2px 0px 2px 0px;
	font-size: 7pt;
	color: #333;
	text-align: center;
}

.block_imagecontainer1, .block_imagecontainer2, .block_imagecontainer3, .block_imagecontainer4,
.block_imagecontainer5, .block_imagecontainer6, .block_imagecontainer7  {
	padding: 0px;
	margin: 5px;
	text-align: center;
	border: 1px solid #000;
	background-color: #fff;
}

.block_imagecontainer1 {
	border: none;
}

.block_imagecontainer2 {
	float: right;
}

.block_imagecontainer5 {
	background: inherit;
}

.block_imagecontainer7 {
	background: inherit;
	border: none;
}


.homeheadline h2 {
	padding: 0px;
	margin: 0px;
}

.homeheadline .block {
	font-size: 7pt;
}

.stop {
	font-weight: bold;
	color: red;
}

.greenbox {
	border: 2px solid #304778;
	/*border: 2px solid #478e2b;*/
	background-color: #092051;
	color: #fff;
	margin-bottom: 13px;
}

.greenbox a { color: #fff; }

.greenbox h3 {
	margin: 0px;
	padding: 2px;
	color: #efe;
	font-size: 9pt;
	font-weight: normal;
	/*background-color: #478e2b;*/
	background-color: #304778;
}

.greenbox_body {
	background-color: #092051;
	padding: 5px;
}

.greenbox ul {
	margin: 0px;
	padding: 0px;
	margin: 5px 5px 0px 10px;
	padding-left: 10px;
}

/*
 * Multimedia
 **/

.multimedia_navbar {
	border-bottom: 2px solid #144711;
	padding: 3px;
}

.multimedia img {
	border: 1px solid #000;
}

.multimedia a {
	display: block;
	margin: 3px 0;
}

.multimedia .singleitem {
	margin: 10px;
	text-align: center;
}

/*
 * News
 **/

.article {
	margin-bottom: 10px;
}

.article h2 {
	font-family: arial;
	font-size: 13pt;
}

.article h2 a {
	text-decoration: none;
	color: #000000;
}

.article .links {
	text-align: right;
}

/*****************************
	Staff List - Old
*****************************/

span.yellow {
	color: #d59f0f;
}

.staff_member img {
	border: 1px solid #D59F10;
	/* float: left; */
	margin: 5px auto;
}

.staff_member .individual {
	font-size: 14px;
	margin: 10px 0;
	min-height: 205px;
}

.staff_member  h1 {
	font-size: 16px;
	margin: 0;
	padding: 4px;
}


.staffselector h3 {
	background-color: #ccc;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 4px;
}

.staffselector ul {
	margin: 0px;
	padding: 0px;
}

.staffselector li {
	margin: 0px;
	padding: 4px;
	list-style-type: none;
}

.promoschedule th {
    background-color: #000;
    color: #fff;
    text-align: left;
    border-bottom: 3px solid #B3B9BD;
}

/*****************************
	Staff List - New
*****************************/

span.orange {
	color: #002D62;
}

.stafflist img {
	border: 3px solid #367C2B;
	float: left;
	margin: 5px;
}

.stafflist .individual {
	min-height: 205px;
	margin-bottom: 10px;
	color: #367C2B;
}

.stafflist .individual h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.85em;
}

.stafflist .individual p {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: .750em;
	font-weight: 400;
}

/* ====== Speaker Staff Selector ====== */

.stafftable h3 {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px;
	margin: 0px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.stafftable h2 {
	color: rgb(157, 0, 0);
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
}

.stafftable a {
	text-decoration: none;
}

.stafftable ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.stafftable li {
	padding: 5px;
	display: block;
	float: left;
	width: 131px;
	height: 282px;
	text-align: center;
	margin: 0px 48px;
}

.stafftable img {
	border-radius: 5px;
	border: 1px solid #000;
	height: 173px;
	width: 129px;
}

.stafftable img:hover {
	opacity: 0.5;
}

.staffmember h3 {
	padding: 0;
	margin: 0;
	font-size: 35px;
	text-transform: uppercase;
}

.staffmember em {
	font-size: 20px;
	text-transform: uppercase;
}

.staffmember img {
	padding: 5px;
}