﻿body 
{
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: .85em;
}

#wrapper 
{
	background-color: #ffffff;
	width: 1000px;
	margin: 0;
}

#header 
{
	background-color: #002080;
	/* background-image: url(../../images/skinny.jpg); */
	color: #cfcde6;
	margin: 0;
	margin-left: .9em;
	padding: 0;
}

#menudiv 
{
	background-color: #002080;
	margin: 0;
	margin-left: .9em;
	padding: 0;
	color: #cfcde6;
}


#nav 
{
	background-image: url(../../images/qlbluebar.jpg); 
	background-repeat: repeat-x;
	background-color: #CFD8FF;
	color: #002080;
	width: 270px;
	float: left;
	margin-left: .9em;
	padding-left: 5px;
	margin-top: 2px;
	height: 525px;
	
}

#nav a 
{
	color: #002080;
	
}

#nav a:hover 
{
	color: red;
}
	
#nav a:link 
{
	color: #002080;
}	

#nav2 
{
	background-image: url(../../images/qlbluebar.jpg);
	background-repeat: repeat-x;
	background-color: #CFD8FF;
	color: #002080;
	width: 230px;
	float: left;
	margin-left: .9em;
	padding-left: 5px;
	margin-top: 2px;
}

#nav2 a 
{
	color: #002080;
	/* text-decoration: none; */
}

#nav2 a:hover 
{
	color: red;
	/* text-decoration: none; */
}
	
#nav2 a:link 
{
	color: #002080;
	/* text-decoration: none; */
}	
		

#content2col 
{
	background-color:#FFFFFF;
	color: #000000;
	margin-left: .9em;
	margin-right: .9em;
	/* width: 80%; */
	float: left;
}

#content3col 
{
	background-color:#FFFFFF;
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	margin-top: 2px;
}

#innercontent 
{
	margin: 20px;
}

#rightside {
	background-image: url(../../images/qlbluebar.jpg);
	background-repeat: repeat-x;
	background-color: #CFD8FF;
	color: #002080;
	margin-right: 0;
	margin-top: 0;
	width: 270px;
	float: right;
	padding-left: 5px;
	height: 525px;
	margin-top: 2px;
}

#rightside a 
{
	color: #002080;
}

#rightside a:hover 
{
	color: red;
}
	
#rightside a:link 
{
	color: #002080;
}

#rightside2 {
	background-image: url(../../images/qlbluebar.jpg);
	background-repeat: repeat-x;
	background-color: #CFD8FF;
	color: #002080;
	margin-right: 0;
	margin-top: 0;
	width: 230px;
	float: right;
	padding-left: 5px;
	margin-top: 2px;
}

#rightside2 a 
{
	color: #002080;
}

#rightside2 a:hover 
{
	color: red;
}
	
#rightside2 a:link 
{
	color: #002080;
}

#content3col 
{
	font-size: .9em;
}		
#content3col a 
{
	color: red;
}

#content3col a:hover 
{
	color: #002080;
}
	
#content3col a:link 
{
	color: red;
}	

#footer 
{
	clear: both;
	margin-left: .9em;
	background-color: #CFD8FF;
	color: #002080;
	letter-spacing: 2px;
	font-size: 0.75em;
	text-align: center;
	padding-top: 2px;
	width: 100%;
	margin-right: .9em;
}

#ql 
{
	background-color: #CED9FF;
	
	color: #212EBA;
	float: left;
}

#adql
{
	background-color: #9A9A9A;
	background-position: left;
	background-repeat: no-repeat;
	color: #212EBA;
	float: left;
}

#randomImage 
{
	text-align: center;
	width: 100%;
}

/* skip nav for accessible sites */


#skipnav {
	position: absolute;
	margin-left: -1200px;
	/*width: 900px;*/
	}
#skipnav a:focus, #skipnav a:active {
	margin-left: 1000px;
	overflow: visible;
	display: block;
	width: 10em;
	}
#blah:active {
  /*this needed to assure skipnav works -- per site where this found no obvious reaons why it works*/
	}
	
/* font sizes, text alignment, etc */

.middle 
{
	text-align: center;
}

.bigText 
{
	font-size: 1.5em;
	font-family: Stencil, "Times New Roman", Serif;
}

.littleText
{
	font-size: .8em;
	font-family: Tahoma, Georgia, Lucida Sans, Sans-Serif;
}

.errortext 
{
	color: Red;
	font-size: .85em;
}

h2
{
	color: #800000;
}
	
h3 
{
	color: #800000;
}

h4 
{
	text-align: center;
	color: #800000;
}

.textBold
{
    font-weight: bold;
}

.quick-links 
{
	font-size: .8em;
	color: #006600;
}

.emphasis 
{
	font-weight: bold;
	color: Maroon;
}

.slant 
{
	font-style: italic;
	color: Maroon;
}

.textUnderline
{
    text-decoration: underline;
 }

.verse 
{
	color: #0099FF;
}

hr 
{
	color: #1B26B4;
	background-color: #1B26B4;
}

.paddedPara 
{
	padding-bottom: 5px;
	padding-right: .9em;
}

.downloadbox 
{
	text-indent: 25px;
}

.picLeft {
	float: left;
	padding: 5px;
}

.picRight {
	float: right;
	padding: 5px;
}

.firstltr 
{
	font-size: 1.5em;
	color: Maroon;
	font-weight: bold;
}


.grid
{
   font: .9em Arial, Sans-Serif;
}

.menu {
    color: black;
   font: .9em Arial, Sans-Serif;
	
}
.menu A:hover {
    color: black;
	text-decoration: underline;
   font: .9em Arial, Sans-Serif;
}
.menu A
{
    color: black;
    text-decoration: none;
   font: .9em Arial, Sans-Serif;
}



/*Modal Popup*/
.modalBackground {
	background-color: blue;
	}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Navy;
	padding:3px;
}

#highlights 
{
	background: grey;
	border-color: Navy;
	border-style: double;
	border-width: medium;
	font-size: .8em;
	color: Navy;
	padding-left: -.9em;
}

#highlights h4 
{
	font-size: .82em;
	font-weight: bold;
}

#highlights .altRow 
{
	color: Maroon;
}

.teachbio
{
	text-indent: 50px;
}
.teachbio2 
{
	padding-left: 20px;
}

/* container to balance columns using js */
.container {
	letter-spacing: normal;
}

.search 
{
	font-size: .8em;
}

.searchterm 
{
	color: Blue;
}

.textLeft
{
    text-align: left;
}

.padLeft
{
    padding-left: 5px;
}

.adminBody 
{
        color: #002080;
}

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: 4px;
	width: 730px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: 4px;
	text-align: left;
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#albums {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 650px;
	padding-top:1.0em;
}

.view {
	margin-left: auto;
	margin-right: 4px;
	width: 650px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0;
	width: 730px;
}

.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
    margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 640px;
	height: 33px;
	text-align: center;
	float: right;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}

#box 
{
    position:absolute;
    top:150px;
	width:734px;
	margin-left: auto;
	margin-right: 4px;
	text-align:center;
	padding:15px;
}
    
/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

/*Textbox Watermark*/



.unwatermarked {

	height:18px;

	width:148px;

}



.watermarked {



	color:gray;

}	

.churchborder {
 border-style: solid;
 border-color: Navy;
 border-width: 2px; 
 }
 
 .textIndent
 {
     margin-left: 5em;
 }
