@charset "UTF-8";
/* CSS Document */

/* General tag-based settings */
body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 12px;
	line-height: 15px;
	background-color: #E5E5E5;
	color: #333333;
}

div {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

p {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
}

a {
	color:#000099;
	text-decoration: underline;
}

a:hover {
	color:#000099;
	text-decoration: none;
}

a img {
	border: 0px;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	margin: 10px 10px 10px 20px;
	padding-left: 10px;
	list-style-position: outside;
}

/*ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	/* margin: 10px;
	padding: 0px;
	list-style-position: inside; 
} */

h1, h2, h3, h4, h5 {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial;
	line-height: 110%;
}

h1 {
	color: #000099;
	font-size: 190%;
}

h2 {
	color: #000099;
	font-size: 140%;
}

h3 {
	color: #333333;
	font-size: 120%;
}

h4 {
	color: #000099;
	font-size: 120%;
}

iframe {
    border: 1px solid #ddd;
}


/* Formatting classes */
.headline {
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

.headline a, .headline a:visited {
	text-decoration: none;
}

.headline a:hover {
	text-decoration: underline;
}

.hrule {
	clear: both;
	border-top: 1px dashed #999;
	margin: 7px 0px;
	padding: 0px;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFCC;
	text-align: center;
	margin: 0px;
	padding: 10px;
	width: auto;
	color: #FF0000;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;	
}

/* Floating */
.f-left {
	float: left;
}

.f-right {
	float: right;
}

/* Text align */
.t-left {
	text-align:left;
}

.t-center {
	text-align: center;
}

.t-right {
	text-align: right;
}

.clear {
	clear: both;
}

/* Structural ID's */

#headercap {
	background: url(../images/structural/bg_820px_top.png) 0 10px no-repeat;
	clear: both;
	width: 820px;
	height: 15px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
}

#wrapper {
	width: 820px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/structural/bg_820px.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#header {
	height: 47px;
	background: url(../images/structural/eto_header_new.png) 10px 2px no-repeat;
}


/* Navigation Bar (tabs) */ 
#navtabs {
	background-color: #000099;
	width: 800px;
	height: 29px;
	padding-top: 5px;
	margin: 0px 10px;
	
	/* _height:1px; */
}

#navtabs ul {
	font-family: "Lucida Grande", Helvetica, Arial;
	margin: 0px 7px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	
}

#navtabs ul li {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
}

#navtabs ul li a {
	display: block;
	position: relative;
	padding: 7px 15px;
	border: 0px;
	background-image: url(../images/structural/tab.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #B5C4E3;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}

/* Navigation Bar (tabs - link) */	
#navtabs ul li a span.tab-l, #navtabs ul li a:hover span.tab-l {
	position: absolute;
	top: 0px;
	left: 0px;
	/* _left: -15px; */
	width: 6px;
	height: 6px;
	background-image: url(../images/structural/t-left.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navtabs ul li a span.tab-r, #navtabs ul li a:hover span.tab-r {
	position: absolute;
	top: 0px;
	right: 0px;
	/* _right: -1px; */
	width: 6px;
	height: 6px;
	background: url(../images/structural/t-right.gif) 100% 0 no-repeat;
}

/* Navigation Bar (tabs - hover) */
#navtabs ul li a:hover {
	background: url(../images/structural/tab_ovr.gif) 0 0 repeat-x;
	color:#FFF;
}

#navtabs ul li a:hover span.tab-l {
	background: url(../images/structural/t-left_ovr.gif) 0 0 no-repeat;
}

#navtabs ul li a:hover span.tab-r {
	background: url(../images/structural/t-right_ovr.gif) 100% 0 no-repeat;
}

/* Navigation Bar (tabs - active) */
#navtabs ul li#active a {
	background: #FFF; 
	color: #009;
}

#navtabs ul li#active a span.tab-l {
	position: absolute;
	top: 0px;
	left: 0px;
	/* _left:-15px; */
	width: 8px;
	height: 8px;
	background: url(../images/structural/t-left_act.gif) 0 0 no-repeat;
}

