@font-face {
	font-family: 'CharisSILRegular';
	src: url('CharisSILR-webfont.eot');
	src: local('☺'), url('CharisSILR-webfont.woff') format('woff'), url('CharisSILR-webfont.ttf') format('truetype'), url('CharisSILR-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CharisSILItalic';
	src: url('CharisSILI-webfont.eot');
	src: local('☺'), url('CharisSILI-webfont.woff') format('woff'), url('CharisSILI-webfont.ttf') format('truetype'), url('CharisSILI-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CharisSILBold';
	src: url('CharisSILB-webfont.eot');
	src: local('☺'), url('CharisSILB-webfont.woff') format('woff'), url('CharisSILB-webfont.ttf') format('truetype'), url('CharisSILB-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CharisSILBoldItalic';
	src: url('CharisSILBI-webfont.eot');
	src: local('☺'), url('CharisSILBI-webfont.woff') format('woff'), url('CharisSILBI-webfont.ttf') format('truetype'), url('CharisSILBI-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SilkscreenNormal';
	src: url('slkscr-webfont.eot');
	src: local('Silkscreen'), local('Silkscreen'), url('slkscr-webfont.woff') format('woff'), url('slkscr-webfont.ttf') format('truetype'), url('slkscr-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSans500';
	src: url('museosans_500-webfont.eot');
	src: local('Museo Sans 500'), local('MuseoSans-500'), url('museosans_500-webfont.woff') format('woff'), url('museosans_500-webfont.ttf') format('truetype'), url('museosans_500-webfont.svg#webfont78aEWRXJ') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSlab500';
	src: url('museo_slab_500-webfont.eot');
	src: local('Museo Slab 500'), local('MuseoSlab-500'), url('museo_slab_500-webfont.woff') format('woff'), url('museo_slab_500-webfont.ttf') format('truetype'), url('museo_slab_500-webfont.svg#webfontBp2nPfTG') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSlab500Italic';
	src: url('museo_slab_500italic-webfont.eot');
	src: local('Museo Slab 500 Italic'), local('MuseoSlab-500Italic'), url('museo_slab_500italic-webfont.woff') format('woff'), url('museo_slab_500italic-webfont.ttf') format('truetype'), url('museo_slab_500italic-webfont.svg#webfontHrjSv9fi') format('svg');
	font-weight: normal;
	font-style: italic;
}

.alter	{
	background: #eee;
}

hr {
	margin: 15px 0;
	height: 0;
	clear: both;
	border-width: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}


div.site_warning	{
	background: #000;
	display: inline-block;
	padding: 5px 10px 6px;
	width: 930px;
	color: #fff;
	text-shadow: 0 -1px 1px #333;
	position: relative;
	margin: 0 0 20px;
	text-align: center;
	border-radius: 5px;
}



div.site_warning a	{
	font-weight: bold;
	color: #fff !important;
}

.news_sec	{
	background: #eee;
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.news_sec li	{
	font-size: 16px;
}

code, code pre {
 	border:1px dashed #ccc;
	border-right: none;
 	display:block;
 	overflow:visible;
  	padding:0 10px 20px;
  	white-space: pre;
	margin-bottom: 20px;
}

span.code	{
	font:1em 'andale mono', 'lucida console', monospace;
}

.right	{
	text-align: right;
}

.center	{
	text-align: center;
}

img.avatar	{
	vertical-align: -2px;
	border-radius: 3px;
}

div.screenshot img	{
	max-width: 100%;
}

.other	{
	background: #ffe;
}

.h1_size	{
	font-size:36px;line-height:1;
}

.h2_size	{
	font-size:26px;margin-bottom:15px; line-height: 1.2em;
	color: #ccc;
}

/**********
* General
**********/

.museo_slab	{
	font-family: 'MuseoSlab500', 'Helvetica Neue', Arial, sans-serif;
}

span.act_count	{
	width: 70px;
	text-align: center;
}

.meta	{
	border-bottom: 1px solid #eee;
	font-size: 18px;
	margin: -15px 0 20px;
	padding-bottom: 5px;
}

.meta img.avatar	{
	width: 24px;
	vertical-align: -5px;
}

div#site_section	{
	font-size: 16px;
	margin-bottom: 10px;
}

div.button a, button	{
	display: inline-block;
	color: #fff;
	background: #c00;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: none;
	padding: 6px 10px 5px;
	font-family: 'helvetica neue', arial, verdana, sans-serif;
	cursor: pointer;
	position: relative;
	-webkit-transition: color 0.5s ease-out; -moz-transition: color 0.5s ease-out;
}

div.button a:hover, button:hover	{
	background: #666;
	-webkit-transition: color 0.5s ease-out; -moz-transition: color 0.5s ease-out;
}

button	{
	font-size: 14px;
}

div.dark_button a	{
	background-color: #000;
}

button	{
	display: block;
}

ul#sideNav	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#sideNav li	{
	padding: 4px 0;
	border-bottom: 1px solid #eee;
}

ul#sideNav li.last	{
	border-bottom: none;
}

/****************************
* Header
****************************/

#header	{
	position: fixed;
	top: 0;
	right: 0;
	width: 398px;
	z-index: 1;
	visibility: hidden;
}


/******************
* Logo
******************/
div#siteName	{
	text-align: center;
	margin-top: 30px;
}

div#siteNameSmall	{
	margin: 20px 0;
}

