/*
Theme Name: Grace Bible

*/



/* Begin Typography & Colors */
/* FIX FOR DOTTED OUTLINES IN FF ON CLICKING LINKED IMAGES */

/*Christmas Hack*/
.RightBackgroundOverlay{
position: absolute;
float: right;
top: 0;
width: 1000px;
height: 800px;
z-index: 99;
background:url(images/corner_overlay_background_prayer.png);
}

/*Banner Ad */
.BannerAd{
	position: absolute;
	top:  0;
	width: 320px;
	height: 320px;
	z-index: 99;
	background: url(images/corner_overlay_background_prayer.png);
	font-family:"lucida sans", "lucida grande", helvetica, arial, sans-serif;
font-size: 18px;
	color: #eee;
	padding-left: 2px;
	}
.BannerAd a{

	color:#58ACFA;
font-style: underline;
}
:focus 
{
  -moz-outline-style: none;
}

* {
	margin:0; padding:0; font-family:"lucida sans", "lucida grande", helvetica, arial, sans-serif;
}

img { border:0; }

body {
	background: url(images/rev-bg.png) repeat-x #0c3552;
	font-size:14px; 
	line-height:18px;
	color:#0c3552;
}

body.home {
	background: url(images/bg.png) repeat-x #C8C8C8;
	font-size:14px; 
	line-height:18px;
	color:#eee;
}
/* DIVs */



img { border:0; }

#container {
	margin:0 auto;
	width:996px;
}

#page_left {
	float:left;
	width:63px;

	height:508px;
}

#page { 
	margin:0 auto;	
	width:870px;
	min-height:508px;
	float:left;
	background:url(images/bg_page_repeat-rev.png) repeat-y;
	padding-bottom:50px;
}
body.home #page { 
	margin:0 auto;	
	width:870px;
	min-height:508px;
	float:left;
	background:url(images/bg_page_repeat.png) repeat-y;
	padding-bottom:50px;
}

#page_right {
	float:right;
	width:63px;

	height:508px;
}

body.home #page_bottom {
	background:url(images/bg_page_bottom.png) no-repeat;

	width:996px;
	height:7px; 
color:#082A39;
padding-top:10px;
font-size:11px;
margin-bottom:20px;
}
#page_bottom {
	background:url(images/bg_page_bottom-rev.png) no-repeat;
	width:996px;
	height:7px; 
color:#E3EEF8;
padding-top:10px;
font-size:11px;
margin-bottom:20px;
}
#content {
margin:10px 50px;
}
#content-left {
width:550px;
float:left;
margin-right:20px;
}
#content ul {
margin-left:20px;
list-style-type:disc;
margin-bottom:14px;
}
#content-right {
margin-top:64px;
width:200px;
float:right;
}

#header {
	margin:0 auto;
	width:834px;
	margin-top:33px;
}

	#header_logo {
		float:left;
		width:225px;
		position:relative;
		left:38px;
	}
	
	#header_nav {
		float:right;
		position:relative;
		top:25px;
	}
		
		img.head_nav {
			margin-right:23px;
		}
		
body.home #navigation {
	width:870px;
	height:50px;
	background:url(images/bg_nav.png) no-repeat;
}
#navigation {
	width:870px;
	height:50px;
	background:url(images/bg_nav-rev.png) no-repeat;
}
	
#nav_inside {
	position:relative;
	top:16px;
	left:82px;
}	

	img.main_nav {
		position:relative;
		margin-left:56px;
	}

#visitors_guide {
	background:#082a39;
	padding:20px 16px 10px 16px;
	padding-bottom:20px;
	width:802px;
	margin:0 auto;
	margin-top:20px;
}
#new_visitors_guide {
	background:#082a39;
	padding:20px 16px 10px 16px;
	padding-bottom:20px;
	width:802px;
	margin:0 auto;
	margin-top:20px;
}
	#visitors_left {
		float:left;
		width:337px;



	}
	#video-box {
		width:337px;
		height:162px;
padding:10px;
background:#0d1b27;
margin-top:22px;
}
	#visitors_right {
		float:right;
		width:400px;
	}

.column {
	width:238px;
	float:left;
	margin-left:20px;
	margin-top:25px;
}
.col-header {
margin-bottom:12px;
}
.post {
margin-top:25px;
}
#footer {
	margin:0 auto;
	width:1032px;
	padding-top:15px;
}

	#footer p {
		position:relative;
		left:14px;
		color:#555;
		margin-bottom:0;
	}


/* IMAGES */

.bordered {
	border:6px solid #bcb7a9;
	padding:1px;
	background-color:white;
	float:right; 
	margin:5px 0 15px 20px;
}


/* PARAGRAPHS */

body.home p {
	margin-bottom:15px;
	font-size:14px; 
	line-height:18px; 
	color:#eee;
}
p {
	margin-bottom:15px;
	font-size:14px; 
	line-height:18px; 
	color:#0c3552;
}


p.right {
	text-align:right;
}

span.small { font-size:13px; }


/* LISTS */
ul.tonyblog li{
   	background-image: url('images/arrow.gif');
   	background-repeat: no-repeat;
   	background-position:left;
}
ul.visitor {
	margin-left:0px;
	margin-bottom:15px;
	padding-left:8px;
}

ul.visitor li {
   	background-image: url('images/arrow.gif');
   	background-repeat: no-repeat;
   	background-position:left;
	line-height:18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-bottom:3px;
	padding-left:18px;
	padding-top:3px;
}



/* LINKS */

body.home a {
	color:white;
        text-decoration: underline;
       text-shadow: #575757 1px 1px 4px;

}
a {
/*	color:#082a39; */
	color:#0C3552;
	text-decoration: underline;
/*        text-shadow: #575757 1px 1px 4px; */

}
a:hover, a:active { text-decoration:underline; }

h1 {
font-size:24px;
margin-bottom:14px;
text-shadow: #575757 1px 1px 4px;
}
h2 {
font-size:20px;
text-shadow: #575757 1px 1px 4px;
}

#nav {
display: block;
text-align: left;
width: 200px;
border-bottom: 1px solid #b9cee1;
}
#nav .item li {
list-style-type:none;
}
#nav .item a {
display: block;

font: 12px Arial, sans-serif;
padding: 9px 5px 9px 20px;
color: #0C3552;
border-top: 1px solid #b9cee1;
text-decoration: none;

}

#nav .item a:hover, #nav .item a:active {
display: block;
color: #0C3552;
/*background-color: #b9cee1;*/
/* border-top: 1px solid #b9cee1; */
text-shadow: #575757 1px 1px 4px;

}
#nav a {
	color: #0C3552;
	font: 12px Arial;sans-serif;
}
#nav .active a, li a.active {
font-weight:bold;
text-transform:uppercase;
color:#253053;
}

.page_item ul li {
padding-left:20px;
}

ol {
margin-bottom:14px;
list-style-type:decimal;
margin-left:20px;
}
blockquote {
margin:10px 30px;
}

li#sermon-2 {
list-style-type:none;
margin:0;
padding:0;
}

.alignleft {
float:left;
margin-right:8px;
}
.alignright {
float:right;
margin-left:8px;
}

.wp-caption {
	font-style: italic;
	font-variant: small-caps;

}


