
/* Jesus2020					  CSS
	Author						  Mike Weimer
	Version						  v2.0 | 5.25.10
	..................................................... */



/**************
	   Reset
***************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,iframe,textarea,p,blockquote,th,td,img,table,a,em,hr,.Explicit,label,label.wrapable, small  { 
	border: 0; 
	margin: 0; 
	padding: 0; 
	background: none;
	list-style: none;
	font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	color: #626c73; 
	line-height: 24px;
	text-decoration: none;
	white-space:none;
	letter-spacing: .6px;
	}
table { border-collapse: collapse; border-spacing: 0; }
input, textarea, select { outline-style: none; outline-width: 0; }
a, :focus {outline:none;}
	
body {
	background: #e1e6e9;
	height: 100%;
	position: relative;
	text-align: center;
	}
	
#banner {
	background: url(../images/banner.jpg) no-repeat;
	height: 170px;
	width: 760px;
	margin: 20px auto;
	}
	
	
   /* ------------------ 
          	Nav            
   ------------------ */

#nav_container { margin: 0 auto -1px auto; width: 764px; }

#nav {
	height: 44px;
	margin: 0 0 0 2px;
	position: relative;
	z-index: 3px;
	}
	
#nav li {
	float: left;
	border-right: 1px solid #d4d9dc;
	}
	
#nav li a {
	color: #72818b;
	display: block;
	text-decoration: none;
	background: #f0f3f4;
	background: -moz-linear-gradient(center top , #f8f9fa, #ebedee);
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f9fa), to(#ebedee));
	padding: 9px 82px;
	border-top: 1px solid #d3d8db;
	border-bottom: 1px solid #d4d9dc;
	margin: -1px 0 0 0;
	font-size: 13px;
	}
	
#nav li#right_nav { border: none; }
	
#nav li#left_nav a, #nav li#right_nav a {
	-moz-border-radius: 8px 0 0 0;
	-webkit-border-top-left-radius: 8px;
	-moz-box-shadow: 0 0 1px #bec2c5;
	-webkit-box-shadow: 0 0 1px #858b8e;
	border: none;
	margin: 0;
	}
	
#nav li#right_nav a {
	-moz-border-radius: 0 8px 0 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 8px;
	padding: 9px 80px 9px 79px;
	}
	
	#nav li a:hover { 
		color: #68737a;
		background: #eaedee;
		background: -moz-linear-gradient(center top , #f9fafb, #f1f3f4); 
		background: -webkit-gradient(linear, left top, left bottom, from(#f9fafb), to(#f1f3f4));
		}
	
	#nav li.current a, #nav li#left_nav.current a, #nav li#right_nav.current a { 
		background: white; 
		padding-bottom: 10px;
		color: #40515d; 
		}
		
	
   /* ------------------ 
         Content            
   ------------------ */
   
a#btn_yes, span#btn_no, a#btn_followup {
	background: #c5e6fc;
	background: -moz-linear-gradient(center top , #c5e6fc, #a5d2f0);
	background: -webkit-gradient(linear, left top, left bottom, from(#c5e6fc), to(#a5d2f0));
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #afc4d3;
	display: inline-block;
	color: #161612;
	font: bold 50px Georgia;
	margin: 10px 0 10px 190px;
	padding: 5px 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
	
	span#btn_no {
		background: #fffcd3;
		background: -moz-linear-gradient(center top , #fffcd3, #ede9ac);
		background: -webkit-gradient(linear, left top, left bottom, from(#fffcd3), to(#ede9ac));
		border: 1px solid #cfceb4;
		cursor: pointer;
		margin: 10px 0 50px 200px;
		}
		
	a#btn_followup { font: bold 30px Georgia; margin: 10px 0 60px 130px; letter-spacing: 2px; }
	
	a:hover#btn_yes, a:hover#btn_followup { 
		background: #d2ebfc; 
		background: -moz-linear-gradient(center top , #d2ebfc, #aed9f6);
		background: -webkit-gradient(linear, left top, left bottom, from(#d2ebfc), to(#aed9f6)); 
		}
	
	span:hover#btn_no { 
	background: #fffaa8; 
	background: -moz-linear-gradient(center top , #f7f3bc, #e7e295); 
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f3bc), to(#e7e295)); 
	}

#content {
	margin: 0 auto;
	background: white;
	width: 590px;
	padding: 10px 50px 10px 120px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-box-shadow: 0 1px 1px #B6BBBE;
	-webkit-box-shadow: 0 1px 1px #B6BBBE;
	position: relative;
	z-index: 2px;
	}
	
#content p {
	margin: 10px 20px 10px 20px;
	}

h1, h2 {
	margin: 30px 20px 0 20px;
	font-size: 32px;
	line-height: 40px;
	color: #225c83;
	font-weight: normal;
	font-family: Georgia;
	}
	
h1 { font-size: 80px; margin: 60px 20px 50px; }
	
h1 span, h2 span {
	color: #E1E6E9;
	display: block;
	font-family: georgia;
	font-size: 150px;
	margin: 30px 0 -55px -100px;
	cursor: default;
	}
	
	h1 span { margin: 30px 0 -50px -82px; }
	
	#about_jesus h2 span { margin-bottom: -80px; }
	
strong {
	font-size: 16px;
	font-weight: bold;
	}
	
.divider {
	background: #D5DBE0;
	display: block;
	height: 1px;
	margin: 40px 0 50px 20px;
	width: 550px;
	font-size: 0;
	}
	
	#about_jesus .divider { margin: 40px 0 70px 20px; }
	
  
  /* ------------------ 
          Footer            
   ------------------ */

#footer {
	clear: both;
	height: 60px;
	margin: 20px auto 0;
	width: 635px;
	padding: 0 0 0 125px;
	}
	
#footer li {
	float: left;
	font-size: 12px;
	margin: 0 5px 0 0;
	cursor: default;
	}

#footer li a {
	margin: 0 3px 0 0;
	text-decoration: none;
	font-size: 12px;
	}
	
	#footer li a#gmo_link {
		color: #1b4b6c;
		background: #c3d3de;
		border-bottom: 1px solid #a4b6c2;
		display: inline-block;
		padding: 0 8px;
		font-weight: bold;
		margin: 0 6px 0 2px;
		letter-spacing: 1px;
		}
		
	#footer li a:hover#gmo_link { background: #b5ccdc; text-decoration: none; border-bottom: 1px solid #8dabbf; }

#footer li a:hover { text-decoration: underline; }




	
/***************
	IE Styles
****************/	
	


/***************
	Safari Styles
****************/	

@media screen and (-webkit-min-device-pixel-ratio:0) {

	#nav li a { padding: 9px 85px; }
	
	#nav li#right_nav a { padding: 9px 84px ; }
	
	h1 span, h2 span { margin-bottom: -88px; }
	
	h1 span { margin-bottom: -83px; }
	
	#about_jesus h2 span { margin-bottom: -112px; }
		
	}
	
	
	
	