@charset "ISO-8859-1";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #010017;
	background-image: url(../images/main_bkgrnd.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

a	{
	text-decoration:	none;
	}

	a:link{
	color:				#AA8514;
	}

	a:hover {
	color:	            #ffc71c;
	}

	a:visited {
	color:				#ffc71c;
	}
	
img	{
	border:none;
	padding:0;
	margin:0;
	_display:block
	}
	
div, a {
	behavior:url(css/resources/iepngfix_v2/iepngfix.htc)
	}
	
ul, ol {
	margin:				0;
	padding:			0;
	}

	ol {
	margin-left:		20px;
	}

ul li {
	margin:				0;
	padding:			0;
	list-style:			none;
	}

	ol li {
	margin:				0 0 .25em 0;
	padding:			0;
	}

li ul {
	margin-top:			0;
	margin-bottom:		0;
	}	
	
hr {
	display:			none;
	}
	
	/* H's
---------------------------------------- */

h1, h2, h3 {
	font-weight:		normal;
	}


h1 {
	margin:				0 0 .5em 0;
	/*
	border-bottom:		#aa9 1px dotted;
	padding-bottom:		.25em;
	*/
	font-size:			2.8em;
	line-height:		1.3em;
	font-weight:		bolder;
	}
	
h2	{
	margin:				0 0 .75em 0;
	padding:			0 0 .25em 0;
	font-family:		"Arial Narrow", sans-serif;
	font-weight:		bold;
	font-size:			1.1em; /*14px*/
	color:				#AA8514;
	text-transform:		uppercase;
	}

	#main h2 {
	background:			url("http://ogiswebstage/imb_dev/images/h2_main_back.gif") no-repeat bottom left;
	}

	#sidebar h2 {
	background:			url("http://ogiswebstage/imb_dev/images/h2_sidebar_back.gif") no-repeat bottom left;
	}

	#sidebar .bucket h2 {
	background:			url("http://ogiswebstage/imb_dev/images/h2_bucket_back.gif") no-repeat bottom left;
	}


h3	{
	margin:				.25em 0 .2em 0;
	font-size:			1.5em; /*15px*/
	text-transform:		uppercase;
	color:              #AA8514;	
	}

h4	{
	margin:				0 0 .25em 0;
	font-size:			0.9em; /*14px*/
	}
	
/* Navigation 
---------------------------------------- */
	
#mainNav ul {
	float:left;
	margin:				0;
	padding:		    0;
	}
	
ul#mainNav li {
   margin:0;
   float:left;
   list-style-type:none;
   }

ul#mainNav li a {
   float:left;
   margin-top:27px;
   height:155px; width:213px;
   background:url(../images/kom_transparent_nav_2.png) no-repeat 0 0;
   text-indent:-9009px;
   }
   
ul#mainNav li#storiesTab {
   _margin-top:39px;
   #margin-top:39px;
   }
   
ul#mainNav li#prayerTab a {
   width:219px;
   background-position: -213px 0;
   }
   
ul#mainNav li#videosTab a {
   width:216px;
   background-position: -432px 0;
   }

ul#mainNav li a:hover {
   background-position: 0 -155px;
   }
 
ul#mainNav li#prayerTab a:hover {
   background-position: -213px -155px;
   }
   
ul#mainNav li#videosTab a:hover {
   background-position: -432px -155px;
   }

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#header {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#videoBox {
	padding: 0 30px;
	background-image: url(../images/main_bkgrnd.gif);
	width: 890px;
}

#mainContent {
	float:left;
	background-color:#000;
	border:3px solid #333;
	padding: 0 20px 20px 20px;
	width: 904px;
	content:inherit;
}
#mainContentStories{
	float:left;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/maincontent_bkgrnd.jpg);
	margin-top:20px;
	color:#fff;
}

#mainContentHome{
	float:left;
	background-image:url(../images/maincontent_bkgrnd.jpg);
	margin-top:20px;
	color:#fff;
}

#mainContent p{
	color:#fff;
	font-size: 1.1em;
}

