#header #logo, 
#header .subscribe,
.adblock,
#navigation,
.category_name,
#category_name,
#right,
#footer .links,
.paged_navigation,
#imageFadeContainer,
#comment_form_wrapper
	{
		display: none;
	}
	
#home .category_name {
	display: block;
}

body {
	font-family: "Minion Pro", Cambria, Georgia, sans-serif;
	font-size: 11pt;
	line-height: 1.25em;
	color: #000;
}

h1, h2, h3, h4 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a {
	color: #000;
	text-decoration: underline;
}

#footer {
	text-align: center;
	font-size: 0.8em;
}

#content, #header, #footer {
	width: 6.5in;
	margin: 0 auto;
}

#content img {
	max-width: 100%;
	height: auto;
}

p.byline {
	padding-bottom: 0.25em;
	border-bottom: 1pt solid gray;
	margin-bottom: 1.8333em;
}

div.public_content {
	margin-bottom: 1.8333em;
}

		#left div.comment div.actions {
			padding-bottom: 1em;
			margin-bottom: 1em;
			border-bottom: 1px solid #bcbcbc;
		}
			
			#left div.comment p {
				margin-bottom: 0;
			}
			
			#left div.comment div.body_text {
				margin-left: 100px;
				margin-bottom: 0.5em;
			}

			
				#left div.comment p br, #left div#comment_form_wrapper p br {
					display: none;
				}

				#left div.comment div.actions a {
					margin-left: 2em;
				}
				
			#left div.comment div.comment-replies div.comment p, #left div.comment div.comment-replies div.comment div.body_text, #left div.comment div.comment-replies div.comment div.actions {
				padding-left: 3em;
			}

				#left div.comment div.comment-replies div.comment-form input {
					margin-bottom: 1.8333em;
				}

					#left div.comment div.comment-replies div.comment-form div.actions input {
						margin-bottom: 0;
					}

