/* --------------------------------------------------
	Stylesheet: global, header, content, foooter

---------------------------------------------------*/

@import url(default.css);
@import url(layout.css);


/* --------------------------------------------- Global
------------------------ */
body { 
	font-family: Arial, Verdana, 'sans-serif';
	font-size: 72%; }
	
a { 
	color: #989898;
	cursor: pointer;
	text-decoration: none; }
a:hover {}

span.line-divider { 
	background: url(images/line-divider.jpg) repeat-x; 
	display: inherit;
	height: 6px; width: 936px;
	margin: 0 auto 10px auto; }

.clear2, .clear { clear: both; }


/* --------------------------------------------- 1. Header
------------------------ */
#header h1 a {
	display: block;
	background: url(images/logo.jpg) no-repeat;
	float: left;
	height: 47px; width: 230px; 
	margin: 40px 0 0 50px;
	text-indent: -9999px; }

/* navigation */
ul#cssdropdown { 
	text-transform: uppercase;
	position: relative; 
	top: 40px;  }
/* head links */

#cssdropdown li.headlink { 
	float: left; 
	letter-spacing:0.04em;
	margin-right: 10px;
	text-align: left; }
#cssdropdown li.headlink:hover {
		background-color: #b5121b; }
#cssdropdown li.headlink a { 
	display: block; 
	font-size: 13px;
	padding: 8px; }
#cssdropdown li.headlink a:hover {
	background-color: #b5121b;
	color: #fff; }
li.first-home { margin-left: 70px; }

/* child lists and links */
#cssdropdown li.headlink ul { 
	background-color: #565656;
	display: none; 
	position: absolute;
	text-align: left;
	width: 138px; }
#cssdropdown li.headlink:hover ul { display: block; }
#cssdropdown li.headlink ul li a { 
	border-bottom: 1px solid #7d7d7d;
	color: #ababab;
	padding: 5px 8px;
	text-decoration: none; }
#cssdropdown li.headlink ul li a:hover { 
	background: #b5121b;
	color: #fff; }

/* pretty styling */
#cssdropdown a { 
	color: #989898;
	text-decoration: none; } 
#cssdropdown ul li a:hover { text-decoration: none; }

	
/* --------------------------------------------- 2. Content
------------------------ */

a.get-direction { color: #b5121b; }


p { 
	letter-spacing: 0.06em;
	line-height: 160%;
	margin: 15px 0; }	
h2 { 
	font-size: 1.7em;
	font-weight: normal;
	margin: 20px 0;
	text-transform: uppercase;  }
h3 { 
	font-size: 1.4em;
	margin-top: 20px; }
h3 + p { margin-top: 0; }

h2.text-left { margin: 20px 0 20px 20px; }
p.text-left { margin: 15px 0 15px 20px; }
img.fix-position { margin-top: 15px; }
img.image-left { margin: 10px 0 0 20px; }



div.full-page-content ul, div.content-left ul, div.content-right ul,
div.content-equal-right ul, div.content-equal-left ul { 
	list-style: disc;
	letter-spacing: 0.05em;
	line-height: 160%;
	margin: 12px;  }
div.full-page-content ul li, div.content-left ul li, div.content-right ul li,
div.content-equal-right ul li, div.content-equal-left ul li { margin: 10px 0; }



/* --------------------------------------------- 3. Footer
------------------------ */
#footer, #footer a { 
	color: #545454;
	font-size: 10px;
	text-transform: uppercase;}

#footer ul { 
	float: left; 
	margin: 0 0 0 7px; }
#footer li {
	border-right: 1px solid #545454;
	display: inline;
	margin: 0 0 0 5px; padding: 0 5px 0 0;  }
#footer li.last { border: none; }
#footer p { float: right; margin: -2px 10px 0 0; }



/*---------------- active navigation -------
-----------*/
#location a.im-new, #what-to-expect a.im-new, #core-values a.im-new,
#about a.genesis-is, #our-story a.genesis-is, #beliefs a.genesis-is,
#leaders a.contact, #prayer a.contact, #staff a.contact,
#current-series a.message-series, #listen a.message-series,
#happenings a.happening 
{
	background-color: #b5121b;
	color: #fff;
}

/*---------------- contact forms -------
-----------*/
.text_input {
	background: #151515;
	border: 1px solid #555;
	color: #c6c6c6;
	height: 20px; width: 355px;
	margin: 0 0 20px 0;	padding: 10px; }
.text_area {
	background: #151515;
	border: 1px solid #555; 
	color: #c6c6c6;
	font-size: 11px;
	font-family: Arial, Verdana, 'sans-serif';
	font-weight: normal;
	width: 355px;
	margin: 0 0 20px 0; padding: 10px; }
.submit {
	background: #040404;
	border: 1px solid #555;
	color: #565555;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial, Verdana, 'sans-serif';
	height: 37px; width: 109px;
	margin-right: 162px; padding: 0 0 3px 0; }
.submit:hover { 
	background-color: #b5121b;
	color: #fff;
	cursor: pointer; }
p.requried { font-size: 9px;}
.error {
	color: #fff;
	border: 1px solid #b5121b;
	margin: 5px 0; padding: 5px;
	text-align: left; }
#success {
	background: #151515;
	border: 1px solid #555;
	padding: 5px; }


