@import url(styles/legacy.css);

/* New styles to incorporate into the actual file */
body {
	background: #A0C060 url('pix/gradbg.png') top left repeat-x;
	margin: auto;
}
#headerWrap {
	margin: auto;
	width: 1100px;
	height: 100px;
	z-index: 1;
}
#headerContent {
	margin: 0px 25px;
	position: relative;
	height: 100%;
}

#contentBackground {
	position: relative;
	clear: both;
	z-index: 0;
	
	background: url('pix/contentbg.png') no-repeat left -20px;
	width: 1100px;
	margin: auto;
}
#content_container {
	background: white;
	padding: 10px 8px;
	margin: 0px 25px;
	
	overflow: auto;
}

#headerBack,
#headerMask {
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
	
	height: 100%;
	width: 100%;
	padding: 0px;
}
.roundedCorners {
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.shadow {
	-moz-box-shadow: 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px #000;
	box-shadow: 2px 2px 2px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
}
#headerBack {
	background: url('../pix/AHL_2010_l04.png') no-repeat center right;
	background: url('../pix/background2.jpg') no-repeat center right;
	background: url('../pix/background3.jpg') no-repeat center right;
	background: url('../pix/background4.jpg') no-repeat center right;
}
#headerMask {		
	background: url('../pix/header-mask.png') repeat-y top left;
}

#subHeaderBackground {
	width: 1100px;
	height: 33px;
	margin: auto;
	background: transparent url('pix/contentt.png') left bottom repeat-x;
}
#subHeader {
	position: relative;
	z-index: 150;
		
	margin: 3px 25px 0px 25px;
	padding: 0px;
}

body#home div#left {
	left: 5px;
	top: 5px;
}

div.newsItem {
	/* background: none;
	/* background: white;
	background: url('../pix/background.jpg'); */
	
	clear: both;
	
	/* background-color: #F7F7F7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; */
}
div.newsItem div.newsInfo {
	/* display: inline;
	float: left;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-bottom: 5px;
	
	margin-right: 8px;
	margin-left: 0px;*/

	font-style: italic;	
}
div.newsItem div.news {
	/* background: #EED; /* white; */
	
	margin-bottom: 0px;
	padding-bottom: 5px;
	/* border-top: 1px solid #C6AF97;
	border-bottom: 1px solid #C6AF97; */
	
	color: black;
}
div.newsItem div.readMore {		
	padding-left: 2px;
	padding-right: 2px;
	
	margin-top: 0px;
	padding-top: 2px;
	
	overflow: auto;
	/* background: none; */
}
div.newsItem div.readMore a {
	white-space: nowrap;
}
div.newsItem div.readMore span {
	/* width: 200px; */
}
div.firstArticle h3.heading a {
	/* font-size: 1.6em; */
}

.author {
	color: #666;
	font-style: italic;			
}
div.date {
	display: inline-block;
}
/* div.date {
	border: 1px solid #ccc;
	width: 40px;
	text-align: center;
	float: left;
	background: #EED;
}
div.date div.dayOfMonth {
	font-size: 2.3em;
	line-height: 0.9em;
	color: gray;
} */

#home div#right,
#newsPanel {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 375px;
	height: 100%;
	z-index: 0;
	padding: 0px;
	margin: 0px;
	
	background: #ebebeb url('pix/sidebg.png') repeat-y;
}
#rightContent,
#newsPanelContent {
	padding: 10px 5px 5px 12px;
}

#newsPanel {
    width: 220px;    
}

#home div#rCol1 {
	position: absolute;
	left: 0px;
	z-index: 5;
}
#home div#rCol2 {
	position: absolute;
	padding-left: 175px;
}
#aquaticAd {
	width: 165px;
}

div#galleryPreview2 {
	height: 273px;
}
div#galleryPreview2 a#imgLink {
	display: block;
	height: 235px;
	overflow: hidden;
}

#home div#centralSupports {
	margin-top: 8px;
	clear: both;
	width: auto;
	overflow: auto;
}


/* Upcoming Matches */
.spmatch {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px #c0c0c0;
}
.sptime, .spvenue, .spversus {
	font-size: 0.8em;
	color: #c0c0c0;
	display: inline;
}

