/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*================================*/
/*=== Main Styles NEW BY Marc ===*/
/*==============================*/

#news article{
margin-bottom: 40px;
padding: 20px;	
color:#000;
background-color:#fff;
margin-left:5px;
margin-right:5px;
}

#news article h2{ font-size: 24px; padding-bottom:15px; font-weight:bold; padding-top:10px;}
#news article p{padding-bottom:15px;}
#contentwrapper{
	margin:0 auto ;
	width:1020px;

}

.nav-menu {
margin: 0 auto;
max-width: 1020px;
width:100%;
background: transparent url("img/bg-nav.png") repeat left top;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
position: relative;
z-index:10;

}


.nav li {
display: inline-block;
}
.nav a {
font-family:"UniversLTW01-59UltraCn"; font-size:1.25em;
text-decoration: none;
color: #fff;
text-transform: uppercase;
padding: 10px 15px;
display: block;
white-space: nowrap;

}
.nav a:hover{
	background-color:#999;}

.nav > li > div {
    position: absolute;
    display: block;
    width: 100%;
	left: 0;

    visibility: hidden;
    overflow: hidden;
    border-radius: 0 0 3px 3px;
 
}

.nav > li:hover > div {

    visibility: visible;
    overflow: visible;
	margin-top:-5px;
	background: transparent url("img/bg-nav2.png") repeat left top;
}
.subnav{float:left; width:300px; margin-left:20px;}
.subnav h3{color:#fff; margin-top:15px; font-size:24px;}

#slideholder{ border-bottom: 5px solid #ED1C24;}
#contentholder{background-color:#fff; margin-bottom:30px; background: #fff url("img/bg-bottomgrid.png") no-repeat left bottom;border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px; padding-top:20px; }

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
    margin:4px auto;
    position:absolute;
    left:-999em; /* Hides the drop down */}
	
.nav-menu  li:hover .dropdown_1column, 
.nav-menu  li:hover .dropdown_2columns, 
.nav-menu  li:hover .dropdown_3columns,
.nav-menu  li:hover .dropdown_4columns,
.nav-menu  li:hover .dropdown_5columns {
    left:-1px;top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
    display:inline;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}


/* COLUMNS */
.col1,.col2,.col3,.col4,.col5 { margin: 10px 0; float: left; padding: 0 10px;}


	/* 1 Column */
	.container-1 { width: 170px; }
	.container-1 .col1 { width: 100%; }

	/* 2 Column */
	.container-2 { width: 270px; }
	.container-2 .col1 { width: 50% }
	.container-2 .col2 { width: 100% }

	/* 3 Column */
	.container-3 { width: 400px; }
	.container-3 .col1 { width: 33.33% }
	.container-3 .col2 { width: 66.66% }
	.container-3 .col3 { width: 100% }


	/* 4 Column */
	.container-4 { width: 500px; }
	.container-4 .col1 { width: 25%; }
	.container-4 .col2 { width: 50% }
	.container-4 .col3 { width: 75% }
	.container-4 .col4 { width: 100% }


	/* 5 Column */
	.container-5 { width: 600px; }
	.container-5 .col1 { width: 20%; }
	.container-5 .col2 { width: 40% }
	.container-5 .col3 { width: 60% }
	.container-5 .col4 { width: 80% }
	.container-5 .col5 { width: 100% }
	
		.container-6 { width: 1000px; }
			.container-6 .col2 { width: 25% }

/* HIGHLIGHTS */

.container-3 .highlighted { 
	width: 400px; 
	margin-left: -20px; 
	padding: 20px; 
	background: #e4fbff; 
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd;
}
.container-4 .highlighted { 
	width: 500px;
	margin-left: -10px; 
	padding: 20px; 
	background: #e4fbff; 
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd;
}



.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


.slider-wrapper {
	width: 1020px;
	margin-top: -40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.panelback {
position: relative;
top: 0;
left: -23px;
display: block;
width: 5px;
height: 5px;
background: transparent url("img/panelback.png") no-repeat left top;
}
.ribonHeader{
font-family:"UniversLTW01-59UltraCn"; font-size:1.25em;
display: block;
border-bottom: 2px solid #666;
line-height: 27px;
margin: -5px 0 20px 5px;
padding: 0 25px 0 18px;
background: #999;


}


.socialtealLabel {
color: #fff;
font-family: 'UniversLTW01-85ExtraBkO';
display: block;
line-height: 40px;
background: #33d6bf;
padding: 0 0 0 23px;
text-shadow: 0px 1px 1px #165e54;
filter: dropshadow(color=#165e54, offx=0, offy=1);
}


#socialholder{
		margin: 0 auto;
	width:1020px;

  padding-bottom:35px;
}

#fbholder{
	width:60%;
	float:left;
	 margin-bottom:30px; background: #fff url("img/bg-bottomgrid.png") no-repeat left bottom; 
 border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-bottom:65px;
  height: 510px;
}
#twitterholder{
	width: 33%;
	float:right;
 	margin-bottom:30px; background: #fff url("img/bg-bottomgrid.png") no-repeat left bottom; 
	border-bottom-right-radius: 10px;
  	border-bottom-left-radius: 10px;
	padding-bottom:65px;

}

