/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #4d4d4d	 url(http://mynewlife.org/images/interface/bg.png) repeat-x;
	font: 11px/140% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: normal; 	
	padding: 9px;		
	color: #444;	
}
h1 {
	font-size: 2.0em;		
}
h2 {
	font-size: 1.em;
	color: #88AC0B;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}
/* Paragraph */
p { padding: 12px  10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 0px 0px;
 	padding: 5px 7px 5px 40px;  	
    font-weight: normal;
	font-size: 13px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #feff9f url(http://mynewlife.org/images/interface/quote.gif) no-repeat 15px 15px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;

	
	border-width: 1px;
  	border-style: solid;}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;	
}	
/* end - table */

/* form elements */
form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #9D6D37;
}
label {
	font-weight: bold;
	color: #A7743B;
}
input, select, textarea {
	font: bold 13px Arial, Sans-serif; 

	margin: 5px 0;
	padding: 3px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #929292 #ebebeb #ebebeb #929292; 
}
option { padding-right: 0.5em; } 

#name, #email, #message, #website{
	width: 455px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #17323f;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 

/* Quick Nav*/
#quickNav-mid-upper { width: 900px ;
  margin-left: auto ;
  margin-right: auto ;
  padding:20px;}
#quickNav-mid-upper .quickNav-mid-upper-column {float:left; width:130px; margin-right:35px;}
#quickNav-mid-upper .quickNav-mid-upper-column  a{color:#fff; font-family:verdana, san-serif; font-size:10px; text-decoration:none;}
#quickNav-mid-upper .quickNav-mid-upper-column  a:hover{color:#fff;text-decoration:underline;}

#quickNav-mid-upper .quickNav-mid-upper-column-last {float:left; width:161px; margin:0 0 0 2px;}
#quickNav-mid-upper ul {padding:20px 0 20px 10px; margin:0;}
#quickNav-mid-upper li {padding:0; margin:0; list-style-type: none;}
#quickNav-mid-upper li h4 {color:#fff; font-family: verdana, san-serif; font-size:10px; font-weight:bold; padding:0; margin:0; text-decoration:underline;}

#login img{
	border:0px;
	padding-top: 10px;
	background: none;
}
#topper{	
	background: url(http://mynewlife.org/images/interface/topper.png) no-repeat;
	height: 80px !important;
	padding:0px;
	margin: 0px auto 30px auto;
	width:952px;
	float:clear;

}
#toptop{
	position: relative;
	width: 952px;
	margin: 12px auto 0px auto;
	text-align: left;
}
#login{
	border:0px;
	padding:0px !important;
	background: none;
	float: left;
	position:relative;
	top:-80px; 
	margin: 0px auto 0px auto;
	width:300px;
	z-index: 40;
	  
}
#search{
	border:2px;
	border-bottom-style:line;
	border-color:#fff;
	position:absolute;
	top:0; left:780px;
	width:300px;
}

#search form,#search #cse form {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: none;
}
#search form p, #search #cse form p {
	border-bottom: 0px;
	padding: 0;	margin: 0;	
	color: none;
}


#login .tbox{	margin: 5px 0 0 5px; 
	width: 220px;	
	display: inline;	
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
	
}

#image-override img{
	border:0px;
	padding:0 !important;
	margin-bottom:0px;
	background: none;
}
#image-override-sidebar img{
	border:0px;
	margin-top: -23px;
	padding:15px 0 0 17px !important;
	margin-bottom:0px;
	background: none;
}

#wrap {
	position: relative;
	width: 952px;
	background: url(http://mynewlife.org/images/interface/wrap.png) repeat-y center top;
	margin: 10px auto 30px auto;
	text-align: left;	
}
#single_wrap {
	position: relative;
	width: 952px;
	background: url(http://mynewlife.org/images/interface/wrap2.png) repeat-y center top;
	margin: 10px auto 30px auto;
	text-align: left;	
}
#wrap_none {
	position: relative;
	width: 952px;
	background: url(http://mynewlife.org/images/interface/wrapNone.png) repeat-y center top;
	margin: 10px auto 30px auto;
	text-align: left;	
}
#content {
	clear: both;	
	float: left;	
	width: 952px;						
	padding: 0px 0 60px 0; 	
}
#header {
	position: relative;
	width: 952px;
	height: 315px;
	background: url(http://mynewlife.org/images/interface/header.png) no-repeat;
	color: #fff;
	padding: 0 10px 0 21px;
	padding-top:20px !important;
	margin: 0 0 5px 0;	


}
#header_single {
	position: relative;
	width: 954px;
	height: 145px;
	background: url(http://mynewlife.org/images/interface/header_single.png) no-repeat;
	color: #fff;
	padding: 0 10px 0 21px;
	padding-top:20px !important;
	margin: 0 0 0 0;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #332616;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 75px; left: 55px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #322815;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 148px; left: 150px;		
}
	

