/* CSS Document */
/* ------ Navigation ----- */
.nav {
	float:right;
}
.nav li {
	float:left;
	text-transform:uppercase;
	height:134px;
	margin:0 10px;
	text-align:center;
}
.nav li a {
	display:inline-block;
	color:#CCC;
	font-family:"Arial Narrow", LocalArialNarrow, Helvetica, Arial;
	font-size:20px;
	padding-top:43px;
	letter-spacing: -0.8px;
	font-weight: 100;
}
.nav li a:hover {
	color:#333;
	border-bottom:1px solid #333;
	text-decoration:none;
}
.nav li.first a {
}
.nav li.last a {
}
.nav li.active a {
	color:#333;
	border-bottom:1px solid #333;
}

/*.nav li.first {
	background:url(../images/nav-blue.jpg) no-repeat center center;
	width:102px;
	text-shadow: -1px -1px 0px #1dabc6;
}
.nav li.last {
	background:url(../images/nav-green.jpg) no-repeat center center;
	width:101px;
	text-shadow: -1px -1px 0px #a8c520;
}
.nav li:nth-child(4n+2) {
    background: url(../images/nav-yellow.jpg) no-repeat scroll center center transparent;
    text-shadow: -1px -1px 0 #E3C61F;
}
.nav li:nth-child(4n+3) {
    background: url(../images/nav-pink.jpg) no-repeat scroll center center transparent;
    text-shadow: -1px -1px 0 #D23184;
}
*/

/* ----- sub-navigation ----- */
.splash {
	width:152px;
	height:100%;
	display:block;
}
.reporter-splash {
	background-image:url(../images/reporter_splash.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:152px;
	height:200px;
	display:block;
}
.white-bg {
	width:152px;
	height:100%;
	background-color:#FFF;
	display:block;
}
.splash ul {
	padding-top:96px;
	margin-right:90px;
	text-align:right;
	color:#4D4D4D;
	/*color:#231F20;*/
	font-size:10px;
	line-height:12px;
	font-weight:bold;
	font-family:"Arial Narrow", LocalArialNarrow, Helvetica, Arial;
}
.sub-nav {
	text-align:left;
	margin:0 0 10px 10px;
}
.sub-nav li {
	text-transform:lowercase;
	font-variant:small-caps;
	padding: 3px 0;
    /*text-shadow: 1px 1px 0 #FFF;*/
}
.sub-nav li a {
	color:#000;
	font-family:"Arial Narrow", LocalArialNarrow, Helvetica, Arial;
	font-size:16px;
	line-height:1em;
}
.sub-nav li.active a {
	color:#333;
	font-weight:bold;
}
.sub-nav li.active a:hover {
	color:#333;
}
.sub-nav li a:hover {
	color:#D23C0C;
	text-decoration:none;
}


