/* Blog Styles */
#content div.multi-post {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #C2C1B1;
}

#content .multi-post  h2.entry-title {
	margin: 0;
	padding: 4px 0 0;
	padding-left: 81px;
}

.multi-post .entry-author {
	margin: 0 0 20px 0;
	font-size: 0.8em;
	font-style: italic;
	padding-left: 81px;
}

.multi-post .entry-date {
	float: left;
	position: relative;
	background: url('img/entry-date.gif') no-repeat 0 0;
	top: 0;
	left: 0;
	width: 66px;
	height: 69px;
	text-align: center;
	padding: 0 15px 15px 0;
}

.multi-post .entry-day {
	display: block;
	position: absolute;
	left: 0;
	top: 31px;
	line-height: 32px;
	width: 66px;
	height: 32px;
	font-size: 25px;
	color: #9b9b9b;
}

.multi-post .entry-month {
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	line-height: 25px;
	font-size: 18px;
	color: #5A186E;
	width: 66px;
	height: 25px;
}

.multi-post .entry-content {
	clear: left;
}

#content .post h2.entry-title {
	text-align: center;
	margin-bottom: 20px;
}

.post .entry-author { 
	font-size: 0.8em;
	float: left;
	margin: 0;
}

.post .entry-date {
	font-size: 0.8em;
	float: right;
	margin: 0;
}

.post .entry-content {
	margin-top: 75px;
}

#cat-tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	margin: 30px 0;
	width: 100%;
}

#cat-tag th {
	width: 15%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 5px 0;
}

#cat-tag td {
	text-align: left;
	vertical-align: top;
	padding: 5px 0;
}

/* Post Comment Styles */

#content .comments {
	margin: 1em 0;
	list-style: none;
	padding: 0;
	font-size: 10px;
}

#content .comments ul {
	margin: 0.5em 0;
	list-style: none;
	padding: 0;
}

#content .comments li {
	margin: 10px 0;
	padding: 10px;
	background-color: #E5E5E5;
	border-width: 1px;
	border-style: solid;
	border-color: #F2F2F2 #D8D8D8 #D8D8D8 #F2F2F2;
}

#content .comment-header {
	line-height: 25px;
	border-bottom: 1px solid #D8D8D8;
}

#content .comment-author {
	float: left;
	font-size: 14px;
	font-weight: bold;
}

#content .comment-author-name {
	font-style: normal;
}

#content .comment-author-name a {
	text-decoration: none;
}

#content .comment-author-name a:hover {
	text-decoration: underline;
}

#content .comment-date {
	float: right;
}

#content .comment-actions {
	text-align: right;
}

#content .comment-actions a {
	text-decoration: none;
	color: #8A8A8A;
}

#content .comment-actions a:hover {
	text-decoration: underline;
}

#content .comment-text {
	font-size: 12px;
}

#content .comment-edit {
	padding: 0 10px;
}

#commentform p {
	float: left;
	margin: 0;
	padding: 10px 0;
	width: 100%;
}

#commentform p label, #commentform p .required, #commentform p input {
	display: block;
	float: left;
}

#commentform p label {
	width: 80px;
	padding-right: 12px;
	text-align: right;
}

#commentform .comment-form-url label, #commentform .comment-form-comment label {
	padding-right: 8px;
	width: 84px;
}

#commentform p .required {
	width: 12px;
	margin-left: -8px;
	text-align: left;
}

#commentform .comment-notes .required {
	float: none;
	display: inline;
	margin: 0;
	width: auto;
}

#commentform .form-allowed-tags {
	font-size: 0.8em;
	line-height: normal;
}

#commentform .subscribe-to-comments label {
	width: auto;
}