body { 
	font-family: Georgia, Times, serif;
	line-height: 1.3;
	padding: 0 .25in;
}

a { color: #000; }

#navigation,
#sidebar,
#after-post,
#footer,
.admin-edit,
.category,
.social-media,
.advertisement { 
	display: none;
}

h1 a, h2 a { 
	text-decoration: none;
}

h2 { 
	font-size: 30px;
	font-style: italic;
	line-height: 1;
	margin: 24px 0 12px;
}

.wp-caption-text { 
	color: #999 !important;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-style: italic;
	margin: 9px 0;
}

.post-meta { 
	border: solid 1px #ECECEC;
	border-width: 1px 0;
	color: black;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	margin: 30px 0 24px;
	padding: 9px 0;
}

#content p a:link:after, #content p a:visited:after {
   color: #999; 
   content: " (" attr(href) ") ";
   font-size: 75%;
}

/* Gallery */

#gallery-container { 
	width: 100%; 
}

.gallery-caption {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	margin-bottom: 6px;
}

.gallery-item { 
	float: none;
	list-style: none;
	padding: 1em 0;
	text-align: center;
	width: 100%;
}

.gallery-item img {
	height: auto;
	max-height: 6in;
	max-width: 6in; 
	width: auto;
}