#logo img  {
	margin-bottom: 5px;
	width: 66% !important; /* Important b/c it would otherwise be overwritten lower down */
}

#top-menu {
	visibility: hidden;
	height: 0;
}

#main-menu {
	visibility: hidden;
	height: 0;
}

#rss-2 {
	display: none;
	height: 0;
}

#featured-navigation {
	display: none;
	height: 0;
}

.column {
	height: 5px;
}
	
.featured-pages > .column {
	height: 15%;
}
	
.featured-pages {
	float: left;
	margin-right: 15px;
}
	
h2.title {
	clear: both;
}	

.divider {
	height: 0;
}

.cleaner {
	height: 8px;
}

iframe.scribd_iframe_embed {
	display: none;
}
	
.post-thumb { 
	float: left;
	margin: 0 15px 5px 0;	
}

.post-actions {
	display: none;
	height: 0;
}

.post-content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post-content .alignright {
	margin: 0 0 5px 20px;
	display: inline;
}

.post-content .alignleft {
	margin: 0 20px 5px 0;
	display: inline;
}

.alignright {
	float: right;}

.alignleft {
	float: left;
}

.post-content .wp-caption {
	background-color: #f9f9f9;
	border: solid 1px #e9e9e9;
	padding: 10px 8px;
	text-align:center;
}

.post-content .wp-caption img {
	background:none;
	margin:0 0 10px;
	border:0 none;
	max-width:100%;
	width:auto;
	height:auto;
}

.post-content .wp-caption-text, .gallery-caption {
	color:#A7A3A3; font-size:11px;
	line-height: 1.4em;
	margin:0;
	padding:4px 0 0;
	text-align:center;
}

.post-content .wp-caption.aligncenter {
	margin:0 auto 15px;
}

#tags {
	display: none;
	height: 0;
}

ul.posts {
	display: none;
	height: 0;
}

.tribe-event-tags {
	display: none;
	height: 0;
}

#comments {
	display: none;
	height: 0;
}

.navigation {
	display: none;
	height: 0;
}
	
#custommetawidget-3 {
	display: none;
	height: 0;
}
		
.share_btn {
	display: none;
	height: 0;
}
	
aside {
	display: none;
}

/* The icon that show a link is pointing to an external site is hidden in print but still takes up some space due to padding. This removes the padding. */
a.external_icon {
	padding: 0 !important;
}
		
.execphpwidget {
	margin-bottom: 20px;
}	
	
#execphp-2 {
	visibility: visible;
	text-align: center;
}
	
footer {
	clear: both;
}
	
.footer-copyright {
	clear: both;
	text-align: center;
}

span.more {
	display: none;
	height: 0;
}

h1:after {
	content: url();
	position: absolute;
	right: 0;
	top: 0;
}

ul.posts-archive > li {
	list-style: none;
}	

a.post-edit-link {
	display: none;
	height: 0;
}

.post-content a {
	font-weight: bold;
	text-decoration: none;
}

.post-content a[href^=http]:after {
	content:" <" attr(href) "> ";
}

.post-content a[href^="#"]:after {
	content: "";
}

$a:after > img { /* Will keep image links from appearing, but only after CSS4 is released. See http://css4-selectors.com/browser-selector-test/ and  */
	content: "";
}

span.print-hide {
	display: none;
}
	
sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

sub {
	top: 0.4em;
}