
body {
	color: #666;
	background: #fff url("../img/page-bg.jpg") top repeat-x;
}

header {
	display: block;
	height: 152px;
	position: relative;
	min-width: 1010px;
}

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: 205px;
	background: #444;
	height: 90px;
	background-image: url("../img/nonsociety.png");
	background-color: #666;
	margin-bottom: 20px;
	overflow: hidden;
	text-indent: -999em;
}

header h1 strong a {
	display: block;
	width: 255px;
	height: auto;
	background: none;
	text-indent: 0;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
	margin-bottom: 0;
}

header h1 em { 
	display: block;
	width: 255px;
	text-align: center;
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
	padding-top: 3px;
	color: #999;
}

header nav {
	display: block;
	overflow: hidden;
	float: left;
	margin-top: 112px;
	margin-left: 4px;
}

header nav li {
	float: left;
	display: inline;
	font-size: 1.6em;
	margin-right: 6px;
}

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

header nav li a:link,
header nav li a:visited {
	display: block;
	height: 40px;
	width: 100px;
	background-image: url("../img/tab.png");
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 43px;
	color: #aaa;
	overflow: hidden;
}

header nav li a:hover {
	background-position: -100px 0;
	color: #666;
}

header nav li.selected a,
header nav li.selected a:hover {
	background-position: -100px 0;
	color: #666;
}


#banner {
	position: absolute;
	top: 12px;
	left: 273px;
}


/* SIDEBAR */

aside {
	float: left;
	display: inline;
	width: 275px;
	padding-top: 40px;
	margin-bottom: 20px;
	background: url("../img/my-lifecast.png") center 12px no-repeat;
	overflow: hidden;
}

aside nav {
	display: block;
	width: 226px;
	height: 126px;
	background: url("../img/connect-bg.png") no-repeat;
	overflow: hidden;
	margin: 0 auto 15px auto;
}

aside nav h3 {
	margin: 2px 0 0 0;
	height: 21px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

aside nav ul {
	overflow: hidden;
}

aside nav li {
	float: left;
	width: 113px;
	height: 25px;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #ccc;
}

aside nav li a,
aside nav li span {
	text-decoration: none;
	line-height: 28px;
	padding: 1px 0;
}

aside nav li a.rss {
	background: url("../img/rss.png") left 0 no-repeat;
	padding: 1px 0 1px 15px;
}

#avatar {
	width: 188px;
	height: 178px;
	background: url("../img/avatar-frame.jpg") no-repeat;
	margin: 0 auto;
	overflow: hidden;
}

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

aside blockquote {
	width: 226px;
	margin: 0 auto;
	border-left: none;
}

aside blockquote p {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: center;
}

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

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

#search-lifecast {
	overflow: hidden;
	margin: 0 auto 20px auto;
	width: 226px;
}

#search-lifecast .field {
	float: left;
	display: inline;
}

#search-lifecast .empty { color: #999; }

#search-lifecast .button {
	float: right;
}

#subscribe {
	overflow: hidden;
	margin: 0 auto 15px auto;
	width: 240px;
	padding: 0;
	position: relative;
}

#subscribe .field {
	float: left;
	margin: 0;
}

#subscribe .empty { color: #999; }

#subscribe .button {
	float: right;
}

a.button {
	display: block;
	width: 89px;
	height: 25px;
	overflow: hidden;
	text-indent: -999em;
	text-decoration: none;
}

a.btn-archive { background: url("../img/btn-archive.png") no-repeat; }
a.btn-shuffle { background: url("../img/btn-shuffle.png") no-repeat; }

.tumblr-buttons {
	overflow: hidden;
	width: 195px;
	margin: 0 auto 15px auto;
}

.tumblr-buttons a.button {
	float: left;
	display: inline;
}

.tumblr-buttons a.btn-shuffle {
	float: right;
}

#twitter {
	width: 195px;
	overflow: hidden;
	margin: 0 auto;
	clear: both;
	position: relative;
}

.tweet {
	width: 195px;
	margin: 0 auto 5px auto;
	background: url("../img/twitter-bg-head.png") no-repeat;
	position: relative;
}

.tweet-content {
	margin: 0 25px;
	padding-top: 25px;
	min-height: 130px;
}

.tweet-content h5 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 18px;
	margin: 0 20px 0.5em 0;
}

.twitter-about {
	display: block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: -999em;
	background-image: url("../img/twitter-about.png");
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1000;
}

.tweet-footer {
	height: 24px;
	background: url("../img/twitter-bg-foot.png") no-repeat;
}

.twitter-follow {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.2;
}

.twitter-follow a {
	text-decoration: none;
}

.about-twitter {
	position: absolute;
	top: 25px;
	left: 25px;
	background: #fff;
	width: 145px;
	min-height: 130px;
	display: none;
}

p.copyright {
	text-align: center;
	margin-top: 2em;
	color: #ccc;
}

section {
	display: block;
	border-top: 1px solid #fff;
	width: 5800px;
}


/* CONTENT */

#main {
	position: relative;
	margin-left: 300px;
	padding-top: 1px;
}

#follow, #pagetype, #pagetype2 {
	position: absolute;
	height: 40px;
	top: 0;
}