div#siteName a:hover, div#siteNameSmall a:hover	{
	background: #ff0;
}

a#logo:hover	{
	background: #c00;
}

p#tagline	{
	text-align: center;
	margin: 20px 0;
	font-size: 22px;
	font-family: 'MuseoSans500', 'Helvetica Neue', Arial, Verdana, sans-serif;
}

/*******************************
* Site Nav
*******************************/

#topbarbox	{
	width: 950px;
	float: left;
	background: #fff;
}

#topbarbox.fixed	{
	position: fixed;
	top: 0;
	margin-bottom: 20px;
}

ul#siteNavTop	{
	padding: 5px 0;
	margin: 0 0 20px;
	list-style-type: none;
	float: left;
	width: 100%;
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
	z-index: 3;
	background: #fff;
}

ul#siteNavTop li	{
	float: left;
	width: 104px;
	margin: 0;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #ccc;
}

ul#siteNavTop li.last	{
	border-right: none;
}

ul#siteNavTop li a	{
	padding: 5px 0;
	display: block;
	color: #444;
}


ul#siteNavTop li a.current, ul#siteNavTop li a:hover	{
	color: #c00;
}

/******************
* User box 
******************/
div#logBox	{
	padding: 10px 0;
	text-align: center;
	border-bottom: 3px double #ccc;
}

div#logBox span.login	{
	float: left;
	font-size: 36px;
}

div#logBox div#google-login	{
}

div#loginButtons	{
	font-size: 18px;
}

div#overlay_content	{
	padding: 20px;
	background: #ffe;
	float: left;
	border-radius: 15px;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#fff;
	
	width:795px;
	padding: 20px;	
	min-height:200px;
	border-bottom:1px solid #ccc;
	border-radius: 15px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 5px 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url('http://s3.amazonaws.com/drawar/assets/icons/close');
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/************
* Page Header
***************/

#page_header	{
	float: left; 
	width: 470px;
	margin: 10px 0 0 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0;
	height: 112px;
}

#page_header p	{
	font-size: 14px;
	line-height: 24px;
	margin: 4px 0;
	font-family: georgia, times, serif;
	font-style: italic;
	color: #777;
}

/************
* Ads
*************/


.ad_image	{
	text-align: center;
	margin: 0 auto 10px;
}

p.ad_text 	{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

p.ad_text a	{
	color: #555;
}

p.ad_text a:hover	{
	color: #c00;
}

/****************************
* Sidebar
****************************/

#sidebarbox	{
	position: absolute;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 130px;
	padding: 10px;
	z-index: 2;
	background: #fff;
}

.sidebox div	{
	border-bottom: 1px dotted #ccc;
	padding: 4px 0;
}

.sidebox div.last	{
	border-bottom: none;
}

#sidebarbox.fixed	{
	position: fixed;
	top: 60px;
}

/******************************
* footer
******************************/

#footer	{
	padding-top: 20px;
	margin-top: 220px;
	color: #777;
}




/****************************
* Ad page
****************************/

.adpage	{
	font-size: 22px;
}

