﻿@import url(../contentStyles.css);

/*############################################################# 
#                                                             #
#   Stylesheet for site specific rules.                       #
#   Included only on frontend. Do not style CMS content       #
#   here as it is not included in the management system       #
#   for preview. Style CMS content in ContentStyles.css       #
#                                                             #
#############################################################*/


/* Basic Layout
========================================================================================== */
body {
    font-family: Arial, Verdana, Tahoma;
    background: url(../../Images/bg.jpg) fixed;
}
#page {
    background: transparent url(../../Images/Shadow1.png);
    margin: 18px auto 0;
    overflow: hidden;
    width: 960px;
}
#wrap,
#wraphome {
    background: #FFF;
    border: solid 1px #816f50;
    overflow: hidden;
    position: relative;
    top: -4px;
    left: -4px;   
}

/* Typography
========================================================================================== */
a.more {
    color: #762778;
    font-size: 0.8125em;
    font-weight:bold;
    float: right;
    text-decoration: none;
}


/* Homepage Layout
========================================================================================== */
#wraphome .left {
    float: left;
    width: 266px;
    position: relative;
}
#wraphome .content {
    float: left;
    width: 493px;
}
#wrap .right,
#wraphome .right {
    position: relative;
    float: left;
    width: 199px;
}

/* Homepage Header
========================================================================================== */
#head {
    background: url(../../Images/imgMain.jpg) no-repeat;
    font-size: 1em;
    color: #FFF;
    height: 317px;
    padding: 45px 40px 25px;
    line-height: 1.5;
}

/* Homepage Title
========================================================================================== */
h1.save {
    margin: 20px 39px 20px;
}
#wraphome h1.logo a{
    background: url(../../Images/logo.gif) no-repeat;
    display: block;
    height: 160px;
    text-indent: -8888px;
    margin: 35px 17px 20px;
    width:232px;
}

/* Homepage Signature Panel
========================================================================================== */
#hw {
    background: #d6d6d6;
    overflow: hidden;
}
#hw p {
    background: url(../../Images/Handwriting.gif) no-repeat;
    text-indent: -8888px;
    margin: 5px 22px 6px 23px;
    height: 124px;
    width: 448px;
}
#hw em {
    background: #FFF url(../../Images/TabGrey.gif) no-repeat 292px 0;
    color: #FFF;
    display: block;
    text-align: right;
    font-style: normal;
    font-size: 0.875em;
    height: 19px;
    padding-right: 70px;
}

/* Homepage Text Panel
========================================================================================== */
#hometext {
    padding: 12px 40px;
    overflow: hidden;
}
#hometext h2{
    color: #762778;
    font-size: 1.1875em;
    margin-bottom: 10px;
}
#hometext p {
    color: #5b5b5b;
    font-size: 0.75em;
    line-height: 1.4;
}

/* Insidepage Layout
========================================================================================== */
#wrap {
    background: #FFF url(../../Images/InsideBG.gif) repeat-y;
}
#wrap .left {
    float: left;
    width: 216px;
    margin-right: 23px;
}
#wrap .inside {
    overflow: hidden;
    float: left;
    width: 719px;
}
#wrap .content {
    float: left;
    padding: 10px 40px;
    width: 440px;
    position: relative;
}

/* Insidepage Headers
========================================================================================== */
#wrap h1.logo a{
    background: url(../../Images/logoinside.gif) no-repeat;
    display: block;
    height: 142px;
    text-indent: -8888px;
    margin: 35px 12px 20px;
    width:202px;
}
.inside .head {
    background: #762778 url(../../Images/InsideHead.jpg) no-repeat;
    border-bottom: solid 1px #FFF;
    padding-top: 189px;
    overflow: hidden;
}

/* Insidepage Menus
========================================================================================== */
#wrap ul.menu {
    background: url(../../Images/ChurchInside.gif) no-repeat bottom left;
}
#wrap ul.sub li.yg a {
    background-image: url(../../Images/btnYouthGroupsInside.jpg);
}
#wrap ul.sub li.hb a {
    background-image: url(../../Images/btnHandbellInside.jpg);
}
#wrap ul.sub li.cm a {
    background-image: url(../../Images/btnCommunityInside.jpg);
}