#follow p, #pagetype p, #pagetype2 p {
	margin: 0;
	font-size: 1.4em;
	line-height: 1;
	padding: 13px 0 0 17px;
}

#pagetype p, #pagetype2 p {
	padding-left: 0;
}

#follow p {
	background: url("../img/icon-asterisk.png") 0 9px no-repeat;
	color: #999;
}

#follow strong { font-weight: normal; }

#content {
	background: url("../img/dots.png") 0 0 repeat-x;
	overflow: hidden;
	margin-top: 39px;
}

article {
	display: block;
	overflow: hidden;
	float: left;
	display: inline;
	width: 450px;
	margin-right: 30px;
	margin-bottom: 20px;
}

article .meta {
	overflow: hidden;
	padding-top: 1px;
	color: #999;
	margin: 0 0 30px 15px;
}

article .post-video .frame,
article .post-image .frame {
	margin-top: -10px;
}

article .date {
	height: 30px;
	background: url("../img/date-bg.png") no-repeat;
	line-height: 30px;
	font-size: 1.2em;
	padding-left: 10px;
	float: left;
}

article .date span {
	display: block;
	background: url("../img/date-bg.png") right no-repeat;
	padding-right: 10px;
}

article .date em {
	font-style: normal;
	padding-left: 3px;
}

article .dsq-comment-count,
article .dsq-comment-count:visited { color: #999; text-decoration: none; }
article .dsq-comment-count:hover { color: #333; }

article .meta .permalink a {
	float: right;
	width: 18px;
	height: 18px;
	background: url("../img/permalink.png") no-repeat;
	overflow: hidden;
	text-indent: -999em;
	margin-top: 8px;
	margin-right: 15px;
}

article .meta .permalink a:hover {
	background-position: 0 -18px;
}

.frame {
	float: left;
	background: url("../img/frame-bg.png") 0 0 repeat-y;
	overflow: hidden;
	margin-bottom: 1em;
}

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

.frame .frame-content {
	background: url("../img/frame-bg.png") right repeat-y;
}

.frame .frame-header {
	background: url("../img/frame-head.png") right top no-repeat;
}

.frame .frame-header span {
	display: block;
	height: 20px;
	width: 20px;
	background: url("../img/frame-head.png") left top no-repeat;
}

.frame .frame-footer {
	background: url("../img/frame-foot.png") right bottom no-repeat;
}

.frame .frame-footer span {
	display: block;
	height: 25px;
	width: 20px;
	background: url("../img/frame-foot.png") left bottom no-repeat;
}

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

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;
}

article .post-quote blockquote {
	background: url("../img/quotes.png") top no-repeat;
	border-left: none;
	padding: 0 50px;
	margin-bottom: 2em;
}

article .post-quote blockquote p,
article .post-quote blockquote li {
	font-size: 2em;
}

article .post-quote blockquote cite {
	font-size: 1.8em;
	color: #999;
	font-weight: normal;
}

article .post-quote .content blockquote {
	background: none;
	margin: 1em 0;
	padding: 0.5em 1.5em;
	border-left: 3px solid #eee;
}

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

.dialog {
	display: block;
	margin-bottom: 2em;
	overflow: hidden;
}

.dialog dt {
	font-weight: bold;
	float: left;
	clear: both;
	font-size: 1.4em;
	margin-right: 0.5em;
}

.dialog dd {
	font-size: 1.4em;
}

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

p.comment-count {
	padding: 0 25px; margin-top: 1.5em;
	font-size: 1.4em;
}
p.comment-count a {
	padding: 2px 0 2px 22px;
	background: url("../img/icon-comments.png") left no-repeat;
}

/* For tool-tips on links */
.tipsy { padding: 5px; font-size: 1.1em; background-repeat: no-repeat; white-space: nowrap; }
.tipsy-inner { padding: 7px 8px; background-color: #999; color: white; max-width: 200px; text-align: center; line-height: 1.2; }
.tipsy-south { background-image: url("../img/tipsy-south.gif"); background-position: bottom center; }
.tipsy-east { background-image: url("../img/tipsy-east.gif"); background-position: right center; }


/* ADS AND PAGINATION */

#extra {
	overflow: hidden;
	float: left;
	display: inline;
	padding-top: 60px;
}

.pagination {
	width: 89px;
	float: left;
	display: inline;
	overflow: hidden;
	margin-right: 80px;
}

.pagination a {
	display: block;
	width: 89px;
	height: 25px;
	background: url("../img/btn-pagination.png") no-repeat;
	overflow: hidden;
	text-indent: -999em;
	margin-bottom: 25px;
}

.pagination a.later {
	background-position: 0 -25px;
}

.nonsociety-ad {
	width: 415px;
	float: left;
	display: inline;
}


.disqus_block { padding: 0 25px; }

/* NS POSTS */
article.ns-post {
	border: 2px solid #999;
	margin-top: 5px;
	margin-right: 26px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	position: relative;
	padding-bottom: 65px;
}

.ns-small {
	display: block;
	background: url("../img/ns-small.png") no-repeat;
	width: 182px;
	height: 42px;
	overflow: hidden;
	text-indent: -999em;
	position: absolute;
	bottom: 10px;
	left: 138px;
}
