body{
   font-family: "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   margin: 0px;
	background: #423d38 url(http://www.emmanuelcommunity.org/interface/images/design/stripes_bg.gif) top center no-repeat;
	color: #334956;
}

a, .idk {
	color: #cb9159;
	text-decoration: underline;
}

#logo, #logo img, #header a#logo {
	border: 0px !important;
}

#logo {
	width: 250px !important;
}

#utilities-wrap {
	width: 100%;
	margin: 0 auto;
	background-color: #443f32;
	float: left;
	border-bottom: 3px solid #a7a474;
	display: none;
}

.sidebar-pad {
	padding: 10px;
}

.slide li a, .slide li a img {
	border: 0px !important;
}

.tease-div {
	float: left;
	height: 1px;
	width: 10px;
}
	
#utilities {
	width: 915px;
	margin: 0 auto;
	text-align: right;
	height:20px;
	color:#d8dcbf;
	font-size: .7em;
	padding-top:8px;
	background-color: #443f32;
}

.clear-both {
	clear: both;
}

#utilities a{
	color: #fff;
	text-decoration: none;
}

#utilities a:hover {
	color: #fff;
	text-decoration: underline;
}


#container {
	width: 915px;
    margin: 0 auto;
   
	}

.img-border  {
	border: 1px solid #c7c2ac;
}
	
#header {
	width: 100%;
	margin-top: 10px;
}
	
#logo {
	float: left;
	width: 300px;
	padding-bottom: 19px;

	
}

#footer {
	border-top: 2px solid #6b645e;
	height: 40px;
	width: 908px;
	font-size: .7em;
	padding: 5px;
	color: #827b69;
	margin-top: 5px;
	
}
#footer a {color:#827b69;}
#footer a:hover {
text-decoration: none;
}

#home-banner {
	width:900px;
	height: 420px;
	/*float: left;*/
}

#content {
	width:900px;
	float: left;
	background-color: #FFFFFF;
	padding:10px 10px 10px 10px
}

#content p{
	color:#5A5A5A;
	font-size:12px;
}

#content ol{
	font-size: .7em;
}



#home-banner img{
	border: 8px solid #FFF;
}
#controlPanel img {
	border: 0px;
}



h1 {
	color:#003768;
	font-size: 1.5em;
	padding-bottom: .4em;
	border-bottom: 1px solid #CCCCCC;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #4d6d80;
	padding-bottom: .3em;
	border-bottom: 1px solid #CCCCCC;
}

.clear {clear:both;}

/* Form
---------------------------------------------------------------- */


#form-field {
	width: 100%;
	padding: 4px 2px 4px 2px;
	font-size: 1em;
}

label {
	font-size: .7em;
}


/* Navigation ---------------------------------------------------------------- */

#nav, #nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	margin-top: 57px;
	vertical-align: bottom;

}

#nav li{
   float: left;
   margin-right: 3px;
   background: url(http://www.emmanuelcommunity.org/interface/images/design/bg_nav_li3.gif) no-repeat right top;
   font-size: 12px;
   text-transform: none
   }

#nav li.current{
   background-position: right bottom;
}

#nav li a{
   float: left;
   display: block;
   height: 22px;
   padding: 9px 12px 0;
   background: url(http://www.emmanuelcommunity.org/interface/images/design/bg_nav_li_a3.gif) no-repeat left top;
   color: #FFFFFF;
   text-decoration: none;
}

#nav li.current a{
   background-position: left bottom;
   color: #27333A;
}

#nav li:hover,
#nav li.sfhover{
   background-position: right -31px;
}

#nav li.current:hover,
#nav li.sfhover.current{
   background-position: right bottom;
}

#nav li:hover a,
#nav li.sfhover a{
   background-position: left -31px;
   color: #FFF;
}

#nav li.current:hover a,
#nav li.sfhover.current a{
   background-position: left bottom;
   color: #27333A;
}

#nav li#nav_home.current{
   background-position: right top;
}

#nav li#nav_home.current a{
   background-position: left top;
   color: #9BAAB5;
}

#nav li.current#nav_home:hover,
#nav li.current.sfhover#nav_home{
   background-position: right -31px;
}

#nv li.current#nav_home:hover,
#nav li.current.sfhover#nav_home a{
   background-position: left -31px;
   color: #FFF;
}

#nav li ul{
   clear: left;
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 161px;
   margin-top: 31px;
   margin-left: -1px;
   _margin-top: 0; /* IE6 only */
   border: 1px solid #BABEB1;
   border-top: 0;
   border-bottom: 0;
   list-style: none;
   line-height: 1;
}

/* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */
*+html #nav li ul{
   margin-top: 0;
}

#nav li li{
   display: inline;
   _display: block;
   float: none;
   _float: left;
   margin: 0;
   font-size: .9167em;
   text-transform: none;
}

#nav li ul ul{
   margin: -31px 0 0 161px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li li li{
   font-size: 1em;
}

#nav li:hover li a,
#nav li.sfhover li a{
   float: none;
   width: 133px;
   height: auto;
   padding: 9px 14px;
   border-top: 1px solid #FBFCFE;
   border-bottom: 1px solid #D3D6CD;
   background: #F1F3EE;
   color: #384751;
}

