.share,
a.print,
#sidebar,
#wpadminbar,
#page-tools,
#share-tools,
#search,
#btn-login,
#btn-join,
#btn-give,
#nav,
#nav2,
#nav3,
#bg,
#connect,
#links1,
#links2,
#banner .post-type,
#searchform
{ display: none !important; }


html, body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.65;
	color: #4c4d4f;
	background: #fff;
	text-align: left;
}
body {
}

.clear { clear: both;}
.alignleft { float: left; }
.alignright { float: right; }

img[align=left],
img.alignleft {	margin: 0 15px 9px 0; }
img[align=right],
img.alignright { margin: 0 0 9px 15px; }

a {
	color: #AB1C51;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.more {
	font-style: italic;
	white-space: nowrap;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0 0 0.70em 0;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 {
	color: #611353;
	font-size: 266%;
	font-weight: normal;
}
h1 a {
	color: #611353;
}
h2 {
	font-size: 183%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 116%;
}
h5 {
	font-size: 116%;
	font-style: italic;
	font-weight: normal;
}
h6 {
	font-size: 116%;
	text-transform: lowercase;
	font-variant: small-caps;
}


th, td {
	border: 0;
}

blockquote {
	margin: 0 0 1em 0;
	padding: 10px 20px;
	background: #f9f9f4;
	border: 1px solid #e9e9cf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
blockquote.alignleft {
	margin: 0 25px 1em 0;
}
blockquote.alignright {
	margin: 0 0 1em 25px;
}

#wrap, #wrap2 {
	width: auto;
	padding: 0 !important;
	margin: 0 15px;
}

#header {
	padding: 0px 0 0 0;
	height: 90px;
	border-bottom: 1px solid #eee;
}
#header h1 {
	position: relative;
	top: auto !important;
	left: auto !important;
}
#header h1 a {
	
	text-indent: 0;
	overflow: visible;
	height: auto;
	width: auto;
	background: none !important;
}
#header h1 em {
	display: none;
}
#banner {
	margin-top: -90px;
	padding-top: 0 !important;
	padding-left: 170px !important;
	background: none !important;
	color: #333 !important;
}
#banner a,
#banner h1,
#banner h2,
#banner h3,
#banner h4 {
	color: #333 !important;
}
#banner h1 {
	background: none !important;
}
#address {
	position: relative;
	left: auto !important;
}
#content {
	float: none;
	width: auto;
}
/* @group Posts */
.hentry {
	padding: 0 0 10px 0;
	margin: 0 0 1em 0;
	position: relative;
}
.hentry-excerpt {
	margin: 0 0 40px 0;
}
.post-excerpt {
}

.post-excerpt p {
	display: inline;
}
.hentry .meta {
	margin: 0px 0 15px 0;
	font-size: 90%;
}
.hentry .date {
	margin-right: 5px;
	float: left;
	color: #898989;
}
.hentry strong.source,
.hentry strong.source a {
	color: #1ca296;
}
.hentry strong.source {
	display: block;
	margin: 0 0 15px 0;
}
.hentry .category {
	display: block;
	margin: 0 0 15px 0;
	font-size: 11px;
}
.hentry .pagetitle {
	margin: 0 0 10px 0;
}
.hentry .pagetitle a {
	color: #252525;
}
.hentry-full .content {
	padding: 0 0 50px 0;
}
.hentry .topics {
	clear: both;
	font-size: 90%;
}


#footer {
	margin: 1em 0 0 0;
	border-top: 1px solid #555;
	padding-top: 30px;
	background: none;
}

#footer ul.footer {
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
}
#footer ul.footer li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul.footer li:after {
	content: " | ";
	padding: 0 10px;
}