/*
YUI 3.10.1 (build 8bc088e)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


/* GENERAL */

	html{
		background: #1f1a21;
	}

	body{
		/*margin: 0 35px 35px;*/
		font-family: helvetica,sans-serif;
		font-size: 14px;
		line-height: 21px;
		color: #333;
	}

	a{
		color: crimson;
		text-decoration: none;
	}

	/*.page-posts a:visited,
	.page-members a:visited,
	.more-from a:visited,
	.up-next a:visited{
		color: #aaa;
	}*/

	a:hover{
		text-decoration: underline;
	}

	.page-frame{
		width: 600px;
		margin: 20px 35px 35px 35px;
		position: relative;
	}

	.nav-wrap{
		background: #e6eae8;
		border-bottom: 1px solid crimson;
		border-top: 2px solid #bbb;
		padding-bottom: 10px;
	}

	.nav{
		width: 600px;
		margin-left: 35px;
	}

	h1{
		padding: 50px 0 0px;
		font-size: 25px;
		line-height: 14px;
		font-weight: bold;
		display: inline-block;
	}

	h1 a{
		color: #1f1a21;
	}

	h1 a:hover{
		/*color: crimson;*/
		text-decoration: none;
	}

	h1 a:hover span,
	.all h1 a span{
		text-decoration: underline;
	}

	h1 span{
		color: crimson;
	}

	.nav-items{
		display: block;
		line-height: 25px;
	}

	.nav-items a{
		text-align: right;
		display: inline-block;
		margin-right: 12px;
		font-weight: bold;
	}

	.nav-dates{
		margin-left: 10px;
		display: inline-block;
		font-size: 13px;
		color: #1f1a21;
	}

	.posts a.posts,
	.members a.members,
	.about a.about{
		text-decoration: underline;
	}

/* CONTRIBUTION HEADER */

	.contribution-header{
		padding-bottom: 21px;
		/*max-width: 320px;*/
	}

	.contribution-title{
		font-size: 17px;
		line-height: 25px;
		font-weight: bold;
		color: #e6eae8;
		text-shadow: 1px 1px 1px #000;
		-webkit-font-smoothing: antialiased;
		text-transform: capitalize;
	}

	.contribution-title > a{
		color: #e6eae8;
	}

	.contribution-info{
		color: #aaa;
		font-size: 13px;
	}

	.contribution-author{
		display: inline-block;
		margin-right: 4px;
	}

	.contribution-author{
		color: crimson;
	}

/* CONTRIBUTION NAV */

	.post-nav{
		position: absolute;
		top: -1px;
		right: -12px;
		width: 80px;
	}

	.prev, .next{
		width: 34px;
		height: 25px;
		position: relative;
		float: right;
	}

	.prev:hover, .next:hover{
		cursor: pointer;
	}

	.prev:before, .next:before{
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -12px 0 0 -7px;
		width: 0px;
		height: 0px;
	}

	.prev:before{
		border-style: solid;
		border-width: 12px 14px 12px 0;
		border-color: transparent crimson transparent transparent;
	}

	.next:before{
		border-style: solid;
		border-width: 12px 0 12px 14px;
		border-color: transparent transparent transparent crimson;
	}

	.prev:hover:before{
		border-color: transparent #e6eae8 transparent transparent;
	}

	.next:hover:before{
		border-color: transparent transparent transparent #e6eae8;
	}

	.up-next{
		margin-bottom: 10px;
	}

	.up-next a,
	.more-from a{
		color: #e6eae8;
		display: inline-block;
		position: relative;
		margin-left: 6px;
		text-transform: capitalize;
	}

	.up-next a:before,
	.more-from a:before{
		content: "\2022";
		display: block;
		position: absolute;
		left: -8px;
	}

	.up-next-title,
	.more-from span{
		display: block;
		color: #aaa;
		font-size: 13px;
		line-height: 25px;
		margin-right: 3px;
	}

/* CONTRIBUTION BODY */

	.page-post .contribution-header{
		/* make room for nav */
		margin-right: 80px;
	}

	.contribution-body{
		border: 1px solid #000;
		margin: 0 0 2px;
		padding: 35px;
		background: #e6eae8;
		overflow: hidden;
		margin-bottom: 21px;
	}

	.page-all .contribution-body{
		margin-bottom: 70px;
	}

	.contribution-body *::selection {
		background: crimson;
		color: #e6eae8;
	}
	
	.contribution-body *::-moz-selection {
		background: crimson;
		color: #e6eae8;
	}

	.contribution-body a{
		color: crimson;
	}

	.contribution-body p{
		margin-bottom: 21px;
	}

	.post-image-wrap{
		border-top: 1px solid crimson;
		padding: 15px 0;
		margin: 15px 0;
	}

	.post-image-wrap img{
		max-width: 100%;
	}

	h6.post-asset, .video {
		border-top: 1px solid crimson;
		padding: 15px 0;
		margin: 15px 0;
		max-width: 100%;
	}

	.post-asset{
		overflow: hidden;
		text-overflow: ellipsis;
	}

/* Author list */

	.author-list-wrap{
		overflow: hidden;
		margin-bottom: 21px;
	}

	.author-title{
		float: left;
		font-size: 17px;
		line-height: 25px;
		font-weight: bold;
		color: #e6eae8;
		text-shadow: 1px 1px 1px #000;
		-webkit-font-smoothing: antialiased;
	}

	.note{
		display: block;
		text-shadow: none;
		font-size: 13px;
		color: #aaa;
	}

	.author-list{
		margin-left: 85px;
	}

	.author-item{
		line-height: 25px;
	}

	.author-name{
		font-size: 17px;
		text-transform: capitalize;
		color: crimson;
	}

	.author-posts{
		margin-left: 25px;
	}

	.author-post-link{
		display: block;
		color: #e6eae8;
		position: relative;
	}

	.author-post-link:before{
		content: "\2022";
		display: block;
		position: absolute;
		left: -8px;
	}


/* About Page */

	.context{
		color: #aaa;
		line-height: 24px;
		margin-bottom: 21px;
	}

	.context p{
		text-indent: 25px;
	}

	.context p:first-child{
		text-indent: 0px;
		margin-bottom: 10px;
	}

	.first.context p{
		text-indent: 0px;
		margin-bottom: 10px;
	}

	p.signoff{
		margin-top: 10px;
		text-indent: 0;
	}

	.signoff span{
		display: block;
	}

	.original-info em{
		font-weight: bold;
		color: #1f1a21;
	}

	.original-info p{
		margin-bottom: 12px;
	}


/* Responsive */

	@media all and (min-width: 670px){
	  .small.video{
	  	display: none;
	  }
	}

	@media all and (max-width: 670px){

		.nav-dates{
			display: none;
		}

		.page-frame{
			margin: 20px 15px 15px 15px;
			width: auto;
		}

		.author-title{
			float: none;
		}

		.author-list{
			margin-left: 15px;
			margin-top: 10px;
		}

		.nav{
			margin-left: 15px;
			width: auto;
		}

		h1{
			display: block;
			padding: 50px 0 10px;
		}

		.nav-items{
			display: block;
		}

		.nav-wrap{
			padding-bottom: 0px;
		}

		.nav-items a{
			margin-left: 0;
			margin-right: 15px;
			margin-bottom: 10px;
		}

		.post-nav{
			right: -12px;
		}

		.contribution-body{
			padding: 15px;
		}

	  .big.video{
	  	display: none;
	  }
	}

