/**************************************/
/* PAGE */

body {
	background:				#fafafa;
}

.container_12 {
	border:					1px solid #f1f1f1;
	background:				#fff;
}

/**************************************/
/* LOGO */

#logo {
	margin-top:			10px;
	padding-bottom:		10px;
	border-bottom:		2px #000 solid;
	text-align:			center;
}

#logo img {
	border:				0px;
}

/**************************************/
/* NAVIGATION LINKS */

a.navLink {
	display:			block;
	text-align:			center;
	text-decoration:	none;
	color:				#fff;
}

a.navHover:hover {
	background:			#ddd;
}

.newsBG a.navHover:hover {
	color:				#a11970;
}

.featuresBG a.navHover:hover {
	color:				#a98e1e;
}

.cultureBG a.navHover:hover {
	color:				#00abc4;
}

.opinionBG a.navHover:hover {
	color:				#7397ae;
}

.sportBG a.navHover:hover {
	color:				#768b1c;
}

.outBG a.navHover:hover {
	color:				#ed7703;
}

.navLink {
	text-align:			center;
	font-family:		'Century Gothic', Helvetica, sans-serif;
	font-size:			16px;
	color:				#fff;
	padding-bottom:		3px;
}

#bottomNavBar {
	border-bottom-width:		1px;
	border-bottom-style:		solid;
}

.navSpace {
	height:				10px;
}

/**************************************/
/* INFO BAR */

#infoBar {
	font-family:			'Trebuchet MS', Helvetica;
	font-size:				14px;
	border-bottom-width:	3px;
	border-bottom-style:	solid;
	margin-bottom:			10px;
}

#infoBar #date {
	padding-top:			5px;
}

#infoBar #search {
	padding-top:			2px;
	padding-bottom:			2px;
}