/* Insidepage Tabs
========================================================================================== */
ul.tabs {
    list-style-type: none;
    margin: 10px 0 0 10px;
    padding: 0;
    overflow: hidden;
    float: left;
}
ul.tabs li{
    background: url(../../Images/DonateTab.gif) no-repeat;
    float: left;
    margin-right: 4px;
    width:196px;
}    
ul.tabs a {
    display: block;
    color: #4c4c4c;
    font-size: 1em;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding: 7px 0 3px;
    line-height: 1.0;
}

/* Insidepage Links Menu
========================================================================================== */

ul.links,
ul.homelinks {
    list-style-type: none;
    margin: 7px 0 7px 41px;
    padding: 0;
    overflow: hidden;
    float: left;
}
ul.links li,
ul.homelinks li {
    float: left;
    margin-right: 20px;
    background: url(../../Images/BulletPurple.png) no-repeat center left;
}
ul.links li span,
ul.homelinks li span {
    display: none;
}
ul.links a,
ul.homelinks a {
    display: block;
    color: #FFF;
    font-size: 0.75em;
    font-weight: bold;
    text-decoration: none;
    padding-left: 12px;
}

ul.homelinks {
   /* position: absolute;
    top: 10px;
    right: 200px;*/
   float: none;
   background: #762778;
   height: 141px;
   margin: 0;
}
ul.homelinks li {
	/*padding: 6px;*/
	margin: 10px 0 0 20px;
}

/* Footer
========================================================================================== */
#foot,
#foothome {
    clear: both;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
}
#foot {
    margin-left: 270px;
}
#foot ul,
#foothome ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
#foot li,
#foothome li {
    float: left;
    margin: 0 30px 0 0;
}
#foot li a,
#foothome li a {
    color: #a4a4a4;
    font-weight: bold;
    display: block;
    font-size: 0.8125em;
    text-decoration: none;
}
#foot a.jg,
#foothome a.jg {
    background: url(../../Images/JustGiving.gif) no-repeat;
    float: right;
    height: 61px;
    width: 194px;
    text-indent: -8888px;
    margin: 0 10px 10px 0;
}

/* Zoom Zoom Link
========================================================================================== */
#zz {
    margin: 0 auto 15px;
    text-align: right;
    width: 954px;
    padding-right: 4px;
}
#zz a {
    color: #FFF;
    font-size: 0.687em;
    text-decoration: none;
    text-transform: lowercase;
}
#zz a span {
    color: #FF9900;
}

/* Main Menu
========================================================================================== */
ul.menu {
    background: url(../../Images/Church.jpg) no-repeat bottom left;
    list-style-type: none;
    margin: 0 0 15px;
    min-height: 452px;
    height: auto !important;
    height: 452px;
}
ul.menu li {
    background: url(../../Images/Bullet.gif) no-repeat 20px 0.65em;
    padding: 4px 0 4px 35px;
    list-style: none;
}
ul.menu li a {
    color: #000;
    font-size: 0.9385em;
    font-weight: bold;
    text-decoration: none;
}