#details{
	background-color:#fff;}

#playholder{
	margin:0;
}
		
.playerPanel{
	width:320px;
 margin:8px;
 display:block;
 float:left;}
	
.playerPanel p{
	padding:5px;
	font-size:14px;
	line-height:22px;
	margin-top:8px;
}

.playerPanel li{
	font-size:14px;

	margin-left:20px;
	list-style:disc;
	line-height:22px;}
	
.playerinfo{
height:395px;}
	
	
.statholder{
	background-color:#efefef; padding:8px;	border: 1px solid #ccc;
}
	
.stats{
	margin-bottom:20px;}
	
.player-entry-header-link {
  background-color: #151515;
  border-bottom: 5px solid #ED1C24;
  display: block;
  float: left;
  width: 100%;
  min-height: 55px;
}

.player-entry-title{
  color: #fff;
  padding: 10px;
   background-color: #151515;
  border-bottom: 5px solid #ED1C24;
 }
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);

@font-face {
    font-family: 'UniversLTW01-Condense-Oblique';
    src: url('Fonts/universltw01-condense-oblique.eot');
    src: url('Fonts/universltw01-condense-oblique.eot?#iefix') format('embedded-opentype'),
         url('Fonts/universltw01-condense-oblique.woff') format('woff'),
         url('Fonts/universltw01-condense-oblique.ttf') format('truetype'),
         url('Fonts/universltw01-condense-oblique.svg#UniversLTW01-Condense-Oblique') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UniversLTW01-57Condense';
    src: url('Fonts/universltw01-57condense.eot');
    src: url('Fonts/universltw01-57condense.eot?#iefix') format('embedded-opentype'),
         url('Fonts/universltw01-57condense.woff') format('woff'),
         url('Fonts/universltw01-57condense.ttf') format('truetype'),
         url('Fonts/universltw01-57condense.svg#UniversLTW01-57Condense') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UniversLTW01-59UltraCn';
    src: url('Fonts/universltw01-59ultracn.eot');
    src: url('Fonts/universltw01-59ultracn.eot?#iefix') format('embedded-opentype'),
         url('Fonts/universltw01-59ultracn.woff') format('woff'),
         url('Fonts/universltw01-59ultracn.ttf') format('truetype'),
         url('Fonts/universltw01-59ultracn.svg#UniversLTW01-59UltraCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UniversLTW01-67BoldCn';
    src: url('Fonts/universltw01-67boldcn.eot');
    src: url('Fonts/universltw01-67boldcn.eot?#iefix') format('embedded-opentype'),
         url('Fonts/universltw01-67boldcn.woff') format('woff'),
         url('Fonts/universltw01-67boldcn.ttf') format('truetype'),
         url('Fonts/universltw01-67boldcn.svg#universltw01-67boldcn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UniversLTW01-85ExtraBkO';
    src: url('Fonts/universltw01-85extrabko.eot');
    src: url('Fonts/universltw01-85extrabko.eot?#iefix') format('embedded-opentype'),
         url('Fonts/universltw01-85extrabko.woff') format('woff'),
         url('Fonts/universltw01-85extrabko.ttf') format('truetype'),
         url('Fonts/universltw01-85extrabko.svg#universltw01-85extrabko') format('svg');
    font-weight: normal;
    font-style: normal;