/* @group BODY
---------------------------------------------------------------------- */
body {
     font-family: 'Open Sans', sans-serif;;
     background-color: #FFF;
     width: 100%;
     margin: 0;
     padding: 0;
}
/* @end */

/* @group Header */
header#titleheader {
    width: 100%;    
    height: auto;
    background-color: #ECF6FF;
	margin: 0;
    padding: 0;
}
  
header h1 {  	  
	font-family: 'Signika Negative', sans-serif;    
	font-size: 60px;
	font-weight: 700;
	color: #E46305;
	vertical-align: top;
	 	margin:  0px;
	
	text-indent: 20px;

	}
.title_link{
	font-family: 'Signika Negative', sans-serif;    
	font-size: 60px;
	font-weight: 700;
	color: #E46305;
	text-decoration: none;
}
.title_link a:link; a:hover; a:visited{
	font-family: 'Signika Negative', sans-serif;    
	font-size: 60px;
	font-weight: 700;
	color: #E46305;
	text-decoration: none;
}

header#navheader {
	clear: both;
    width: 100%;    
    min-height: 46px;
    background-color: ;
    color: #fff;
    
    
}
header ul#top_nav{
	float: none;
	margin: 14px 0px 0px 0px;
	width: 100%;
	background-color: #fff;
	padding: 20px;
}
header ul#top_nav li {
	display: inline;
	padding-left: 20px;
}
header ul#top_nav li a{

	color:#333;
	font:18px Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin:0 12px 0 0;
	padding:8px 6px 7px;
	text-decoration: none;
	text-transform: uppercase;
}			
header ul#top_nav li a:hover{
	background: #ECF6FF;
	color:#111;
}
header ul#top_nav li a.selected{
	background: #ECF6FF;
	color:#FFF;
	cursor: default;
}

header #login {
	position: relative;
	top: -60px;
	right: 20px;
	float: right;
	width: auto;
	padding: 0px;
	margin; 0 0 0 0;
	font-weight:bold; 
	font-size: 20px;
}
#loginBox {
	position: relative;
	z-index: 5;
	top: -20px;
	right: -100px;
	border-radius:9px;
	float: right;
	width: 300px;
	height: 100px;
	padding: 15px;
	margin; 5; 
	font-size: 20px;
	border-width: 4px;
	border-color: #002544;
	background-color: #444;
	color: #eee;
} 

.registration_alert{
	font-weight: bold;
	font-size: 28px;
	color: #444;
	text-align: center;
	width: 100%;
	background-color: #88ddff;
}

@media only screen and (max-width: 500px){
	header{
		margin: 0;
		height: auto;
	}
	header h1 {  	  
		font-size: 12px;
	}
	.title_link{   
		font-size: 34px;
	}
	.title_link a:link; a:hover; a:visited{
  		font-size: 34px;
	}
	header ul#top_nav{ 
		float: left; 
		background-color:#E46305;
		margin-bottom: 20px ;
		padding: 20px 0px 0px 0px;
		width: 100%;
	}
	header ul#top_nav li{ 
		padding: 5px;
		margin: 0;
		display: block;
		border:1px;
	}
	header ul#top_nav li a{
		color:#FFF;
	}
	header #login{
		clear: both;
		top: 0px;
		right: 0px;
		float: left;
		padding: 10px;
		font-size: 16px;
	}
	#loginBox {
		clear: both;
		float: left;
		border-radius:0px;
		right:0px;
		top: 5px;

	}
	header#navheader{
		/*top:30px;*/
		position: relative;
		float: left;
		/*margin-bottom: 40px;*/
	}
 }



.login_text{
	font-weight:bold; 
	font-size: 20px;
	text-decoration: none;
	color: #111;
	z-index: 100;
}
.login_text a:link{
	font-weight:bold; 
	font-size: 20px;
	text-decoration: none;
	color: #111;
}
.login_text a:hover{
	font-weight:bold; 
	font-size: 20px;
	text-decoration: underline;
	color: #343434;
}
#loginLinks{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.loginLinks:link, a.loginLinks:visited{

	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.loginLinks:hover{

	color: #aaa;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.already_loginLinks, a.already_loginLinks:link, already_loginLinks:visited{
	color: #444;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.already_loginLinks:hover{
	color: #888;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.close_login{
	text-align: right;
	color: #ffff00;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.close_login, a.close_login:link, a.close_login:hover, a.close_login:visited{
	text-align: right;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

 	

#createButtomHome{
	position: absolute;
	margin-left: 25%; 
	margin-right: 25%;
	top: 80px;
	height: 100px;
	width: 50%;
	border-radius: 15px;
	background-color: #333333;
	opacity: 0.85;
	z-index: 10;
	text-align: center;
	
}

