/*
/////////////////////////////////////////////////////////////////////////

	Anything wider than 1800px
	
/////////////////////////////////////////////////////////////////////////
*/

/* ---------------------------------------------------------------------- 
  x  Layout (comments float alongside article)
---------------------------------------------------------------------- */

div.sidebartabs { 
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}

/*
article.post {
	float: left;
	width: 60%;
	border-right: 1px solid rgba(0,0,0,0.1);
}

section.comments {
	float: left;
	padding-top: 0;
	padding-left: 4.5%;
}

*/

article ul.past-posters {
    width:  80%;
}
