/*  
Theme Name: Radical Faith
Theme URI: http://radicalfaith.net/
Description: Designed by Yvonne at MagicGraphix.com, ported to WordPress by FekketCantenel
Version: 1.0
Author: Yvonne Vermillion and FekketCantenel
Author URI: http://magicgraphix.com
*/


/* Body */
body {
	/* background-color: #F2E7D3; */
	background-color: #989555;
	margin: 0px;
	color: #5D3700;
}

a:link, a:visited, a:hover {
	color: #5D3700;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #b85b5a !important;
	border: none;
}

img {
	border: none;
}


#page {
	width: 810px;
	text-align: left;
	margin: 0px auto;
	background: url('images/bkg_wide.jpg'); 
	}

#bkg_top {
	background: url('images/bkg_top.jpg') top;
	width: 810px;
	height: 15px;
	content: none;
}

#bkg_header {
	background: url('images/header.jpg');
	width: 780px;
	height: 280px;
	margin-left: 15px;
}

#content {
	padding: 0px 15px 0px 15px;
}

#body {
	width: 555px;
	margin: 0px 15px 0px auto;
	text-align: justify;
	float: right;
	font-family: "Monotype Corsiva", serif;
	min-height: 200px;
}

html>body #body {
	width: 570px;
	margin: 0px 15px 0px auto;
}


/* Content */
.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	float: right;
	margin-top: -45px;
	font-weight: bold;
}

h1.pagetitle {
	font-size: 28px;
	font-weight: normal;
}

.post {
	z-index: 2;
	background: url('images/pagebkg_top.jpg') no-repeat top;
	padding: 45px;
	padding-bottom: 0px;
	min-height: 387px;
}

.post-bkg {
	z-index: 1;
	position: relative;
	margin-left: 5px;
	background: url('images/pagebkg_fill.jpg') repeat-y;
	padding-bottom: 10px;
}

.post-bkg-bottom {
	background: url('images/pagebkg_bottom.jpg') no-repeat left;
	height: 40px;
	margin-left: 5px;
}

h2 .new {
	font-size: 24px !important;
}

.post h2 {
	font-size: 18px;
}

.post h3 {
	font-size: 20px;
}

p {
	font-size: 20px;
	text-indent: 25px;
	margin-top: -18px;
}

.post ol {
	font-size: 20px;
	margin-top: -20px;
}

.postmetadata {
	padding: 10px;
	font-size: 20px;
}

cite {
	font-weight: bold;
}

ul {
	margin-top: -20px;
}

ul li {
	list-style-image: url(images/bullet_red.gif);
	font-size: 20px !important;
}

li > h2 { display: none; }



/* Sidebar */
#sidebar {
	width: 150px;
	text-align: left;
	float: left;
}

#sidebar ul {
	margin-top: 0px;
	padding: 0px 4px 0px 15px;
	margin-left: 5px;
}

html>body #sidebar ul {
	margin-left: 15px;
}

#sidebar ul li {
	list-style-image: url(images/bullet_category.gif);
	font-family: "Monotype Corsiva", serif;
	font-size: 16px;
}


/* Footer */
#footer {
	background: url('images/footer.jpg');
	width: 780px;
	height: 89px;
	margin-left: 15px;
	clear: both;
}

#footer_content {
	float: right;
	width: 400px;
	height: 50px;
	margin-top: 15px;
	text-align: center;
}

#bkg_bottom {
	background: url('images/bkg_bottom.jpg');
	width: 810px;
	height: 30px;
}


/* Comments*/
.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.nocomments {
	text-align: center;
	font-size: 24px;
}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}