body {
	margin-top: 0px;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #5C5C5C;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
}

h2 {
	color: #9d2d99;
	font-size: 15px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	list-style: none;
}

a {
	color: #99d265;
}

a:hover, a:active {
	text-decoration: none;
	color: #99d265;
}

a:visited {
	color: #8A7645;
}

img {
	border: 0;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}


#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 170px;
}

/* Menu */

#menu {
	width: 870px;
	height: 40px;
	margin: 0 auto;
	border-top: solid 2px #a92792;
	border-bottom: solid 2px #a92792;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 50px;
}

#menu a {
	display: block;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #a92792;
}

#menu a:hover { 
	color: #99d265;
}

#menu .current_page_item a {
	color: #99d265;
}


/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	padding: 20px 20px;
}

/* Content */

#content {
	float: left;
	width: 590px;
	border-right: 1px dashed #DFE1E0;
}

/* Post */

.post {
	padding: 0px 20px;
	margin-bottom: 20px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 18px;
	line-height: 21px;
	font-family: "Georgia", Times New Roman, Times, serif;
	text-align: center;
	color: #9d2d99; 
}

.post .comment {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 15px;
	color: #9d2d99; 
}
.post .who{
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 16px;
	color: #5c5c5c;
}

.post .entry {
}

.post .meta {
	padding: 15px 15px 30px 0px;
	font-size: 10px;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #28313A; 
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
}

.post .meta .comments {
	padding-left: 22px;
}

.post .meta b {
	display: none;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin: 0;
	padding: 0;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	width: 250px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #9d2d99; 
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 880px;
	margin: 0 auto;
	border-top: #9d2d99 2px solid;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 10px;
}

#legal {
	clear: both;
	padding-top: 5px;
	text-align: right;
	color: #666;
}

#legal a {
	font-weight: normal;
}

