/* -------------------------------------------------------------
	Richard Exley Ministries
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.2
	Date:			15 May 2007
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Body
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #434343 url(/images/bg_body.jpg) no-repeat center top;
	border-top: 4px solid #3c3c3c;
	font:  0.7em/1.5em Verdana, Helvetica, sans-serif;
	color: #7f9787;
	text-align: center;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #7f9787;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 8px;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	margin-bottom: 10px;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #504f4f;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

h6 {
	margin-bottom: 10px;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #504f4f;
}
ul#galleryContainer {
	margin: 0;
	padding: 0;
}

#galleryContainer li {
	height: 50px;
	width: 75px;
	margin: 0 10px 10px 0;
	padding: 0;
	border: 1px solid #d3d3d3;
	background: #d3d3d3;
	float: left;
	clear: none;
	position: relative;
	overflow: hidden;
}

#galleryContainer a {
	width: 75px;
	position: absolute;
}

#galleryContainer img, #galleryContainer img {
	width: 75px;
}


/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	width: 900px;
	height: 136px;
	margin: 0 auto;
	text-align: left;
	background: url(/images/bg_index_cap.gif) no-repeat 0 97px;
}

#brand, #brand a {
	width: 395px;
	height: 27px;
	float: left;
	text-indent: -9000em;
	overflow: hidden;
}

#brand {
	margin-top: 37px;
}

#masthead li,
#masthead a:link, #masthead a:visited {
	color: #696969;
	text-transform: lowercase;
	text-decoration: none;
}

#masthead a:hover, #masthead a:active, #masthead a:visited {
	color: #fff;
}

#masthead ul {
	width: 242px;
	height: 20px;
	margin-top: 41px;
	float: right;
}

#masthead li {
	margin-left: 16px;
	padding: 0;
	display: inline;
	background: transparent;
	line-height: 1em;
}

#masthead li.first {
	margin: 0;
}



/* --- ui --- */

#masthead #ui {
	width: 636px;
	height: 15px;
	padding: 14px 0 0 14px;
	margin: 33px 0 0 0;
	float: left;
	clear: left;
}

#masthead #ui li {
	height: 15px;
	margin: 0 17px 0 0;
	float: left;
}

#ui a {
	float: left;
	height: 15px;
	text-indent: -9000em;
	overflow: hidden
}

#ui a:hover {
	background-position: left bottom;
}

#ui_home, #ui_home a {
	width: 43px;
	background-image: url(/images/ui_home.gif);
}

#ui_about, #ui_about a {
	width: 71px;
	background-image: url(/images/ui_about.gif);
}

#ui_bookstore, #ui_bookstore a {
	width: 82px;
	background-image: url(/images/ui_bookstore.gif);
}

#ui_podcasts, #ui_podcasts a {
	width: 73px;
	background-image: url(/images/ui_podcasts.gif);
}

#ui_schedule, #ui_schedule a {
	width: 133px;
	background-image: url(/images/ui_schedule.gif);
}

#ui_booking, #ui_booking a {
	width: 64px;
	background-image: url(/images/ui_booking.gif);
}

#ui_blog, #ui_blog a {
	width: 40px;
	background-image: url(/images/ui_blog.gif);
}


/* --- Product table ---*/

table#productTable {
font: 11px Geneva, Arial, Helvetica, sans-serif;
line-height: 1.8em;
color: #437753;
}

#productTablebooks{
padding: 12px 18px 0 10px;
}

table#productTable a {
font-weight:500;
text-decoration: none;
}

table#productTable a:hover {
text-decoration: underline;
}

table#productTable a:visited {
color: #504f4f;
text-decoration: none;
}

/* --- search form --- */

#search_form {
	width: 235px;
	margin-top: 33px;
	padding-top: 14px;
	float: right;
	clear: right;
}

#search_form label {
	display: none;
}

#search_form input {
	width: 23px;
	float: left;
}

#search_form input.input_class {
	width: 193px;
	margin-right: 6px;
	padding-left: 2px;
}



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
	width: 900px;
	height: 238px;
	float: left;
	clear: both;
	background: url(/images/temp_messaging.jpg) no-repeat;
}

#interior #messaging {
	height: 150px;
	background-image: url(/images/img_messaging_interior.jpg);
}

#interior_couples {
	height: 150px;
	background-image: url(/images/img_couples_interior.jpg);
}

#interior_men {
	height: 150px;
	background-image: url(/images/img_men_interior.jpg);
}

#interior_ministers {
	height: 150px;
	background-image: url(/images/img_ministers_interior.jpg);
}

#interior_grief {
	height: 150px;
	background-image: url(/images/img_grief_interior.jpg);
}

#interior_other {
	height: 150px;
	background-image: url(/images/img_other_interior.jpg);
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 253px;
	float: right;
}

#ui_secondary {
	width: 170px;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-left: 23px;
}

#ui_secondary li {
	height: 21px;
	padding: 0;
	background: transparent;
}

#ui_secondary a {
	width: 170px;
	height: 21px;
	float: left;
	text-indent: -9000em;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
}

#ui_secondary a:hover {
	background-position: right top;
}

#uisub_couples a {
	background-image: url(/images/ui_sub_couples.gif);
}

#uisub_men a {
	background-image: url(/images/ui_sub_men.gif);
}

#uisub_ministers a {
	background-image: url(/images/ui_sub_ministers.gif);
}

#uisub_grief a {
	background-image: url(/images/ui_sub_grief.gif);
}




/* --- Newsletter Form --- */

#newsletter_form {
	width: 238px;
	padding: 43px 0 20px 15px;
	float: left;
}

