﻿/* CSS Document */

/* colors:

*/

/* ---------------------- */
/* Reset
------------------------- */

/* remember to define focus styles! */
*:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

caption, th {
	text-align: left;
}

abbr, acronym {
	border: 0;
}
/* ---------------------- */
/* MFT Defaults
------------------------- */
html {
	overflow-y: scroll;
}

body {
	/*font-size: 13px;*/
	font-size: 16px;
	text-align: center; /*IE6 center page fix*/
	margin: 0;
	min-width: 1000px;

	scrollbar-face-color: #ccc;
	scrollbar-highlight-color: #ccc;
	scrollbar-shadow-color: #ccc;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-arrow-color: #eee;
	scrollbar-track-color: #eee;
}

body, input {
	font-family: "Times New Roman", Times, serif;
}

a:link, a:visited, a:active {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

h1, h1 a:link {
	text-decoration: none;
	color: #333;
}

h1 a:visited {
	text-decoration: none;
}

h1 a:hover, h1 a:active {
	text-decoration: none;
}

.subheadingLG { /*freestyle*/
	font-size: 1.4em;
	font-weight: bold;
}

.subheadingMED { /*freestyle*/
	font-size: 1.3em;
	font-weight: bold;
}

.subheadingSM { /*freestyle*/
	font-size: 1.2em;
	font-weight: bold;
}

h1, .subheadingLG, .subheadingMED, .subheadingSM, .bodyTextSM, .bodyTextLG, p {
	margin: 0 0 .8em 0;
	line-height: 1.4em;
}

h1 {
	margin: 0 0 .3em 0;
	font-size: 22px;
}

.bodyTextSM { /*freestyle*/
	font-size: 10px;
}

.bodyTextLG { /*freestyle*/
	font-size: 1.1em;
}

ul {
	margin-left: 2em;
	padding: 0;
	list-style: none;
}

ul li {
	background: url(/Images/bullet_square_4x4.gif) left .5em no-repeat;
	padding: 0 0 0 10px;
}

ul li, ol li {
	margin-bottom: .5em;
}

th, td {
	vertical-align: top;
}

hr {
	border : 0;
	height : 1px;
	background: #666666;
	margin : 0;
	padding: 0;
}

input {
	vertical-align: middle;
}

input.text-button {
	padding-left: .5em;
	padding-right: .5em;
}

/* fixes IE double-padding bug */
input.text-button {
	width: auto;
	overflow: visible;
}

ul.nav,
ul.nav ul {
	margin: 0;
}

ul.nav li {
	margin: 0;
	padding: 0;
	background: none;
}

ul.nav li a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.clearFix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body.confirm .content ul li {
	background: url(/images/icon-arrow-back.gif) left .45em no-repeat;
}

body.confirm .content ul li:first-child {
	font-weight: bold;
}

/* ------------------------------------------------------------------------ */
/* START Layout
--------------------------------------------------------------------------- */
html {
	
}

body { 
	background: #F0E8CC;
}

div.siteContainer {
	margin: 30px auto 0 auto;
	width: 996px;
	text-align: left;
	border: 2px solid #787466;
	background: #fff;
	position: relative;
}

div.pageContainer {
	min-width: 1000px;
}

div.headerContainer {
	width: 1000px;
	margin: 0 0 0 0;
	background: #FFFFFF;
}

.logo {
	position: absolute;
	top: -20px;
	left: 29px;
	display: block; width: 212px; height: 267px;
	background: url(/Images/logo-interior.png);
}

body.homepage .logo { background: url(/Images/StPaulsLogo.jpg); width: 294px; height: 370px;top: -10px; left: -10px; }

div.headerLeft {
	float: left;
	width: 300px;
}

div.headerRight {
	float: right;
	/*width: 620px;*/
	height: 37px;
	padding: 0;
	margin: 0;
}

div.navRight {
}

div.navTop {
	xxxheight: 37px;
}

div.colLeft {
	/*width: 200px;*/
	float: left;
	background: #eee;
	padding: 20px;
}

.contentContainer {
	xxxwidth: 1000px;
	xxxbackground: #FFFFFF;
	/*height: 337px;*/
	xxxmargin: 3px auto 0 auto;
	width: 745px; float: right; font-size: 16px;
}

div.content {
	xxxfloat: right;
	xxxwidth: 680px;
	/*background: #fff;*/
	padding: 20px 40px;
	xxxmargin: 0 0 0 0;
	xxxfont-size: 16px;
	color: #656565;
}

div.breadcrumbs { margin-bottom: 1em; font-size: 12px; }
div.breadcrumbs span span { font-style: italic; }
div.breadcrumbs span span:last-child { font-style: normal; font-weight: bold; }

.homeControls { padding: 20px 40px; overflow: hidden; }

div.footerContainer {
	margin: 8px auto 0 auto;
	text-align: center;
	width: 1000px;
	padding: 0 0 2px 0;
	color: #000000;
	font-size: 12px;
}

div.footerContainer a {
	color: #000000;
}

div.footerLeft {
	float: left;
	padding: 0 0 0 15px;
}

div.footerRight {
	float: right;
	padding: 0 15px 0 0;
}

div.footer a:link, div.footer a:visited {
	color: #999;
}

/* ---------------------- */
/* END Layout
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Custom Page Styles
--------------------------------------------------------------------------- */

body.homepage div.breadcrumbs { display: none; }

.navTop {
	/*background: #FFFFFF;*/
	xxxheight: 37px;
	xxxpadding: 0;
	margin: 10px 15px 0 0;
	xxx*margin: 10px 0 0 0;
}

.navTop ul.nav {
	margin: 0;
	overflow: hidden;
}

.navTop ul.nav li {
	display: inline;
	padding: 0 25px;
	background: url(/images/redDot.png) no-repeat 0.9em 0.8em;
}

.navTop ul.nav li a {
	color: #000000;
	font-size: 16px;
}

.navTop ul.nav li.on,
.navTop ul.nav li.selected { background: #D2BA67; color: #fff; }

.clear {
	clear: both;
}

.topStrip {
	background: url(/images/topStrip.gif) repeat-x 0 0;
	width: 1000px;
	height: 5px;
	margin: 5px 0 0 0;
}

.rotatorContainer {
	xxxheight: 296px;
	xxxwidth: 1000px;
	clear: both;
}

.rotatorLeft {
	float: left;
	width: 281px;
	height: 298px;
	background: url(/images/logoBG.jpg) no-repeat 0 0;
	display: block;
}

.rotator {
	float: right;
	background: #D2BA67;
	padding-top: 6px;
	xxxwidth: 719px;
	xxxheight: 335px;
}

.col1 {
	background: #D2BA67; 
	float: left;
	margin: 0 0 20px 19px;
	padding-top: 275px;
	width: 230px;
	border: 1px solid #000000;
	border-top: 0;
}

body.homepage .col1 { padding-top: 380px; }

.navLeft ul.nav {
	margin: 0 0 0 35px;
	xxxpadding: 20px 0 0 45px;
}

.navLeft ul.nav li {
	padding-bottom: 10px;
	background: url(/images/redDot.png) no-repeat 0 0.5em;
	padding-left: 10px;
}

.navLeft ul.nav li a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.navLeft ul.nav li a:hover,
.navLeft ul.nav li.on a,
.navLeft ul.nav li.selected a,
body.sermons .navLeft ul.nav li.sermons a { color: #fefcb4; }

.navLeft ul.nav li ul{
	margin: 0;
	padding: 4px 0 0 0;
}

.navLeft ul.nav li ul li a {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}

.navLeft ul.nav li ul li a:hover {
	text-decoration: underline;
}

.UCC {
	margin: 0 auto;
	text-align: center;
	padding: 8px;
}

ul.nav li.noList {
	background: none;
}

.calScrollContainer {
	float: left;
	xxxbackground: url(/Images/callBG.jpg) no-repeat 0 0;
	width: 328px; width: 295px;
	height: 120px; height: 140px;
	xxxcolor: #948347;
	xxxfont-size: 14px;
	xxxpadding: 0 0 0 8px;
}

.worshipContainer {
	float: right;
	xxxbackground: url(/Images/callBG.jpg) no-repeat 0 0;
	width: 328px; width: 295px;
	height: 120px; height: 140px; overflow-y: auto;
	xxxcolor: #948347;
	/*font-size: 14px;*/
	xxxfont-size: 12px;
	xxxtext-align: center;
	xxxpadding: 0 8px 0 8px;
}

.stPaulsAnnouncements {
	xxxwidth: 670px;
	xxxpadding: 2px 0 4px 8px;
	xxxbackground-color: #f5f0dd;
	/*border: 2px solid #000000;*/
	margin-bottom: 10px;
	
}

.calScrollContainer,
.worshipContainer,
.stPaulsAnnouncements { padding: 10px 15px; background: #f5f0dd; }

.calScrollHeader,
.announcementsHeader,
.worshipHeader {
	font-size: 16px;
	color: #c9282d;
	font-weight: bold;
	xxxtext-align: left;
	margin-bottom: .5em;
	line-height: 1;
}

xxx.worshipHeader {
	font-size: 16px;
	color: #c9282d;
	font-weight: bold;
	text-align: left;
}

.clear {
	clear: both;
}

.schoolContainer {
	float: left;
	margin: 10px 0 0 0;
}

.beginningsContainer {
	float: right;
	margin: 10px 17px 0 0;
}


ul#nav {
	float: right;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

ul#nav ul {
	float: left;
	/*width: 600px;*/
	list-style: none;
	line-height: 1;
	/*background: white;*/
	/*font-weight: bold;*/
	padding: 0;
	/*border: solid #eda;*/
	border-width: 1px 0;
	/*margin: 10px 20px 1em 0;*/
	margin: 0 0 0 0;
	overflow: hidden;
}

#nav a {
	/*width: 10em;
	w\idth: 6em;*/
	text-decoration: none;
	/*padding: 0.25em 2em;*/
	line-height: 30px;
	display: block;
	/*padding: 0 26.7px 0 26.7px;*/
	padding: 0 23px 0 23px;
	color: #000000;
}

#nav a:hover {
	display: block;
	/*padding-left: 10px;*/
	/*width: 10em;
	w\idth: 6em;*/
	color: #004813;
	text-decoration: underline;
	/*padding: 0.25em 2em;*/
	
}

#nav a.daddy {
	/*background: url(rightarrow2.gif) center right no-repeat;*/
}

