@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #c0c0c0;
	background-color: #000;
	background-image:url('img/bg.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: center bottom; 
	margin:0;
}

p {
	margin-top:0em;
	margin-bottom:0.5em;
}

a:link {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid;
}
a:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid;
}
a:hover {
	color: #fff;
	border-bottom: none;
}

a.navLink:link {
	text-decoration: none;
	color: #fff;
	border-bottom: none;
}
a.navLink:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: none;
}
a.navLink:hover {
	color: #fff;
	border-bottom: 1px solid;
}

a.sponsors:link {
	text-decoration: none;
	color: #585858;
	border-bottom: none;
}
a.sponsors:visited {
	text-decoration: none;
	color: #585858;
	border-bottom: none;
}
a.sponsors:hover {
	color: #fff;
	border-bottom: none;
}

#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
}

.sidebar {
	width: 220px;
	margin-right: 30px;
	float:left;
}

#content {
	width: 710px;
	float:left;
}

.col-1 {
	float:left;
	width: 340px;
	margin-right: 30px;
}

.col-2 {
	float:left;
	width: 340px;
	margin-right: none;
}

.nav-wrapper {
	width:100%;
	height: 80px;
	background: #000;
	position: fixed;
	margin:0;
	border-top: 1px solid #000;
}

.nav {
	width: 960px;
	left: 50%;
	margin: 35px 0 0 -480px;
	height:40px;
	position: fixed;
}

.nav li {
	display: inline;
	list-style-type: none;
}

.navItem {
	margin-right: 35px;
}

.right {
	float: right;
	margin-right: none;
}

.section {
	width: 710px;
	border-top: 1px solid #000;
}

.bar {
	margin-top: 80px;
	border-top: 10px solid #fff;
	padding-top: 35px;
}

.title {
	margin-bottom: 30px;
}

.sidebar ul {
	padding: 0;
	list-style-type: none;
	font-weight: normal;
	margin-bottom: 2em;
	color: #fff;
}

li.header {
	font-weight: bold;
	margin-bottom: .5em;
}

.desc {
	color: #959595;
	font-style: italic;
}

.subtext {
	color: #c0c0c0;
}

.subtext a:link {
	color: #c0c0c0;
	text-decoration: none;
	border-bottom: none;
}

.subtext a:visited {
	color: #c0c0c0;
	text-decoration: none;
	border-bottom: none;
}

.subtext a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.backtalk {
	float: left;
	width: 250px;
//	margin-top: 30px;
}

.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.row {
	margin-bottom: 30px;
}

#footer {
	float:left;
	width: 960px;
	border-top: 1px solid #fff;
	margin: 60px 0 50px 0;
	padding-top: 15px;
	font-weight: normal;
}

.vspace {
	height: 395px;
}

.thumb img {
	width: 340px;
}

#reuse { margin-top: 310px; }
#recycle { margin-top: 300px; }
#press { margin-top: 300px; }