#navtabs ul li#active a span.tab-r {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 8px;
	height: 8px;
	background: url(../images/structural/t-right_act.gif) 100% 0 no-repeat;
}   

/* Link column */
#linkcol {
	float: left;
	width: 150px;
	margin-left: 17px;
	padding: 0px;
	/* background-color: #999966; */
}

#linkcol a {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	color: #009;
}

#linkcol ul#links {margin: 10px 0px; padding: 0px; list-style:none;}

#linkcol ul#links li {margin: 0px; padding: 0px; border-bottom: 1px solid #E0E8FA;}

#linkcol ul#links li a {display: block; padding: 3px 0 3px 22px; background: url("../images/structural/ico_link.gif") 5px 6px no-repeat; text-decoration:none;}

#linkcol ul#links li a:hover {background-color: #D3DFF8;}

/* Main column */
#maincol {
	float: left;
	width: 450px;
	margin-left: 7px;
	padding: 10px 0px;
	font-size: 12px;
	/* background-color: #99FF00; */
}

/* Main column - wide */
#maincol-w {
	float: left;
	width: 607px;
	margin-left: 17px;
	padding: 10px 0px;
	font-size: 12px;
	/* background-color: #99FF00; */
}

#rightcol {
	margin-left: 9px;
	width: 170px;
	float: left;
	/* background-color: #990000; */
}

#rightcol p {
	font-size: 12px;
}


/* Style settings for a rounded corner box, 170 px wide with gray border, white background. */
.subbox-gr {
	position: relative;
	width: 170px;
	padding: 7px;
	margin: 7px 0px;
	background:url(../images/structural/grcorn-bg.png) 0 0 repeat-y;
}

.subbox-gr span.grcorn-top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 4px;
	background-image: url(../images/structural/grcorn-top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.subbox-gr span.grcorn-btm {
	position: absolute;
	bottom: 0px;
    left: 0px;
	width: 170px;
	height: 4px;
	background-image: url(../images/structural/grcorn-btm.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#footer {
	position: relative;
	clear: both;
	margin: 0px;
	width: 820px;
	
}

#footertext {
	border-top: 1px #999 dashed;
	margin: 0px 17px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000099;
	/* background-color:#33FF66; */
}

#footercap {
	background: url(../images/structural/bg_820px_bottom.png) 0 0 no-repeat;
	clear: both;
	width: 820px;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
}

#cmointro {
	margin: 7px 15px 150px 172px;
	padding: 7px;
	background: url(../images/structural/transp_bg.png) 0 0 repeat;	
}

#cmointro p {
	font-family:"Lucida Grande", Helvetica, Arial;
	font-size: 12px;
}


/* Style settings for the ETO Blogs entry page. This code was copied from global.css of the old ETO site. */
#blogLink {
	margin: 0px;
	padding: 0px;
	width: auto;
	
}

#blogLink ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#blogLink li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#blogLink li#steele_button a {
	height: 189px;
	width: 150px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/img_steele/steele_w150.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #333333;
	text-decoration: none;
}

#blogLink li#day_button a {
	height: 189px;
	width: 150px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/img_day/day_w150.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #333333;
	text-decoration: none;
}

#blogLink li#beal_button a {
	height: 189px;
	width: 150px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/img_beal/beal_w150.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #333333;
	text-decoration: none;
}

.blog_box {
	border: 1px #333 solid; 
	padding: 5px; 
	margin: 10px auto; 
	height: 95px; 
	width: 400px; 
	font-size: 11px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

/* Form styles */
#message {
	margin: 0px;
	padding: 0px;
	height: 350px;
	width: 400px;
}

.fieldset {
	margin: 5px 3px 5px 0px; 
	padding: 10px; 
	border: 1px solid #009;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

/* CMO Styles */

.cmo_ann_box {
	margin: 120px auto 0 auto; 
	border: 1px #666 solid; 
	width: 400px; 
	padding: 10px;
	clear: both;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

/* Settings for photo album pages */
#photoLinks {
	padding: 0px;
	margin-top: 10px;
	width: 100px;
	float: left;
	
}

#photoLinks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

#photoLinks ul li {
	padding: 3px;
}

