﻿body
{
    background-color: #3F1B1B;
    /*background-color: #5F5E66;*/
    font-family: Calibri, arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #363430;
}
*
{
    margin: 0;
	padding: 0;
}

a
{
	color: #6D7B87; /*color: #8A7385;*/
}
fieldset
{
	padding: 5px;
}
#frame
{
	background-position: center top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: White;
	background: url(Images/shadows.gif) white repeat-y left top;
	padding-left: 40px;
	padding-right: 40px;
}

#header
{
    width: 800px;
    height: 170px;
    background: url(Images/header.jpg) white no-repeat left top;
}

#header ul li a
{ 
    font-size: 12pt;
    color: White;
}
#topMenu
{
	/*background-color: Black;*/
	background-position: center center;
	background-image: url(Images/topMenuBg.gif);
	margin: 0 10px 10px 10px;
	padding: 0;
	list-style: none;
	width: 780px;
	float: left;
	height: 40px;
	background-repeat: repeat-x;
}
#topMenu li
{
	float: left;
	text-align: center;
	width: 11%; /* 100% / 7 menu items */
}
#topMenu a
{
	font-weight: bold;
	margin: 0 1.75em;
	line-height: 2.0em;
	text-decoration: none;
	/*color: #7A5135;*/
	color: White;
	font-family: Calibri;
	
}
#topMenu a:hover
{
	text-decoration: underline;
}
#sideContent
{
	width: 250px;
	margin-right: 10px;
	float: right;
	margin-top: 0px;
	font-size: 10pt;
	min-height: 575px;
	font-size: smaller;
	font-family: 'Palatino Linotype';
}
.error
{
	color: Red;
}

.portal
{
	font-family: 'Palatino Linotype';
	font-weight: bold;
	color: #565855;
	font-size: 10pt;
}
.portal h1
{
	color: Black;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 10pt;
	border-top-color: #8A7385;
	border-bottom-color: #8A7385;
	border-bottom: solid 1px #8A7385;
}

.portal a
{
    text-decoration: none;
}
.portal a:hover
{
    background-color: #EFDADA;
}
.portal ul
{
	margin-left: 0;
}

.portal ul li
{
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 5px;
	list-style-image: url(Images/arrow_off.gif);
	list-style-position: inside;
}
.portal ul li:hover,
.portal ul li a:hover
{
	background-color: Yellow;
}
#mainContent
{
	width: 485px;
	padding-bottom: 50px;
    margin-left: 20px;
    
    padding-right: 15px;
    margin-right: 15px;
    
    background-color: White;
    color: #565855;
    float: left;
    min-height: 575px;
}
.leftIndent
{
	font-size: smaller;
	font-family: 'Palatino Linotype';
}

.bibleSearchBox
{
	float: right;
	display: block;
}
.newsPost
{
	margin-top: 40px;
	text-align: justify;
	font-family: 'Comic Sans MS';
}
.newsPost .header
{
	color: #6D7B87;
	width: 100%;
}
.newsPost .header a
{
	color: #6D7B87;
	font-size: large;
	font-family: 'Cooper Std Black';
}
.newsPost .header span
{
	
	float: right;
	font-family: 'Cooper Std Black';
}
.newsPost div
{
	
}
h1
{
	margin-top: 4px; /* Keeps the bible search box from touching */
	margin-bottom: 10px; /*font-family: 'Book Antiqua';*/
	font-family: 'Kozuka Gothic Pro B';
	font-size: 20pt;
	/*line-height: 26px; background: url(Images/content_h1.png) white no-repeat left center;*/
	border-bottom: solid 2px #8A7385;
}
h1 span
{
    padding-right: 10px;
    background-color: White;
}
h2
{
	margin-bottom: 10px;
	font-size: 14pt;
	font-family: 'Book Antiqua';
}
h3
{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0;
	font-size: 10pt;
	font-family: 'Book Antiqua';
	font-style: italic;
}
p
{
	margin-top: 10px;
	margin-bottom: 10px;
}
#verses
{ 
	float: right;
	width:250px; 
	height:400px; 
}
#verses p
{
	font-weight: normal;
	padding-left: 30px;
	margin-right: 15px;
	font-size: small;
	font-family: 'Palatino Linotype';	
	
}
#verses p.active
{
	background: url(Images/quote_start_red.gif) white no-repeat 0px top;
	font-weight: bold;
	padding-left: 30px;
	margin-right: 15px;
	font-size: small;
	font-family: 'Palatino Linotype';
}
#verses a
{
	display: block;
	color: #7A5135;
}

.verse:hover,
.highlight:hover
{
	background-color: #EFDADA; /*FFFF99;*/
}
.highlight
{
	background-color: #FFFF66;
}
sup
{
	color: #3333FF;
}

#content
{
	width: 760px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 575px;
	background-color: White;
}

#footer
{
    clear: both;
    width: 780px;
    height: 10px;
    background-color: Black;
    border-top: solid 10px white;
    border-left: solid 10px white;
    border-right: solid 10px white;
}
#logindisplay
{
	width: 100%;
	color: White;
	padding-left: 45px;
	padding-top: 60px;
}
#logindisplay a
{
	color: #CCCCCC;
}
.tbl
{
	width: 100%;
	border-top: 2px solid #8D3D3D;
	color: #8BAABE;
	border-collapse: collapse;
	margin: 0;
	font-size: smaller;
	font-family: 'Palatino Linotype';
}
.tbl th
{
	background-color: #8D3D3D;
	color: White;
	padding: 5px;
	text-align: left;
}
.tbl tr
{
	height: 22px;
}
.tbl td
{
	text-align: left;
	vertical-align: top; 
	padding: 5px;
	padding-left: 10px;
	padding-top: 2px;
	color: #666699;
}
.tbl .lesson:hover
{
	background-color: #EFDADA;
}

p
{
    padding-right: 10px;
}

/* Colors picked from header image */
.test
{
	color: #EFDADA;
}
.yellow
{
	color: #D8E0AF;
}
.violet
{
	color: #8A7385;
}
.clay
{
	color: #565855;
}
.blue
{
	color: #8BAABE;
}
.green
{
	color: #AFCCAD;
}
.darkGray
{
	color: #565855;
}
.boldRed
{
	color: Red;
	font-weight: bold;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
	color: #ff0000;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.validation-summary-errors li
{
	margin-left: 15px;
}