/* Universal */

body {
	margin:0; 
	background-color:#000000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:16px;
	color:#ffffff
}

img {
	border:0
}

a {
	color:#ff00c6;
	text-decoration:none
}

a:hover {
	color:#ff60db;
	text-decoration:none
}

h2 {
	padding:0px;
	margin:0px;
	font-size:19px;
	font-weight:bold;
	line-height:18px;
	text-transform:uppercase;
}

a.h2, a.h2:visited {color: white;}

h1 {
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
	font-size:16px;
	letter-spacing: 2px;	
	font-weight:bolder;
	line-height:16px;
	color:#b3b3b3;
	text-transform:capitalize;
	xfont-style:italic;
}

h3 {
	padding:0px;
	margin:0px;
	font-size:14px;
	font-weight:bolder;
	line-height:16px;
	color:#ffffff;
	text-transform:capitalize;
	xfont-style:italic;
}

h4 {
	padding:0px;
	margin:0px;
	font-size:14px;
	font-weight:bold;
	color:#b3b3b3;
	xtext-transform:capitalize;
	xfont-style:italic;
}


p {
	margin:10px 0;
}

.clearfix {
	clear:both
}

.floatleft {
	float:left
}

.white {
	color:#ffffff;
	text-decoration:none
}

.white a {
	color:#ffffff;
	text-decoration:none
}

.white a:hover {
	color:#ffffff;
	text-decoration:none
}

.pink {
	color:#ff00c6;
}

.grey {
	color:#606060
}

.ltgrey {
	color:#b3b3b3
}

.small {
	font-size:10px;
	line-height:14px;
}

.dateStamp {
	color:#ff00c6;
}

.boutDate {
	color:#ff00c6;
	font-size: 14px;
}

.blogDate {
	color:#ed9cdb;
	font-size: 14px;
	xfont-weight:bold;
}

.blogAuthor {
	color:#b3b3b3;
	font-size: 12px;
	xfont-weight:bold;
}

.hiliteBtn {
	xmargin: 8px;
	padding: 4px;
	background-color:#222222;
	color: #ff00c6;
	border:1px dashed #999999;
	}

.hiliteBtn2 {
	xmargin: 8px;
	padding: 4px;
	background-color:#222222;
	color: #ff00c6;
	xborder:1px dashed #999999;
	}
		
.btnLink2 {
	xmargin: 8px;
	padding: 6px;
	background-color:#222222;
	scolor: #ffffff;
	border:1px dashed #999999;
	}
	
a.btnLink {	
	color:#ff60db;
	text-decoration:none;
	xmargin: 8px;
	padding: 6px;
	background-color:#222222;
	scolor: #ffffff;
	border:1px dashed #999999;
}

a.btnLink:hover {
	color:#ff00c6;
	text-decoration:none;
	xmargin: 8px;
	padding: 6px;
	background-color:#222222;
	scolor: #ffffff;
	border:1px dashed #999999;
}

.smalldateStamp {
	color:#b3b3b3;
	font-style:italic;
	font-size:10px;
}
	
			
.blogInfo {
	font-size:11px; 
	color:#660000;
	font-weight:bold;
	}
	
.blogImg {
	float:left; 
	margin:0px 0px 18px 16px;
	}
	
.blogPost {
	float:left; 
	width:450px; 
	padding-bottom:18px;
	}

#error {
	color:#ff0000
}

.whiteBdr {
	border:1px solid #ffffff;
}



/* Main Layout */

#nextbout {
	background-image: url(../images/bg_nextbout.jpg);
	background-repeat:no-repeat;
	width: 264px;
	xheight: 82px;	
	}

#nextbout_txt {
	padding: 12px 10px 0px 10px;
	}
	
#nextbout_all {
	padding: 8px 5px 0px 170px;
	}
	

#newsletter {
	background-image: url(../images/bg_newsletter.jpg);
	background-repeat:no-repeat;
	width: 264px;
	height: 82px;	
	}

#newsletter_txt {
	margin: 16px 10px 0px 10px;
	}
	
#newsletter_all {
	padding: 8px 10px 0px 150px;
	}
	
	
	
	
#container {
	width:897px; 
}

#leftBdr {
	float:left
}

#rightBdr {
	float:left;
}

#main {
	float:left;
	width:847px;
}

#headerLeft {
	float:left;
	width:318px;
	height:200px;
}

#headerLogo {
	float:left;
	width:205px;
	height:200px;
}

#headerRight {
	float:left;
	width:324px;
	height:200px;
}

#navleft {
	float:left;
	width:297px
}

#navright {
	float:left;
	width:257px
}

#contentBg {
	background-position:bottom; 
	background-repeat:no-repeat
}

#content {
	float:left; 
	width:572px; 
	padding:0 2px; 
	margin:2px 0; 
	text-align:left
}

#widecontent {
	float:left; 
	width:900px; 
	padding:0 2px; 
	margin:2px 0; 
	text-align:center
}

.innerContent {
	width:520px; 
	margin-left:auto; 
	margin-right:auto;
	margin-top:10px;
}