#nav li:hover li a:hover,
#nav li.sfhover li a:hover{
   background: #daf0bb;
}


/* Styling ---------------------------------------------------------------- */
div#gallery { position: relative; overflow: hidden; height: 436px; width: 916px;} 
div#gallery img { position: absolute; top: 0px; left: 0px;}


.scripture {
	font-style: italic;
}

.img-history {
border: 5px solid #fff;
}

.img-history a{
border: 5px solid #fff;
}
#teaser-wrap {
	width: 900px;
	border: 1px solid #fff;
}

#teaser-wrapper {
	width: 915px;
	margin: 0 auto;
}

.teaser {
	float: left;
}

.teaser ul {
	margin: 0;
	padding: 0;
}

.slide {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 221px;
	height: 90px;
}

.teaser li {
	list-style:none;
	float:left;
	display:inline;
	position:relative;
}


/* Sermons / Podcasting ------------------------------------------------ */

#sermonlist{
   float: left;
   position: relative;
   padding-bottom: 30px;
   width: 630px;
	*width:620px;
  
}


#sermon {
	margin: 10px 5px 10px 5px;
	float: left;
	width:100%;
	border-bottom: 1px solid #d4d0c3;
	padding-bottom: 10px;
}

.sermon-title {
	font-size: 1.2em;
	margin: 0px;
}

#latest-sermon{
   width: 600px;
   float: left;
   padding-bottom: 12px;
   margin-bottom: 24px;
	background: url(http://www.emmanuelcommunity.org/interface/images/design/tan_fade.gif) repeat-x 0 top;
	border: 2px solid #d4d0c3;
	padding: 10px;
}

#latest-sermon h5{
	  font-size: 1em;
	  margin: 0;
}

#sermon-downloads-wrap {
	float: left;
	width: 100%;
}

#sermon-downloads-latest {
	background-color: #d4d0c3;
	width: 340px;
	min-height: 15px;
	color: #45403b;
	font-size: .7em;
	padding: 5px;
	float: left;
}

#sermon-downloads-latest a {
	color: #423d39;
	text-decoration: none;
}

#sermon-downloads-latest a:hover {
	color: #cb9159;
	text-decoration: underline;
}

#sermon-downloads-package {
	float: left;
	width: 160px;
	font-size: .7em;
	color: #fff;
	height: 15px;
	margin-left: 5px;
	padding: 5px;
	background-color: #4d6d80;
	text-align: center;
}

#sermon-downloads-package a{
	color: #fff;
	text-decoration: none;
	}
	
	#sermon-downloads-package a:hover{
	color: #fff;
	text-decoration: underline;
	}

#sermon-downloads {
	border: 1px solid #f80a12;
	width: 350px;
	height: 20px;
}

#resources {
	float: right;
	width: 235px;
	padding: 10px;
	margin-left:10px;
	background: url(../images/tan_fade.gif) repeat-x 0 top;
}

#resources p {
		font-size: .7em;
}

#resources ul {
		font-size: .7em;
}
#resources ul li {
	padding:3px 0 3px 0;
}

/***************************************
**	Staff Listing
****************************************/

#galleryListing img {
	float: left; margin-right: 10px;
	border: 0px;
}
#galleryListing p {
	border: 1px solid #cccccc; padding: 4px; height: 50px;
}
/* 
DEBUGING
border: 1px solid #f80a12;


 */
#form_div {
	padding-top: 1px;
	width: 640px;
	background: url('http://www.emmanuelcommunity.org/interface/images/design/tan_fade.gif') repeat-x top left !important; 
}
#registration_form {
	margin: 10px 20px;
}
#registration_table {
	width: 100%;
}
#registration_table td {
	font-size: 12px !important;
}
.form-list li {
	list-style-type: none;
	font-size: 14px !important;
}
.input-text {
	font-size: 11px;
	width: 95%;
}
.input-text-small {
	width: 70%;
	height: 12px;
	font-size: 11px;
}
#right_sidebar {
	float: right;
	width: 250px;
	background: url('http://www.emmanuelcommunity.org/interface/images/design/tan_fade.gif') repeat-x top left !important;
}
.sidebar_padding {
	margin: 15px;
}

/* Navigation
********************************************************************************************************/
#nav_sub, #nav_sub li, #nav_sub li a {
	margin: 0;
	padding: 0;
}

#nav_sub li {
	list-style: none;
}

#nav_sub li a {
	color: #3E697A;
	display: block;
	font-size: 13px;
	padding: 7px;
	text-decoration: none;
}

#nav_sub li a:hover {
	background-color: #D3D2CD;
}

.linked-sidebar {
	display: block;
	font-size: 12px;
	padding: 0 0 8px;
	text-decoration: none;
}

.linked-sidebar:hover {
	text-decoration: underline;
}

.content-line {
	line-height: 1.2em;
}

.sidebar-sub-wrapper {
	float: left;
	margin: 10px 0 0;
	width: 225px;
}

