@import url('reset.css');

html {
	overflow: visible;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0;
	border: 0;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	height: 100%;
	}

.imageback {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0px;
	padding:0px;
}

#baseball.imageback {
	background: url('../img/camden.jpg') no-repeat center center fixed;
}

div#center{
	text-align: center;
	width: 100%;
	}

#page-wrapper1 {
	background: transparent url('../img/mastback.jpg') repeat-x 0% 0%;
	}

#page-area {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	min-width: 1000px;
	position: relative;
	padding-bottom: 24px;
}

.shadow {
	-moz-box-shadow:    0px 0px 5px 0px #000;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow:         0px 0px 5px 0px #000;
}

.shadowbig {
	-moz-box-shadow:    0px 0px 10px 0px #000;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	box-shadow:         0px 0px 10px 0px #000;
}


.masthead {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

.map {
	text-align: center;
	background: transparent url('../img/whiteback.png') repeat 0% 0%;
}

.map img {
	width: 1000px;
}

.content-area {
	color:#000;
	padding: 25px 0px 0px 0px;
	display: block;
	height: auto;
	background: transparent url('../img/whiteback.png') repeat 0% 0%;
	overflow: auto;
}

.columnarea {
	padding: 24px 0px 24px 0px;
	color: #000;
	width: 950px;
	display: block;
	height: auto;
}

.twocolumns {
	width: 600px;
}

.column {
	float: left;
}

#first {
	width: 400px;
	margin-right: 12px;
	display: block;	
	height: auto;
}

#second {
	width: 400px;
	margin: 0px 0px 0px 12px;
	display: block;	
	height: auto;
}

#third {
	width: 275px;
	display: block;	
	height: auto;
	border-left: 1px solid #ccc;
	padding-left: 50px;
}

.blog {
	font-size: 10pt;
	text-align: left;
	margin-left: -20px;
}

.blog ul {
	list-style: none;
	padding-left: 0px;
}

.blog li {
	list-style: none;
	padding-bottom: 10px;
	padding-left: 20px;
}

h1 {
	padding-bottom: 10px;
	font-size: 18pt;
	font-weight: bold;
	color: #2a2c79;
}
/*********************************
EVENTS NAV
**********************************/

.scroll-area {
	position: relative;
	display: block;
}

#events-nav {
	height: 116px;
	width: 985px;
	background: url(../img/events/event-nav-basic-bg.png) repeat-x 0 12px;
	margin-top: -10px;
	overflow: hidden;
	margin: auto
}

#events-nav * {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

.events-nav-bounding {
	height: 116px;
}

#events-nav-scrollview {
	position: absolute;
	top: 0;
	left: 7px;
}

#events-nav .events-nav-prev {
	display: block;
	overflow: hidden !important;
	width: 42px;
	height: 89px;
	background: red;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 7px;
	margin-top: 10px;
	background: url(../img/events/events-nav-bg.png) no-repeat 0 -465px;
	text-indent: -9999px;
}

#events-nav .events-nav-next {
	overflow: hidden !important;
	width: 43px;
	height: 89px;
	background: green;
	position: absolute;
	z-index: 100;
	top: 0;
	right: 7px;
	margin-top: 10px;
	background: url(../img/events/events-nav-bg.png) no-repeat -47px -465px;
	text-indent: -9999px;
}

.ie .event-item.next {
	background: url(../img/events/events-nav-bg.png) no-repeat 0 -277px;
}

.ie .event-item.prev {
	background: url(../img/events/events-nav-bg.png) no-repeat 0 -188px;
}

/* Hide Arrow */
.hide-arrows .events-nav-prev, .hide-arrows .events-nav-next {
	display: none !important;
}

.ewrapper {
	position: relative;
	padding: 0 0 0 42px;
	margin: 0;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	/*left: 42px !important;*/
}

.hide-arrows .ewrapper {
	left: 0 !important;
	padding-left: 0;
}

.events-nav-next:hover, .events-nav-prev:hover {
	cursor: pointer;
}

ul.events-wrapper {
	height: 99px;
	padding: 0;
	margin: 0 0 0 0;
	overflow: hidden;
	position: relative;
	z-index: 50;
}

ul.events-wrapper.overlay {
z-index: 1 !important;
}

ul.events-wrapper li {
	width: 90px;
	height: 89px;
	float: left;
	background: url(../img/events/events-nav-bg.png) no-repeat 0 0;
	margin-top: 10px;
	position: relative;
	-webkit-transition: margin-top .2s ease-out,padding-top .2s ease-out;
	-moz-transition: margin-top .2s ease-out,padding-top .2s ease-out;
	-o-transition: margin-top .2s ease-out,padding-top .2s ease-out;
	-ms-transition: margin-top .2s ease-out,padding-top .2s ease-out;
	transition: margin-top .2s ease-out,padding-top .2s ease-out;
}

ul.events-wrapper li.selected, ul.events-wrapper li.selected:hover {
	padding: 10px 0 0 0;
	background: url(../img/events/events-nav-bg.png) 0 -89px;
	margin-top: 0;
	z-index: 3
}