/* Feature Menu
========================================================================================== */
ul.sub {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.sub li {
    margin: 12px 0;
}
ul.sub li a {
    display: block;
    text-decoration: none;
    height: 94px;
    position: relative;
}
ul.sub li a span {
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    height: 94px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
ul.sub li.yg a span {
    background-image: url(../../Images/btnYouthGroupsInside.jpg);
}
ul.sub li.hb a span {
    background-image: url(../../Images/btnHandbellInside.jpg);
}
ul.sub li.cm a span {
    background-image: url(../../Images/ForthcomingEvents.jpg);
}
ul.sub li.rw a span {
	background-image: url(../../Images/CBRWThumb.jpg);
}

/* Latest Event
========================================================================================== */
.latestEvent {
	border: solid 4px #D6D6D6;
	margin: 20px 40px;
	padding: 10px;
	overflow: hidden;
}
.latestEvent h2 {
	color: #762778;
	font-size: 1em;
	margin: 0 0 1em;
}
.latestEvent div.Normal h2 {
	font-size: 0.8em;
	margin: 0 0 4px;
}
.latestEvent div.Normal h2 a {
	color: #AD7DAF;
}
.latestEvent div.text {
	display: none;
}
.latestEvent div.extra {
	font-size: 1.125em;
}
div.latestEvent div.extra {
	font-size: 0.925em;
	font-weight: bold;
	margin: 7px 0;
	color: #5B5B5B;
}
div.latestEvent div.Normal,
div.latestEvent div.image {
	margin: 0;
}
div.latestEvent div.Normal {
	border: solid 1px #FFF; /* hack for ie */
}

	

/* Forms
========================================================================================== */
div.form	{
	background: #CCC;
	padding: 20px;
	clear: both;
	overflow: hidden;
}
div.form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
div.form div {
	margin: 5px 0;
	overflow: hidden;
}
div.form label {
	float: left;
	width: 90px;
	text-align: right;
	font-size: 0.75em;
	margin-right: 5px;
}
div.form input,
div.form textarea {
	width: 220px;
	float: left;
	border: solid 1px #AAA;	
}
div.form textarea {
	width: 280px;
	font-size: 0.75em;
}
div.form div.chk label,
div.form div.chk input {
	width: auto;
	margin: auto;
	float: none;
	margin-right: 5px;
	border: none;
}
div.form p {
	font-size: 0.687em;
	margin: 10px 0;
}

div.btn a,
div.btn input,
.Feature div.linkPara a {
	background: #762778;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 1px 3px;
	float: right;
	color: #FFF;
	font-weight: bold;
	margin: 0 5px 5px 0;
	overflow: visible;
	border: 0;
	width: auto;
}
div.btn a,
div.btn input {
	font-size: 0.75em;
}

/* Unique sponsor packages
========================================================================================== */
.usp h2 {
	float: left;
	width: 150px;
	margin-right: 175px;
}
.usp h2 strong {
	float: left;
	line-height: 30px;
}

.usp h2 em {
	float: left;
	line-height: 30px;
	color: #762778;
	font-style: normal;
	font-size: 0.75em;
}

.usp h2 img {
	float: right;
	vertical-align: middle;
	display: none;
}

.usp div.value {
	float: right; 
	padding: 0 10px; 
	font-size: 0.812em;
}
.usp div.desc {
	float: left;
	clear: both;
	width: 300px;
	margin: 0;
}
.usp div.linkPara {
}
.usp div.linkPara a {
	float: none;
}
 
 
/* Donate Panel
========================================================================================== */
#donate {
    height: 280px;
    overflow: hidden;
   /* background: #DE9C33;*/
    background: #762778;
}
#donate h3 {
    font-size: 2em;
    text-align: center;
    padding: 20px;
}
#donate h3 a {
    display: block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
}
#donate p {
	padding: 20px;
	font-size: 0.687em;
	color: #FFF;
	line-height: 1.7;
}
#donate a.more {
	font-size: 0.75em;
	float: right;
	margin: 0 20px;
	font-weight: bold;
	color: #FFF;
}
/*
#donate a.arr {
    background: #DE9C33 url(../../Images/imgThreeArr.gif) no-repeat 124px 67px;
    color: #FFF;
    display: block;
    font-size: 0.75em;
    text-decoration: none;
    line-height: 1.4;
    padding: 8px 15px 36px;
}*/


/* Samples Panel
========================================================================================== */
#sample {
    background: url(../../Images/imgWheel.jpg) no-repeat top left;
    height: 246px;
    position: relative;
    overflow: hidden;
}
#sample h3 {
    color: #FFF;
    font-size: 0.875em;
    position: absolute;
    left: 15px;
    bottom: 40px;
}
#sample .player {
    position: absolute;
    left: 15px;
    bottom: 15px;
}
#sample .player a {
    display: block;
    background: #ff9900 url(../../Images/MediaPlayer.gif) no-repeat;
    height: 22px;
    width: 120px;
    text-indent: -8888px;
}

/* Newsletter Panel
========================================================================================== */
#signup {
    color: #FFF;
    background-color: #762778;
    padding: 20px 15px 0;
    overflow: hidden;
    height: 260px;
    position: relative;
}
#signup h3 {
    font-size: 0.9375em;
}
#signup p {
    font-size: 0.687em;
    margin: 10px 0;
}
#signup fieldset {
    border: none;
    margin: 0;
    padding: 2px 0 0;
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 168px;
}
#signup label {
    font-size: 0.687em;
    display: block;
    text-transform: uppercase;
    margin: 8px 0 2px;
}
#signup input {
    font-size: 0.687em;
    display: block;
    border: none;
    width: 161px;
}
#signup input.btn {
    background-color: #762778;
    color: #FFF;
    float: right;
    font-size: 0.8125em;
    font-weight: bold;
    width: auto;
    text-align: right;
    margin: 14px 0 0;
}

