@charset "utf-8";

/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	background: #FFF url(../images/body_bkg_repeat.jpg) repeat-x;
	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: #636363;
}

blockquote {
	color:#999;
}

#nav a:link, #nav a:visited {
	color: #69471e;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

body.Home #m-Home a, body.Activities #m-Activities a, body.Missions #m-Missions a, body.Sermons #m-Sermons a, body.Photos #m-Photos a, body.About #m-About a, body.Contact #m-Contact a, body.Members #m-Members a {
	color: #c29245;
	text-decoration: none;
}

img {
	border: none;
}

hr {
	margin: 20px 0 0 0;
}

a:link, a:visited, .location a:visited {
	color: #c29245;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.error {
	color: red;
}

.small_link {
	text-align:right;
	font-size: 12px;
}

.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 10px;
	border: 1px solid #69471e;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLtHdr #header {
	margin: 0;
	padding: 0;
}

.twoColFixLtHdr #header img {
	border: 1px solid #69471e;
	margin-left: 12px;
}

.twoColFixLtHdr #header_nav {
	margin-bottom:  20px;
}

.twoColFixLtHdr #header_nav ul {
	margin: 0;
	padding: 0 20px 0 0;
	text-align: right;
	font-size: 14px;
}

.twoColFixLtHdr #header_nav li {
	display: inline;
	color: #69471e;
}

.twoColFixLtHdr #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 */
}

/* Sidebar Styles */
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EFD7B7; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	margin: 0 0 10px 10px;
	font-size: 12px;
	/*background: #fffaf2;*/
	background: #fff7e5;
	border: 1px solid #d0974a;
}

.twoColFixLtHdr #sidebar1 h2 {
	font-size: 24px;
	color: #69471e;
	border-bottom: 1px solid #69471e;
	margin: 20px 0 10px 0;
	padding: 0 0 2px 0;
	font-weight: normal;
}

.twoColFixLtHdr #sidebar1 h4 {
	color: #3D6DB8;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.twoColFixLtHdr #sidebar1 strong {
	font-size:14px;
}

.twoColFixLtHdr #sidebar1 li {
	list-style: none;
	margin: 0;
}

.twoColFixLtHdr #sidebar1 ul img.glass {
	margin: 0 0 5px 15px;
}

.twoColFixLtHdr #sidebar1 p#computercc {
	margin: 25px 0 0 0;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 10px 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
}

.twoColFixLtHdr #mainContent .photo {
	/*border: 1px solid #000;*/
	margin: 10px 10px 2px 10px;
}

.twoColFixLtHdr #mainContent h1 {
	border-top: 1px solid #c29245;
	border-bottom: 1px solid #c29245;
	color: #3D6DB8;
	margin: 0 0 10px 0;
}

.twoColFixLtHdr #mainContent h2 {
	color: #3D6DB8;
	margin-top: 20px;
	border-top: 2px solid #3D6DB8;
	font-size: 24px;
	font-weight: normal;
	background: url(../images/h3_top_fade_gradient.jpg) top repeat-x;
}

.twoColFixLtHdr #mainContent h4 {
	font-size: 12px;
	margin: -22px 0 -5px 0;
}

.twoColFixLtHdr #mainContent .events h3 {
	font-size: 18px;
	font-weight:normal;
	color: #568ec2;
	border-bottom: 1px solid #568ec2;
	margin: 5px 0 -10px 0;
}

.twoColFixLtHdr #mainContent .subhead {
	color: #c29245;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: normal;
}

.twoColFixLtHdr #mainContent ul.sub-section {
	list-style: none;
	margin: 0;
	padding: 0;
}

.twoColFixLtHdr #mainContent ul.sub-section li {
	margin-bottom: 40px;
}

.twoColFixLtHdr #mainContent ul.sub-list {
	list-style: none;
	margin: 10px 0 10px 40px;
	padding: 0;
}

.twoColFixLtHdr #mainContent ul.sub-list li {
	margin: 0;
}

