/* Browser reset
*************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Commons
*************************************************/
body {
	background-color: #333;
	color: #989898;	
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 24px;
	/* This is the setting for the h3 */
}

p {
	line-height: 16px;	
	padding-bottom: 10px;
	width: 98%;
}

h1 { 
	color: #fff;
	font-size: 20px;
}

h1, h2, h3, a, strong, .issueno {
	font-weight: bold;	
}

a {
	color: #cc0000;
	text-decoration: none;	
}

	a:hover {
		text-decoration: underline;
	}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

.hide { display: none; }

/* Styles
*************************************************/
.sprite_r { background: url(../images/sprite.gif) no-repeat; text-indent: -99999px; display: block; }

.canvas {
	border-top: 10px solid #cc0000;
	margin: 0px auto;
	width: 940px;
}

.mast, .content_contain { float: left; }

.mast {
	width: 220px;
	margin-right: 20px;
}

	.mast a.logo {
		background-position: 0px 0px;
		height: 84px;
		width: 220px;
	}
	
		.mast ul {
			margin-top: 20px;
		}
		
			.mast ul li {
				margin-bottom: 1px;
			}
		
			.mast ul li a {
				height: 28px;
				width: 220px;
			}
			
				.mast ul li a.whatislush { background-position: 0px -85px; }
				.mast ul li a.whatislush_active { background-position: -221px -85px; }
				.mast ul li a.whatislush:hover { background-position: -442px -85px; }
				
				.mast ul li a.titles { background-position: 0px -114px; }
				.mast ul li a.titles_active { background-position: -221px -114px; }
				.mast ul li a.titles:hover { background-position: -442px -114px; }
				
				.mast ul li a.artists { background-position: 0px -143px; }
				.mast ul li a.artists_active { background-position: -221px -143px; }
				.mast ul li a.artists:hover { background-position: -442px -143px; }
				
				.mast ul li a.contact { background-position: 0px -172px; }
				.mast ul li a.contact_active { background-position: -221px -172px; }
				.mast ul li a.contact:hover { background-position: -442px -172px; }
				
				.mast ul li a.submissions { background-position: 0px -201px; }
				.mast ul li a.submissions_active { background-position: -221px -201px; }
				.mast ul li a.submissions:hover { background-position: -442px -201px; }
	
.content_contain {
	width: 700px;
}

	.content_contain h1 {
		margin: 34px 0px 30px 10px;
	}
	
		.content_contain h1 span {
			color: #989898;
			display: block;
			font-size: 14px;
			font-weight: normal;
			padding-top: 6px;
		}
		
	.content_contain .content_block {
		background-color: #fff;
	}
	
		.content_contain .content_block img { display: block; }
		
		.content_contain .content_block .info_contain {
			margin: 10px 10px 20px 10px;
			padding-bottom: 30px;
		}
		
			.content_contain .content_block .info_contain h2,
			.content_contain .content_block .info_contain .issueno {
				margin-bottom: 5px;
			}
			
				.content_contain .content_block .info_contain h3 { color: #333; padding-bottom: 5px; }
					.content_contain .content_block .info_contain ul { margin-bottom: 10px; }
						.content_contain .content_block .info_contain ul li { font-size: 12px; padding-bottom: 2px; }
			
			.content_contain .content_block .info_contain h2.pagetitle { font-size: 36px; color :#333; padding: 10px 0px; }
			
			.content_contain .content_block .info_contain .issueno {
				color: #333333;
				font-size: 11px;
			}
			
			.content_contain .content_block .info_contain h2 {
				font-size: 26px;
			}
			
			.content_contain .content_block .info_contain .byline {
				color: #666;
				font-size: 12px;
				margin-bottom: 10px;
			}
			
			.content_contain .content_block .info_contain p {
				font-size: 18px;
				line-height: 22px;
			}
			
			.content_contain .content_block .info_contain .sup {
				font-size: 14px;
			}
			
		.content_contain .content_block .tsep h3 { padding-bottom: 5px; border-bottom: 1px solid #ccc; margin-bottom: 5px; }
			
.footer {
	border-top: 3px solid #cc0000;
	padding: 5px 0px 30px;
}

	.footer .copy {
		color: #fff;
		float: left;
		font-weight: bold;
		padding-left: 5px;
	}
	
	.footer .alt_nav {
		float: right;
		font-size: 11px;
		padding-right: 10px;
	}
	
		.footer .alt_nav a {
			color: #fff;
			font-size: 11px;
		}
		
			.footer .alt_nav span.sep {
				color: #666;
				padding: 0px 5px;
			}

/* Newsletter
*************************************************/
.newsletter {
	border: 1px solid #666;
	margin-top: 20px;
	padding: 10px 7px;
}

	.newsletter h3 {
		color: #cc0000;
		font-weight: normal;
		padding-bottom: 10px;
	}

	.newsletter label {
		color: #fff;
		font-size: 11px;
	}
	
	.newsletter input.nl_submit_btn { margin-top: 8px; }

/* Comments
*************************************************/
#blog_comments, #add_comments { margin-top: 20px; }

#blog_comments .comments_lead { margin-bottom: 30px; padding-bottom: 5px; border-bottom: 1px solid #ccc; } 

#blog_comments .comments_lead p, #add_comments #ac_contain #notes, #add_comments #ac_contain #html_allowed { font-size: 12px; line-height: 18px; }

#blog_comments .comments_lead .comments_auth_info .author,
#blog_comments .comments_lead .comments_auth_info .time { float: left; font-size: 11px; width: 200px; font-weight: bold; }

#add_comments h3.module_head { font-weight: bold; color: #333; }

#add_comments .addcomment_field { margin: 10px 0px; }

	#add_comments .addcomment_field .acf_label { font-size: 12px; font-weight: bold; padding-bottom: 5px; }
		#add_comments .addcomment_field .acf_input input,
		#add_comments .addcomment_field .acf_comment textarea { font-size: 12px; padding: 2px; }
		
		#add_comments .addcomment_field .acf_input input { width: 250px;}
		#add_comments .addcomment_field .acf_input span.required { position: relative; left: 5px; }
		
		#add_comments .addcomment_field .acf_comment textarea { width: 500px; height: 220px; }