﻿@import url(Lists.css);

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7E756E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #DBD1CE;
	background-image: url(../images/tile.gif);
	background-position: center;
	background-repeat: repeat-y;
	line-height: 18px;
}
em
{
    font-style: italic;
}
img { border: none; }


/* styles */
.indent
{
    padding-left:25px;
}
.center { text-align: center; }
.italics {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.snailTrail {
	font-size: 9px;
	text-transform: uppercase;
	color: #AEA298;
	font-weight: bold;
	margin-bottom: 0;
}
.snailTrail span.col1
{
    float: left;
    width: 68%;
}
.snailTrail span.col2
{
    float: right;
    text-align: right;
    width: 30%;
}

.footer {
	color: #C0B8B5;
	font-size: 11px;
}
.h1 {
	font-size: 24px;
}
.h2 {
	font-size: 18px;
	color: #0099CC;
}
.headerInfo {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
.headerSearch {
	background-color: #F2EAE6;
	border-color: #D0C8C5;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-width: 1px;
}


/* links */

a:link, a:visited, a:active {
	text-decoration: none;
	color: #CB821E;
}
a:HOVER {
	color: #CB821E;
	background-color: #FFFACD;
	text-decoration: none;
}
a.footerlink, a.footerlink:visited, a.footerlink:active {
	color: #C0B8B5;
	text-decoration: none;
}
a.footerlink:HOVER {
	text-decoration: underline;
	color: #C0B8B5;
}
a.bold
{
    font-variant: small-caps;
    font-size: 11px;
    font-weight: bold;
}


/* calendar */
.date {
	font: arial 21px #FFFFFF;
}
.events
{
    width: 100% !important;
    text-align: center;
}
.event
{
    width: 750px;
    text-align: left;
    padding:20px 0;
    margin: 0 auto;
}
.event .date
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 21px;
    color: #FFF;
    padding:10px;
    width:50px;
    height:50px;
    background:#c3b7b1;
    float:left;
    margin-right:10px;
    text-align: center;
    line-height: 24px;
}
.event .today
{
    background: #5d87a1;
}
.event span {
	font-size: 21px;
	color: #978981;
	display:block;
	padding:5px 0px 0px 0px;
}
.event span.location {
    font-size: 16px;
    display: block;
}
.event h3 {
	color: #CB821E;
	font-size: 21px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.event .detail
{
    margin:5px 0;
    float:right;
    width:660px;
}
.event small
{
    font-size:110%;
    display:block;
}
.event p
{
    margin-top:10px;
    width:620px;
    overflow:auto;
}
.end
{
    clear:both;
}
.quote
{
    text-align: center;
    width: 825px;
}
.paging { text-align: left; width: 825px; }
.paging .pages { float:left; width: 50%; }
.paging .subscribe { float:right; text-align: right; }
#calendarSubscribe { background: #FFFACD; }


/* structure */

.oneColFixCtrHdr #container {
	width: 825px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	padding: 10px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#bodyContent {
    width:825px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px 0 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.box
{
    background: #eae2dc;
    width: 270px;
    height: 234px;
}
#upcomingEvents, #lastSermon, #ourServices
{
    text-indent: -9999px;
    height: 35px;
}
#upcomingEvents { background: url(../images/upcomingEvents.gif); }
#lastSermon { background: url(../images/lastWeekSermon.gif); }
#ourServices { background: url(../images/ourServices.gif); }
.content { padding: 15px; }
.content p { margin: 0; }
.content small { line-height: 14px; font-size: 11px; }
.content .smalltitle { font-size: 12px; letter-spacing: .2px; }
.content strong { font-style: italic; }
a.podcast { width: 100%; display: block; text-align: right; color: #7E756E; font-variant: small-caps; font-family: Arial, Helvetica, Sans-Serif; }
h1 {
	color: #CB821E;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
}
h2 {
	color: #7190AA;
	margin: 15px 0px 5px 0px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
h3 {
	color: #7190AA;
	font-weight: normal;
	font-size: 16px;
}
h5 { margin: 0; }
q { color: #684f40; font-style: italic; font-weight: bold; font-size: 11px; }
div.hr { height: 1px; background: #FFF; width: 100%; margin: 10px 0px 5px 0px; }

/*sub page layout*/
#subMenu
{
    float: left;
    width: 250px;
}
#subContent
{
    float: right;
    width: 573px;
}
#subMenuContent:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
#subMenuContent
{
	_height: 1%;
	margin-top: 30px;
	margin-bottom: 20px;
}

/*sub page nav layout*/
#subMenu ul
{
    width: 90%;
    margin:0;
    padding:0;
}
#subMenu ul li
{
    list-style: none;
    display: block;
    margin-bottom: 2px;
}
#subMenu ul li a
{
    display: block;
    font-weight: bold;
    background-color: #c3b7b1;
    padding: 10px;
    border-left: solid 3px #978981;
    color: #FFF;
}
#subMenu ul li a:hover
{
    text-decoration: underline;
}
#subMenu ul li.hide
{
    display: none;
}
#subMenu ul li.sub a
{
    margin-left: 5px;
    background-color: #e5b487;
    border-left: solid 3px #603813;
}
#subMenu ul li.current a
{
    background-color: #ce7019;
    border-left: solid 3px #603813;
}
#subContent ul li
{
    list-style-type: disc;
    display: list-item;
    font-style: italic;
    color: #716558 !important;
    font-weight: bold;
}
#subContent ul.normal li
{
	font-weight:normal;
	font-style:normal;
}
#subContent ul.normal li p
{
	margin:0;
}

.form label
{
    display: block;
}
.form div
{
    margin: 0px 0px 10px 0px;
}
.form input, .form textarea
{
    width: 400px;
}
.form .auto
{
    width: auto;
}

.confirm
{
    width: 500px;
    text-align: center;
    background:#FCC; 
    padding:10px; 
    margin-bottom:20px; 
    border: solid 1px #F00;
}

/*added styles for business directory*/
.tabs
{
	background:url(../Images/bottomTile.jpg) repeat-x bottom;
	margin:40px 0 20px;
	height:28px;
}
.tabs a 
{
	text-transform:uppercase;
	background:#d9cfca;
	color:#FFF;
	font-size:14px;
	font-family:Arial, Helvetica, Sans-Serif;
	height:30px;
	padding:10px;
	margin-right:2px;
	letter-spacing:-.75px;
}
.tabs a.current, .tabs a:hover
{
	background:#c1b5af;
}
.business .logo
{
	width:220px;
	height:125px;
	/*background:url(../Images/businessCardBack.jpg) no-repeat;*/
	float:left;
	margin-right:25px;
}
.business .logo img
{
	text-align:center;
	vertical-align:middle;
	display:block;
	/*margin:15% auto;*/
	margin:10px auto;
}
.business .detail
{
	float:left;
	
	font-weight:bold;
	width:328px;
}
.business .detail h3
{
	margin:0;
	color:#CB821E;
	font-weight:bold;
}
.business .detail strong
{
	font-style:italic;
}
.business .categories
{
	display:block;
	color:#998981;
	font-style:italic;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
.business .categories a
{
	color:#998981;
	text-decoration:underline;
}

.titleTile
{
	height:55px;
	background:url("/Images/titleTile.gif") repeat-x;
}
.titleTile img
{
	float:left;
	width:450px;
}
.titleTile .search
{
	float:right;
	width:374px;
	text-align:right;
	padding-top:15px;
}
fieldset input[type=text], fieldset input[type=file], select, textarea, input.comment, input.pword
{
	margin-top:0px;
	background:#FFF url(../Images/searchBackground.gif) repeat-x;
	height:25px;
	border:solid 1px #eae1dc;
	color:#998981;
	font-size:14px;
	font-weight:bold;
	width:547px;
	display:block;
}
input.uname
{
	background:none;
	height:auto;
	width:auto;
	border:solid 1px #7190AA;
}
.search input.searchbox
{
	border-right:none;
	width:200px;
	font-style:italic;
	font-size:12px;
	display:inline;
}
input.searchbtn, input.btn
{
	width:auto;
}
label
{
	display:block;
	font-weight:bold;
	margin-top:20px;
}
small
{
	display:block;
	font-size:11px;
}
fieldset
{
	margin-bottom:20px;
	border:solid 2px #7E756E;
}
fieldset legend
{
	font-weight:bold;
	background:#C3B7B1;
	font-size:18px;
	padding:5px;
	border:solid 1px #7E756E;
}
li.information a
{
	background:#dcd6d3 !important;
}
li a.arrow
{
	background:url(/Images/linkArrow.gif) no-repeat 200px center;
}
a.findmore
{
	display:block;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}

/*messages*/
.error, .success, .warning
{
	background-color:#FFFACD;
	font-weight:bold;
	padding:5px;
	margin:5px 0;
	text-align:center;
	border:solid 1px #CCC;
}
.success
{
	color:Green;
}
.error
{
	color:Red;
}
.color
{
	color:Green;
}
.warning, .system, .information
{
	color:#000;
}
label.error
{
	background-color:Transparent;
	font-weight:normal;
	padding:0;
	margin:0;
	text-align:inherit;
	border:none;
}
.req { color:red; font-size:10px; }

.business .detail2
{
	font-weight:normal;
	width:auto;
	padding-left:0px;
}
.business .detail2 h2
{
	margin:15px 0 0;
	text-transform:none;
	color:#CB821E;
}
.business .detail2 p
{
	margin-top:0px;
}
.adminLinks {
	font-size: 9px;
	color: #AEA298;
	font-weight: bold;
	margin-bottom: 0;
	background:#FFFFCC;
	border:solid 1px #CCC;
	border-top:none;
	padding:5px;
}
.adminLinks a:hover 
{
	text-decoration:underline;
}
.approver
{
	background-color:#FFFFCC;
	padding:10px 20px;
	margin:0 0 10px;
	border:solid 1px #CB821E;
}
.approver textarea
{
	width:500px;
}
.categoryHeader
{
	height:30px;
	background:url("/Images/titleTile.gif") repeat-x bottom;
	font-size:16px;
	font-weight:bold;
	margin-bottom:30px;
}
.categoryHeader .categoryLinks
{
	float:left;
	width:80%;
}
.categoryHeader .backLink
{
	float:right;
	text-align:right;
	width:19%;
}
.backLink a
{
	color:#c1b5af;
}
div.sep
{
	font-size:0px;
	height:1px;
	border-top:solid 1px #d9cfca;
	margin-bottom:20px;
}
div.comments
{
	background:url("/Images/commentArrow.gif") no-repeat left top;
	margin-top:40px;
	padding-top:5px;
}
div.comments h4 em
{
	color:#5e84ad;
	font-style:normal;
}
.comment p, .response p, .customerresponse p, .feature
{
	background:#f8f6f6;
	border:solid 2px #dad3cf;
	padding:10px;
	margin-left:25px;
	width:460px;
	margin-bottom:0px;
	color:#7E756E;
}
.response
{
	margin-left:45px;
}
.customerresponse
{
	margin-left:90px;
}
.response p
{
	width:440px;
}
.customerresponse p
{
	width:395px;
}
.response strong, .customerresponse strong
{
	font-size:10px;
	display:block;
}
.response strong, .response p, .customerresponse strong, .customerresponse p
{
	margin:0;
}
.comment small, .response small, .customerresponse small
{
	margin-left:25px;
	color:#c1b5af;
	margin-bottom:10px;
}
p.positive
{
	background:#f8f6f6 url(/Images/thumbsUp.gif) no-repeat 455px center;
}
p.negative
{
	background:#f8f6f6 url(/Images/thumbsDown.gif) no-repeat 455px center;
}
.customerresponse p.positive
{
	background:#f8f6f6 url(/Images/thumbsUp.gif) no-repeat 390px center;
}
.customerresponse p.negative
{
	background:#f8f6f6 url(/Images/thumbsDown.gif) no-repeat 390px center;
}

.approvelist em
{
	font-size:85%;
	font-weight:normal;
}