/*Daily Devotional*/
#dailyd {
height:42px;
	padding: 4px 8px 10px 10px;
background:#3f4e5e;
margin-top:4px;
}

#dailyd h2{
	padding: 15px 6px 7px 0;
	font-size: 27px;
text-decoration:underline;
	color: #92bdd8;
float:left;
}
#dailyd div{
font-size: 13px;
vertical-align:middle;
padding-top:14px;
margin:auto;
border:0;
height:55px; 
}

/* top-menu */


/* Navigation url(http://mynewlife.org/images/interface/nav.gif) no-repeat;*/
#nav {
	clear: both;	
	padding: 0;	margin: 0px 0 0 370px;
	height: 50px;
	background: none;		
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #333;
	font: bold 13px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #fff;	
}
#nav ul li#current {
	background: transparent url(http://mynewlife.org/images/interface/buttonbackleft.png) no-repeat;	
	color: #fff;
}
#nav ul li#current a {	
	color: #fff;
	background: transparent url(http://mynewlife.org/images/interface/buttonback.png) no-repeat right top;	
}

/* MiniNav url(http://mynewlife.org/images/interface/nav.gif) no-repeat;*/
#mininav {
	padding: 0;	margin: 0px 0 0 600px;
	
	height: 30px;
	background: none;
}
#mininav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}
#mininav ul li#current {
	text-decoration:underline;
}
#mininav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#mininav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #333;
	font:  12px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}
#mininav ul li a:hover, 
#mininav ul li a:active {
	color: #fff;	
}

/* Main Column */
#main {
	float: left;
	width: 310px;
	padding: 0; margin: 0 0 0 23px;
	display: inline;

}
#main h2 {
	font: bold 2.0em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #2679a1; 
	padding: 3px 0 2px 5px; 	
	margin-left: 5px;		
	letter-spacing: 0px;
	border-bottom: 1px solid #E4F2C8; 	
	font-weight: normal;
}
#main h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(http://mynewlife.org/images/interface/bullet.gif);
}

#main .text a{
	padding: 0 0 0 0px;
	color: #515455;
	font-size: 13px;
	line-height: normal;
	text-decoration: none;
}

#main .text{
	color: #515455;
	font-size: 12px;
	line-height: 23px;
	text-decoration: none;
}

#main a{
	color: #515455;
	font-size: 12px;
	line-height: 23px;
	text-decoration: underline !important;
}

#main .text2{
	color: #515455;
	font-size: 12px;
	line-height: 23px;
	padding-left: 10px;
	text-decoration: none;
}

/* 2nd Main Column */
#main2 {
	float: left;
	width: 259.5px;
	padding: 0 0 0 0; margin: 0 0px 0 8px;
	display: inline;

		
	
}
#main2 h2 {
	font: bold 2.0em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #2679a1; 
	padding: 3px 0 2px 5px; 	
	margin-left: 5px;		
	letter-spacing: 0px;
	border-bottom: 1px solid #E4F2C8; 	
	font-weight: normal;
}
#main2 h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main2 ul li {
	list-style-image: url(http://mynewlife.org/images/interface/bullet.gif);
}

#main2 .text a{
	padding: 0 0 0 0px;
	color: #515455;
	font-size: 13px;
	line-height: normal;
	text-decoration: none;
}