/*****************************
* Gallery Single Page
*****************************/

.gallery h1 span	{
	margin: 5px 0 0;
}

span.bigGal img {
    max-width: 100%;
    background: #fff;
	padding: 0;
	margin-bottom: 20px;
}

ul.tags {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
}

ul.tags li  {
    float: left;
    margin: 5px 5px 10px 0;
}

ul.tags li.para	{
	font-size: 20px;
}

 ul.tags li a {
	background: #000;
	color: #fff;
	padding: 5px 10px 4px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-size: 12px;
}

ul.tags li a:hover {
    background: #c00;
    color: #fff;
	border-color: #c00;
}

ul.gallery_small, ul#gallery_tiny    {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#gallery_tiny	{
	margin-bottom: 20px;
}
ul#gallery_tiny	li	{
	float: left;
	width: 180px;
	margin-right: 10px;
}

ul#gallery_tiny li.last	{
	margin-right: 0;
}

ul#gallery_tiny li img	{
	width: 180px;
}

ul.gallery_small li {
    float: left;
    margin-bottom: 30px;
    width: 360px;
}

ul.gallery_small li.first	{
	margin-left: 30px;
}

ul.gallery_small li span    {
    display: block;
    text-transform: uppercase;
    padding: 5px;
	width: 348px;
	font-size: 13px;
	letter-spacing: 1px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-top: -6px;
}

ul.gallery_small li span img	{
	vertical-align: -2px;
}

ul.gallery_small li img.item_image {
    width: 360px;
	height: 261px;
	margin: 0;
}

a.fave_it_big:hover	{
	color: #333 !important;
}

/*****************************
* Default article style
*****************************/

.post p, .post li	{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}

.post div.screenshot	{
	text-align: center;
}

.post div.screenshot img	{
	margin: 20px 0;
}

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

.post ul	{
	margin: 0 0 1em 2em;
	padding: 0;
}

.post li	{
	margin-bottom: 0.5em;
}

.post ul.tags	{
	padding: 0;
	margin: 0;
}

.post div.postDate	{
	color: #666;
	font-size: 1.4em;
	font-style: italic;
	margin-top: -0.5em;
}

.post .image	{
	border: 1px solid #ccc;
	padding: 3px;
}


.sidestuff p, .sidestuff li	{
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0;
	color: #777;
}

.sidestuff .screenshot	{
	margin: 5px 0;
}

.sidestuff .screenshot img	{
	padding: 1px;
	margin: 0;
}

/***********************
* Article Comments
************************/


.comment h4	{
	margin: 1.5em 0 0.5em;
	font-weight: normal;
}

.comment	{
	float: left;
	padding: 0 0 30px 0;
}

.comment li {
	margin: 2px 0;
	font-size: 14px;
}

