body {
	background: #000;
	background-image: url('../img/grunge-background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

div#wrapper-outer {
	background-image: url('../img/blend.png');
	background-repeat: repeat-y;
	background-position: center;
}
 
div#wrapper {
	background: #000;
	margin-left: auto;
	margin-right: auto;
	min-height: 900px;
	position: relative;
}

div#logo {
}
div#logo_text {
	margin: 25px 0px 0px 50px;
}
div#tagline {
	margin-left: 52px;
}

div#top-menu {
	height: 28px;
	width: 840px;
	position: relative;
	top: 112px;
	left: 60px;
	z-index: 100;
}

div#intro-bottom {
	min-height: 6px;
}

div#banner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}
div#banner_overlay {
	position: absolute;
	top: 0;
	z-index: 3;
}

div#banner_slideshow {
	position: absolute;
	left: 210px;
	z-index: 2;
}

div#footer-site-map {
	width: 960px;
	padding: 20px 0;
	background: #111;
	background-color: rgba(20,20,20, 0.800);
}

div#footer {
	min-height: 16px;
}

div#identity {
	position: absolute;
	top: 0px;
	z-index: 4;
	width: 800px;
}
div#intro-section {
	width: auto;
	margin-top: 370px;
}
div#side-nav div.col {
	padding-top: 20px;
}

div#brand {
	border: none;
	background-image: url('../img/blend.png');
	background-repeat: repeat-y;
	background-position: center;

	padding: 0;
}
div#Juiced-copyright {
	margin-right: 20px;
	text-align: right;
}
div#copyright {
	width: 920px;
	margin: 0 auto;
	background: #000;
	padding: 7px 20px 10px;
}
div#brand a:link, div#brand a:visited {
	color: #fff;
}
div#brand div.cww-brand {
	background-image: url('../../../img/powered-by-dark-bg.png');
}
div#copyright div.beans-brand {
	background-image: url('/img/brands/19beans_light.png');
}
div#brand-spacer {
	min-height: 0;
}

div#content-bottom {}

div#content div.col {
	margin-top: 0px;
}

.sf-menu a {
    padding: 0.5em 1.5em;
}
.sf-menu a:active {
	background: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #fff;
}
.sf-menu li {
    background: none;
	width: auto;
}
.sf-menu li li a, .sf-menu li li li a{
    background: #111;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #222;
	text-decoration: none;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background: #222;
	text-decoration: none;
}

div.wedge-module-title {
	margin: 5px 0px;
}

div.wedge-module-bottom {
	min-height: 20px;
}

/* Calendar style */
.fc{
	background-color:#fff;
}
.fc-content{
	background-color:transparent;
}
.fc-content .fc-state-default {
    border-color: #48220a;
    border-style: solid;
}
div.fc-content thead th {
	color: #fff;
	background: none repeat scroll 0 0 #000;/* old color #48220a */
}
.fc-widget-content {
    border: 1px solid #48220a;
}

/* Twitter Style */
div.twitter_wedge div.row_odd {
    background-color: #444;
}


div#_PrayerAndPraiseForm {
	color: #000;
}

/* Theater Style */
.theatre-3d .theatre-actor, .theatre-flow .theatre-actor {
	-moz-box-shadow: 0px 0px 10px #000 !important;
	-webkit-box-shadow: 0px 0px 10px #000 !important;
	-o-box-shadow: 0px 0px 10px #000 !important;	
	box-shadow: 0px -0px 10px #000 !important;
	border: 2px solid #000 !important;
}