.event {
	margin-bottom: 0.3em;	
}
.event .time {
	color: #333;
	font-size: 0.8em;
	display: block;
	margin-bottom: 0.2em;
	margin-left: 0.2em;
}


ul.nav,
ul.nav ul,
ul.nav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.nav li {
	display: inline;
	position: relative;
	border-right: 1px solid #A0C060;
	font-weight: bold;
}
ul.nav li a {
	padding: 0px 8px;
	color: black;
}
ul.nav li:hover,
ul.nav li a:hover {
	background: white;
}
ul.nav li .subTree {
	position: absolute;
	top: 16px;
	
	display: none;
	width: 150px;
	background: white;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
	border-left: 1px solid #ccc;
	
	left: -1px;
	z-index: 40;
	
	padding: 5px;
}
ul.nav li li {
	border: none;
}
ul.nav li li a {
	font-size: 11px;
	line-height: 20px;
	display: block;
}
ul.nav li li a:hover {
	background: #eee;
}

#navMenuInterior {
	background: white;
	z-index: 50;
    text-align: left;
    padding: 3px 0px 3px 2px;
}

#externalLinks {
	display: none;
}

#left {
	display: none;
}


#newsArticles {
	width: 658px;
	margin: auto;
	min-height: 183px;
}
#newsArticles,
#newsArticles li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}


.more {
	border-color: #A0C060 transparent transparent;
	border-style: solid dashed dashed;
	border-width: 3px 3px 0px;
	border-top-color: #A0C060;
	display: inline-block;
	font-size: 0px;
	height: 0px;
	left: 4px;
	line-height: 0;
	padding-top: 1px;
	position: relative;
	top: -1px;
	width: 0px;
}

.jcarousel-container {
	width: 658px;
}
#newsArticles .jcarousel-item {
	width: 658px;
}

.jcarousel-next-horizontal {
	background: transparent url(/pix/next-horiz.png) no-repeat 0px 0px;
	cursor: pointer;
	height: 32px;
	position: absolute;
	right: 5px;
	bottom: -60px;
	width: 32px;
	z-index: 5;
}
.jcarousel-prev-horizontal {
	background: transparent url(/pix/prev-horiz.png) no-repeat 0px 0px;
	cursor: pointer;
	height: 32px;
	left: 5px;
	position: absolute;
	bottom: -60px;
	width: 32px;
	z-index: 5;
}

#newsHeadlines {
	position: relative;
	margin: 4px 0px 45px 35px;
	overflow: auto;
}
ul.newsHeadlines,
.newsHeadlines li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
}
ul.newsHeadlines {
	float: left;
	width: 285px;
	margin-right: 5px;
}
ul.newsHeadlines .selectedItem {
	background: #6E8542;
}
ul.newsHeadlines .selectedItem a {
	color: white;
}
ul.newsHeadlines a {
	font-size: 11px;
}

#home .readMore {
	position: absolute;
	bottom: 0px;
	width: 658px;
}
.readMore .right {
	padding-right: 10px;
}
.readMore a {
	font-weight: bold;
}


h1, h2, h3, h4,
h3.heading,
div.block11 h3.heading {
	font-family: "Ubuntu Beta",UbuntuBeta,Ubuntu,"Bitstream Vera Sans","DejaVu Sans",Tahoma,sans-serif;
	font-weight: normal;
}


body#home #newsArticles {
	background: white;
}


table #nav {
	margin-top: 7px;
}

.subFacebook {
	width: 170px;
	position: relative;
	border: 1px solid gray;
	padding: 5px;
	background: white;
}
.subFacebook a {
	width: 40px;
	overflow: hidden;
	height: 40px;
	display: block;
}
.subFacebook .nub {
	position: absolute;
	top: -7px;
	right: 15px;
}

#disqus_thread br {
	display: none;
}
#disqus_thread div {
	clear: left !important;
}
#disqus_thread li {
	clear: none !important;
}
#disqus_thread ul.dsq-login-buttons {
	overflow: auto;
}