.comment ul li br {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.comment ul {
	margin: 10 15px;
}

.comment blockquote p	{
	font-size: 14px;
	margin-top: 0;
}

.comment span.commentdate	{
	color: #999;
}


span.pulledquote {
	display: block;
	float: left;
	padding: 0px 10px 10px 0;
	margin: 10px 10px 10px;
	width: 170px;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.4em;
	text-align: right;
	color: #777;
	border-right: 1px solid #ccc;
}

.post q:before	{
	content:"\201C" attr(title) "\201D";
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	text-align:center;
	background:#333;
	color:#fff;
	display:block;
	float:left;
	width:7em;
	margin: 0.25em 1em 0.5em 0;
	padding:1em;
}

.sideitemright p, .sideitemright li, .sideitemleft p, .sideitemleft li, .sideitemright cite, .sideitemleft cite {
	font-size: 14px;
}

.sideitemright p, .sideitemleft p	{
	line-height: 20px;
}

.sideitemright {
	float: right;
	width: 40%;
	margin: 0 0 20px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #333;
	background: #eee;
}

.sideitemleft {
	float: left;
	width: 40%;
	margin: 0 20px 20px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #333;
	background: #eee;
}

.sideitemright h3, .sideitemleft h3 {
	background: #333;
	color: #fff;
	padding: 6px 10px;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0;
}

.sideitemright ul, .sideitemright p, .sideitemleft ul, .sideitemleft p {
	padding: 0 10px;
}

.sideitemright ul, .sideitemleft ul {
	margin: 0 0 15px;
	list-style-type: none;
}

.sideitemright ul li, .sideitemleft ul li {
	margin-bottom: 6px;
}

.floatright	{
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
}

.floatleft	{
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

.caption	{
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
	background: #333;
	color: #fff;
}





/***********************************
* Links page
***********************************/
div.link_section	{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

div.link_section p	{
	border-left: 3px solid #ccc;
	background: #eee;
	padding: 1em;
}

div.link_section div.link_meta	{
	font-size: 14px;
}

div.link_section div.link_meta img.avatar	{
	width: 16px;
}

div.links h2 img.avatar	{
	width: 16px;
	border: none;
	padding: 0;
}
/*********************************
* Pagination
*********************************/

ul.pagination	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

ul.pagination li	{
	width: 30px;
	float: left;
	font-size: 12px;
	margin: 10px 10px 10px 0;
	text-align: center;
}

ul.pagination li a	{
	background: #333;
	padding: 1px 0;
	color: #fff;
	width: 30px;
	display: block;
}

ul.pagination li a.current, ul.pagination li a:hover	{
	background: #c00;
	color: #fff;
}

/**********************************
* Forms
***********************************/

div.site_warning #nickForm label, div.site_warning #nickForm input, div.site_warning #nickForm button	{
	display: inline;
}


/************************************************
* Article styles
************************************************/

.span-33	{
	width: 306px;
	margin-right: 10px;
	float: left;
}

.columns	{
		-webkit-column-width: 350px;
		-webkit-column-gap: 40px;
		-moz-column-width: 350px;
		-moz-column-gap: 40px;
		column-width: 350px;
		column-gap: 40px;
}


ul.uglyadslist	{
	padding: 0;
	margin: 0;
	list-style-type:none;
}

ul.uglyadslist li	{
	float: left;
}



ul.books	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.books li	{
	float: left;
}

ul.books li img	{
	padding: 3px;
	border: 1px solid #ccc;
}

h3.largecenter	{
	font-size: 38px;
	margin-top: 40px;
}

.span-24 p.large	{
	font-size: 32px;
	line-height: 44px;
	color: #000;
}

.span-24 p.large a	{
	background: #000;
	color: #ff0;
	padding: 2px 10px;
}

.span-24 p.large a:hover	{
	color: #fff;
}

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

.bestof h3	{
	margin-top: 50px 0 0;
	line-height: 0;
	font-size: 48px;
}

.bestoflist	{
	list-style-type: none;
	margin: 50px 0 30px;
	padding: 20px 0;
	text-align: center;
}

.bestoflist li	{
	display: inline;
}

.bestoflist li img	{
	width: 150px;
	height: 122px;
}

.bestoflist li img	{
	padding: 3px;
	border: 3px solid #fff;
}

.bestoflist li img.currentbestof	{
	border: 3px solid #c00;
}

/*********************
* Articles
*********************/
div.article_box	{
	height: 230px;
}

div.article_box p	{
	font-size: 14px;
	line-height: 20px;
}

div.article_box span.title	{
	font-size: 18px;
}

div.article_box span.article_meta	{
	display: block;
}

#fullarticles, #sidearticles	{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#sidearticles li	{
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
}

#fullarticles li	{
	font-size: 24px;
	line-height: 28px;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
}

#fullarticles li:hover	{
	background: #eee;
}

#fullarticles li span	{
	color: #999;
	display: block;
	font-size: 18px;
}

#fullarticles li a:hover	{
	color: #333;
}

div#recent_comments 	{
	margin-top: 30px;
}

div#recent_comments ul 	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#recent_comments ul li	{
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

div#recent_comments ul li img.avatar	{
	width: 16px;
	vertical-align: -2px;
}

/********************
* Dashboard Navigation
*********************/

ul#dash_nav {
    list-style-type:none;
    margin: 0 0 15px;
    padding: 0 0 3px;
	border-bottom: 3px solid #444;
}

ul#dash_nav li  {
    margin: 0 15px 0 0;
    padding: 0;
	display: inline;
}

ul#dash_nav li a    {
    border-bottom: 3px solid #666;
    padding: 0px 5px 2px;
	color: #666;
	text-transform: uppercase;
}