#nav li a.navStart {
/*	background-image:url(/Images/startNavBG.jpg);
	background-repeat: no-repeat;*/
	border: none;
	height: 30px;
}

#nav li {
	float: left;
	/*padding: 0 0 0 40px;*/
	/*width: 85px;*/
	padding: 0;
	margin: 0;
	border-right: 3px solid  #FFFFFF;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12.4em;
	w\idth: 11.9em;
	font-weight: normal;
	/*border-width: 0.25em;*/
	margin: 0;
	border: 1px solid #000000;
	background-color: #D2BA67;
	z-index: 2000;
}

#nav li li {
	padding-right: 1em;
	width: 14em;
	border-bottom: 1px solid #000000;
}

#nav li ul a {
	width: 14em;
	w\idth: 10em;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

#nav li ul a:hover {
	width: 14em;
	w\idth: 10em;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	/*background: #eda;*/
}

span.serviceHeading {
	color: #C9282D;
}

.CalCurrentEventDate {
	color: #C9282D;
	font-weight: bold;
}

a.CalCurrentEvent {
	xxxcolor: #C3A336;
	color: #000;
}

.adminImg {
	height: 255px;
}

.tagline {
	height: 43px;
	clear: both;
	background: url(/Images/tagline.jpg) 30px center repeat-x;
}