#footer {
	float:left;
	width:847px;
	color:#606060;
}



/* Left Drop down menu */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:10;
	height:31px;
}

#nav a {
	display: block;
	cursor:pointer;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 175px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


/* Right Drop down menu */

#nav2, #nav2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:10;
	height:31px;
}

#nav2 a {
	display: block;
	cursor:pointer;
}

#nav2 li {
	float: left;
}

#nav2 li ul {
	position: absolute;
	width: 175px;
	left: -999em;
}

#nav2 li:hover ul {
	left: auto;
}

#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
}



/* Right Side */

#rightside {
	float:left; 
	width:264px; 
	padding:0 4px 0 3px; 
	margin:2px 0; 
	text-align:left
}

.rightAd {
	margin:2px 0
}

#rightSeason {
	padding:0 10px
}

#rightTryouts {
	padding:0 26px
}



/* Home */

#mainArticle {
	width:434px; 
	margin-left:auto; 
	margin-right:auto; 
	color:#999999
}

.flyerHome {
	float:left; 
	width: 180px;
	padding-left:8px
}

.scoresHome {
	float:left; 
	padding-left:12px;
	width: 170px;
	font-size: 9px;
}

.merchHome {
	float:left;
	width:286px
}

.merchDescHome {
	width:165px; 
	text-align:left
}



/* Teams */

.teamCapts {
	width:112px; 
	text-align:left;
}

.teamMembers {
	width:356px; 
	text-align:left;
}



/* Member */

.memberBox {
	margin-top:12px; 
	float:left
}

.memberPic {
	float:left; 
	padding-left:24px
}

.memberProfile {
	float:left; 
	width:275px; 
	padding-left:12px
}

.memberStat {
	padding:0px;
	margin:0px;
	font-size:18px;
	font-weight:normal;
	color:#b3b3b3;
	line-height:24px
}


/* staff */


.staffBox {
	margin-top:12px; 
	float:left
}

.staffPic {
	float:left; 
	padding-left:24px
}

.staffProfile {
	float:left; 
	width:255px; 
	padding-left:12px
}

.staffStat {
	padding:0px;
	margin:0px;
	font-size:18px;
	font-weight:normal;
	color:#b3b3b3;
	line-height:24px
}


/* dividers */

.blogDvdr {
	float:left; 
	width:500px;
	height:1px;
	border-top: 1px dashed #999999;
	background-repeat:no-repeat;
	clear:both
	}
	
.sidebarDvdr {
	float:left; 
	width:200px;
	height:1px;
	border-top: 1px dashed #666666;
	background-repeat:no-repeat;
	clear:both
	}
	
.sidebarDvdr2 {
	float:left; 
	width:200px;
	height:1px;
	border-top: 1px dashed #666666;
	background-repeat:no-repeat;
	clear:both
	}
		
.titleDvdr {
	float:left; 
	width:500px;
	height:1px;
	cborder-top: 1px dashed #999999;
	background-image: url(../images/horiz-divider-long.jpg);
	background-repeat:no-repeat;
	clear:both;
	}
	

.price {
	font-size:18px;
	color: #ff00c6;
	}
	
/* 'More Image' gallery on product detail page. */
.gallery_img {
	xborder-style : solid;
	xborder-color : Silver;
	xmargin-right : 40px;
	xmargin-bottom: 30px;
	xborder-width : 1px;
}
/* 'More Image' gallery detail caption. */
.photocaption {
	COLOR: #000000; FONT-SIZE: 11px; 
}


/*** POPUP IMAGE STYLES *************************************/
#showimage{
	position:absolute;
	visibility:hidden;
	border: 1px solid gray;
	}
#dragbar{
	cursor: hand;
	cursor: pointer;
	background-color: #EFEFEF;
	color:#000000;
	min-width: 100px; /*NS6 style to overcome bug*/
	}
#dragbar #closetext{
	font-size: 11px;
	margin-right: 2px;
	}
#detailimg{
	cursor: hand;
	cursor: pointer;
	}
#detailarea{
	width: 100%; 
	background-color: #000000;
	color:#000000;
	}
#caption{
	background-color: #000000;
	color: #000000;
	font-size: 12px;
	padding: 2px;
	}
	
	
/* tag cloud */

.tabLink		{background-color:#333333; color:#ffffff; padding:6px; margin-top: 8px;}

.tagsGroup		{background-color:#6f1240; color:#ffffff; padding:2px;}
.hilite		    {background-color:#993366; color:#ffffff; padding:2px;}

.lolite		    {background-color:#bb7802; color:#ffffff; padding:2px;}


.tagCloud	{width: 400px; text-align:center; line-height: 30px;}

.smallestTag { font-size: 11px; margin: 4px;}
.smallTag { font-size: 14px; margin: 4px; }
.mediumTag { font-size: 18px;  margin: 4px;}
.largeTag { font-size: 26px;  margin: 4px;}
.largestTag { font-size: 30px;  margin: 4px;}
