/********** GLOBAL STYLES **********/
* {
	padding: 0;
	margin: 0;
}

html {
	min-width: 980px;
	font-family: "PT Sans", "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size: 120%;
}

html,body,#window {
	height: 100%;
}

body {
	background: url(/images/html-background.gif) top repeat-x;
	font-size: 75%;
}

#skip {
	width: 100%;
	position: absolute;
	margin: 0 0 0 -100%;
}

iframe {
	border: none;
}

#window {
	background: url(/images/window-background.gif) bottom repeat-x;
}

body>#window {
	height: auto;
	min-height: 100%;
}

a {
	text-decoration: none;
}

a img {
	border: none;
	vertical-align: middle;
}

h1,h2 {
	font-size: 200%;
	font-weight: normal;
}

h3 {
	font-size: 150%;
	font-weight: normal;
}

h4,h5,h6 {
	font-size: 100%;
}

input,select,textarea {
	font-family: "PT Sans", "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size: 100%;
}

ol,ul {
	list-style: none;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

/********** NAV STYLES **********/
#nav {
	width: 100%;
	height: 38px;
	background: url(/images/bar-background.png) repeat-x;
	background: rgba(0, 0, 0, 0.5);
	line-height: 38px;
	color: #FFFFFF;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
}

#nav #pages {
	height: 32px;
	width: 120px;
	background: url(/images/pages-sprite.png) -10px -10px no-repeat;
	font-size: 110%;
	line-height: 28px;
	text-indent: -9999px;
	display: inline;
	float: left;
	cursor: pointer;
	margin: 3px 0 3px 30px;
}

#nav #view-pages {
	height: 100%;
	display: block;
}

/********** HOVER STYLES **********/
#nav #pages:hover {
	background: url(/images/pages-sprite.png) -370px -10px no-repeat;
	padding: 0 0 5px 0;
}

#nav #pages:hover>ul {
	display: block;
}

#nav ul ul {
	width: 190px;
	height: 245px;
	background-image: url(/images/pages-sprite.png);
	background-position: bottom left;
	line-height: 1;
	text-indent: 0px;
	display: none;
	position: absolute;
	top: 38px;
	z-index: 999;
	padding: 10px 0 0 10px;
	margin: 0 0 0 -10px;
}

#nav ul .teams {
	height: 220px;
	background-position: bottom right;
	line-height: 1.2;
	padding: 35px 10px 0 0;
	margin: 0 0 0 190px;
}

#nav ul ul a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px 20px;
}

#nav ul ul a:hover {
	background: #FF3F3F;
	text-shadow: 0px 1px 0px #802020;
}

#nav ul ul span {
	font-size: 75%;
	font-weight: normal;
	color: #FFBFBF;
	display: block;
	white-space: nowrap;
}

#nav ul ul a:hover span {
	color: #FFFFFF;
}

#nav #share {
	height: 32px;
	line-height: 32px;
	text-align: right;
	text-shadow: 0px 1px 0px #000000;
	display: inline;
	float: right;
	margin: 3px 30px 0 0;
}

#nav #share a {
	width: 32px;
	height: 32px;
	background: url(/images/social-sprite.png) no-repeat;
	float: right;
	margin: 0 0 0 3px;
}

#nav #share .tw {
	background: url(/images/social-sprite.png) bottom no-repeat;
}

/********** HEADER STYLES **********/
#header {
	width: 980px;
	height: 350px;
	color: #FFFFFF;
}

#header #title {
	width: 673px;
	height: 65px;
	background: url(/images/hrsc-title.png) no-repeat;
	text-indent: -9999px;
	display: inline;
	position: absolute;
	top: 272px;
	margin: 0 0 0 31px;
}

#header #logo {
	position: absolute;
	top: 140px;
	margin: 0 0 0 726px;
}

/********** BANNER IMAGES **********/
#header #banner-overlay {
	position: absolute;
	margin: 0 10px;
}

#header ul {
	width: 980px;
	height: 350px;
	background: url(/images/header-image-background.png) top center
		no-repeat;
	overflow: hidden;
	margin: 0 auto;
}

#header li {
	width: 960px;
	height: 350px;
	float: left;
	padding: 0 0 0 10px;
	margin: 0 auto;
}

#header li img {
	float: left;
}

/********** CONTENT STYLES **********/
#content {
	background: #FFFFFF;
	overflow: auto;
	padding: 40px 0 180px 0;
}

#content a {
	color: #C0262C;
	text-decoration: underline;
}

#content a:visited {
	color: #802020;
}

#content a:hover {
	color: #DE1F26;
	text-decoration: none;
}

/********** LEFT-COL STYLES **********/
#left-col {
	width: 640px;
	display: inline;
	float: left;
	margin: 0 40px 0 0;
}

#left-col .article {
	background: #FFFCE7 url(/images/article-background.gif) top repeat-x;
	border-top: 1px solid #EFCF00;
	padding: 25px 30px 0 30px;
	margin: 0 0 40px 0;
}

#left-col h2 {
	border-bottom: 2px solid #DE1F26;
	font-variant: small-caps;
	text-shadow: 0px 1px 0px #FFFFFF;
clear: left;
	padding: 0 0 6px 0;
	margin: 0 0 22px 0;
}

#left-col h3 {
	border-bottom: 1px dashed #EFCF00;
	padding: 0 0 4px 0;
	margin: 0 0 12px 0;
}

