/*PRIMARY ELEMENTS & CLASSES*/

body {
	background: white;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

a {
	color: #1a8296;
	border: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.hide {
	display: none;
}




/*HEADER*/

div#header_container {
	width: 960px;
	height: 56px;
	position: relative;
	margin: 12px auto 12px auto;
}

a#header_logo {
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	background: url(/../assets/images/global/header_logo.png) no-repeat 0px 0px;
	position: absolute;
	float: left;
	width: 325px;
	height: 56px;
}

div#header_beta {
	display: block;
	background: url(/../assets/images/global/header_beta.png) no-repeat 0px 0px;
	width: 49px;
	height: 80px;
	position: absolute;
	top: -12px;
	left: 320px;
}




/*QUICKBAR*/

div#header_quickbar {
	display: none;
	position: absolute;
	text-align: right;
	right: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
}

div#header_quickbar_info {
	font-size: 9pt;
}

div#header_quickbar_info a.regular {
	color: #1a8296;
	text-decoration: none;
	padding: 4px 0px 4px 0px;
	margin-left: 20px;
	position: relative;
	display: inline;
	float: left;
}

div#header_quickbar_info a:hover {
	text-decoration: underline;
}

a#header_quickbar_info_join {
	font-weight: bold;
}

a#header_quickbar_info_signin {
	font-weight: bold;
}

div#header_quickbar_info_joinsignin {
	display: block;
	float: right;
}

div#header_quickbar_info_joinsignin.disable {
	display: none;
}

div#header_quickbar_info_links {
	display: block;
	float: right;
}

div#header_quickbar_info_user {
	display: block;
	background: #1a8296;
	color: white;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
	margin-left: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
}

div#header_quickbar_info_user.disable {
	display: none;
}




/*NAV*/

div#header_nav {
	display: none;
	position: absolute;
	height: 17px;
	right: 0px;
	bottom: 0px;
}

a.header_nav_item {
	height: 17px;
	text-indent: -5000px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-left: 50px;
	padding: 0px 0px 12px 0px;
	z-index: 2;
}

a#header_nav_ichurch {
	width: 104px;
	background: url(/../assets/images/global/nav_ichurch.png) no-repeat 0px 0px;
	color: #2277c0;
}

a#header_nav_connect {
	width: 116px;
	background: url(/../assets/images/global/nav_connect.png) no-repeat 0px 0px;
	color: #9a3b7f;
}

a#header_nav_video {
	width: 81px;
	background: url(/../assets/images/global/nav_video.png) no-repeat 0px 0px;
	color: #891731;
}

a#header_nav_store {
	width: 72px;
	background: url(/../assets/images/global/nav_store.png) no-repeat 0px 0px;
	color: #f29f3e;
}

div#header_nub {
	position: absolute;
	top: 20px;
	display: block;
	height: 9px;
	width: 0px;
	background: white;
	left: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	z-index: 1;
}

div#header_nub.ichurch {
	width: 104px;
	background: #2277c0;
	left: 50px;
}

div#header_nub.connect {
	width: 116px;
	background: #9a3b7f;
	left: 204px;
}

div#header_nub.video {
	width: 81px;
	background: #891731;
	left: 370px;
}

div#header_nub.store {
	width: 72px;
	background: #f29f3e;
	left: 501px;
}




/*SIGN IN*/

div#header_signin {
	position: absolute;
	height: 56px;
	width: 580px;
	float: right;
	right: 0px;
	z-index: 1000;
	background: white;
	display: none;
}

#header_signin_buttons {
	width: 580px;
}

#header_signin_button_sf, #header_signin_button_fb {
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
	height: 12px;
	width: 161px;
	font-weight: bold;
	position: relative;
	border: none;
	color: white;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor: pointer;
	margin: 0px 10px 0px 0px;
	padding: 4px 0px 4px 0px;
	z-index: 1600;
	background: #bbbbbb;
	text-align: center;
	text-decoration: none;
}

#header_signin_buttons a.x {
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
	height: 12px;
	width: 20px;
	font-weight: bold;
	position: relative;
	border: none;
	color: white;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor: pointer;
	left: 210px;
	margin: 0px 10px 0px 0px;
	padding: 4px 0px 4px 0px;
	z-index: 1600;
	background: #aaaaaa;
	text-align: center;
	text-decoration: none;
}

span.button_text {
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	display: block;
}