#main2 .text{
	color: #515455;
	font-size: 12px;
	line-height: 23px;
	text-decoration: none;
}
#main2 .text2{
	color: #515455;
	font-size: 12px;
	line-height: 23px;
	padding-left: 10px;
	text-decoration: none;
}
/*Single Page*/
#singecol {
	float: left;
	width: 579.5px;
	padding: 0; margin: 0 0 0 23px;
	display: inline;

}
#singecol h2 {
	font: bold 2.0em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #2679a1; 
	padding: 3px 0 2px 5px; 	
	margin-left: 5px;		
	letter-spacing: 0px;
	border-bottom: 1px solid #E4F2C8; 	
	font-weight: normal;
}
#singecol h2 a {
	color: #51432f;
	text-decoration: none;		
}
#singecol ul li {
	list-style-image: url(http://mynewlife.org/images/interface/bullet.gif);
}

#singecol .text a{
	padding: 0 0 0 0px;
	color: #515455;
	font-size: 13px;
	line-height: normal;
	text-decoration: none;
}

#singecol .text{
	color: #515455;
	font-size: 12px;
	line-height: 23px;
	text-decoration: none;
}

#singecol a{
	color: #515455;
	font-size: 12px;
	line-height: 23px;
	text-decoration: underline !important;
}
#singecol span{
line-height: 23px;
}

#singecol .text2{
	color: #515455;
	font-size: 12px;
	line-height: 23px;
	padding-left: 10px;
	text-decoration: none;
}

/*No  Sidebar*/
#nosidebar {
	float: left;
	padding: 0; margin: 0 0 0 23px;
	display: inline;
	width:800px;

}

#nosidebar embed {
	padding-left: 30px; margin: 0 0 0 23px;


}
#nosidebar h2 {
	font: bold 2.0em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #2679a1; 
	padding: 3px 0 2px 5px; 	
	margin-left: 5px;		
	letter-spacing: 0px;
	border-bottom: 1px solid #E4F2C8; 	
	font-weight: normal;
}
#nosidebar h2 a {
	color: #51432f;
	text-decoration: none;		
}
#nosidebar ul li {
	list-style-image: url(http://mynewlife.org/images/interface/bullet.gif);
}

#nosidebar .text a{
	padding: 0 0 0 0px;
	color: #515455;
	font-size: 13px;
	line-height: normal;
	text-decoration: none;
}

#nosidebar .text{
	color: #515455;
	font-size: 12px;
	line-height: 23px;
	text-decoration: none;
}

#nosidebar a{
	font-size: 12px;
	line-height: 23px;
	text-decoration: none !important;
}

#nosidebar .text2{
	color: #515455;
	font-size: 12px;
	line-height: 23px;
	padding-left: 10px;
	text-decoration: none;
}


/* Sidebar*/
#sidebar {
	float: left;
	width: 330px;
	padding-left:0px; 
	margin: 0 0px 0 5px;
	display: inline;
}
#sidebar a{
	color: #eee;
	font-size: 19px;
	padding-left: 30px;
	text-decoration:none;
	line-height:1.3em;
	
}
#sidebar li a{
	color: #fff;
	font-size: 14px;
	line-height: 23px;
	text-decoration: none;
}
#sidebar li {
	color: #fff;
	font-size: 14px;
	line-height: 23px;
}

#sidebar p{
 padding: 0px  0px ;
}

#widget {
	padding-left: 15px;
	margin-top: 0px;

}
#sidebar h1{
	font: bold 2.0em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #92bdd8; 
	padding: 3px 0 2px 5px; 
	margin: 0 0 6px 5px;		
	letter-spacing: 0px;
	border-bottom: 1px solid #92bdd8; 	
	font-weight: normal;


}
#sidebar h2{
	font: bold 2.0em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #e8dfce; 
	padding: 3px 0 5px 5px; 
	margin: 0 0 6px 5px;		
	letter-spacing: 0px;
	border-bottom: 1px solid #92bdd8; 	
	font-weight: normal;

}

#sidebar h3 {
	color: #51432F; 
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px; 	
	border-bottom: 1px solid #E4F2C8;	
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 		
	border-bottom: 1px solid #E8E8E8;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #739A23;
	background: none;
	font-weight: normal;
}
#sidebar .sidemenu li a span {
	color: #7F7F7F;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#qsearch {
	padding: 0; margin: 20px 0 30px 10px;
	border: none;
	width: 270px; height: 33px;
	background: #F2F0F0 url(http://mynewlife.org/images/interface/qsearch.gif) no-repeat;		
}
#sidebar form#qsearch p {
	margin: 0; padding: 0;		
}
#sidebar form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #B8B8B8;	
	margin: 0;
}
input.gray {background-color: #eee; font-size: 9px;}
}
#search form#qsearch .btn{
	width: 24px; height: 24px;				
}