.sidebar-sub-wrapper h2 {
	margin: 10px 0 10px 0;
	padding: 0px !important;
	border: 0px !important;
}

.sidebar-sub {
	background-image: url("http://www.emmanuelcommunity.org/interface/images/design/navbg.png");
	background-position: center top;
	background-repeat: repeat-x;
	height: auto !important;
	min-height: 500px;
}

.sidebar-sub a.barred {
	background-image: url("http://www.emmanuelcommunity.org/interface/images/design/gradient_sublink.png");
	background-position: center top;
	background-repeat: repeat-x;
	color: #78716D;
	display: block;
	height: 39px;
	text-decoration: none;
	text-shadow: 0 1px 0 #F1EAE6;
}

.sidebar-sub a.barred:hover {
	background-image: url("http://www.emmanuelcommunity.org/interface/images/design/gradient_sublink_hover.png");
	background-position: center top;
	background-repeat: repeat-x;
	color: #605b57 !important;
	text-shadow: 0 1px 0 #d1c9c5 !important;
}

.sidebar-sub a span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 15px;
}

.main-bar-sub {
	float: right;
	width: 640px;
	padding: 8px;
	position: relative;
}

.ministry-attachments {
	font-size: 12px;
	margin: 10px 0 0 0;
}

.ministry-attachments td, .ministry-attachments th {
	padding: 3px;
}

.ministry-attachments th {
	background-color: #DED6D1;
	text-align: left;
}

.row:nth-child(even) {
	background-color: #F4F1F0;
}

.row:nth-child(odd) {
	background-color: #FBFBFB;
}

.breadcrumb-back {
	font-size: 11px;
	position: absolute;
	right: 9px;
	text-decoration: none;
	top: 30px;
}

.main-bar-sub ul {
	color: #5A5A5A;
	font-size: 12px;
}

.sidebarministry {
	background-color:#EFEFEF;
	border:1px solid #CFCFCF;
	clear:right;
	float:right;
	font-size:11px;
	margin:0 0 15px 15px;
	padding:8px;
	width:160px;
}

.sidebarministry div {
	margin-top: 20px;
}

.sidebarministry div:first-child {
	margin-top: 0;
}

.sidebarministry .calendar div {	
	margin-top: 0;
}

#nav-sub, #nav-sub li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-sub a {
	background-image: url("http://www.emmanuelcommunity.org/interface/images/design/gradient_sublink.png");
	background-position: center top;
	background-repeat: repeat-x;
	color: #78716D;
	display: block;
	height: 39px;
	text-decoration: none;
	text-shadow: 0 1px 0 #F1EAE6;
}

#nav-sub li a:hover {
	background-image: url("http://www.emmanuelcommunity.org/interface/images/design/gradient_sublink_hover.png");
	background-position: center top;
	background-repeat: repeat-x;
	color: #605b57 !important;
	text-shadow: 0 1px 0 #d1c9c5 !important;
}

#nav-sub li a span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 15px;
}

.hidden {
	display: none;
}

.contentmin img {
	margin: 7px;
}

li.sub-level-0 ul {
	padding: 0;
}

li.sub-level-1 span {
	font-size: 10px !important;
	padding-left: 25px !important;
}

.sub-level-1 a {
	background: url("http://www.emmanuelcommunity.org/interface/images/design/gradient_sublink_hover.png") !important;
	color: #605B57 !important;
	text-shadow: 0 1px 0 #D1C9C5 !important;
}

.buttonright {
	float: right;
	margin: 0 0 10px 10px;
}

.buttonright img {
	border: 0;
}

.left-child {
	float: left;
}
img.left-child {
	margin: 7px 7px 7px 0;
}
span.left-child {
	margin-top: 21px;
}
.right-child {
	float: right;
}
span.clear-both {
	clear: both;
	display: block;
}
.experience p {
	margin: 0 0 20px;
}
.experience {
	margin: 0 0 30px;
}
#cke_field_id_56 {
	width: 640px;
	min-width: 640px;
	max-width: 640px;
}
.form-element-saef {
	border: 1px solid #B0B7BA;
	padding: 5px;
	width: 250px;
}
#share {
	border-top: 1px solid #CCCCCC;
	margin: 50px 0 0;
}
#banner-ffth {
	float: left;
	width: 420px;
}
#banner-ffth img {
	margin: 0 !important;
}
#info-ffth {
	background: #314956;
	float: right;
	min-height: 196px;
	padding: 10px;
	width: 190px;
}
#info-ffth p {
	color: #FFFFFF;
	margin: 0 0 20px;
}
#info-ffth .left {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#video-play #video-ffth {
	display: none;
}
#info-ffth h4 {
	color: #FFFFFF;
	margin: 0 0 10px;
}
.staff h4 {
	margin: 0 0 5px;
}
.staff {
	margin: 0 0 20px;
}
.info { color: #205791; background: #D5EDF8; border: 1px solid #92CAE4; padding: 10px; }
.info p { margin: 0; }

.lifegroups-buttons li {
	display: inline;
}
.lifegroups-buttons {
	text-align: center;
	margin: 0;
	padding: 0;
}
