/****************************
Copyright ninefootone creative
Design CSS
Coded by Jon Bradley with initial workings by David Turner

NOTE: This code is copyrighted.  No unauthorized use
is allowed.  Don't steal code.  However, please feel free
to look at how we did something then write it yourself.

*****************************/

html { height: 100%; margin-bottom: 1px; }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #fff;
	background-color:#0D496D;
}

div.explorer  ul li ul{	
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 6px; 
}

/* for Internet Explorer */
/*\*/
* html div.explorer  ul li ul{	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 6px; }
/**/

/* THIS is to hide any text you need hiding */
.hidetext {display:none; overflow: hidden; position: absolute;} 
/* END of text you need hiding */

#wrapper{
	z-index: 1;
	margin:0px auto;
	position:relative;
	width:700px;
}

#logoContainer{
	width:300px;
	margin:30px 20px 0px 0;
	float:left;
}

#mainContent {
	margin-top:30px;
}

#column1, #columnContact {
	width:380px;
	float:left;
}

#footer {
	clear:both;
	position:relative;
	text-align:center;
	padding:50px 0 50px 0;
}

/* Links */

a:link {  color: #00aeef; cursor: hand; text-decoration: none; font-weight:bold; }
a:active {  color: #00aeef; cursor: hand; text-decoration: none; font-weight:bold; }
a:visited {  color: #00aeef; cursor: hand; text-decoration: none; font-weight:bold; }
a:hover {  color: #00aeef; cursor: hand; text-decoration: underline; font-weight:bold; }

/* Menu */

#menuContainer{
	width:380px;
	padding:60px 0 10px 0;
	margin-bottom:20px;
	float:left;
	font-size:1em;
	font-family: "arvo",serif;
	border-bottom:1px dotted #3e81a9;
}

#menuContainer ul{
	list-style:none;
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#menuContainer ul li{
	margin-left: 0;
	padding: 0px 12px 0px 0px;
	list-style: none;
	display: inline;
}

#menuContainer ul li a:link, #subMenuContainer ul li a:link {  color: #fff; cursor: hand; text-decoration: none; font-weight:normal; }
#menuContainer ul li a:active, #subMenuContainer ul li a:active {  color: #fff; cursor: hand; text-decoration: none; font-weight:normal; }
#menuContainer ul li a:visited, #subMenuContainer ul li a:visited {  color: #fff; cursor: hand; text-decoration: none; font-weight:normal; }
#menuContainer ul li a:hover, #subMenuContainer ul li a:hover {  color: #00aeef; cursor: hand; text-decoration: none; font-weight:normal; }

#menuContainer ul li.blue a:link, #subMenuContainer ul li.red a:link {  color: #00aeef; cursor: hand; text-decoration: none; font-weight:normal; }
#menuContainer ul li.blue a:active, #subMenuContainer ul li.red a:active {  color: #00aeef; cursor: hand; text-decoration: none; font-weight:normal; }
#menuContainer ul li.blue a:visited, #subMenuContainer ul li.red a:visited {  color: #00aeef; cursor: hand; text-decoration: none; font-weight:normal; }
#menuContainer ul li.blue a:hover, #subMenuContainer ul li.red a:hover {  color: #00aeef; cursor: hand; text-decoration: none; font-weight:normal; }

/* Typography */

h1{ 
	font-family: "arvo",serif;
	font-size: 3em;
	line-height: 1.2em;
	color: #00aeef;
	padding: 0px;
	font-weight:bold;
}

h2{
	font-family: "arvo",serif;
	font-size:2.5em;
	color: #fff;
	padding: 0px;
}

h3{
	font-family: "arvo",serif;
	font-size:2em;
	color: #fff;
	font-weight:normal;
}

h3.specials {
	margin:20px 0 20px 0;
}

h4{
	font-family: "arvo",serif;
	font-size:1.6em;
	color: #00aeef;
	font-weight:normal;
}

.churches h4 {
	padding-bottom:6px;
}

.churches p {
	font-size:14px;
	margin-bottom:6px;
}

#footer h4 {
	font-family: "reenie-beanie",sans-serif;
	font-size:2em;
	color:#00aeef;
	margin-bottom:10px;
}

#footer p {
	font-size:0.75em;
	line-height:1.5em;
	color:#3e81a9;
}

