html {
	margin: 0px;
}

body {
	font: normal 12pt/150% Georgia, 'Times New Roman', Times, serif;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

img {
	border: none;
}

#sidebar-left {
	display: none;
}

#logo {
	text-align: center;
}

#logo a {
	border: none;
}

#logo h1 {
	display: none;
}

#navigation {
	display: none
}

#sub-navigation {
	display: none
}

#side-navigation {
	display: none
}

.info-box {
	padding: 33px 0px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	margin: 33px 0px;
}

.info-box p {
	margin: 0px;
}

#sidebar-right {
	display: none
}

.blog-post {
	margin-bottom: 85px;
}

.blog-post h2 {
	margin: 0px 0px 4px;
}

.blog-post .information {
	margin: 0px;
	font-style: italic;
}

.blog-post .tags {
	margin: 0px;
}

.blog-post .footer {
	margin-top: -12pt;
	position: relative;
}

.blog-post .comments {
	position: absolute;
	width: 50%;
	left: 0px;
	top: 0px;
}

.blog-post .more {
	position: absolute;
	width: 50%;
	right: 0px;
	top: 0px;
	text-align: right;
}

#footer {
	display: none;
}

#content .blog-footer {
	position: absolute;
	bottom: 30px;
}

#PageNumbers {
	text-align: center;
}

/* COMMENTS
---------------------------------------- */

#CommentForm {
	display: none;
}

#CommentHolder ul {
	list-style: none;
	margin: 0px 0px 24pt;
	padding: 0px;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
}

.actionLinks {
	display: none
}

#PageCommentsPagination p {
	text-align: center;
}
#PageComments p {
	margin: 8px 0;
}
	#PageComments p.info {
		color: #000;
		margin: 0px;
		padding: 0;
		font-style: italic;
	}
	
.commentrss {
	display: none;
}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 0px;
	padding: 0px;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}
	
#SearchResults .highlight {
	font-weight: bold;
}



/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
	
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}