#photoLinks ul li.selected {
	margin-left: 3px;
	color: #666666;
	font-weight: bold;
}

#photoLinks ul li a, #photoLinks ul li a:visited {
	margin: 0px;
	padding: 3px;
	border: 0px;
	text-decoration: none;
}

#photoLinks ul li a:hover {
	padding: 2px;
	border: 1px solid #009;
	text-decoration: none;
}

#album_box {
	border: 1px #999 solid;
	padding: 7px;
	margin: 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

/* Twitter settings */

#twitter_update_list {
	margin: 7px 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	text-align: left;
	
}

#twitter_update_list a {
	text-align: left;
}

/* Bible First! page settings */

#bf-tiles {
	position: relative;
	float: left;
	padding: 0;
	width: 607px;
	background: url(../images/biblefirst/bf_staggered_op80_bg_w607.png) 0 0 repeat;
}

#bf_logo_header {
	margin: 20px auto 15px auto;
	width: 463px;
	
}

#bf_textframe {
	border: 1px #009 solid;
	padding: 0;
	margin: 10px auto 30px auto;
	width: 550px;
	background: url(../images/biblefirst/every_word_w550.png) no-repeat;
/*	background: #E1EFFF;*/
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	
	-moz-box-shadow: 4px 4px 5px #666;
	-webkit-box-shadow: 4px 4px 5px #666;
	box-shadow: 4px 4px 5px #666;
	
}

#bf_textbox {
	padding: 15px;
	width: 520px;
	
}

#bf_textbox p {
	font: normal 1.3em Georgia, Times, sans-serif;
	color: #222;
}

#bf_textbox h3 {
	font: bold 1.8em Georgia, Times, sans-serif;
	color: #222;
}

#fade_bg {
	clear: both;
	margin: 0;
}

.bf_less_desc {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	
}

.bf_less_desc p {
	font: normal 1.2em Georgia, Times, sans-serif;
	color: #222;
}

.bf_less_desc h3 {
	font: bold 1.4em Georgia, Times, sans-serif;
	color: #222;
}

.bf_less_img {
	float: left;
	margin: 3px 0 0 5px;
}

.bf_less_img img{
	border: 1px #999 solid;
	
}

.bf_less_summ {
	margin-left: 117px;
}

.bf_first_less {
	float: left;
	margin: 3px 10px 0 0;
	border: 1px #999 solid;
	
}

.horiz_grad {
	float: left;
	width: 607px;
	height: 2px;
	margin: 20px 0;
	padding: 0;
	background: url(../images/biblefirst/horiz_grad.png) no-repeat;
}

.volume_hrule {
	float: left;
	width: 607px;
	margin: 40px 0 15px 0;
	padding: 0;
}

#bf_form {
	margin: 0 auto;
	padding: 0px;
	width: 400px;
	/*border: 1px #009 solid;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;*/
}

#bf_text_input {
	width: 275px;
	height: 25px;
	font: normal 1.5em "Lucida Grande", Helvetica, Arial;
	margin-top: 10px;
}

.videolinks {
    list-style:none;
}

.videolinks li a {
    display: block; 
    padding: 3px 0 3px 22px; 
    background: url("../images/structural/ico_link.gif") 5px 6px no-repeat; 
/*    text-decoration:none;*/
    
    }
    
.bf_video {
	float: left;
	margin: 3px 10px 0 0;
	border: 1px #999 solid;

}
    


/*#linkcol ul#links {margin: 10px 0px; padding: 0px; list-style:none;}

#linkcol ul#links li {margin: 0px; padding: 0px; border-bottom: 1px solid #E0E8FA;}*/

#linkcol ul#links li a {display: block; padding: 3px 0 3px 22px; background: url("../images/structural/ico_link.gif") 5px 6px no-repeat; text-decoration:none;}


