/* This is the basic CSS file to be included in all HTML modules. Each individual module will have it's own	*/
/*   style sheet that will modify particular styles, such as body width. 	*/

/* Examples from CSSPro, chapter 9	*/
/* Searchbox example on p. 336			*/
/* McKinney */

body {
	color : #000;
/*	font-size : 62.5%;	*/		/* CSSPro p.333	*/
	font-family : "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
/*	min-width :960px;  */
	}

h1, h2 {
	font-family : "Trebuckt MS", Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	line-height : 1.25em;
	margin-top : 0;
		}
h1, h6 {
    margin: 0;
    font-weight: normal;
    font-size :0.75em;
}
h3 {				/* added */
	font-family : "Trebuckt MS", Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	font-size:1.0em;
	line-height : 1.25em;
	margin-top : 0;
	}

h4 {
	font-family : "Trebuckt MS", Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	line-height : 1.25em;
	margin-top : 0;
	}



div#header,				/* 	*/
div#container,		/*  	*/
div#footer {
	position: relative;
	width: 920px;
/*	min-width: 950px; */
	margin : 0 auto;
}
div#container {				/*  	*/
    border: 1px solid gray;
/*  	min-height: 420px; */
  	height : 100%;
/*    background-color: lightgrey;    */
		position : relative;
  	}

div#header,				/* 	*/
div#footer {			/* 	*/
	min-height: 60px;
	background-color : lightcyan;
	border : 1px solid red;
	}
	/* The Holly hack fixes positioning in older versions of MS-IE */
div#header {
	height : 1%;
}

div#header-left {				/*  	*/
    position: absolute;
    top: 0;
    bottom: 0;
    width: 380px;
    margin: 3px;
    padding : 5px;
}

div#header-right {			/*  	*/
    position: absolute;
		left: 450px;
    width: 380px;
    margin: 3px;
		padding : 5px;
}

div#content {			/* 	*/
	margin: 3px 3px 3px 3px;
	padding : 5px;
	width: 700px;
/*	min-width: 500px;     */
  min-height: 400px;
/*	background-color : lightblue; */
/*	border: 1px solid blue;	*/
 position : absolute;
 left : 0;
	}

div#wrapper {			/* 	*/
	background-color : white;
	margin: 3px 3px 3px 3px;
	padding : 5px;
	width: 700px;
	border: 1px solid blue;
	position : absolute;
	left : 0;
}


.content-block {
	width :690px;
	position: absolute;
	border: 2px solid blue;
	/* background-color : rgb(240,255,255);	 */
	background-color : lightskyblue;
	padding : 0 5px 0 5px;
}

.block-head {		/* Index,   */
	position:absolute;
	text-align:center;
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
	font-size:1.5em;
	color:#000000;
	display : block;
	border : 1px solid blue;
	background-color : lightblue;
	padding : 0 5px 0 5px;
	width: 690px;
	}

.block-subhead {		/* Index,   */
	position:absolute;
	text-align:center;
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
	font-size:0.85em;
	color:#000000;
	display : block;
	border : 1px solid blue;
	background-color : lightcyan;
	width: 695px;
	}

	/* options */
#options {					/* 	*/
	position : absolute;
	left : 740px;
	top : 0;
	width : 180px;
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size : 0.95em;
	font-weight : normal;
	line-height : 1.5em;
}

#linkfont {				/* 	*/
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size : 1.0em;
	list-style : none;
}

#linkfont a {			/* Index,	*/
	text-decoration : none;
}

.div-text,				/*   */
.div-text-left,		/* 	*/
.div-text-right 	/* 	*/
{
	position:absolute;
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
	font-size:0.85em;
	color:#000000;
	display : block;
	border : 1px solid green;
	padding : 0 3px 0 3px;
	background-color : lightcyan;
}

.text {
	position:absolute;
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
	font-size:0.85em;
	color:#000000;
	display : block;
	padding : 0 3px 0 3px;
}

.div-text-wide {		/*    */
	position:absolute;
	text-align:center;
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
	font-size:0.85em;
	color:#000000;
	display : block;
	border : 1px solid blue;
}

.div-text-left{				/* HomePage		*/
	left:0px;
	width :335px;
}