/* Latest News Panel
========================================================================================== */
#news {
    padding: 0 15px 0;
    margin: 25px 0;
    border-left: solid 1px #CCC;
}
#news h3 {
    color: #762778;
    font-size: 0.9375em;
}
#news ul {
    list-style-type: none;
    margin-top: 10px;
}
#news li {
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
}
#news strong {
    color: #762778;
}
#news p {
    font-size: 0.687em;
    color: #5b5b5b;
}
#news a.more {
    font-size: 1.084em;
}

/* Thermometer Control
========================================================================================== */
.left #therm {
    position: absolute;
    top: 270px;
    right: 10px;
}
.right #therm {
    position: relative;
    left: 35px;
    top: 30px;
}

#therm {
    height: 297px;
    width: 42px;
    overflow: hidden;
}
#therm span {
    background: url(../../Images/Thermometer.png) no-repeat;
    height: 297px;
    width: 43px;
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
}
#therm p{
}
#therm div {
    position: absolute;
    left: 18px;
    background: url(../../Images/redbar.gif) repeat-y;
    font-size: 1px;
    width: 7px;
}


.content #therm {
	position: relative;
	float: right;
	margin-top: 60px;
}
.financial #ctl00_MainContent_pnlContent {
	float: left;
	width: 360px;
}

/* Donation Page
========================================================================================== */
#framework {
    margin-left: -15px;
}
#donatetable {
    color: #646464;
    margin-left: -15px;
    margin-top: 30px;
}
#donatetable h2 {
    font-size: 1em;
}
#donatetable p {
    padding: 6px 0 10px;
}
#donatetable td {
    padding: 8px 8px 0;
    vertical-align: middle;
}
#donatetable tr {
    background: #E3E3E3;
}
#donatetable tr.alt {
    background: #FFF;
}
#donatetable td a.btn,
a.btnSponsor {
    display: block;
    background: url(../../Images/btnSponsor.png) no-repeat;
    height: 28px;
    text-indent: -8888px;
    width: 75px;
    margin-top: 6px;
}
#donatetable tr.note td {
	padding: 0 80px 8px 60px;
	font-weight: bold;
	color: #762778;
	font-size: 0.75em;
}
a.btnSponsor {
	float: right;
}
#donatetable td span {
    background-repeat: no-repeat;
    display: block;
    text-indent: -8888px;
    height: 36px;
    width: 36px;
}
#donatetable span.a {
    background-image: url(../../Images/A.png);
}
#donatetable span.b {
    background-image: url(../../Images/B.png);
}
#donatetable span.c {
    background-image: url(../../Images/C.png);
}
#donatetable span.d {
    background-image: url(../../Images/D.png);
}
#donatetable span.e {
    background-image: url(../../Images/E.png);
}
#donatetable span.f {
    background-image: url(../../Images/F.png);
}
#donatetable span.g {
    background-image: url(../../Images/G.png);
}
#donatetable span.h {
    background-image: url(../../Images/H.png);
}
#donatetable span.i {
    background-image: url(../../Images/I.png);
}

/* Sitemap
========================================================================================== */
.Sitemap 
{
    padding: 30px 50px;
}
.Sitemap h1
{
	font-size: 1em;	
}
.Sitemap li
{
	font-size: 0.76em;
	margin-left: 15px;
	padding-bottom: 3px;	
}
.Sitemap ul 
{
    margin: 10px 0;
}
.Sitemap p
{
	font-size: 0.9em;
	line-height: 1.3;
}
.Sitemap li li,
.Sitemap li p 
{
    font-size: 1em;
}

/* Manager Buttons
========================================================================================== */
.pnlParaBtns {
    float: left;
    display: inline;
}
.home .pnlParaBtns {
    float: right;
    margin-right: 20px;
}
.pnlParaBtns select {
    position: relative;
    top: -4px;
}
.SiteHeader {
    float: right;
    display: inline;
		padding-right: 6px;
}
.pnlConfirm {
    clear: both;
    padding: 40px;
    text-align: center;
}
.admContent {
    clear: both;
}
.paraControls {
    clear: both;
}
.paraControls a {
    font-size: 0.75em;
    color: #999;
    text-decoration: none;
}
.dragHelper {
	border: 1px dashed #666;
	width: auto !important;
}
.dragActive .paraControls {
    display: none;
}
