/*
Theme Name: Customize
Theme URI: http://www.freewpthemes.net/
Description: A two-column, fixed-width design suitable for personal and small company website.
Version: 1.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
Tags: red, fixed width, two columns, widgets
*/


body {
	margin: 0px;
	padding: 0px;
	background: #121212 /*url(images/img01.jpg) repeat-x left top*/;
	font: 17px Verdana, Arial, Helvetica, sans-serif;
	color: #D9D9D9;
}

img.alignleft { 
    padding-right: 7px; 
    float: left; 
}

img.alignright { 
    padding-left: 7px; 
    float: right; 
}

img.aligncenter { 
    padding-top: 10px;
    padding-bottom: 10px; 
}

h1, h2, h3 {
	margin-top: 0px;
	color: #D9D9D9;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 150%;
}

a {
	color: #7ECE05;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #7ECE05;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 920px;
	height: 150px;
	margin: 20px auto 30px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	background: url(images/img04.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	padding-left: 83px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 95px;
}

#logo p {
	padding-left: 97px;
        padding-bottom: 20px;
}

/* Bible */

#Bible {
	float: left;
}

#Bible p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
        font-size: 15px;
	color: #D9D9D9;
        padding-bottom: 20px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 40px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 20px;
	padding: 5px 10px;
}

#menu a:hover {
	background: #7ECE05 url(images/img02.jpg) repeat-x 0px 0px;
}

#menu .active {
	background: #7ECE05 url(images/img02.jpg) repeat-x 0px 0px;
}

#menu .active a {
	background: url(images/img02.gif) no-repeat 100% -40px;
}

/* Page */

#page {
	width: 930px;
	margin: -10px auto;
	padding: 0px 0px;
}

/* Content */

#content {
	float: left;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
	width: 630px;
	background: #000000 no-repeat right bottom;
}

.post {
	margin: 5px 5px 30px 5px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
}

.post .entry {
	font-size: 1.0em;
	font-weight: normal;
}

.post .meta {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 95%;
}

.post .byline {
	margin: 0px;
	line-height: 105%;
	font-size: 0.9em;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 275px;
	background: #121212;
        padding-left: 5px;
}

#sidebar-bgtop {
	height: 3px;
	background: url(images/img04.gif) no-repeat left top;
}

#sidebar-bgbtm {
	height: 3px;
	background: url(images/img05.gif) no-repeat left bottom;
}

#sidebar-content {
	padding: 0px 20px 20px 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
}

#sidebar li li {
	background: url(images/img05.jpg) no-repeat left 50%;
	margin-left: 5px;
	padding-left: 10px;
}

#sidebar h2 {
/*	background: url(images/img06.jpg) no-repeat left 50%; */
	padding-left: 0px;
	font-size: 1.4em;
        font-weight: normal;
}

#archives-3 h2 {
        padding-top: 20px;
        padding-bottom: 0px;
}

#archives-3 id {
        padding-bottom: 30px;
}

.pagetitle {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
}

#categories-3 h2 {
        padding-top: 20px;
        padding-bottom: 0px;
}

#categories-3 id {
        padding-bottom: 30px;
}

#linkcat-12 h2 {
        padding-top: 20px;
        padding-bottom: 0px;
}

#sidebar a {
	text-decoration: none;
	font-size: 0.9em;
}

#sidebar a:hover {
	text-decoration: underline;
	font-size: 0.9em;
}

#sidebar p {
	font-size: 0.9em;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	height: 120px;
	margin: 0px auto;
	background: url(images/img01.jpg) repeat-x left top;
	color: #616363;
}

#footer p {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #616363;
}

#comment {
	width: 400px;
	height: 100px;
}