/****** BEGIN CSS RESET FOR CROSS-BROWSER COMPATIBILITY ******/
* { margin: 0; padding: 0; }

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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	color:#333333;
	font-family: Tahoma,Arial,"Lucida Grande Regular","Lucida Grande",Lucida,sans-serif;
	vertical-align: baseline;
	text-align: left;

}

h4 { 
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #ffffff;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

html{
    min-height:100%;
    margin-bottom:1px;
    overflow: -moz-scrollbars-vertical !important;    
	
}

.clear { clear:both; }

/********************************************************
	STYLES

*********************************************************/
html,body {
	margin: 0 auto;
	padding: 0;
	color: #455560;
	font-family: Helvetica, lucida grande, arial, sans-serif;
	font-size: 12px;
	background-color: #1A1A1A;
}

p { margin: 10px 0; line-height: 18px;}

label { font-weight: bold; }

/*C5C39A*/
#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	min-height:400px;
}

#footer {
	margin-top: 10px;
	width:760px;
}

#logo {
	height:52px;
}

#content {
	width: 800px;
}

.wrapper {
	width:800px;
}

.date {
	float:left;
	width:104px;
	height:60px;
	margin: 0 4px 4px 0;
	background-color:#4D4D4D;
	border:1px solid #4D4D4D;
	cursor:pointer;
}

#fill_date {
	float:left;
	height:60px;
	width:324px;
	background-color:#4D4D4D;
	border:1px solid #4D4D4D;
}

.special {
	background-color:#666666;
	border:1px solid #666666;
}

.date:hover {
	border:1px solid #cccccc;
}

.past {
	background-color:#002858;
	border:1px solid #002858;
}

.columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .columns {height: 1%;}
.columns {display:inline-block;}
.columns {display: block; margin-left:36px;}

.columns .column{
  float:left;
}

.columns .duocol {
	width: 200px;
	padding-right:20px;
}

.duocol h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:4px;
}

ul.bl {
	list-style-type:square;
}

ul.bl li {
	padding: 2px 4px;
	margin-bottom: 4px;
	line-height:1.2;
}

#flip-side {
	position: absolute;
	z-index: 1000;
	width:94px;
	height:46px;
	visibility:hidden;
	padding: 10px 12px 12px 12px;
	opacity:0.9;
}

#flip-side h1 { color:#FFFFFF; font-size: 34px; margin-bottom:3px; line-height:1.4;}

h1 .sub_title { font-size:14px; color:#4D4D4D;}

.flip-content { display:none; }

.passage {}

.esv h2 { font-size: 12px; color:#000000; font-weight:bold;}

.esv-text {
	border-bottom:1px solid #333333;
	padding-bottom:4px;
	margin-bottom:6px;
	color:#333333; 
	font-size:12px; 
	line-height:1.6;
}

#flip-scroll { height:336px; width:376px; padding-bottom:6px;}

#flip-scroll a { font-size: 9px; text-transform:uppercase;}

/*
	jSCROLL Styles
	C5C19D
***************************/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #FFFFFF;
}
.jScrollPaneDrag {
	position: absolute;
	background: #000000 url(/advent/images/scroll_drag_handle.gif) no-repeat 50% 50%;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	background: #474220 url(/advent/images/scroll_drag_bg.gif) repeat-y;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	background: #474220 url(/advent/images/scroll_drag_bg.gif) repeat-y;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.scroll-pane {
	overflow: auto;
	float: left;
	width: 364px;
	height: 320px;
}

/*
	ESV STYLES
***************************/
div.block-indent p {
	margin-left:0;
	padding-left:2.5em;
	text-indent:0;
}

span.indent {
	padding-left:2em;
}