#left-col .article img {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 4px #AAA;
	-moz-box-shadow: 0 0 4px #AAA;
	-webkit-box-shadow: 0 0 4px #AAA;
	float: right;
	padding: 4px;
	margin: 0 0 20px 25px;
}

#left-col p+h3 {
	margin: 30px 0 12px 0;
}

#left-col .date {
	font-size: 110%;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	float: right;
	margin: 0;
}

#left-col .date sup {
	vertical-align: top;
}

#left-col .date strong {
	font-size: 125%;
	text-transform: uppercase;
	display: block;
}

#left-col p {
	line-height: 1.6;
	text-align: justify;
	margin: 0 0 20px 0;
}

#left-col table {
	width: 100%;
	border: 1px solid #EFCF00;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

#left-col table p {
	margin: 10px;
}

#left-col tr:nth-child(2n) td {
	background: #FFFFFF;
}

#left-col .article .add-this {
	height: 20px;
	position: relative;
	z-index: 10;
}

#left-col .article .details {
	width: 580px;
	*width: 100%;
	height: 50px;
	background: url(/images/article-bottom-background.gif) bottom no-repeat;
	*background: transparent;
	font-size: 90%;
	line-height: 20px;
	text-align: right;
	clear: right;
	position: relative;
	padding: 0 30px 10px 30px;
	*padding: 0;
	margin: -20px 0 0 -30px;
	*margin: -24px 0 0 0;
}

#left-col .article .details .a-top {
	text-decoration: none;
	position: relative;
	z-index: 10;
}

#left-col .article .details em {
	color: #777777;
	text-shadow: 0px 0px 1px #FFFFFF;
}

#left-col .sponsors {
	text-align: center;
	margin: 0 0 40px 0;
}

#left-col .sponsors li {
	display: inline;
}

#left-col .sponsors img {
	max-width: 120px;
	max-height: 90px;
	vertical-align: middle;
}

/********** RIGHT-COL STYLES **********/
#right-col {
	width: 280px;
	font-size: 95%;
	display: inline;
	float: left;
}

#right-col .box {
	background: url(/images/red-gradient.gif) top no-repeat;
	border-top: 1px solid #EFAFB0;
	color: #802020;
	padding: 16px 20px 0 20px;
	margin: 0 0 40px 0;
}

#right-col .blue {
	background: url(/images/blue-gradient.gif) top no-repeat;
	border-top: 1px solid #A6DCF8;
	color: #004080;
}

#right-col h3 {
	font-size: 180%;
	margin: 0 0 15px 0;
}

#right-col h3.news {
	background: url(/images/news-icon.png) right no-repeat;
}

#right-col h3.twitter-bird {
	background: url(/images/twitter-bird-icon.png) right no-repeat;
}

#right-col h3.activity {
	background: url(/images/activity-icon.png) right no-repeat;
}

#right-col li {
	line-height: 1;
	margin: 0 0 15px 0;
}

#right-col li a {
	border-left: 2px solid #777777;
	display: block;
	text-decoration: none;
	padding: 0 0 0 10px;
}

#right-col li a:visited {
	border-left: 2px solid #E0E0E0;
}

#right-col li a:hover {
	border-left: 4px solid #DE1F26;
	padding: 0 0 0 8px;
}

#right-col li strong {
	font-size: 120%;
	display: block;
}

#right-col li p {
	color: #777777;
	display: block;
}

/* Stop formatting on article pages */
#right-col li p * {
	font-size: 100% !important;
	font-weight: normal !important;
	font-style: normal !important;
	color: #777777 !important;
}

#right-col img {
	float: right;
	padding: 0 0 10px 15px;
}

#right-col blockquote {
	width: 228px;
	border-left: 2px solid #E0E0E0;
	font-style: italic;
	overflow: hidden;
	padding: 0 0 0 10px;
}

#right-col .cite {
	border-left: 2px solid #E0E0E0;
	font-size: 80%;
	text-align: right;
	margin: 0 0 15px 0;
}

/********** PHOTO GALLERY STYLES **********/
#left-col #allalbums {
	width: 640px;
	float: left;
	margin: 0 0 40px 0;
}

#left-col #allalbums .imagelisting {
	overflow: auto;
	margin: 0 0 20px 0;
}

#left-col #allalbums ul li {
	width: 210px;
	float: left;
	margin: 1px;
	margin: 1.5px;
}

/********** FOOTER STYLES **********/
#footer {
	height: 180px;
	background: #4D4D4D url(/images/footer-background.gif) top no-repeat;
	font-size: 90%;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px #000000;
	margin: -180px auto 0 auto;
}

#footer div {
	width: 180px;
	min-height: 120px;
	background: url(/images/footer-divide.gif) 238px 40px no-repeat;
	float: left;
	padding: 20px 30px 0 30px;
}

#footer #legal {
	background: none;
}

#footer h1 {
	font-size: 180%;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#footer p {
	margin: 0 0 5px 0;
}

#footer p,#footer li {
	letter-spacing: 0.5px;
	line-height: 1.4;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #legal p,#footer #legal li {
	font-size: 85%;
}

#footer #iphone {
	height: 33px;
	background: url(/images/iphone-background.gif) left bottom no-repeat;
	padding: 0 0 0 50px;
	margin: 0;
}