ul#dash_nav li a:hover, ul#dash_nav li a.current    {
    color: #000;
	border-bottom: 3px solid #000;
}

ul#dash_nav li a.current	{
	font-weight: bold;
}



/********************
* Dashboard Activity
********************/

#activityDashboard	{
	padding: 0;
	margin: 0;
}

.acDashItem	{
	padding: 10px 0;
	margin: 0 0 10px;
	font-size: 16px;
	border-bottom: 5px solid #ccc;
}

.acDashItem	 img.avatar	{
	float: left;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
}

.acDashItem span.agoDate	{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
}

.acDashItem	.extra_activity	{
	font-family: Georgia, 'Times New Roman', georgia, times, serif;
	line-height: 22px;
	margin-top: 15px;
}

.acDashItem	.extra_activity img	{
	max-width: 98%;
	padding: 3px;
	border: 1px solid #ccc;
}

/********************
* Dashboard Gallery
*********************/

ul.gallery_small_dashboard    {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.gallery_small_dashboard li {
    float: left;
    margin: 0 1px 15px 0;
    padding: 5px 4px;
    width: 200px;
	height: 150px;
}

ul.gallery_small_dashboard li span    {
    display: block;
    text-transform: uppercase;
    background: #333;
    padding: 10px 5px;
	width: 374px;
    color: #fff;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	margin: -8px 0 0;
	z-index: 1;
}

ul.gallery_small_dashboard li span a  {
    color: #fff;
}

ul.gallery_small_dashboard li span a:hover    {
	color: #c00;
}

ul.gallery_small_dashboard li img {
    width: 200px;
	margin: 0;
}

/************************
* Dashboard Discussions
************************/

ul.forumPostsDashboard	{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.forumPostsDashboard li	{
	padding: 6px 10px;
	border-bottom: 1px dotted #ccc;
	font-size: 13px;
	float: left;
	width: 770px;
}

ul.forumPostsDashboard li.other	{
	background: #ffe;
}

ul.forumPostsDashboard li img	{
	width: 14px;
}

ul.forumPostsDashboard li a:hover	{
	color: #333;
}

ul.forumPostsDashboard li.forumHeader	{
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	padding: 6px 10px 4px;
}

ul.forumPostsDashboard li span.postTitle, ul#forumCats li span.catTitle	{
	float: left;
	width: 465px;
	padding-right: 15px;
}

ul.forumPostsDashboard li span.authorTitle	{
	float: left;
	width: 190px;
}

ul.forumPostsDashboard li span.numPosts	{
	float: left;
	width: 50px;
}

ul.forumPostsDashboard li span.timeDiff	{
	color: #999;
}

/************************ 
* User Profile 
************************/

.user_profile ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.user_profile li	{
	margin-bottom: 8px;
	font-size: 14px;
}

.user_profile ul.avatar_list li img	{
	width: 16px;
	border-radius: 3px;
}
/***************************************
* Critiques
***************************************/

.critique_images	{
	float: left;
	padding: 0;
	margin: 0 0 10px 10px;
	width: 172px;
	border: 1px solid #ccc;
	padding: 3px;
}

.last_crit	{
	margin-left: 0;
}

span.crit_img	{
	height: 200px;
	width: 172px;
}

span.crit_img:hover	{

}

.critique_images span a.crit_image_link	{
	display: block;
}

.critique_images img.crit_image	{
	background: #fff url('checkerbg.gif');
	width: 172px;
}

span.crit_image_meta	{
	float: left;
	background: #fff;
	color: #999;
	border-top: none;
	padding: 2px 0;
}

span.crit_image_meta img	{
	border: none;
	background: none;
	width: 16px;
}


#crit_frame	{
	display: table;
	height: 400px;
	width: 750px;
	background: #fff url('checkerbg.gif');
}

#crit_image	{
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
}

#crit_image img	{
	max-width: 750px;
	margin-bottom: 40px;
}

.crit_meta	{

}

.crit_meta p	{
	font-size: 1em;
}

.crit_meta img.avatar	{
	vertical-align: -7px;
}

.crit_meta div.button	{
	margin-bottom: 15px;
}



.crit_meta p, .crit_meta li	{
	line-height: 18px;
	margin: 0 0 15px;
}

