/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Times New Roman", Tahoma, Georgia, Times, serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	color: #000000;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h4 {
   font-weight: normal;
   margin-top: -20px;
   margin-bottom: 20px;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol, #bible {
	margin-bottom: 20px;
	line-height: 1.8em;
    margin-top: 20px;
}

p, #bible {    text-align: justify;}

ul, ol {
	margin-right: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}
a{text-decoration: none;}
a:link {
    text-decoration: none;
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img { border: none;}

.img {
	border: 1px solid #cccccc;
    padding: 5px;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {

    display: none;
}


/* Header */
#afkar {  font-size:200%;font-family: "Times New Roman";text-align: center}
#header {
	margin: 0 auto;
}

#header h1 {
    margin: 0;
}

#header h2 {
	text-align: center;
    color: #000000;
    font-family: "Times New Roman";
    font-size: 100%;
}


/* Page */

#page {

}

/* Content */

#content {
	padding-top: 10px;
}
#content p{font-family: Tahoma;}

.back { display: none;}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

.author {
    text-align: left;
    font-style: italic;
    color: #aaaaaa;
}

.error {
 padding: 4px 20px;
 border: 1px solid #fad640;
 background-color: #ffffcc;
 margin: 20px;
 color: #cc0000;
}
/* Sidebar */

#sidebar {
    display: none;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}

#links {display:none}


/* Bible */
#bible {
	font-family: Arial;
	word-spacing: 3px;
}

#bible .versenum {color:#000000}

#bible .chapnum {
	float: right;
	font: 52px Arial;
	margin:-3px 0 -20px 10px;
}

.verse {
	display: inline;
}




.noprint {display: none}