.twoColFixLtHdr .blocklink {
	margin: 0 0 20px 10px;
}

.twoColFixLtHdr #sermon {
	background: #363636 url(../images/sermon_bkg_blocklink.jpg) bottom right no-repeat;
	/*height: 100px;*/
	margin: 15px 0;
	padding: 10px;
	position: relative;
	font-family: Tahoma, Geneva, sans-serif;
}

.twoColFixLtHdr .sermon_title {
	display: block;
	color: #ebbd67;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

.twoColFixLtHdr .sermon_title a {
	color: #ebbd67;
}

.twoColFixLtHdr .sermon_info {
	color: #c1c1c1;
	font-size: 12px;
	margin: 5px 0 0 0;
	/*padding: 0 130px 0 0;*/
	padding: 0;
}

.twoColFixLtHdr .sermon_info em {
	color: #f8f2a8;
	font-style: normal;
}

.twoColFixLtHdr .sermon_button {
	position:absolute;
	right: 20px;
	top: 30px;
}

.twoColFixLtHdr #plans {
	display:block;
	margin: 0 0 15px 0;
	padding: 0 0 0 13px;
}

/* Footer Styles */
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#c29245;
	color: #FFF;
	font-size:12px;
}

.twoColFixLtHdr #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 */
	text-align:center;
}

.twoColFixLtHdr #footer a {
	color: #fdfec2;
}

/* Floats and Clearfloats */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:1px;
	font-size: 1px;
	line-height: 0px;
}

#clearone {
	clear: both;
	height: 1px;
}

/* Minister's Corner Styles */
#minister_corner {
	background: #f2f2f2 url(../images/ministers_corner_bkg.jpg) right bottom no-repeat;
	border: 1px solid #CCC;
	padding: 10px;
	position: relative;
	line-height: inherit;
}

.twoColFixLtHdr #minister_corner p {
	margin-bottom: 10px;
	text-indent: 30px;
	text-align: justify;
}

#minister_corner em {
	font-weight: bold;
}

#minister_corner .pullquote_rt {
	float: right;
	width: 200px;
	background: #e0e0e0;
	border: 3px double #c29245;
	border-width: 3px 0;
	margin: 20px;
	padding: 10px;
	font-size: 20px;
	font-style: italic;
	text-align: left;
}

#minister_corner .pullquote_lt {
	float: left;
	width: 200px;
	background: #e0e0e0;
	border: 3px double #c29245;
	border-width: 3px 0;
	margin: 20px;
	padding: 10px;
	font-size: 20px;
	font-style: italic;
	text-align: left;
}

#minister_closing {
	margin: 20px 0 10px 0;
}

#minister_closing img {
	border: 1px solid #888;
	display: block;
	margin: 0 0 10px 0;
}

#minister_corner .minister_dateline {
	color: #444;
	font-size: 24px;
	font-weight:bold;
	margin-bottom: 15px;
	border-left: 15px solid #AAA;
	float: left;
	width: 500px;
	padding: 2px 10px;
}

#minister_byline {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	display: block;
}

#minister_byline em {
	font-weight: bold;
	font-style: normal;
	color: #3D6DB8;
}

/* Sermon Styles */
.sermon_list {
	list-style-type: none;
	margin: 0;
	padding: 0 5px;
	font-size:12px;
}

.sermon_list li.sermon {
	padding: 15px 5px;
	border-bottom: 1px solid #e5e1da;
}

.sermon_list li.sermon_alt {
	padding: 15px 5px;
	background: #fffaf2;
	border-bottom: 1px solid #e5e1da;
}

.sermon_list .title {
	font-size: 18px;
	font-style: normal;
}

.sermon_list .listen {
	float:left;
	margin-right: 3px;
}

.sermon_stats {
	list-style-type: none;
	margin-top: 5px;
}

#qtime {
	font-size: 12px;
	float:right;
	width: 550px;
	text-align:right;
	margin: 0 0 15px 0;
	padding: 0;
	color: #69471e;
}

