/* 
 * 	STYLES FOR OLD HEADER AND FOOTER ONLY
 */
body {

}

#nav-top {
	margin-left: 2px;
}
#nav-top li {
	float: left;
	list-style: none;
}
header a {
	/*&display: inline-block;
	text-indent: -9999em;*/
}
#nav-top-about {
	width: 60px;
	height: 30px;
	background: url('/images/headers/nav_top_abt_off.gif') no-repeat center;
}
#nav-top-about:hover {
	background: url('/images/headers/nav_top_abt_on.gif') no-repeat center;
}
#nav-top-blog {
	width: 43px;
	height: 30px;
	background: url('/images/headers/nav_top_blg_off.gif') no-repeat center;
}
#nav-top-blog:hover {
	background: url('/images/headers/nav_top_blg_on.gif') no-repeat center;
}
#nav-top-store {
	width: 51px;
	height: 30px;
	background: url('/images/headers/nav_top_str_off.gif') no-repeat center;
}
#nav-top-store:hover {
	background: url('/images/headers/nav_top_str_on.gif') no-repeat center;
}
#nav-top-manifesto {
	width: 71px;
	height: 30px;
	background: url('/images/headers/nav_top_man_off.gif') no-repeat center;
}
#nav-top-manifesto:hover {
	background: url('/images/headers/nav_top_man_on.gif') no-repeat center;
}
#nav-top-org {
	width: 129px;
	height: 30px;
	background: url('/images/headers/nav_top_org_off.gif') no-repeat center;
}
#nav-top-org:hover {
	background: url('/images/headers/nav_top_org_on.gif') no-repeat center;
}
/*#nav-account {
	float: right;
	padding: 20px 20px 0 0;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
}
#nav-account a {
	text-indent: 0;
	text-decoration: none;
	color: #6c3;
}*/

#nav-home {
	display: block;
	float: left;
	clear: both;
	margin-top: 52px;
	width: 235px;
	height: 50px;

}
#nav-main {
	float: left;
	margin-top: 65px;
}
#nav-main li {
	float: left;
	list-style: none;
}
#nav-main-explore {
	margin-left: 26px;
	width: 104px;
	height: 32px;
	background: url('/includes/css/img/explore_off.gif') no-repeat center;	
	
}
#nav-main-explore:hover {
	background: url('/includes/css/img/explore_on.gif') no-repeat center;	
}
#nav-main-watch {
	margin-left: 18px;
	width: 73px;
	height: 32px;
	background: url('/includes/css/img/watch_off.gif') no-repeat center;	
}
#nav-main-watch:hover {
	background: url('/includes/css/img/watch_on.gif') no-repeat center;	

}
#nav-main-listen {
	margin-left: 16px;
	width: 73px;
	height: 32px;
	background: url('/includes/css/img/listen_off.gif') no-repeat center;	
}
#nav-main-listen:hover {
	background: url('/includes/css/img/listen_on.gif') no-repeat center;	
}
#nav-main-participate {
	margin-left: 18px;
	width: 96px;
	height: 32px;
	background: url('/includes/css/img/participate_off.gif') no-repeat center;	
}
#nav-main-participate:hover {
	background: url('/includes/css/img/participate_on.gif') no-repeat center;	
}
.row .main-content {
	margin-top: 10px;	
	padding: 5px;
	background: #fff;
	width: 990px;
}
.sections li {
	list-style: none;
}
#footer-links {
	border: dotted 1px black;
	border-width: 1px 0 1px 0;
	overflow: hidden;
	margin: 0 10px;
}
#footer-links li {
	float: left;
	list-style: none;
	line-height: 50px;
	vertical-align: middle;
}
#footer-links .link {
	text-decoration: none;
	color: #60B63B;
	font-size: 1em;
}
#footer-links .link:after {
	content: '|';
	padding: 10px;
	color: #000;
}
#footer-links .last:after {
	content: '';
}
#footer-links .sponsor {
	font-size: 13px;
	font-weight: bold;
	color: #666;
}
#copyright {
	margin: 10px 0;
	text-align: center;
	font-size: 0.8em;
	color: #000;
}
#footer-border {
	height: 1px;
	border-bottom: 1px solid black;
	margin: 0 10px;
}