.crit_meta p.twenty_four	{
	font-size: 24px;
}

.crit_meta div#follow_up	{

}

.crit_meta div#follow_up img	{
	border: 1px solid #fff;
}

.crit_meta div#follow_up img:hover	{
	border: 1px solid #c00;
}


/***********************************
* Questions
***********************************/

div.question_q	{
	font-size: 18px;
	margin-bottom: 10px;
}

div.question_section	{
	border-bottom: 1px dotted #ccc;
	padding: 0 0 20px;
	margin-bottom: 20px;
}

div.question_meta	{
	font-size: 18px;
}

div.question_meta img.avatar	{
	vertical-align: -8px;
}

div.question_section div.question_meta	{
	font-size: 14px;
}

div.question_section div.question_meta img.avatar	{
	vertical-align: -2px;
	width: 16px;
	margin-right: 5px;
}

div.question_section ul.tags	{
	margin: 0;
}

div.question_section ul.tags a	{
	font-size: 10px;
	padding: 3px 5px;
	color: #ff0;
}

/*****************************
* Journal
*****************************/
div.journal_entry	{
	padding: 0 0 10px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #ccc;
}

div.journal_meta	{
	font-size: 12px;
	margin-top: 25px;
	color: #999;
}

div.journal_meta img.avatar	{
	width: 16px;
}

div.journal_meta span	{
	display: block;
	text-transform:uppercase;
	border-bottom: 1px dotted #ccc;
}

/**********************************
* Members 
**********************************/

.avatar_list 	{
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
}

.avatar_list li	{
	display: inline;
	margin-right: 4px;
	margin-bottom: 4px;
	height: 32px;
	width: 32px;
}

.avatar_list img	{
	border-radius: 3px;
}

/*******************************
* Home page
*******************************/

.home h2	{
	font-size: 18px;
	text-transform: uppercase;
	line-height: 24px;
	border-bottom: 1px dotted #aaa;
	margin: 0;
}

.home h2 a	{
	background: #c00;
	color: #fff;
	padding: 2px 4px;
}

.home h2 a:hover	{
	background: #fff;
	color: #c00;
}

.home ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.home img.avatar	{
	width: 16px;
	vertical-align: -3px;
}

/*****************************/
#articles_home	{
	background: #000;
	padding: 15px;
	color: #fff;
}

#articles_home h2	{
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#articles_home h2 a	{
	background: #ff0;
	color: #000;
}

#articles_home h2 a:hover	{
	color: #ff0;
	background: #000;
}

#articles_home h3	{
	margin: 10px 0 0;
}

.articles_home_meta	{
	font-size: 14px;
}

#articles_home a	{
	color: #ff0;
}

	#articles_home a:hover	{
		color: #fff;
	}
/******************************/
#gallery_home	{
	padding: 30px 0 40px;
}

#gallery_home h2	{
	margin-bottom: 15px;
}

#gallery_home ul li	{
	float: left;
	margin-right: 10px;
}

#gallery_home ul li img	{
	width: 172px;
	border: 1px solid #ccc;
	padding: 3px;
}

#gallery_home ul li img:hover	{
	border: 1px solid #c00;
}

/***************************/
#questions_home, #discussions_home	{
	padding: 15px 0 10px 0;
}

#questions_home h3, #discussions_home h3, #journal_home h3, #links_home h3, #workshop_home h3	{
	margin: 10px 0 5px;
	font-size: 14px;
	line-height: 18px;
}

#questions_home h3 a, #discussions_home h3 a, #journal_home h3 a, #links_home h3 a, #workshop_home h3 a	{
	background: #eee;
	padding: 3px;
}

.questions_home_meta, .discussions_home_meta	{
	font-size: 12px;
	margin-bottom: 5px;
}

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

.links_home ul	{
	margin: 15px 0;
}

/*************************
* Workshop
*************************/
.workshop	{
	margin-bottom: 40px;
}

.workshop_meta	{
	font-size: 12px;
	margin-bottom: 30px;
}

.workshop_meta span	{
	display: block;
}

/************************
* Stream
************************/

div.activity_item	{
	border-bottom: 1px dotted #ccc;
	padding: 10px;
}

img.act_img	{
	background: #000;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	border-radius: 3px;
	vertical-align: -2px;
}