#sidebar form#qsearch label {
	display: none;
}
#sidebar-contact p {
	color: #eee;
	font-size: 13px;
	padding-left: 14px;
}
 #sidebar-contact a{
	color: #eee;
	font-size: 13px;
padding-left: 0px;
}
.sidelinks  li { }
.sidelinks  li a { padding-left: 16px; background: transparent url(http://mynewlife.org/images/interface/arrow_white.gif) 0 50% no-repeat; 
	color: #eee;
	font-size: 19px;}  

.sidebar_nav { width: 100%; margin-bottom: 24px; }
.sidebar_nav li {  font-size: 1.6em; background: transparent url(http://mynewlife.org/images/interface/doc.gif) 0 8px no-repeat; width: 200px; padding: 5px 0 8px 3px;}
.sidebar_nav li a { display: inline; padding-left: 8px;text-decoration:none;}


#upcomingEvents a{
	font-weight:bold;
	color: #eee;
	font-size: 14px;
	padding-left: 20px;
	text-decoration:none;
	line-height:1.3em;
}
#upcomingEvents span{
	color: #eee;
	font-size: 12px;
	padding-left: 20px;
	text-decoration:none;
	line-height:1.3em;
	
}


/* footer */

#footer {clear:both; margin-top:50px; width:952px; margin:0 auto; text-align:left;background:#1c1c1c;}
#footer a {color:#fff; font-family:Verdana;  font-size:10px; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer-top {min-height:11px; height:auto!important; height:11px; background:url(http://mynewlife.org/images/interface/footer-bg-top.gif) no-repeat;}
#footer-mid {
	color:#fff;
	background:#4d4d4d !important;
	height: 200px;
	padding:10px;
	text-align:center;
}
#footer-mid-upper {background:#4d4d4d;width:850px;margin-left:70px; padding:0 10px 20px 20px;}
#footer-mid-upper .footer-mid-upper-column {float:left; width:130px; margin-right:35px;}
#footer-mid-upper .footer-mid-upper-column-last {float:left; width:161px; margin:0 0 0 2px;}
#footer-mid-upper ul {padding:20px 0 20px 10px; margin:0;}
#footer-mid-upper li {padding:0; margin:0; list-style-type: none;}
#footer-mid-upper li h4 {color:#868585; font-family: verdana, san-serif; font-size:10px; font-weight:bold; padding:0; margin:0;}
#footer-mid-lower {position:relative; margin:0 0 0 5px; padding:0 0 20px 0;}
#footer-mid-lower ul {padding:20px 0 20px 10px; margin:0;}
#footer-mid-lower li {padding:1px; margin:0 14px 0 0; list-style-type: none; display: inline;}
#footer-mid-lower li .last {margin-right:0;}
#footer-bottom {min-height:3px; height:auto!important; height:3px; background: url(http://mynewlife.org/images/interface/footer-bg-bottom.gif) no-repeat; margin-bottom:40px;}
/* postmeta */
.post-footer {
	padding: 8px 10px;
	margin: 0px 10px 10px 10px;	
	color: #977C57;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(http://mynewlife.org/images/interface/clock.gif) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(http://mynewlife.org/images/interface/comments.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(http://mynewlife.org/images/interface/doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(http://mynewlife.org/images/interface/edit-doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #EEE8E1;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #EEE8E1; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #FAF7F5; 
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
#sermons{
	padding-left: 20px;
}
/*content gallery*/

