/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}







/* * * * * * * * * * * * * * * * * * * * * * * *

STRUCTURE

* * * * * * * * * * * * * * * * * * * * * * * */

* {
	transition: all 0.3s ease;
}
#headwrapOuter {
	position: fixed;
	background: #FFF;
	z-index: 99;
	width: 100%;
	border-bottom: 1px solid rgba(00,00,00,.1);
}
#headwrapInner {
}
header {
	height: 100px;
}
.logo {
	padding: 10px 0 0 20px;
	float: left;
}
.headerstuff {
	padding: 40px 20px 0 0;
	float: right;
}
footer {
	clear: left;
	width: 100%;
}
.avatarTab {
	position: fixed;
}









/* * * * * * * * * * * * * * * * * * * * * * * *

NAV

* * * * * * * * * * * * * * * * * * * * * * * */

nav {
	background: #FFF;
}
nav ul {
	display: -webkit-flex;
	-webkit-flex-flow: row;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	width: 100%;
}
nav li {
	-webkit-flex: 1 1 auto;
	text-align: center;
	font: normal 13px "Sofia Pro", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}
nav a {
	padding: 15px 0;
	display: block;
	text-decoration: none;
}
nav a:link, nav a:visited {
	color: #A0CA52;
}
nav a:hover, nav a.selected {
	color: #07A8A8;
}
nav a:active {
	color: #07A8A8;
}



/* SUBNAV */

ul li ul {
	padding: 0;
	position: absolute;
	top: 42px;
	display: none;
	opacity: 0;
	visibility: hidden;
}
ul li ul li {
	display: block;
	text-align: left;
	font: normal 13px "Sofia Pro", sans-serif;
	font-weight: 300;
	text-transform: none;
}
ul li ul li a {
	padding-left: 10px;
}
ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

/* local */

ul li ul.mainLocal {
	width: 200px;
	z-index: 99;
	left: 0;
}
ul li ul.mainLocal li {
	background: white;
	color: #000;
}








/* * * * * * * * * * * * * * * * * * * * * * * *

BANNERS

* * * * * * * * * * * * * * * * * * * * * * * */

#leaderboard {
	text-align: center;
	padding: 10px;
}





/* * * * * * * * * * * * * * * * * * * * * * * *

LINK COLORS & MISC

* * * * * * * * * * * * * * * * * * * * * * * */

a:link, a:visited {
}

a:hover {
}

a:active {
}

i {
	font-size: 20px;
	font-style: normal;
	color: #CCC;
}







/* * * * * * * * * * * * * * * * * * * * * * * *

MEDIA QUERIES

* * * * * * * * * * * * * * * * * * * * * * * */



/* max width */
@media(max-width: 9999px) {

#headwrapInner {
	width: 1280px;
}

}



/* below 1280 */
@media(max-width: 1279px) {

#headwrapInner {
	width: 1010px;
}
ul li ul {
	left: -95px;
}

}






