/*-------------------------------------------
    CSS print file for Bible Resources
    Last Updated: March 2, 2014
  -------------------------------------------*/


/*---------------------
      Global Styles
  ---------------------*/

body {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

a, a:visited {
	color: #000;
	text-decoration: none;
}

/*----------------------
      Heading Styles
  ----------------------*/

#header h1, #header h1 a {
	color: #000;
	font-family: Georgia, Palatino, Times, serif;
	font-size: 30pt;
	font-variant: small-caps;
	margin: 0;
	text-decoration: none;
}

#header h1 span {
	font-size: 16pt;
}

#header ul {
	display: none;
}

h3 {
	background: transparent;
	border-bottom: 3px solid #888;
	color: #000;
	font: bold 16pt Georgia, Baskerville, "Baskerville Old Face", "Times New Roman", Garamond, Times, serif;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-shadow: none;
	margin-bottom: 1pt;
}


/*-------------------------
      Decoration Styles
  -------------------------*/

div.sectionFooter {
	border-top: 3px solid #888;
	color: #FFF;
	margin: 0;
	text-indent: -1000em; /* Hide text */
	width: 100%;
}


/*--------------------
      Table Styles
  --------------------*/

table {
	border-collapse: collapse;
	margin-left: 20px;
}

table tfoot tr.footer td {
	border-top: 3px solid #888;
	font-weight: bold;
	padding-top: 5px;
}

table thead {
	border-bottom: 3px solid #888;
}

table thead  th {
	padding: 0px 5px 3px 5px;
	text-align: left;
}

table td {
	padding-right: 5px;
	padding-left: 5px;
}
 
td.column {
	width: 180px;
}

td.column p, #results p {
	margin-bottom: 5px;
	margin-top: 5px;
}

td.column p a, #results p a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

tr.first td{
	padding-top: 5px;
}

tr.last td {
	padding-bottom: 5px;
}

tr.odd td {
	background-color: #DDD;
}

.refBox table {
	margin: 0;
}

.refBox td.scripture {
	padding-right: 30px;
}

.refBox table tfoot {
	display: none;
}


/*------------------------
      Paragraph Styles
  ------------------------*/

p.abbrList {
	margin-left: 20px;
	position: relative;
}

p.abbrList span.code {
	font-weight: bold;
}

p.abbrList span.name {
	left: 80px;
	position: absolute;
}

#results .result {
	margin-bottom: 15px;
}

#results .reference {
	font: bold 14px Verdana, Tahoma, Arial, "Trebuchet MS", sans-serif;
	margin-bottom: 7px;
}


/*------------------------
      AJAX Box Styles
  ------------------------*/

div.verseList {
	width: 100%;
}

div.verseList a {
	color: #333;
}

div.refBox, div.vsBox {
	background-color: transparent;
	border: 1px solid #333;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	display: none;
	margin: 15px 0 15px 20px;
	padding: 15px 20px 15px 20px;
	position: relative;
	width: 350px;
}

span.smallRef {
	color: #333;
	font-weight: bold;
}


/*-----------------------------
      Hidden Element Styles
  -----------------------------*/

#header #logo, #header h1, #header #adminCtrl, #nav, #footer, form, 
p.addLink, div.sectionFooter span, div.sectionFooter a,
div.chapterControls, span.closeBtn {
	display: none;
}


/*---------------------
     Tableless Index   
  ---------------------*/

#scriptureIndexTable {
	margin-left: 20px;
	width: 610px;
}

#scriptureIndexTable div#thead {
	border-bottom: 3px solid #333;
	color: #000;
	width: 300px;
}

#scriptureIndexTable div#thead  span.th {
	padding: 0px 5px 5px 5px;
	text-align: left;
	font-weight: bold;
}

/* Table Cells */
#scriptureIndexTable span {
	display: inline-block;
	margin: 0;
	padding: 2px 5px 2px 5px;
}

#scriptureIndexTable span.col1 {
	width: 150px;
}

#scriptureIndexTable span.col2, #scriptureIndexTable span.col3 {
	width: 45px;
}

#scriptureIndexTable p {
	margin: 0;
}

div.printCol1 {
	float: left;
	width: 300px;
}

div.printCol2 {
	float: right;
	width: 300px;
}

/* printBreak is necessary because the page break doesn't 
   work consistently on floated elements */
div.printBreak {
	page-break-after: always;
}