/***** wrapper *****/
 
#wrapper {
	width:900px;
	margin:0 auto;
}

#header {
	width:900px;
	height: 266px;
	position: relative;
}

#logo {
	width: 876px;
	height: 221px;
	float: left;
	display: block;
	background: url(../images/logo.png) no-repeat top left;
	behavior: url(css/iepngfix.htc);
	text-indent: -9999px;
	position: absolute;
	top: 25px;
	z-index: 1px;
}

.countdown {
	width: 250px;
	float: right;
	color: #00aed8;
	font-size: 1.4em;
	text-align: right;
	text-transform: uppercase;
	position: absolute;
	top:25px;
	right:25px;
}

.big-links {
	width: 662px;
	height: 52px;
	margin: 0;
	_margin: 0 0 0 -4px;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	left: 246px;
	top: 214px;
}

.big-links li {
	float: left;
	padding: 0;
	margin: 0 0 0 4px;
	height: 52px;
}

.big-links li a {
	font-weight: 400;
	color: #000;
	text-decoration: none;
	display: block;
	height: 42px;
	padding: 10px 0 0;
}

.big-links li a:hover {
	color: #fff;
}

.big-links li.justgiving {
	width: 214px;
	background: #c2af00;
}

.big-links li.twitter {
	width: 202px;
	background: #00aed9;
}

.big-links li.jersey {
	width: 226px;
	background: #cf7600;
}

#content {
	width:900px;
	clear: both;
}

#content-left {
	float:left;
	width:250px;
}

#content-right {
	float:left;
	width:600px;
	padding: 25px 25px 0;
	display: inline;
}

#content-right .left {
	width: 375px;
	float: left;
}

#content-right .right {
	width: 200px;
	float: right;
}


/***** nav *****/
#nav {
	clear: both;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #fff;
}

#nav li {
	list-style: none;
	border-top: 4px solid #fff;
	margin: 0;
	height: 29px;
	font-size: 1.2em;
}

#nav li a {
	text-decoration: none;
	display: block;
	padding: 6px 0 0 20px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
	height: 23px;
	background: url(../images/nav.png) right 0 no-repeat;
}

#nav li.sub a {
	background: #7fd6ec url(../images/nav.png) right -58px no-repeat;
	text-transform: none;
}

#nav li a:hover,
#nav li a.active {
	background: #36a url(../images/nav.png) right -29px no-repeat;
	color: #fff;
}

/***** footer *****/
#footer{
	height: 20px;

}


/***** classes *****/

h1 {
	text-transform: uppercase;
	padding: 0 0 10px;
	color: #00aed8;
}

h1.quote {
	font-size: 1.6em;
	line-height: 1.7em;
	font-weight: 400;
	color: #c2af00;
	font-style: oblique;
	text-transform: none;
}

h2 {
	text-transform: uppercase;
	color: #00aed8;
	padding: 0 0 5px;
}

.right img {
	width: 200px;
	height: auto;
	margin: 0 0 25px;
}

.right a.blog-button{
	display:block;
	background: #00aed9;
	padding: 10px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
	font-size:1.3em;
	margin-bottom: 20px;
}

.gallery h1 {
	float: left;
}

.gallery .pagination {
	float: right;
	font-size: 1.2em;
}

.pagination ul {
	margin: 0;
	padding: 0;
}

.pagination li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

.pagination li a {
	display: block;
	padding: 2px;
	text-decoration: none;
	font-weight: 400;
	color: #000;
}

.pagination li a:hover {
	text-decoration: underline;
}


.gallery .image {
	width: 169px;
	float: left;
	margin: 10px 0 25px 45px;
	display: inline;
	text-align: center;
}

.gallery .first {
	margin: 10px 0 25px;
}

.gallery p {
	padding: 0;
}

.gallery a {
	text-decoration: none;
}

.gallery img.none,
.gallery div.none {
	display: none;
}

.left li {
	font-size: 1.2em;
}

strong {
	font-size: 1.2em;
}

p strong {
	font-size: 1em;
}