.div-text-right{				/* HomePage			*/
	left:353px;
	width :340px;
}

.div-signature{
	padding: 1px 0 0 0;
/*    background: lightgray; 	*/
	font-family : "Lucida Handwriting","Staccato222 BT";
	font-size:1.5em;
	text-align: center;
}

.p-left {
	padding:1px;
	text-align:left;
	font-size:0.85em;
/*    background: lightgray; */
}

.p-indent {			/* 	*/
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
	text-indent:10px;
	font-size:0.85em;
/*	border :1px solid red; */
	}
.p-center {
	padding:3px;
	text-align:center;
/*	position:absolute;	 */
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
	font-size:0.85em;
	color:#000000;
	display : block;
}

.ol-list {							/*  	*/
	left : 0;
	list-style : none;
	}

.ul-list {							/*  	*/
	left : 0;
	}

.ol-list,							/*  	*/
.ul-list,
.ul-list li {							/*  	*/
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size : 0.95em;
	font-weight : normal;
/*	list-style : none; */
}
.ol-ordered {
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size : 0.85em;
	font-weight : normal;
    line-height : 1.2em;
}
/* Prayer */
.head1-ctr {
/*	font-family : "Lucida Handwriting","Staccato222 BT"; */
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:1.25em;
	font-weight: bold;
	text-align:center;
	color:#CB4040;
/*	border : 1px solid black;  	  */
}

.head2-ctr {
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:1.0em;
	font-weight: bold;
	text-align:center;
	background-color: #CB4040;
	color:black;
}

.div-image {		/* Index,	*/
	position:absolute;
	padding : 2px 2px 2px 2px;
	border : 1px solid blue;
}

.div-pix {
	position:absolute;
	height :110px;
	width : 150px;
	border : 1px solid green;
}

.message_center {
	font-family : optima, "Trebuchet MS",Helvetica, Geneva,  sans-serif;
	text-align:center;
	font-size:0.85em;
}

.picture-link {
	position:absolute;
	padding : 2px 2px 2px 2px;
	border : 2px solid red;
	}
	
.image-left {
/*		clear:both;
	margin: 10px 0 10px 0;
padding:10px;
	float:left;*/
	}
.image-center {
/*	margin: 10px 0 10px 0;
	padding:10px; */
	vertical-align: baseline;
	}
.image-right {
	position:absolute;
/*	margin: 10px 0 10px 0;
	padding:10px; */
	float:right;
	}

.caption {
	position:absolute;
	font-family : "Arial,Helvetica,Geneva,Swiss,SunSans-Regular";
	text-align:center;
	text-indent:10px;
	font-size:0.85em;
	color:#000000;
	padding : 0px 5px 0px 5px;
/*	border-bottom : 1px solid black; */
	border : 1px solid blue;
	background-color : lightcyan;
}

.caption-2 {
	position:absolute;
	font-family : "Arial,Helvetica,Geneva,Swiss,SunSans-Regular";
	font-size:0.85em;
	color:#000000;
	padding : 0px 5px 0px 5px;
/*	width:110px;	*/

}

.caption-3 {
	position:absolute;
	font-family : "Arial,Helvetica,Geneva,Swiss,SunSans-Regular";
	font-size:0.75em;
	font-weight : normal;
	color:blue;
	padding : 0px 5px 5px 5px;
	width:185px;
	height : 20px;
/*	border : 1px solid blue; */
}

.caption-4 {
/*	position:absolute; */
	font-family : "Arial,Helvetica,Geneva,Swiss,SunSans-Regular";
	font-size:0.75em;
	font-weight : normal;
	padding : 0px 5px 5px 5px;
	text-align:center;
/*	border : 1px solid blue; */
}

.prayer-div {
		font-family : "Arial,Helvetica,Geneva,Swiss,SunSans-Regular";
		margin: 0;
		padding: 0 10px;
		font-size: 1.0em;
		}


ul.nav li {
	display : inline;

}
ul.nav a {
	border : 1px solid black;
	border-bottom : none;
	padding : 2px 5px 2px 5px;
	margin-right : 5px;
	background-color: rgb(203,222,157);
	text-decoration : none;
	color :rgb(156,62,36);		/* burnt red */
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
	font-size:0.75em;
}