#featured{ 
	width: 911px; 
	position:absolute; 
	height:247px; 
	background:#000;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:600px; 
	list-style:none; 
	padding:0; margin:0; 
	width:310px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#8098a2; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:12px; font-family:Verdana; 
	line-height:18px;
	padding: 5px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#eee;  background:#3f4e5e; 
	line-height:20px;
	text-decoration: none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#333; 
	text-decoration:none; 
}
#featured li.ui-tabs-selected{ 
	background:url(http://mynewlife.org/images/interface/'/cg_images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#333;
	text-decoration:none;  
}
#featured .ui-tabs-panel{ 
	width:613px; height:247px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
	background: #000; 
}
#featured .info h2{ 
	font-size:18px; font-family:'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif; 
	color:#fff; padding:5px; margin:0 5px;
	overflow:hidden; 
	
}
#featured .info p{ 
	margin:0 5px ; 
	font-family:'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif; font-size:11px; 
	line-height:15px; color:#f0f0f0;
	margin-bottom:5px !important;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:none; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
#feedback img{
 background:#169455; 
 border:0px solid #169455;
 border-left-color:#169455;
 border-top-color:#169455;
 }
#feedback a{ display:block; position:fixed; top:200px; left:-1px; background:#169455; padding:7px 5px;
 border:0px solid #169455;
 border-left-color:#169455;
 border-top-color:#169455;
 }
 #feedback a:hover{background:#169455;border:0px solid #169455; margin-left:7px;}    

/*  Ministries Page */
#ministries
{
padding-left:10px;

}

#ministries img{
	border:0px;
	padding:0 !important;
	margin-bottom:0px;
	background: none;
}
#ministries .ministryLogo {
padding:3px;
float:left;}
#ministries .ministryLogo p {
font-size:13px;
color:000;
text-align:center;}

.ministry_categories li {
list-style-type: square;
padding:0px; margin:0;
}
.active {
font-weight:bold;
}

/*  Calendar Page */
#event_calendar {
	width: 100%;
margin-left:50px;
	border: none;
	}


.calendarBlank { 
	background-color: #ffffff;
	width: 14%;
	text-align: center;
	}

.calendarHeader { 
	color:#ffffff; 
	font-weight:bold; 
	font-size:1.3em; 
	padding-bottom:1px; 
	line-height:2.2em; 
	margin: 0px 0px 12px 0px;
text-align:center !important; 
	text-transform: uppercase;
}

.calendarMonthLinks {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	color: #575757; !important
	}

	.calendarMonthLinks a {
		color: #575757; !important
		text-decoration: none;
		}

		.calendarMonthLinks a:hover {
			color: #ffffff; !important
			text-decoration: underline;
			}

.calendarDayHeading {
	font-weight: bold; 
	font-size:	11px;
	color: #fff; 
	background-color: #D1D4ED;
	text-align:  center;
	vertical-align: middle;
	padding: 2px 0px 2px 0px;
	}

.calendarToday { 
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-color: #4E5C7A;
	}

.calendarCell {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #93A3C4;
	width: 14%;
	height: 100px;
	}

.event_link {
	padding: 5px 0px 5px 0px;
	}

	.event_link  a {
		color: #ffffff !important; 
		text-decoration: none !important;
		}

	.event_link a:hover {
		text-decoration: underline;
		}


	

.event_details {
	padding:10px; 
	margin: 0px 0px 0px 0px
	}

	.event_details h3 {
		border: none;
		text-transform: none;
		padding: 0px 0px 0px 0px;
		margin: -5px 0px -15px 0px;
		font-size: 1em;
		}	

	.event_details p {
		line-height: 1.5em;
		}

/*  GIVE ONLINE */

#give form{
float:left;
	margin: 10px 10px; 
	padding: 15px 15px 15px 15px; 
	border: 1px solid #EEE8E1; 
background:none;
border:0;
tex-align:center;
}

#give div{
	padding: 15px 15px 15px 15px; 

}

/* W FORM */
.wufoo .info{display:none  !important;}


/* TEMP COUNTDOWN. */
#tempCountdown{
color: #fff;
padding: 80px 0 0 30px;
width: 313px; height: 120px; 
background: url(http://mynewlife.org/images/interface/countdownNewChurch.png) no-repeat;  


} 


.hasCountdown {

	border: 0px solid #ccc;
	background-color: #eee;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 30%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width:20%;
}
.countdown_show2 .countdown_section {
	width: 20%;
}
.countdown_show3 .countdown_section {
	width:20%;
}
.countdown_show4 .countdown_section {
	width: 20%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 100%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 30%;
}
