/* CSS Document */
body {
	background:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
}
a {
	text-decoration:none;
	color:#874265;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.mainWrapper {
	width:960px;
	margin:0px auto;
}
.header {
	height:121px;
	border-bottom:1px solid #c8c7c7;
	position:relative;
}
a.logo {
	position:absolute; top:10px; left:4px;
	display:block;
	background:url(img/logo.jpg) no-repeat top left;
	width:181px;
	height:96px;
}
.smallTopMenu {
	position:absolute; top:15px; right:0px;
	color:#a1a0a1;
	text-transform:uppercase;
}
.smallTopMenu a {
	color:#a1a0a1;
	font-size:12px;
}
.content {
	width:558px;
	float:left;
}
.post {
	border-bottom:1px solid #918f90;
	/*  color:#808285; */
	color:#333333;
	/* color:#666666; */
	font-size:14px;
	line-height: 19px;
	padding-bottom:18px;
}
h1 {
	font-size:35px;
	line-height: 40px;
	margin-top:20px;
	margin-bottom:10px;
}
h3 {
	font-size:20px;
	line-height: 25px;
	/* color:#808285; */
	color:#333333;
	/* color:#666666; */
}
.post .postDetails {
	line-height:40px;
	border-top:1px dashed #c8c7c7;
	border-bottom:1px dashed #c8c7c7;
}
.postDetails .author {
	line-height:40px;
}
.postDetails .utils {
	float:right;
	padding-top:12px;
	margin-right:5px;
	line-height:15px;
	padding-bottom:9px;
	width:auto;
}
.post a.readMore {
	font-size:16px;
	font-weight:bold;
	float:right;
	background:url(img/rightArrow.jpg) no-repeat center right;
	padding-right:12px;
	width:auto;
}
.navigation {
	padding:20px 0px 40px 0px;
	display:block;
}
.navigation .older a, .navigation .prev  a {
	background:url(img/leftArrow.jpg) no-repeat center left;
	font-weight:bold;
	font-size:19px;
	padding-left:12px;
	float:left;
	display:block;
	width:auto;
}
.navigation .newer a, .navigation .next a {
	background:url(img/rightArrow.jpg) no-repeat center right;
	font-weight:bold;
	font-size:19px;
	padding-right:12px;
	float:right;
	width:auto;
}
.navigation .prev a, .navigation .next a {
	font-size:16px;
}
.commentsWrapper {
	border-top:1px solid #918f90;
	border-bottom:1px solid #918f90;
	/* color:#808285; */
	color:#333333;
	/* color:#666666; */
}
.commentForm {
	/* color:#808285; */
	color:#333333;
	/* color:#666666; */
}
.sideBar {
	width:385px;
	float:right;
	padding-top:17px;
}
.sideBar .sideBox {
	background:#e8e8e8;
	padding:11px 20px 11px 20px;
	margin-bottom:15px;
}
.sideBar .sideBox h2 {
	font-size:18px;
	color:#808285;
	/* color:#333333; */
	/* color:#666666; */
	margin-top:0px;
	margin-bottom:0px;
}
.sideBox a {
	font-size:14px;
	line-height: 18px;
}
.footer {
	padding-bottom:30px;
	padding-top:50px;
}
.footer ul.menu {
	border-top:1px solid #939598;
	padding-top:5px;
}
.footer ul.menu li {
	display:inline;
	margin-right:30px;
}
.footer ul.menu li a {
	color:#939598;
	font-size:12px;
	text-transform:uppercase;
}

.commentsWrapper h3 {
	margin:10px 0px 10px 0px;
}
#respond {
	font-size:12px;
	font-weight:bold;
	/* color:#808285; */
	color:#333333;
	/* color:#666666; */
}
#respond h3 {
	margin:5px 0px 5px 0px;
}
#respond label {
	float:left;
	width:100px;
}
#respond input {
	border:1px solid #c0c1c2;
	width:375px;
	float:left;
}
#respond textarea {
	width:375px;
	float:left;
	height:75px;
	border:1px solid #c0c1c2;
}
#respond a.submitForm {
	float:right;
	margin-right:75px;
	font-size:16px;
	width:auto;
}
#respond .row {
	margin-top:5px;
	border:1px solid #fff;
	line-height:20px;
}

.commentsWrapper ul.commentlist {
	/* color:#808285; */
	color:#333333;
	/* color:#666666; */
	font-size:14px;
	line-height: 18px;
}
.commentsWrapper ul.commentlist li {
	border-top:1px solid #f1f1f1;
	padding:10px 5px 10px 5px;
}
.utils a {
	line-height:15px;
	margin-left:10px;
	float:left;
	width:auto;
}
.notFound {
	/* color:#808285; */
	color:#333333;
	/* color:#666666; */
	margin-top:50px;
}
.notFound input {
	border:1px solid #c0c1c2;
}
h1 a.title {
	/* color:#808285; */
	color:#333333;
	/* color:#666666; */
}
h1 a.title:hover {
	text-decoration:none;
	color:#874265;
}

span.purple {
	color:#874265;
}
.clear {
	clear:both;
	height:0px;
	line-height:0px;
}

.post ul{
list-style:circle;
margin:0 0 0 25px;
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}

/* Image Captions */
img.alignright {float:right; margin:0 0 0 12px}

img.alignleft {float:left; margin:0 12px 0 0}

img.aligncenter {display: block; margin-left: auto; margin-right: auto}

a img.alignright {float:right; margin:0 0 0 12px}

a img.alignleft {float:left; margin:0 12px 0 0}

a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.wp-caption.alignright {float:right; margin-bottom:0px; margin-top:0px; margin-left:12px; padding-top:3px; font-size:90%; font-style:italic; text-align:center}

.wp-caption.alignleft {float:left; margin-bottom:0px; margin-top:0px; margin-right:12px; padding-top:3px; font-size:90%; font-style:italic; text-align:center}

.wp-caption.aligncenter {display: block; margin-left:auto; margin-right:auto; padding-top:3px; font-size:90%; font-style:italic; text-align:center}

a wp-caption.alignright {float:right; margin-bottom:0px; margin-top:0px; margin-left:12px; padding-top:3px; font-size:90%; font-style:italic; text-align:center}

a wp-caption.alignleft {float:left; margin-bottom:0px; margin-top:0px; margin-right:12px; padding-top:3px; font-size:90%; font-style:italic; text-align:center}

a wp-caption.aligncenter {display: block; margin-left:auto; margin-right:auto; padding-top:3px; font-size:90%; font-style:italic; text-align:center}

.moretag {}
