
/* Quickie Reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-family: Helvetica;*/
}

html {
/*	background: #3a3a3a;*/
	background: #000000;	
	/*
	different grays:
	#3a3a3a
	#3a3a3a
	*/
}
/* Minimum height on body helps preventDefault */
body {
	min-height: 322px;
}

/* Set our fixed elements above everything else */
#header, #footer {
	position: relative;
	color: #ffffff;
	top: 0;
	left: 0;
	display: block;
	background-color:#444444;		/* colors the background of the header/footer */
	/*background-color: #3a3a3a;*/
	width: 100%;
	z-index: 200;
}

#footer {
	height: 40px;
}

#header {
	height: 48px;
	margin-bottom:6px;
	/*background: url(header.gif);*/
}


/* Header */
#header h2 {		/* controls font in the header */
	color: #fff;
	font-family:Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
	font-size: 20px; 
	text-align: center;
	line-height: 44px;
}

/* Footer */
#footer {
	position: absolute;
	top: 368px;
	height: 49px;
	background-position: center bottom;
}

/* Reposition on scroll */
body.scrolled #footer {
	top: 307px;
}

/* Reposition on orientation change */
body[orient="landscape"] #footer {
	top: 220px;
}

/* Reposition on scroll */
body.scrolled[orient="landscape"] #footer {
	top: 159px;
}

#footer ul {
	margin: 0 auto;
	padding: 3px 0 0;
	list-style: none;
	display: block;
	height: 46px;
	width: 320px;
	text-align: center;
	overflow: hidden;
}

#footer li {
	margin: 0 2px;
	float: left;
	position: relative;
}

#footer li.active {
	border: 3px solid;
	border-width: 0 3px;
	
}

#footer span {
	padding: 29px 3px 3px;
	float: left;
	width: 54px;
	color: #bbb;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;

}

#footer li.active span {
	padding-left: 0;
	padding-right: 0;
	color: #fff;
}

#footer .team.active span {
	background-position: -5px top;
}

#footer .feed span {
	background-position: -66px -50px;
}

#footer .feed.active span {
	background-position: -69px top;
}

#footer .post span {
	background-position: -130px -50px;
}

#footer .post.active span {
	background-position: -133px top;
}

#footer .box span {
	background-position: -194px -50px;
}

#footer .box.active span {
	background-position: -197px top;
}

#footer .games span {
	background-position: -258px -50px;
}

#footer .games.active span {
	background-position: -261px top;
}

#footer .tweets span {
	background-position: -322px -50px;
}

#footer .tweets.active span {
	background-position: -325px top;
}

/*  */
#container {
	height: 324px;
}

/* Reposition on scroll */
body.scrolled #container {
	height: 263px;
}

/* Reposition on orientation change */
body[orient="landscape"] #container {
	height: 176px;
}

/* Reposition on scroll */
body.scrolled[orient="landscape"] #container {
	height: 115px;
}

/* Content */
#content {
	position: relative;
	/*border-top: 1px solid #e0e0e0;*/
	/*border-bottom: 2px solid #3a3a3a;*/
	/*border-bottom:1px solid #C3F;*/ /*pink*/
	/*background-color:#00F;*/ /*blue*/

}

#content h2 {
	color:#ffffff; 
	/* text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px; */
	font-size: 20px;
	text-align: center;
	line-height: 48px;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom: 2px solid #ffffff;
	width: 100%;
	/*border-bottom: 1px solid #e0e0e0;*/
	/*border-bottom: 2px solid #3a3a3a;*/
	

}

#content p {	/* text boxes yeah */

	/*background: url(css-gradient.gif) 0% 0% repeat-x; /* actually, no gradient */
	/*background: #000000;*/
	font-family:Helvetica,Arial,sans-serif;
	background-color:#111;
	color: #ffffff; 
	position: relative;
	list-style-type: none;
	/*overflow: hidden;*/
	padding-left:5px;
	/*margin: -7px;*/
	/*padding: 0;*/
	-webkit-margin-top-collapse: separate;
	-webkit-margin-bottom-collapse: separate;
	/*border-bottom: 1px solid #e0e0e0;*/
	border-bottom: 2px solid #ffffff;

	/*height: 82px;*/
	height: 75px;
}


#content p mustard {
	color:#FFDD11;	
	font-weight: bold;
	/* text-transform: uppercase; */
}

#content p lightblue {
	color:#33CCFF;
	font-weight:bold;
	text-transform: uppercase;
}

#login{
	color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
}

#login mustard{
	color:#FFDD11;	
	font-weight: bold;
}

#login lightblue { 
	color:#33CCFF;
	font-weight:bold;
}

#content cap span {
	text-transform: uppercase;
} 

#content p.active {
	background: #0874e1;
}

#content p.active span {
	color: #fff;
}

#content p span {
	position: absolute;
	left: 10px;
	/*top: 12px;*/
	height: 82px;
	right: 5px;
	width: auto;
	color: #ffffff;
	font-weight: bold;
	font-size: 8px;
	/*text-overflow: ellipsis;
	overflow: hidden;*/
	white-space: normal;
	text-decoration: none;
	/*	border-bottom: 2px solid #3a3a3a;*/
		border-bottom: 1px solid #F60; /*orange*/

}


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

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

