/*

Theme Name: Bible
Theme URI: http://mokokoma.com/
Description: Minimal as hell.
Version: 1.0
Author: Mokokoma Mokhonoana

*/



/* reset */
/* Resetting of element defaults to avoid cross-browser incompatibilities */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/*text-align: left;*/
}

img, a img, :link img, :visited img {
	border: 0;
}

object {
	outline: none; /* fix for FF3 */
}

body{
	font: 0.9em/18px Helvetica, Arial, Geneva, sans-serif;
}

blockquote {

	font-weight: bold;
	margin: 18px 0 0 0;
}

/* Headings */

h1 {
	font-size: 2em; /* 48px */
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

h2 {
	font-size: 1.875em; /* 30px */
	font-family: Helvetica, Arial, Geneva, sans-serif;
	
}

h3 {
	font-size: 1.5em; /* 24px */
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

h4 {
	font-size: 1.313em; /* 21px */
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

h5 {
	font-size: 1.125em; /* 18px */
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

h6 {
	font: 17px Helvetica, Arial, Geneva, sans-serif;
}

.identity{
	/*font-weight: bold;*/
	text-align: right;
	text-transform: capitalize;
	color: #d8d8d8;
    line-height: 21px;

}

.bold{
	font-weight: bold;
} 


 /* Layout */
 
 #book{
	width: 775px;
	height: 800px;
	margin: 0 auto ;
	/*background-color: #fbd823;*/
}

#sidebar{
	padding: 222px 0 0 0;
	width: 132px;
	height: auto;
	/*background-color: #98fdf8;*/
	float: left;
	/*position: fixed;*/
}

#page{
	width: 538px;
	height: auto;
	min-height: 500px;
	padding: 130px 0 0 0;
	margin:  0 0 25px 0;

	/*background-color: #fa4d2b;*/
	float: right;

}

#footer{
	width: 538px;
	height: auto;
	float: right;
	color: #d8d8d8;
	font-size: 0.9em;
	padding: 40px 0 20px 0;
}

/* Bullet Link */


.essays{
	list-style-type: square;
	list-style-position: inside;

}

ul.essays{
}

ul.essays li a:link{
	text-decoration: none;
}

ul.essays li a:visited{
	text-decoration: none;
}

ul.essays li a:hover{
	text-decoration: underline;
}

ul.essays li a:active{
	text-decoration: none;
}

/* Navigation Link */

ul.navigation{
	list-style-type: none;
	text-align: right;
}

ul.navigation li a{
	color: #d8d8d8;
	text-decoration: none;
}

ul.navigation li a:visited{
	color: #d8d8d8;
}

ul.navigation li a:hover{
	color: #000;
}

ul.navigation li a:active{
	color: #d8d8d8;
}

/* default link */

a:link{
	color: #000;
	text-decoration: underline;
}

a:visited{
	color: #000;
}

a:hover{
	color: #000;
	text-decoration: none;
}

a:active{
	color: #000;
}


/* Identity Link */

.identity a{
	color: #d8d8d8;
	text-decoration: none;
}


.identity a:visted{
	color: #d8d8d8;
}


.identity a:hover{
	color: #000;
}

.identity a:active{
	color: #d8d8d8;
}


/* Subscription Link */

.subscribe_link { font-size: 11px; color: #d8d8d8; }


.subscribe_link a:link{
	color: #d8d8d8;
	text-decoration: underline;
}

.subscribe_link a:visited{
	color: #d8d8d8;
}

.subscribe_link a:hover{
	color: #000;
	text-decoration: none;
}

.subscribe_link a:active{
	color: #d8d8d8;
}


ul{
	list-style-position: inside;
	margin: 0 0 0 0;
}


ol{
	list-style-position: inside;
	margin: 0 0 -15px 0;
}

.nav_highlight { font-size: 12px; color: #f00; }

.red { color: #f00; }

/* Mailing List */

input.email {
 width: 320px;
}

#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } /* Mailing List Form */
	
.notification {
 background-color: #FFF6DE; width: 400px; padding: 10px; font-size: 13px; width: 518px;

}