.createButtomHome, a.createButtomHome:link, a.createButtomHome:hover, a.createButtomHome:visited{
	font-size: 80px;
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
	padding: 30px;
	margin: 30px;
}


/* end secondary nav CSS */

/* @group Header */
section#content{
	background-color: #ECF6FF;
	
    margin:  0px;
    padding: 0px;
}
article#articleSlider{
	width: 100%;
	height: 400px;
	background-color: #FFF;
	color: #000;
	overflow: hidden;
	margin:  0px;
    padding: 0px;
}

.flex-caption{
	text-align: center;
}

.flex-title, .flex-title:link, .flex-title:visited{
	font-size: 30px;
}
.flex-title:hover{
	font-size: 30px;
	color: #E46305;
}

.flex-date-author{
	font-size: 14px;
	color: #ECF6FF;
}
.news-tagline{
	font-size: 14px;
	color: #ECF6FF;
}
					
article#fantasy{
	
	min-height: 300px;
	padding: 40 0 0 0;
	margin: 0 0 0 0;
}
#fantasy_leaders{
 	float: left;
 	height: auto;
 	width: 75%;
 	margin: -20px 0 0 0;
 	padding: 5px;
}
#top_fantasy_teams{
	float: left;
 	height: auto;
 	width: 28%;
 	margin:0px;
 	padding:10px;
}
#top_fantasy_skaters{
	float: left;
 	height: auto;
 	width: 28%;
 	margin:0px;
 	padding:10px;
}
#top_fantasy_goalies{
	float: left;

 	height: auto;
 	width: 28%;
 	margin:0px;
 	padding:10px;
}
#fantasy_key{
	clear: both;
 	height: auto;
 	width: 100%;
 	margin: 0;
 	padding:10px;
 	color: red;

}

.homepagesubtitle{
	Font-size: 16px;
	font-weight: bold;
	
	text-decoration: underline;
}
a.homeLeadersItemHomePage, a.homeLeadersItemHomePage:link, a.homeLeadersItemHomePage:visited{
	font-size: 16px;
	font-weight: ;
	text-decoration: none;
}
a.homeLeadersItemHomePage:hover{
	font-size: 16px;
	font-weight: ;
	color: #999999;
	text-decoration: none;
}

article#pickem{
	background-color: #FFF;
	min-height: 300px;
	margin: 0;
}

#gameTableHome{
	background-color: #999;
	border-radius: 1px;
	padding: 10px;

}
article#letitride{
	
	min-height: 300px;
	margin: 0 0 0 0;
}
article#polls{
	background-color: #FFF;
	min-height: 300px;
	margin: 0 0 0 0;	
}


#tagline{
	font-family: 'Arvo', serif;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	width: 90%;
}

#tagline img{
	height: 150px;
	padding: 25px;
	margin: -5px 0 0 0;
}
#homePageInstructions{
	font-style: italic;
	color: #888;
}
#homePageInstructionsSub{
	
	color: #ff6677;
}
#sectionTitles{display: none;}

@media only screen and (max-width: 500px){
	section#content{
		clear: both;
		position:relative;
		display: block;
		height: auto;
		padding: 0px;
	}
	
	#tagline{ display: none;}
	article#articleSlider{display: none;}
	article#fantasy{display: none;}
	#sectionTitles{display: block; font-size: 22px; font-weight: bold; color: #888;}
	article{
		padding: 15px;
	}

	#fan_bread{
		display: none;
	}
	
	#articlePageContent{
 		width: 250px;

	}
	#blogText{
		margin: 2px;
		padding-left: 5px;
		padding-right: 5px;
	}
	#blogText img{
		display: none;
	}
	#article_snip_content{
		padding: 2px;
		border-radius: 1px;
	}
	#article_snip_image{
		display: none;
	}
	#article_snip_tags{
		display: none;
	}
	#article_snip_text{
		font-size: 11px;
	}
	.no_mobile{
		display: none;
	}

}