div.activity_item img.avatar	{
	width: 16px;
	margin-right: 5px;
}

div.activity_item span	{
	display: block;
}

/*************************************
* Forums
*************************************/

ul#forumCats	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 5px solid #eee;
	float: left;
	width: 100%;
}

ul#forumCats li	{
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

div.forum_topic_header, div.forum_topic_footer	{
	margin: 0;
	padding: 6px 0 0;
	text-align: right;
	clear: both;
	font-size: 22px;
}

div.forum_topic_header span	{
	text-align: left;
	
}

div.forum_topic_header a.fave_thread, div.forum_topic_footer a.fave_thread	{
	font-size: 36px;
	line-height: 0;
}

div.forum_topic_header	{
	border-bottom: 1px solid #ddd;
}

div.forum_topic_header img, div.forum_topic_footer img	{
	width: 24px;
	vertical-align: baseline;
}

div.forum_topic_header a, div.forum_topic_footer a	{
	letter-spacing: 1px;
}

div.forum_topic_header a:hover	{
	color: #444;
}

span.forumRSS span	{
	display: inline-block;
}

span.forumStart	{
	background: #c00;
	padding: 3px 16px 4px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
}

span.forumStart:hover	{
	background: #000;
}

span.forumStart:active	{
	top: 1px;
}

span.forumStart a, span.forumStart a:hover	{
	color: #fff;
}


div.editBar span.agoDate	{
	display: inline;
	border: none;
	padding: 0;
	line-height:0;
	margin: 0;
	letter-spacing: 1px;
	font-size: 12px;
	text-align: left;
}

.forum_post	{
	width: 100%;
	float: left;
	padding: 20px 0;
}

span.agoDate a	{
	color: #444;
}

ul.forumPosts	{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.forumPosts li	{
	padding: 10px;
	border-bottom: 1px solid #ddd;
	float: left;
	width: 730px;
}

ul.forumPosts li.other, ul#forumCats li.other	{
	background: #ffe;
}

ul.forumPosts li img	{
	width: 14px;
	vertical-align: -2px;
}

ul.forumPosts li a:hover	{
	color: #333;
}

ul.forumPosts li.forumHeader	{
	border-bottom: 1px solid #ccc;
	padding: 6px 10px 4px;
}

ul.forumPosts li span.postTitle, ul#forumCats li span.catTitle	{
	float: left;
	width: 365px;
	padding-right: 15px;
}

ul.forumPosts span.threadClosed	{
	font: 8px 'SilkscreenNormal', sans-serif;
}

ul.forumPosts li span.authorTitle	{
	float: left;
	width: 130px;
}

ul.forumPosts li span.numPosts	{
	float: left;
	width: 50px;
}

ul.forumPosts li span.numPosts img	{
	vertical-align: baseline;
}

ul.forumPosts li span.timeDiff	{
	color: #999;
}

.clubPost	{
	padding: 20px 0;
}


div.editBar	{
	text-align: right;
	padding: 7px 10px 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

div.editBar img	{
	width: 16px;
}

div.commentor	{
	font-family: 'MuseoSans500', 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	text-align: center;
}

div.commentor img	{
	display: block;
	margin: 0 auto 6px;
}

div.pro a, div.follow a, div.following	{
	text-align: center;
	font: 8px 'SilkscreenNormal', sans-serif;
	padding: 3px 5px 2px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	display: block;
	margin: 5px 0 0;
}

div.pro a	{
	color: #fff;
	background: #c00;
	border-color: #c00;
}

div.pro a:hover	{
	background: #444;
}

div.follow a	{
	color: #333;
	background: #ccc;
	border-color: #ccc;
}

div.follow a:hover	{
	color: #fff;
	background: #333;
}

div.following	{
	color: #fff;
	background: #333;
}

div.following a	{
	display: block;
	color: #333;
}

div.following a:hover	{
	color: #c00;
}

.clubPost img 	{
	width: 24px;
	vertical-align: -6px;
}

.forumPostText img	{
	max-width: 100%;
}

.forumPostText li	{
	font-size: 1.2em;
	margin-bottom: 1em;
}

span.lastpost a {
	color: #999 !important;
	font-size: 10px !important;
}