
body {
	color: #666;
	background: #D6DFED url("../img/background.jpg") top repeat-x;
	padding-bottom: 50px;
}

header {
	display: block;
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

#banner {
	text-align: center;
	margin-bottom: 10px;
}

#banner img { display: inline; }

header h1 {
	margin: 0 0 0 10px;
	float: left;
	display: inline;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

header h1 a {
	display: block;
	width: 345px;
	height: 165px;
	background: url("../img/nonsociety.png");
	margin: 0 0 10px -25px;
	overflow: hidden;
	text-indent: -999em;
}

#about {
	float: right;
	background: #CFE7F1 url("../img/about-bg.png") right repeat-y;
	margin-top: 15px;
}

#about .description {
	float: left;
	display: inline;
	width: 375px;
	color: #025378;
}

#about .description p {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 1.6em;
	line-height: 1.4;
	padding: 20px 15px;
	margin: 0;
}

#subscribe {
	float: left;
	display: inline;
	width: 215px;
	overflow: hidden;
	padding: 20px 0;
}

#subscribe h3 {
	text-align: left;
	background: url("../img/headings.png") 0 -40px no-repeat;
	width: 130px;
	height: 20px;
	overflow: hidden;
	text-indent: -999em;
	margin: 0 auto;
}

#subscribe p {
	text-align: center;
	color: #C7E5F0;
	margin-bottom: 5px;
}

#subscribe .empty { color: #999; }

#subscribe .field {
	width: 170px;
	height: 20px;
	border: none;
	background: url("../img/field.png") 0 1px no-repeat;
	padding: 5px 8px 0 8px;
	margin: 0 0 5px 20px;
}

#subscribe label { display: none !important; }

input.button {
	margin: 0;
	padding: 0;
	border: none;
}

#subscribe .button {
	display: block;
	margin: 0 auto;
}

header nav {
	display: block;
	clear: both;
	overflow: hidden;
	background: url("../img/header-bg.png") repeat-x;
	font-family: Helvetica, Arial, Sans-serif;
	padding: 0 20px;
}

header nav li {
	float: left;
	display: inline;
	font-size: 1.4em;
	line-height: 1;
	padding: 10px 0;
}

header nav .divider {
	color: #71BFD8;
	padding: 0 10px;
}

header nav li.last { margin-right: 0; }

header nav li a:link,
header nav li a:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

header nav li a:hover {
	color: #71BFD8;
}

header nav li.selected a,
header nav li.selected a:hover {
	color: #71BFD8;
}

#main {
	display: block;
	clear: both;
	background: #fff;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 10px solid #00789D;
}


/* SIDEBAR */

aside {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 450px;
}

.vid-description {
	margin: 0 25px 0 30px;
	overflow: hidden;
}

.vid-description p {
	margin: 0 0 10px 0;
	color: #999;
	font-size: 1.2em;
	font-family: Helvetica, Arial, Sans-serif;
}

#buttons {
	width: 420px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-left: 15px;
	margin-top: 20px;
}

#buttons a {
	float: left;
	display: inline;
	width: 200px;
	height: 105px;
	background: #D6E9F2;
}

#buttons a:hover {
	background: #B3D7E6;
}

#buttons a strong {
	display: block;
	width: 200px;
	height: 65px;
	background: url("../img/section-buttons.png") no-repeat;
	overflow: hidden;
	text-indent: -999em;
}

#buttons .best-of strong {
	margin-top: 22px;
}

#buttons .obsessed-with {
	float: right;
}

#buttons .obsessed-with strong {
	background-position: -200px 0;
	margin-top: 22px;
}

/* CONTENT */

section {
	float: right;
	width: 440px;
	margin-right: 30px;
	overflow: hidden;
}

section h2.replace {
	background: url("../img/headings.png") no-repeat;
	overflow: hidden;
	text-indent: -999em;
	height: 20px;
	margin: 20px 0 5px 10px;
}

section h2.guest-contributors { background-position: 0px -20px; }

.contributors li {
	background: url("../img/divider.png") right top no-repeat;
	padding: 10px 0 20px 0;
	overflow: hidden;
}

.avatar {
	float: left;
	width: 104px;
	height: 104px;
	background: url("../img/avatar-frame.png") no-repeat;
	overflow: hidden;
}

.avatar img {
	display: block;
	margin: 20px 0 0 20px;
}

.contributors .content {
	width: 325px;
	float: right;
}

.contributors li p {
	font-size: 1em;
	font-family: Helvetica, Arial, Sans-serif;
	margin-bottom: 10px;
}

.contributors h3 {
	color: #1F6C97;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 12px 0 2px 0;
	font-size: 1.5em;
	line-height: 1.2;
}

.contributors h3 a, .contributors h3 a:visited {
	color: #1F6C97;
	text-decoration: none;
}

.contributors h3 span {
	color: #999;
	font-size: 0.778em;
	font-weight: normal;
	white-space: nowrap;
}

.contributors h3 span em {
	color: #ccc;
	padding: 0 3px;
}

.contributors .meta {
	margin-bottom: 0;
}

.contributors p a, .contributors p a:link {
	color: #79A7C1;
}

.contributors .meta a, .contributors .meta a:visited {
	text-decoration: none;
	font-size: 1.167em;
	padding: 5px 0 0 20px;
	line-height: 1;
}

.contributors p a:hover { color: #1F6C97; }

.contributors p a.link {
	background: url("../img/icon-link.png") left bottom no-repeat;
	margin-right: 15px;
}

.contributors p a.video {
	background: url("../img/icon-tv.png") left bottom no-repeat;
	padding-left: 19px;
}

.nominate {
	margin-left: 5px;
	margin-right: 10px;
}

.nominate .content { width: 320px; }

.nominate li { background: none; }

.nominate li p {
	font-size: 1.167em;
	color: #999;
}

.frame {
	width: 450px;
	background: url("http://static.tumblr.com/gpln05e/wM4kpfnwu/frame-bg.png") 0 0 repeat-y;
	overflow: hidden;
}

.frame .frame-content, .plain-frame {
	padding-left: 25px;
}

.frame .frame-header {
	height: 20px;
	background: url("http://static.tumblr.com/gpln05e/1Bdkpfnxk/frame-head.png") no-repeat;
}

.frame .frame-footer {
	height: 25px;
	background: url("http://static.tumblr.com/gpln05e/JA1kpfnx7/frame-foot.png") no-repeat;
}

article .content {
	padding: 0 25px;
	overflow: hidden;
}

article .content h1 {
	font-size: 2em;
}

article .content p,
article .content li,
article .content td,
article .content blockquote {
	font-size: 1.4em;
}

article .content blockquote p,
article .content blockquote cite,
article .content blockquote li,
article .content blockquote td,
article .content blockquote blockquote {
	font-size: 1em;
}

.image-test {
	width: 400px;
	height: 300px;
	background: #ccc;
}

.page {
	padding: 50px;
}

.page p {
	font-size: 18px;
	text-align: center;
	font-family: Helvetica, Arial, Sans-serif;
}

.copyright {
	text-align: center;
	color: #00789D;
	padding-top: 10px;
}