#newsletter_form .title {
	width: 100%;
	height: 14px;
	margin-bottom: 12px;
	float: left;
	background: url(/images/title_enewslettersignup.gif) no-repeat;
}

#newsletter_form div {
	width: 112px;
	height: 40px;
	float: left;
}

#newsletter_form div.full_width {
	width: 100%;
}

#newsletter_form .input_class {
	width: 104px;
	padding-left: 2px;
}

#newsletter_form .full_width input {
	width: 28px;
	float: left;
}

#newsletter_form .full_width .input_class {
	width: 184px;
	margin-right: 4px;
}

#newsletter_form label {
	font-weight: bold;
	display: block;
	line-height: 1.2em;
}

#title_helpushelp, #title_helpushelp a {
	width: 251px;
	height: 77px;
	margin-top: 25px;
	float: left;
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	width: 570px;

	padding: 15px 0 15px 52px;
	float: left;
}

#home #body {
	width: 443px;
	padding: 40px 0 10px 183px;
	background: url(/images/bg_content_body.jpg) no-repeat left bottom;
}

#header {
	margin-bottom: 10px;
}




/*	Subcontent
- - - - - - - - - - - - - -  */

#subcontent {
	width: 626px;
	float: left;
	line-height: 1.3em;
}


/* --- featured product --- */

#featured_product {
	width: 325px;
	padding: 20px 0 0 23px;
	float: left;
}

#interior #featured_product {
	width: 230px;
}

#title_featured_product {
	width: 153px;
	height: 14px;
	margin-bottom: 16px;
	background: url(/images/title_featured_product.gif) no-repeat;
}

#featured_product div {
	width: 200px;
	padding: 7px 23px 0 0;
	float: right;
}

#featured_product h3 {
	margin-bottom: 3px;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}

#title_btn_buynow {
	width: 60px;
	height: 18px;
	margin: 14px 4px 0 0;
	float: left;
	clear: left;
	background: url(/images/btn_buynow.gif) no-repeat;
}

#interior #title_btn_buynow {
	float: right;
	clear: right;
	display: inline;
	margin-right: 67px;
}

#title_btn_readsample {
	width: 126px;
	height: 18px;
	margin: 14px 0 0 0;
	float: left;
	background: url(/images/btn_readsample.gif) no-repeat;
}

#featured_product img {
	float: left;
}

#featured_product h5 {
	width: 96px;
	float: left;
	clear: left;	
	text-align: center;
	font-weight: bold;
	font-size: 1em;
}

#interior #featured_product h5 {
	float: right;
	clear: right;
	display: inline;
	text-align: left;
	margin: 20px 30px 0 0;
}


/* --- blog/podcast --- */

#subcontent ul {
	width: 246px;
	padding: 27px 0 0 31px;
	float: left;
	border-left: 1px solid #d9d9d9;
	font-style: italic;
}

#subcontent ul a {
	font-style: normal;
}

#subcontent li {
	padding: 0;
}

#subcontent li p {
	width: 214px;
	height: 52px;
	padding-left: 32px;
}

#featured_podcast, #featured_blogpost {
	background: transparent;
}

#featured_podcast .title {
	height: 14px;
	margin-bottom: 4px;
	background: url(/images/title_featured_podcast.gif) no-repeat;
}

#featured_podcast p {
	background: url(/images/icon_podcast.jpg) no-repeat;
}

#featured_blogpost .title {
	height: 14px;
	margin-bottom: 4px;
	background: url(/images/title_featured_blogpost.gif) no-repeat;
}

#featured_blogpost p {
	background: url(/images/icon_blogpost.jpg) no-repeat 2px 3px;
}


/* --- Image Positioning --- */

.floatLeft {
	float: left;
	padding: 8px 10px 10px 8px;
}

.floatRight {
	float: right;
	padding: 8px 10px 10px 8px;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 900px;
	height: 60px;
	margin: 0 auto;
	padding-top: 20px;
	clear: both;
	background: url(/images/bg_index_footer.gif) no-repeat left top;
	color: #696969;
	text-align: left;
}

#footer a:link, #footer a:visited {
	color: #696969;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #fff;
}

#copyright {
	width: 350px;
	float: left;
	padding-left: 8px;
}

#footer_links {
	width: 340px;
	padding-right: 8px;
	float: right;
	text-align: right;
}

#footer_links li {
	display: inline;
	margin-left: 16px;
	padding: 0;
}

#footer_links li.first {
	margin: 0;
}

#footer_links a {
	text-transform: lowercase;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.input_class {
	border: 1px solid #b1c3b7;
	font: normal 1em/1.4em Arial, Helvetica, sans-serif;
	color: #7f9787;
}

.required {
	color: #f00;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}

/* --- lightbox --- */

.galleryList {
	display: none;
}

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 950;
	text-align: center;
	line-height: 0;
}

#lightbox a img { 
	border: none; 
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
	
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 900;
}

#imageContainer>#hoverNav { 
	left: 0;
}

#hoverNav a { 
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
} 

#prevLink { 
	left: 0; 
	float: left;
}

#nextLink { 
	right: 0; 
	float: right;
}

#prevLink:hover, 
#prevLink:visited:hover { 
	background: url(/images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, 
#nextLink:visited:hover { 
	background: url(/images/nextlabel.gif) right 15% no-repeat; 
}


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding: 0 10px;
}

#imageData #imageDetails { 
	width: 70%; 
	float: left;  
	text-align: left; 
}
 
#imageData #caption { 
	font-weight: bold;	
}

#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;
}
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
	