#qtime img {
	padding-top: 2px;
}

/* Photo Styles */
.photos {
	background: #f3f3f3;
	border: 1px solid #aaa;
	padding: 20px;
	position: relative;
	height: 62px;
	margin-bottom: 10px;
}

.photos .posted {
	font-size: 10px;
}

.photos img {
	position: absolute;
	left: 10px;
	top: 10px;
	float: left;
	border: 1px solid #666;
}

.photos .description {
	position: absolute;
	left: 140px;
	top: 10px;
	margin: 0;
	padding-right: 10px;
}

/* Admin Styles */
form {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background: url(../images/form_bkg_grad.jpg) top repeat-x;
	border: 1px solid #c29245;
	width: 95%;
	padding: 10px;
}

input, textarea {
	background: url(../images/form_input_grad.jpg) top repeat-x;
}

input:focus, textarea:focus {
	background: #ffc;
}

label {
	display:block;
	width: 120px;
	float: left;
}

.twoColFixLtHdr #usertype input {
	display: inline;
	margin-right: 20px;
	font-weight: bold;
}

#sermonForm fieldset {
	width: 100px;
	font-weight: bold;
}

#sermonForm fieldset label {
	font-weight: normal;
}

#sermonForm #scripture {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#addUserForm #usertype {
	width: 200px;
}

#message {
	background:#ffc;
	padding: 5px;
	border: 1px solid #F00;
	color:#F00;
	font-size:12px;
}

#success {
	background:#cfc;
	padding: 5px;
	border: 1px solid #0a0;
	color:#0a0;
	font-size:12px;
}

#success img {
	float:left;
	margin-top: -8px;
	padding: 5px;
}

#message img {
	float:left;
	margin-top: -8px;
	padding: 5px;
}

.links {
	display:block;
	font-size:12px;
	margin-bottom: 10px;
}

a.auth_link {
	color: #FFF;
}

#authenticated {
	background: #3D6DB8;
	color: #FFF;
	font-size: 12px;
	text-align: right;
	margin: -15px 0 0 0;
	padding: 2px 5px;
}

#foodbank img {
	float:left;
	margin: 0 30px 70px 0;
}

#foodbank_photos {
	margin-top: 10px;
	height: 113px;
}

#foodbank_photos img {
	float: left;
	padding: 5px;
	border: solid 1px black;
	margin-left: 15px;
}

.twoColFixLtHdr #missions h4 {
	margin: 10px 0 -5px 0;
	padding: 2px;
	background-color:#DEDEDE;
}

.twoColFixLtHdr #missions img {
	border-top: 5px solid #FFF;
	border-right: 3px solid #FFF;
	border-left: 10px solid #FFF;
	border-bottom: 8px solid #FFF;
}

.twoColFixLtHdr #missions ul.sub-list {
	margin-bottom: 20px;
}

.image_border {
	border: 10px solid #FFF;
}

#kids img {
	border: 2px solid #3d6db8;
	margin: 0 15px;
}

#congregation_dinner img {
	border: 1px solid #000;
	margin: 0 20px 0 40px;
}

.archive {
	display: block;
	font-size: 12px;
	margin: 0 0 10px 0;
}

p.item {
	font-size: 14px;
	font-weight: bold;
	color:#555;
	display:block;
	margin-bottom: 0;
}

p.detail {
	margin: 0 0 10px 0;
}

#feature {
	margin: 10px 10px 0 20px;
}

#feature_title {
	font-size: 18px;
	font-weight: bold;
	color: #568ec2;
}

#welcome {
	height: 400px;
}

#eventDescription, #prayerRequest {
	background: #FFF url(../images/form_input_grad.jpg) top repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#eventDescription:focus, #prayerRequest:focus {
	background: #ffc;
}

#prayer_request label {
	display:block;
	width: 500px;
}

p.events {
	border-bottom: 1px solid #DDD;
}