.eventPost {
	font-size: 11px;
	xxxposition: absolute;
	xxxmargin: -7px 0 0 0;
	color: #000;
}
/* ---------------------- */
/* END Custom Page Styles
------------------------- */
.greySmall {
	color: #656565;
	font-size: 12px;
}

.greyReg {
	color: #656565;
	font-size: 16px;
}

.greyMed {
	color: #656565;
	font-size: 18px;
}

.greyHeader {
	color: #656565;
	font-size: 22px;
	margin: 0 0 0.3em 0;
	font-weight: bold;
}

.blackSmall {
	color: #000000;
	font-size: 12px;
}

.blackReg {
	color: #000000;
	font-size: 16px;
}

.blackMed {
	color: #000000;
	font-size: 18px;
}

.blackHeader {
	color: #000000;
	font-size: 22px;
	margin: 0 0 0.3em 0;
	font-weight: bold;
}

.goldSmall {
	color: #C3A336;
	font-size: 12px;
}

.goldReg {
	color: #C3A336;
	font-size: 16px;
}

.goldMed {
	color: #C3A336;
	font-size: 18px;
}

.goldHeader {
	color: #C3A336;
	font-size: 22px;
	margin: 0 0 0.3em 0;
	font-weight: bold;
}

.redSmall {
	color: #C9282D;
	font-size: 12px;
}

.redReg {
	color: #C9282D;
	font-size: 16px;
}

.redMed {
	color: #C9282D;
	font-size: 18px;
}

.redHeader {
	color: #C9282D;
	font-size: 22px;
	margin: 0 0 0.3em 0;
	font-weight: bold;
}

/* ------------------------------------------------------------------------ */
/* START Custom Module Styles
--------------------------------------------------------------------------- */

div.searchBoxContainer { overflow: hidden; }

div.searchBoxContainer * {
	float: left;
	font-size: 11px;
	border: none;
}

div.searchBoxContainer p {
	line-height: 19px;
	border: 0;
	margin: 0 5px 0 0;
	float: none;
}

div.searchBoxContainer div {
	padding: 1px;
	background: black;
	font-weight: normal;
}

div.searchBoxContainer div .text-box,
div.searchBoxContainer div .watermark-text-box {
	height: 13px;
	padding: 2px;
	width: auto;
	background: white;
}

div.searchBoxContainer div .text-button {
	height: 17px;
	background: red url(/Images/icon-arrow.gif) center;
	text-indent: -999em;
	width: 19px;
	margin-left: 1px;
	padding: 0;
	line-height: 0; /* ie7 fix*/
}

a.rpt_repeater {
	border: 1px solid #333;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 10px;
	display: block;
}

a.rpt_repeater .field1 {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin-bottom: .5em;
}

a.rpt_repeater .field2,
a.rpt_repeater .field3,
a.rpt_repeater .field4 { 
	margin: .5em 0;
	display: block;
}

a.rpt_repeater .image1,
a.rpt_repeater .image2 {
	float: left;
	margin-right: 5px;
}

/* ---------------------- */
/* END Custom Module Styles
------------------------- */

