@charset "utf-8";

/*------------------------------------------------------

Ryan Holdaway style for www.dolittles.com
COPYRIGHT Headboxed Media 2009

------------------------------------------------------*/

/*------------------------------------------------------
Global Reset
------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

img, fieldset {
	border: none;
}

/*------------------------------------------------------
Global settings
------------------------------------------------------*/

h6 {
	text-indent: -9999px;
}

.clear {
	clear: both;
	line-height: 1px;
}

.divide {
	margin: 0 15px;
}

a {
	text-decoration: none;
	outline: none;
}

a:link, a:visited, a:active {
	color: #63F;
}

a:hover {
	color: #729c02;
}

.next {
	text-align: right;
}

.previous {
	text-align: left;
}
	

/*------------------------------------------------------
Layout
------------------------------------------------------*/

body {
	color: #544565;	
	font-family: Georgia, Times, Verdana, Arial, "Lucida Grande", Helvetica,  sans-serif;
	font-size: 13px;
}

#wrapper {
	background: transparent url(../images/wrapbg.jpg) repeat-y top center;
	width: 910px;
	margin: auto;
}

#wrapper_end {
	background: transparent url(../images/wrapendbg.jpg) repeat-x top center;
	width: 910px;
	height: 4px;
	margin: auto;
}

#wrap {
	width: 900px;
	margin: 0 auto;	
}

#header {
	background: transparent url(../images/header.jpg) top center no-repeat;
	width: 900px;
	height: 220px;
	margin: 0px;
	padding: 0px;
}

#nav {
	background: transparent url(../images/nav.jpg) top center no-repeat;
	width: 900px;
	height: 52px;
}

#nav ul {
	width: 850px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	margin: auto;
}

#nav ul li {
	float: left;
	margin:0 12px;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: #fff;
}

#nav a:hover {
	color: #CCC;
}

a.active {
	font-weight: bold;
}

#main_content {
	padding: 15px;
}

#text_content h1, #text_content_2 h1 {
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
}

#prayer_box h1 {;
	margin-bottom: 1em;
	font-size: 1.05em;
	font-weight: bold;
}

#text_content p, #text_content_2 p {
	margin-bottom: 2.5em;
	line-height: 1.8em;
}

#prayer_box p {
	margin-bottom: 2em;
	line-height: 1.4em;
}

#text_content img, #text_content_2 img, #prayer_box img {
	margin: auto;
	border: 2px solid #800080;
}

#text_content ul, #text_content ol {
	margin-bottom: 50px;
	margin-left: 40px;
	list-style: inside circle;
	line-height: 1.7em;
}

#text_content ol li {
	list-style:decimal;
	line-height:1.8em;
	padding: 0 1em;
}

#picture_block_left {
	float: left;
	margin: 15px 50px 0px 20px;
}

#picture_block_right {
	float: right;
	margin-left: 50px;
	margin-right: 30px;
	margin-bottom: 30px;
}

#footer {
	border-top: 2px solid #800080;
	height: 100%;
}

	
#footer p {
	text-align: center;
	font-size: 1.1em;
	line-height: 4em;
}

#footer strong {
	color: #729c02;
}

#prayer_box {
	margin-left: 50px;
}

#donate {
	margin-bottom: 100px;
}

#donate img {
	border: 0;
}