h4 span {
	padding-right:20px;
}

.arvo {
	font-family: "arvo",serif;
}

.blue {
	color:#00aeef;
}

.white {
	color:#fff;
}

.date {
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
	padding:0;
}

#column1 ul, #column1 ul li {
	list-style:square;
	margin-left:8px;
	padding-top:2px;
}

/* Image Styling */

.imgBorder {
	border:1px solid #00aeef;
}

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

.clear {
	clear:both;
	margin-bottom:10px;
}

.speakers, .events {
	border-bottom:1px dotted #3e81a9;
}

.speakers p, .events p {
	padding:6px 0 10px 0;
	font-size:0.9em;
	line-height:1.4em;
}

.speakers p.date, .events p.date {
	padding:10px 0 3px 0;
}

.speakers p.highlight, .events p.highlight {
	color:#F78C1E;
	padding:10px 0 0 0;
	font-weight:bold;
}

.events p.highlight {
	padding:10px 0 10px 0;
}

.events h4 {
	padding-bottom:10px;
}

.events h4 span a {
	font-size:0.6em;
	padding-left:10px;
}

sup,
sub {
	height: 0;
	font-size:0.5em;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
/* Contact Form */

#contact_form *{font:14px 'nimbus sans l',sans-serif;margin:0;padding:0}
#contact_form ul{list-style:none}
#contact_form ul li{float:left;clear:both;margin-top:20px}
#contact_form label{color:#fff;display:block;margin-bottom:6px}
#contact_form input[type=text],#contact_form select,#contact_form textarea{width:280px;padding:6px 7px;border:1px solid #e4e5e7;border-top-color:#adadad;background:#fff;color:#333}
#contact_form textarea{width:340px;min-height:100px}
#contact_form ul ul li{float:left;clear:both;margin-top:5px}
#contact_form ul ul input{float:left;width:auto;margin:0 10px 0 0}
#contact_form ul ul label{float:left;width:auto;margin:0}
#contact_form input[type=submit]{float:left;font-weight:700;color:#fff;width:auto;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#00aeef;background-image:linear-gradient(top,#00aeef,#808080);margin:0 0 50px;padding:10px 20px;border:0}
#contact_form input[type=submit]:hover{cursor:pointer;background:#00aeef}
#contact_form input[type=submit]:active{cursor:pointer;background:#00aeef;-webkit-box-shadow:inset 0 0 2px 3px rgba(0, 0, 0, .1);-moz-box-shadow:inset 0 0 2px 3px rgba(0,0,0,.1);box-shadow:inset 0 0 2px 3px rgba(0, 0, 0, .1)}
#contact_form .error input,#contact_form .error textarea{border-color:#f44}
#contact_form .error-message{color:#f44}

/* Twitter */

#twitter_div {
	font-size:0.8em;
	line-height:1.5em;
	width:200px;
	margin:0 50px 0 50px;
	padding:10px 10px 15px 10px;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#00AEEF;
}

#twitter_div a:link { font-family: "arvo",serif; font-size:1.2em; line-height:1.5em; color: #0D496D; cursor: hand; font-weight: bold; text-decoration: none}
#twitter_div a:active { font-family: "arvo",serif; font-size:1.2em; line-height:1.5em; color: #0D496D; cursor: hand; font-weight: bold; text-decoration: none}
#twitter_div a:visited { font-family: "arvo",serif; font-size:1.2em; line-height:1.5em; color: #0D496D; font-weight: bold; text-decoration: none; cursor: hand}
#twitter_div a:hover { font-family: "arvo",serif; font-size:1.2em; line-height:1.5em; color: #0D496D; cursor: hand; font-weight: bold; text-decoration: underline}