/* @override http://www.cfsmissionaryupdate.com/css/petersen.css */

@import "reset.css";

/* Importing the global reset file */

@import "text.css";

/* Importing the general text styles */

div.container {
	width: 770px;
	margin: 0px auto;
	border-bottom: 1px dotted #3b1802;
}

body {
	color: #535353;
	background: #E6DEC9 url(http://www.cfsmissionaryupdate.com/images/petersen/layout/bg-tile.jpg) repeat-x center top;
}

a:link, a:visited {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #535353;
}

a:hover, a:active {
	color: #3b1802;
	border-bottom-color: #fff;
}

.top_pic {
	height: 200px;
	width: 250px;
	float: left;
	margin-right: 10px;
	background-color: #fff;
}

.omega {
	margin-right: 0px;
}

#top_pics {
	margin-top: -150px;
	margin-bottom: 18px;
}

#sidebar h3 {
	margin: 0px 0 5px;
	font-size: 12px;
}

#sidebar {
	margin-top: 30px;
	padding-top: 10px;
	width: 150px;
	float: right;
	text-align: right;
}

div#content {
	width: 575px;
	float: left;
	
}

div.entry{
	width: 500px;
	float: right;
	margin-bottom: 24px;
}

#content div.post-meta h2 {
	display: block;
	float: ;
}

#sidebar h3 {
	text-align: right;
	border-bottom: 1px dotted #3b1802;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin: 0 auto 4px 10px;
}

h2 {
	margin-bottom: 0;
}

.post-meta p {
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 10px;	
}

.post-meta {
	margin-bottom: 10px;
	border-bottom: 1px dotted #3b1802;
}

#header {
	height: 245px;
	background: url(http://www.cfsmissionaryupdate.com/images/petersen/layout/bg-highlight.jpg) no-repeat left top;
}
h1#logo {
	margin: 0;
	padding: 0;
	line-height: 0;
}
h1#logo a {
	border: none;
	text-decoration: none;
	display: block;
	height: 90px;
	overflow: hidden;
	position: relative;
	text-indent: -5000px;
	width: 450px;
	left: 28px;
	top: 0px;
}
div.paginate {
	margin-left: 75px;
	font-size: 12px;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0
}

.clearfix {
	display: inline-block
}

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block
}

#content p {
	text-align: justify;
}
html body div.clear,html body span.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;margin:0;padding:0;overflow:hidden;visibility:hidden;width:0;height:0}

div.comment {
	margin: 12px 0 24px 75px;	
	border: 1px dotted #3b1802;
	background-color: #d9d3c0;
	padding: 12px 12px 12px 24px;
}

#comment_textarea {
	width: 480px;
	border: 1px dotted #3b1802;
	padding: 10px;
}

input.text {
	border: 1px dotted #3b1802;
	padding: 10px;
	
}


p.comment-meta {
	font-style: italic;
	font-size: 11px;
	margin-bottom: 0;
}

#footer {
	width: 770px;
	margin: 24px auto;
	font-size: 11px;
	text-align: right;
	color: #736f66;
}