/* main.css */

/* GENERAL FORMATTING */
body {
	margin-left: 10px;
	margin-right: 10px;
}

A:link {
	color: red;
}
A:active {
	color: blue;
}
A:visited {
	color: #CD5C5C;
}

h1,h2,h3,h4 {
	color: navy;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
	font-style: italic;
}
h4 {
        font-size: 100%;
        font-weight: bold;
}

img {
	border: 0;
}

.table_borders {
	border-width: 1px;
	border-spacing: 0px;
	border-color: gray;
	border-collapse: collapse;
}

.table_borders th, .table_borders td {
	border: thin solid gray;
	padding: 0.1em;
}

.table_borders th {
    font-weight: bold;
}

.alert {
    color: red;
}

.columns {
	position: relative;
}
.columns:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
.left_col {
	position: absolute;
	left: 0;
	top: 0;
	width: 33%;
}
.middle_col {
	margin-left: 33%;
	margin-right: 33%;
	width: 34%;
}
.right_col {
	position: absolute;
	right: 0;
	top: 0;
	width: 33%;
}

.twoCol {
	float: left;
	margin: 0;
	width: 49%;
	padding-bottom: 1em;
}
.triCol {
	float: left;
	margin: 0;
	width: 33%;
	padding-bottom: 1em;
}
.triCol + .triCol {
	width: 34%;
}
.triCol + .triCol + .triCol {
	width: 33%;
}

.ill {
    float: right;
}
.verse {
    padding: 3px;
    font-family: arial, sans-serif;
    /*font-style: oblique;*/
    /*letter-spacing: 0.1em;*/
    border: 2px ridge gray;
    background-color: #efefef;
}
p.verse {
    margin: 0px;
}
.hymn_block {
    padding-left: 5em;
}
.hymn {
    margin-left: -5em;
    text-align: left;
    font-style: italic;
}
.hymn_hr {
    width: 85%;
    border: none;
    border-top: thin dashed DarkSlateGray;
    
}
.img_full {
    width: 100%;
    height: auto;
    border-width: 0px;
}

.EOP { /*End of Page: This block will be last block on page*/
    page-break-after: always;
}
.side_bar {
    float: right;
    width: 25%;
    border: thin solid blue;
    margin-right: 2em;
}
.side_bar ul {
    padding-left: 1em;
}

.footnote_mark {
    vertical-align: super;
    font-size: smaller;
}
/* TODO: remove .footnote_box */
.footnote_box, #footnote_box {
    border-top: thin solid black;
    font-size: smaller;
}
.DOI {
	font-size: smaller;
	font-family: courier;
}
/*
q { quotes: "&#8220;" "&#8221;" "&#8216;" "&#8217;"; }
q:before { content: open-quote; }
q:after { content: close-quote; }
*/

/* Outling */
.outline {
    list-style-type: upper-roman;
    margin-left: 1em;
    padding-left: 0;
}
.outline OL {
    list-style-type: upper-alpha;
}
.outline OL OL {
    list-style-type: decimal;
}
.outline OL OL OL {
    list-style-type: lower-alpha;
}
.outline OL OL OL OL {
    list-style-type: lower-roman;
}
.outline OL OL OL OL OL {
        list-style-type: lower-greek;
}

/* TO BE REMOVED */
.ol_decimal {
}
.ol_upper_roman {
    list-style-type: upper-roman;
}
.ol_upper_alpha {
    list-style-type: upper-alpha;
}
.ol_lower_roman {
    list-style-type: lower-roman;
    font-weight: normal;
}
.ol_lower_alpha {
    list-style-type: lower-alpha;
    font-weight: normal;
}
/* END TO BE REMOVED */

/* SPECIAL REGIONS */
#header {
	border-bottom: solid 1px blue;
	position: relative;
}
#header div {
	display: inline;
}

#site_title {
	font-size: large;
	font-weight: bold;
}
#site_title A {
	color: red;
	text-decoration: none;
}


#top_nav, #bottom_nav {
	font-size: small;
}
#top_nav {
	position: absolute;
	right: 0;
	top: 0;
}
#page_title {
	color: navy;
	font-size: larger;
	font-style: italic;
	font-weight: bold;	
}

#footer {
	position: relative;
	border-top: solid 1px blue;
        margin-right: 124px;
	clear: both;
}
#bottom_nav {
	position: absolute;
	right: 0;
	top: 0;
}
#badges {
	text-align: right;
}
#badges img {
    vertical-align: 50%;
}
#searchBox {
    float: left;
}
#contact {
	font-weight: bold;
}
#contact a {
	font-weight: normal;
}
#right_side {
	position: absolute;
	right: 0px;
	width: 120px;
	margin: 0px 10px 0px 0px;
    padding: 0px;
}
#navigation {
	margin: 0;
        background-color: #ADBEE6;
	border: 1px solid blue;
	border-top: 0px solid blue;
	padding: 10px 1px 10px 1px; /* top right bottom left*/
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	margin-left: 0.5em;
	padding-left: 0.5em;
}
#navigation li {
	font-weight: normal;
}
#navigation ul ul {
    font-size: smaller;
}
#navigation span {
	color: white;
	font-weight: bold;
}

#main_content {
	margin-left: 20px;
	margin-right: 123px;
	/*min-height: 30em;*/
}

/* Try and make search results look reasonable */
#googleSearchUnitIframe {
  height: 70em;
}