.enteryourname{
 font-size: 24px;
 font-weight: bold;
 
}

#pageContent{
	padding: 10px;
	clear:both;

	
}

#article_snip_content{
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 10px;
	width: 85%;
	padding: 20px;
	background-color: #ddd;
	border-radius: 20px;
	border-top:2px;
	border-bottom: 2px;
	
}

#article_snip_image{
	padding: 10px;
	margin: 5px;
	float: left;
}

#article_snip_header{
clear: right;
padding: 5px;

}
a.article_snip_header:link, a.article_snip_header:visited{
font-size: 22px;
color: #333;
text-decoration: none;
}
a.article_snip_header:hover{
font-size: 22px;
color: #777;
text-decoration: none;
}
#article_snip_date{
clear: right;
padding: 5px;
font-size: 18px;
color: #111;

}
#article_snip_text{
font-size: 16px;
color: #111;
text-decoration: none;
}
#article_snip_tags{
clear: both;
margin: auto;
padding: 10px;
text-indent: 20px;
}
a.article_snip_tags:link, a.article_snip_tags:visited{
font-size: 19px;
color: #333;
text-decoration: none;
}
a.article_snip_tags:hover{
font-size: 19px;
color: #777;
text-decoration: none;
}

#articlePageContent{
 width: 90%;
 font-size: 16px;
 padding: 15px;
 margin: 15px;
}

footer{
	width: 100%;
	height: 100px;
	background-color: #E46305;
	color: #fff;
	margin:  0px;
    padding: 0px;

}

/* added 2013 */

#blogText{
	margin: 10px;
	padding-left: 25px;
	padding-right: 25px;
}
#blogText img{
	margin: 10px;
	padding: 20px;
}

#bloggerPageName{
	font-size: 22px;
}

#modal_review{
	background-color: white;
	border-width: 4px;
	
}

.cup_pts{
	font-weight: 900;
	font-size: 20px;
}

header#fantasy_header {
	clear: both;
    width: 100%;    
    min-height: 40px;
    background-color: #05C0E4;
    color: #fff;
    margin-bottom: 25px;
    
}
header ul#fantasy_nav{
	float: right;
	margin: 14px 0px 0px 0px;
	width: 100%;
}
header ul#fantasy_nav li {
	display: inline;
	padding-left: 20px;
}
header ul#fantasy_nav li a{
	border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	color:#111;
	font:14px Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin:0 12px 0 0;
	padding:8px 6px 7px;
	text-decoration: none;
	text-transform: uppercase;
}			
header ul#fantasy_nav li a:hover{
	background: #ECF6FF;
	color:#111;
}
header ul#fantasy_nav li a.selected{
	background: #ECF6FF;
	color:#FFF;
	cursor: default;
}

.game_header_title{
	display: none;
}

@media only screen and (max-width: 500px){
	header{
		margin: 0;
		height: auto;
	}
	header ul#fantasy_nav{ 
		float: none; 
		background-color:#05C0E4;
		margin: 0px ;
		padding: 10px 0px 0px 0px;
		width: 100%;
	}
	header ul#fantasy_nav li{ 
		padding: 10px;
		margin: 0;
		display: block;
	}
	header ul#fantasy_nav li a{
		color:#FFF;
	}
	header#fantasy_header{
		/*top:30px;*/
		position: relative;
		float: left;
		/*margin-bottom: 50px;*/
	}

	header ul#fantasy_nav li.no_mobile{
 		display: none;
 		height: 0px;
	}
	.no_mobile{
 		display: none;
 		height: 0px;
	}
	.game_header_title{
		display: inline;
		font-size: 22px;
		font-weight: bold;
		padding:10px;
		margin-bottom: 30px;
	}
 }

.breadcrumb{
	position: relative;

}


.bread{
	position: relative;
	font-weight: bold;
	padding: 10px;
	text-indent: 10px;
}

#innerContent{

}
#innerSubContentLong{

}