.post {
	float:				left;
	width:				905px;
	padding:			0 0 1.25em 0;
	margin:				0 0 .1em 0;
	background:			url("../images/post_bottom_border.gif") repeat-x bottom;
}

.flashbox {
width:487px;
border:#1D1D1D solid 5px;
}

#footer {
	float:left;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

#footer p {
	color:#999;
	font-size: .75em;
	font-style:normal;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* Images
---------------------------------------- */

.img_left {
	float:				left;
	margin:				.3em 10px .5em 0; /* top margin pushed down to meet the line-height of text */
	}

.img_right {
	float:				right;
	margin:				.5em 0 .5em 15px; /* pushed down to meet the line-height of text */
	}

.img_caption {
	color:				#666;
	font-size:			.85em;
	}

.img_center {
	margin-bottom:		.5em;
	display:			block;
	text-align:			center;
	}

.img_frame {
	padding: 			5px 40px 20px 19px;
	margin-top:         10px;
	margin-left:        10px;
	background-image:url(../images/img_bkgrnd.jpg);
	background-repeat:no-repeat;
	}

.icon {
	vertical-align:		middle;
	margin-bottom:		.25em;
	}
	
/* Media 
---------------------------------------- */

.media_links {
	font-size:			.85em; /*11px*/
	}

.video {				/* Use a span within .media_links due to floating behind images  */
	padding-left:		40px;
	background:			url("http://ogiswebstage/imb_dev/images/icon_video.gif") no-repeat left bottom;	
	}

#media {
	width:				300px; /*equivilant of single images width */
	margin:				.5em 0 1em 20px;
	padding:			15px 20px 15px 20px;
	border-left:		#aa9 1px dotted;
	float:				right;
}

#main {
}

/* Search enginge results  */
#nxt th,input,select		{ color: #000; background-color: #00000; font-family: Arial; font-size: 13pt; }
#nxt td							{ color: #999; background-color: inherit; font-family: Arial; font-size: 13pt; padding: 10px;}
#nxt td, hit-title				{ color: #333; background-color: inherit; font-family: Arial; font-size: 13pt; }
#nxt input.button 				{ background-color: #EFEFF1; }
/*#nxt h1,h2,h3				{ color: #930; }*/
#nxt h1						{ font-size: 15pt; }
#nxt h2						{ font-size: 12pt; }
#nxt form                        { margin: 0; padding: 0; }
#nxt a.button,a.button:visited	{ color: #999; text-decoration: none; }			
#nxt a.bannerbutton,a.bannerbutton:visited	{ color: #EAEEF9; text-decoration: none; }
#nxt .hit-head				{ background-color: none; color: #999; font-weight:bolder; font-variant:small-caps;}
#nxt .hit-title				{ color: #000; font-weight: bold; font-size:20px;}
#nxt .hit-count			{ color: #333; font-weight: bold; font-size:10px;}
#nxt a.hit-link				{ color: #333; text-decoration:underline;}
#nxt .hit-context				{ color: #333; font-size:15px;}
#nxt .scroll					{ background-color: #FFDE31; }
#nxt a.scroll-link,a.scroll-link:visited     { text-decoration: underline; color: #773517; font-variant:small-caps;}
#nxt .reference				{ font-size: 10pt; }
#nxt tr.hitlist-row-even		{ background-color: #AFBAD3; }
#nxt tr.hitlist-row-odd		{ background-color: #C9D0E0; }
#nxt .hit-number 			{ font-size: 8pt; color: #000; font-weight: bolder; }
#nxt img                    { vertical-align: top; }
#main #nxt a	{ text-decoration: underline; }
#main #nxt a:link	{ color:  #7FB8E2; }
#main #nxt a:hover	{ text-decoration: none; }
#main #nxt a:visited	{ color: #999; }
#main #nxt input	{ margin-right: 0; }
#nxt input#article	{ background: transparent; }
#nxt input#image	{ background: transparent; }
#nxt input#download	{ background: transparent; }
#nxt input#product	{ background: transparent; }
#nxt input#video	{ background: transparent; }

