body {
	background-color:#fff;
	font-size:12px;
	color: #181512;
	background-image:url('/templates/5026/img/header.jpg');
	background-position:center top;
	background-repeat:no-repeat;
}

div#banner {
	height: 158px;
	}
	
/* Menu */
.sf-shadow ul {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright:0;
	background:none;
	padding:0;
}
div#top-menu{
  	font-size: 12px;
    height: 36px;
    padding-left: 200px;
}

div#top-menu ul.sf-menu{
	background-color: transparent;
	padding-left:10px;
}

div#top-menu ul.sf-menu li{
	background-color: transparent;
}

div#top-menu ul.sf-menu li ul{
	background-color: #2E205D;
	margin-top:0px;
}
div#top-menu ul.sf-menu li ul li ul{
	margin-top:0px;
}

/* Sub Menu Colors */
div#top-menu ul.sf-menu li ul li a:link, div#top-menu ul.sf-menu li ul li a:visited, div#top-menu ul.sf-menu li ul li ul li a:link, div#top-menu ul.sf-menu li ul li ul li a:visited{
	color:#fff;
}

div#top-menu ul.sf-menu li ul li a:hover, div#top-menu ul.sf-menu li ul li a:active, div#top-menu ul.sf-menu li ul li ul li a:hover, div#top-menu ul.sf-menu li ul li ul li a:active{
	color:#63468E;
}
	
.sf-menu a {
	padding: 0.5em 0.75em;
	text-decoration:none;
}


.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: #EDC542;
}

a > .sf-sub-indicator {
	top:0.9em;
}

li li a > .sf-sub-indicator {
	top:0.85em;
}

/* ******** */	

/* Calendar */
.fc-header .fc-state-default span {
	background-color: #foe3d2;
}

.fc-header .fc-state-down span, .fc-header .fc-state-active span {
	background-color: #2E205D;
}

.fc-content {
	background-color: #F7F8F7;
}

.fc-event, .fc-agenda .fc-event-time, .fc-event a {
	background-color: #2E205D;
	border-color: #2E205D;
}

.fc-content .fc-state-highlight {
	background-color: #E3E1EC;
}

div#content div#eventCalendar a:hover, div#content div#eventCalendar  a:active{
	color: #E3E1EC;
}

/* ******** */	


/*
div#footer {
	background-image:url('/templates/5026/img/footer.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	height:15px;
}
*/

div#_PrayerAndPraiseFormButton {
	width: 370px;
	background: -moz-linear-gradient(left,  #4f2d81,  #1d063f);
	background: -webkit-gradient(linear, left, right, from(#4f2d81), to(#1d063f));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f2d81', endColorstr='#1d063f');
	background-color:#4f2d81;
	color:#ecbf24;
	border: dashed 1px #ecbf24;
	text-align: center;
}


/* COPYRIGHT */

#powered-by {
	background-image:url('/img/poweredby-cww-dk.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	float:right;
	height:13px;
	width:240px;
	margin:0px 10px 0 0;
}

/* ********** */

div#side-nav ul {
	list-style: none;
}

div#side-nav li {
	margin: 0px;
	padding: 4px 0;
	border-bottom: dotted 1px #dbc3a8;
	font-weight: bold;
}

div#side-nav li li  {
	margin-left: 15px;
	padding: 0px;
	border-bottom: none;
	font-weight: normal;
	line-height: 20px;
}

div#side-nav ul ul  {
	margin: 0px;
	padding: 0px;
}	

div.padding {
	margin: 10px 20px;
	overflow: hidden;
}
	