#header_signin_buttons a:hover {
	background: #999999;
}

#header_signin_button_sf.active {
	background: #777777;
	cursor: default;
}

#header_signin_button_sf.active:hover {
	background: #777777;
}

#header_signin_button_fb.active {
	background: #777777;
	cursor: default;
}

#header_signin_button_fb.active:hover {
	background: #777777;
}

#header_signin h1 {
	font-size: 9pt;
	font-weight: bold;
	color: #1a8296;
	margin: 0px;
}

#header_signin_sf {
	border-style: none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position: absolute;
	background: #dddddd;
	width: 560px;
	height: 46px;
	top: 10px;
	left: 10px;
	display: block;
}

#header_signin input.text_box {
	border-width: 1px;
	border-color: #cccccc;
	color: black;
	border-style: solid;
	height: 20px;
	width: 150px;
	font-size: 9pt;
	line-height: 20px;
	vertical-align: bottom;
	font-family: Helvetica,Arial,sans-serif;
	margin: 17px 0px 0px 7px;
	padding: 0px 0px 0px 4px;
}

#header_signin_sf_email {
	background: url(/../assets/images/global/header_signin_sf_email_bg.png) white no-repeat 5px;
}

#header_signin_sf_password {
	background: url(/../assets/images/global/header_signin_sf_password_bg.png) white no-repeat 5px;
}

#header_signin_sf_submit{
	display: block;
	position: absolute;
	right: 108px;
	top: 7px;
	width: 119px;
	font-family: Helvetica, Arial, sans-serif;
	height: 32px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	border: none;
	color: white;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #1a8296;
	text-align: center;
	text-decoration: none;
	z-index: 1705;
}

#header_signin_sf_submit:hover {
	background: #43c0da;
}

#header_signin_sf_spinner {
	display: none;
	position: absolute;
	right: 108px;
	top: 7px;
	width: 119px;
	font-family: Helvetica, Arial, sans-serif;
	height: 32px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	border: none;
	color: white;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor: default;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(/../assets/images/global/header_signin_sf_spinner.gif) #1a8296 no-repeat 47px 4px;
	text-align: center;
	text-decoration: none;
	z-index: 1704;
}

#header_signin_response {
	border-style: none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position: absolute;
	background: #dddddd;
	width: 560px;
	height: 46px;
	top: 10px;
	left: 10px;
	display: none;
}

#header_signin_success {
	display: none;
	background: url(/../assets/images/icons/accept.png) no-repeat;
	position: absolute;
	width: 526px;
	height: 15px;
	left: 7px;
	top: 20px;
	z-index: 1702;
	padding: 1px 0px 0px 20px;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
}

#header_signin_fail {
	display: none;
	background: url(/../assets/images/icons/exclamation.png) no-repeat;
	position: absolute;
	width: 526px;
	height: 15px;
	left: 7px;
	top: 20px;
	z-index: 1702;
	padding: 1px 0px 0px 20px;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
}

div#options {
	position: absolute;
	display: block;
	text-align: center;
	right: 7px;
	top: 7px;
	font-size: 8pt;
	line-height: 12pt;
}

input#forgot{
	display: block;
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 100px;
	font-family: Helvetica, Arial, sans-serif;
	height: 16px;
	color: white;
	font-size: 8pt;
	border: none;
	color: white;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #777777;
	text-align: center;
	text-decoration: none;
}

#header_signin_fb {
	border-style: none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position: absolute;
	background: #dddddd;
	width: 385px;
	height: 46px;
	top: 10px;
	left: 185px;
	display: none;
}

div#header_signin_fb_text {
	height: 30px;
	position: absolute;
	top: 13px;
	left: 7px;
	font-size: 9pt;
	text-align: left;
	color: #777777;
}

div#header_login_fb_button {
	position: absolute;
	display: block;
	width: 75px;
	height: 22px;
	/*background: url(/../assets/images/header_login_fb_button.png);*/
	top: 12px;
	right: 52px;
}




/*ACTIVE NAVIGATION*/

#header_quickbar_info_about.about, #header_quickbar_info_contact.contact, #header_quickbar_info_giving.giving, #header_quickbar_info_login.login {
	text-decoration: underline;
	cursor: default;
}

a#header_nav_ichurch.ichurch, a#header_nav_connect.connect, a#header_nav_video.video, a#header_nav_store.store {
	cursor: default;
}

a#header_signout {
	color: white;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: none;
}