ul.events-wrapper li .date {
	font: 13px arial, sans-serif;
	margin: 4px 0 0 4px;
	color: #6c6c6c;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

ul.events-wrapper li .day {
	font: 18px arial, sans-serif;
	text-align: center;
	font-weight: bold;
	margin: 4px 0 0 4px;
	color: #000;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

ul.events-wrapper li .daynum {
	font: 32px arial, sans-serif;
	text-align: center;
	font-weight: bold;
	margin: 4px 0 0 4px;
	color: #cb2026;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

ul.events-wrapper li img {
	margin: 0 0 0 1px;
}

ul.events-wrapper li a {
	position: absolute;
	top: 1px;
	left: 1px;
	background: url(../img/events/opaque.png);
	width: 88px;
	height: 88px;
	opacity: 1;
	filter: alpha(opacity=20);
	-webkit-transition: opacity .2s ease-out,height .2s ease-out;
	-moz-transition: opacity .2s ease-out,height .2s ease-out;
	-o-transition: opacity .2s ease-out,height .2s ease-out;
	-ms-transition: opacity .2s ease-out,height .2s ease-out;
	transition: opacity .2s ease-out,height .2s ease-out;
}

ul.events-wrapper li.selected a {
	opacity: 0;
	filter: alpha(opacity=0);
}

ul.events-wrapper li a:hover {
	height: 98px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.event-item.selected a {
	display: none;
}

ul.events-wrapper li:hover, ul.events-wrapper li.next:hover, ul.events-wrapper li.prev:hover {
	z-index: 2;
	height: 99px;
	margin-top: 0;
	background: url(../img/events/events-nav-bg.png) no-repeat 0 -366px;
	-moz-box-shadow: 0 60px 20px #838383;
	-webkit-box-shadow: 0 60px 20px #838383;
	box-shadow: 0 60px 20px #838383;
}

ul.events-wrapper li:hover .date {
	color: #2a2c79
}

ul.events-wrapper li.selected:hover .date {
	color: #6c6c6c;
}

ul.events-wrapper li.selected, ul.events-wrapper li.selected:hover {
	height: 89px;
	padding: 10px 0 0 0;
	background: url(../img/events/events-nav-bg.png) 0 -89px;
	margin-top: 0px;
	z-index: 3;
	-moz-box-shadow: 0 60px 20px #838383;
	-webkit-box-shadow: 0 60px 20px #838383;
	box-shadow: 0 60px 20px #838383;
}

.events-nav-footer {
	top: 99px;
	left: 7px;
	height: 17px;
	width: 985px;
	background: url(../img/events/events-nav-footer.png) repeat-x;
	clear: both;
}

/* MINI Nav */
.events-mini-nav {
display: none !important;
	position: relative;
	height: 37px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/events/events-mini-nav-bg.png) repeat-x;
	z-index: 2000;
	overflow: hidden;
	-moz-box-shadow: 0 0 5px black;
	-webkit-box-shadow: 0 0 5px black;
	box-shadow: 0 0 5px black;
}

.events-mini-wrapper {
	width: 984px;
	margin: auto;
	height: 37px;
	line-height: 37px
}

#events-mini-nav-scrollview {
	float: left;
	/*width: 949px;*/
}

.events-mini-wrapper ul {
	margin-left: 2px;
	height: 37px;
	/*width: 949px;*/ margin: auto;
}

.events-mini-wrapper li {
	float: left;
}

.events-mini-wrapper li a:hover,.events-mini-wrapper li.selected {
	background: #8e8e8e;
	color: #fff;
	text-decoration: none
}

.events-mini-wrapper li.selected a {
	color: #fff;
}

.events-mini-wrapper li a {
	width: 94px;
	text-align: center;
	height: 37px;
	font: 11px/37px NFLEndzoneSansBold,sans-serif;
	color: #525252;
	text-transform: uppercase;
	display: block
}

.events-mini-nav .events-nav-mini {
	width: 22px;
	height: 37px;
	display: block;
	overflow: hidden;
	float: left;
	text-indent: -999px;
}

.events-mini-nav .events-nav-prev {
	background: url(../img/events/events-nav-bg.png) no-repeat 0 -628px;
}

.events-mini-nav .events-nav-next {
	background: url(../img/events/events-nav-bg.png) no-repeat 0 -665px;
}


.clear {
	clear: both;
}

.footer {
	width: 1000px;
	height: 100px;
	border-top: 1px solid #ccc;
	background: transparent url('../img/whiteback.png') repeat 0% 0%;
}

.footer #left {
	width: 227px;
	height: 100px;
	text-align: center;
	float: left;
	margin-top: 0px;
}

.footer #right {
	width: 191px;
	height: 100px;
	text-align: left;
	float: left;
	padding-left: 20px;
	margin-top: 0px;
}

.footer #linkarea {
	padding-top: 0px;
}

.footer #righttxt {
	width: 457px;
	height: 100px;
	float: left;
	text-align: left;
	font-size: 9pt;
	padding-top: 70px;
	margin-top: 0px;
}


.footer #left img {
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
}

.teams {
	text-align: center;
	font-size: 34pt;
	font-weight: bold;
}

.teams img {
	vertical-align: middle;
	
}

.location {
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
}

.boxleft {
	float: left;
	width: 48%;
}

.photos {
	float: right;
	width: 300px;
	height: 218px;
	border: 1px #000 solid;
}

.boxscore {
	padding-top: 10px;
}