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

COMPANY NAME - Master Screen Styles

BY: MIGHTY // MIGHTYINTHEMIDWEST.COM

Author:			Andrew Philpott
Date Created:	01-25-2010
Last Modified:	01-25-2010

Copyright 2009, All Rights Reserved.

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

@import 'http://www.busymomsbible.com//assets/css/reset.css';
@import 'http://www.busymomsbible.com//assets/css/colorbox.css';


body {
	background: url(http://www.busymomsbible.com/assets/images/bg-content.png) repeat 0 -16px;
	color: #3e2e05;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 62.5%;
	padding-bottom: 200px;
}

h1 {
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1.3684em;
	margin: -3px 0 10px 0;
}
h1#register,
h1#review {
	margin: 0;
	text-align: center;
}
h1#homepage {
	width: 330px;
}
h1 span {
	display: block;
	font-size: 0.6667em;
	font-weight: normal;
	margin: -3px 0 5px;
	text-align: center;
}
h2 {
	float: left;
	font-size: 1.5em;
	line-height: 1.4667em;
}

#home #primary p {
	font-size: 1.6em;
	line-height: 23px;
	margin-bottom: 0;
}

p,
cite {
	display: block;
	font-size: 1.5em;
	line-height: 1.4em;
	margin-bottom: 1em;
}
cite:before {
	content: "-";
}
blockquote + cite {
	margin-top: -0.9em;
}

strong {
	font-weight: bold;
}


/* HEADER
  ==========================================*/

#header-wrapper {
	background: url(http://www.busymomsbible.com/assets/images/bg-header.png) repeat-x;
	height: 454px;
}

#header {
	margin: 0 auto;
	left: 30px;
	padding: 0 30px;
	position: relative;
	width: 860px;
}

#header a {
	color: #3e2e05;
	display: block;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	margin: 147px 0 0 0;
	text-decoration: none;
	text-indent: -40px;
}
#header a img {
	margin: 0 0 29px 0;
}


#header img {
	display: block;
}

#header #bible {
	float: right;
	margin: 91px 0 0 0;
}


/* CONTENT
  ==========================================*/

#content {
	margin: 0 auto;
	padding: 48px 0 50px 0;
	width: 940px;
	position: relative;
}

#nav {
	float: right;
	position: relative;
	width: 566px;
	z-index: 2;
}
#nav li {
	float: left;
}
#nav li + li {
	margin-left: 7px;
}
#nav a {
	background: url(http://www.busymomsbible.com/assets/images/btn-nav.png) #c31842 no-repeat;
	color: #fff;
	display: block;
	font-size: 1.5em;
	height: 17px;
	letter-spacing: 2px;
	line-height: 1.1875em;
	margin: 0 0 9px 0;
	overflow: hidden;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	width: 184px;
	-webkit-box-shadow: 5px 5px 20px #3a2b5c;
	-moz-box-shadow: 5px 5px 20px #3a2b5c;
	box-shadow: 5px 5px 20px #3a2b5c;
}
#nav a:hover {
	background-position: 0 -27px;
}



/* PRIMARY
  ==========================================*/

#primary {
	background: #fff;
	clear: both;
	float: right;
	min-height: 201px;
	max-height: 201px;
	overflow: auto;
	padding: 18px 20px;
	position: relative;
	width: 526px;
	z-index: 2;
	-webkit-box-shadow: 5px 5px 20px #3a2b5c;
	-moz-box-shadow: 5px 5px 20px #3a2b5c;
	box-shadow: 5px 5px 20px #3a2b5c;
}

#home #primary,
#submit #primary {
	max-height: none;
}

form {
	line-height: 32px;
	margin-top: 3px;
}
fieldset {
	position: relative;
}
label {
	font-size: 1.5em;
}
#address-lbl {
	margin-left: 17px;
}
#email-lbl {
	margin-left: 36px;
}
#rvw-email-lbl {
	margin-left: 44px;
}
#captcha-lbl {
	margin-left: 16px;
	margin-right: 3px;
	visibility: hidden;
}
#rvw-captcha-lbl {
	margin-left: 24px;
	margin-right: 3px;
	visibility: hidden;
}
#fname-lbl {
	margin-left: 8px;
}
#photo-lbl {
	margin-left: 34px;
}
span#instructions {
	display: block;
	font-size: 1.1em;
	line-height: 1.1818em;
	margin-left: 80px;
	margin-top: -25px;
	position: relative;
	top: 2px;
	width: 235px;
}
input {
	background: #f6cad9;
	border: 1px solid #f6cad9;
	font-family: 'Uniform', 'Helvetica', 'Arial', sans-serif;
	font-size: 1.5em;
	height: 23px;
	margin: 0 4px 0 2px;
	padding: 0 4px;
}
input.checkbox,
input.checkbox-off {
	background: #f6cad9;
	display: none;
	left: 75px;
	position: relative;
	top: -13px;
}

form p {
	margin-left: 78px;
	position: relative;
	text-indent: 20px;
}
#submit form p {
	margin-left: 85px;
	margin-bottom: 3px;
}
#submit form a {
	color: #56372d;
}
label.checkbox,
label.checkbox-off {
	background: url(/assets/images/bg-checkbox.png) no-repeat 3px 2px #f6cad9;
	display: block;
	height: 14px;
	left: 0;
	margin: 0;
	position: absolute;
	text-indent: -9999px;
	top: 3px;
	width: 14px;
}
label.checkbox-off {
	background-position: 0 -10px;
}

#fname,
#lname {
	width: 96px;
}
#rvw-fname,
#rvw-lname {
	width: 165px;
}
#phone {
	width: 83px;
}
#address {
	margin-left: 3px;
	width: 123px;
}
#city {
	width: 108px;
}
#state {
	width: 17px;
}
#zip {
	width: 39px;
}
#upload {
	background: none;
	border: none;
	clear: both;
	display: block;
	font-size: 1.2em;
	margin: 0 0 20px 75px;
	position: relative;
	top: 10px;
}
#rvw-link {
	width: 424px;
}
#email {
	margin-left: 2px;
	width: 432px;
}
#rvw-email {
	width: 362px;
}
#captcha {
	width: 228px;
}
#rvw-captcha {
	width: 220px;
}

label + img {
	position: relative;
	top: 8px;
}

form span {
	display: block;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-left: 77px;
	position: relative;
	top: 5px;
}
#captcha-instruct {
	margin-left: 85px;
}

#audiocasts {
	margin-top: 22px;
}
#audiocasts li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#audiocasts li + li {
	margin-top: 22px;
}

img.audio-player,
#audiocasts embed {
	margin-right: 10px;
	float: left;
	display: block;
}
#error {
	color: #b71342;
	display: none;
	font-size: 1.5em;
}

label.error {
	display: none!important;
}
input.error,
#upload.error {
	border: 1px solid #b71342;
}


/* SECONDARY
  ==========================================*/

#secondary {
	margin: 0px 12px 0 0;
	position: relative;
	width: 362px;
	z-index: 1;
}

#secondary img,
#secondary #mediaspace {
	border: 2px solid #fff;
	height: 269px;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 20px #3a2b5c;
	-moz-box-shadow: 5px 5px 20px #3a2b5c;
	box-shadow: 5px 5px 20px #3a2b5c;
}

#zondervan {
	background: url(http://www.busymomsbible.com/assets/images/btn-zondervan.png) no-repeat;
	display: block;
	height: 23px;
	margin: 17px 0 0 0;
	text-indent: -9999px;
	width: 115px;
}

#secondary ul {
	float: right;
	margin: 15px 4px 0 0;
}
#secondary ul li {
	float: left;
}
#secondary ul li + li {
	margin: 0 0 0 4px;
}
#secondary li a {
	background: url(http://www.busymomsbible.com/assets/images/btn-social.png) no-repeat;
	height: 26px;
	display: block;
	text-indent: -9999px;
	width: 27px;
}
#secondary li + li a {
	background-position: -32px 0;
}
#secondary li + li + li a {
	background-position: -63px 0;
}


/* FOOTER
  ==========================================*/

#primary-footer {
	clear: both;
	float: right;
	width: 566px;
}
a#submit-review {
	background: url(http://www.busymomsbible.com/assets/images/btn-submit-review.png) no-repeat;
	color: #fff;
	display: block;
	float: right;
	font-size: 1.3em;
	height: 30px;
	line-height: 1.2308em;
	margin: 0 0 8px 0;
	padding: 9px 38px;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: 12px;
	width: 490px;
	z-index: 2;
	-webkit-box-shadow: 5px 5px 20px #3a2b5c;
	-moz-box-shadow: 5px 5px 20px #3a2b5c;
	box-shadow: 5px 5px 20px #3a2b5c;
}
a#submit-review:hover {
	background-position: 0 -48px;
}
a#rules {
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
}
a#rules:hover {
	text-decoration: underline;
}
#primary-footer p {
	color: #fff;
	font-size: 1em;
	position: relative;
	text-align: center;
	top: 17px;
}
#primary-footer p + p {
	margin-top: -7px;
}


#registered #primary {
	float: none;
	margin: 50px auto;
	max-height: none;
	width: 600px;
}
#registered ol {
	margin: 20px 10px;
	list-style: decimal;
}
#registered li {
	border-bottom: 1px solid #ccc;
	height: 50px;
	padding: 10px;
	position: relative;
}
#registered h2 {
	float: none;
}
#registered li img {
	position: absolute;
	top: 10px;
	right: 10px;
}

#reg-btn,
#rvw-btn {
	background: url(http://www.busymomsbible.com/assets/images/btn-download.png) no-repeat;
	color: #fff;
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	height: 38px;
	margin: 20px auto;
	position: relative;
	text-indent: -9999px;
	top: 30px;
	width: 288px;
}
#reg-btn:hover {
	background-position: 0 -38px;
}
#rvw-btn {
	background-position: -288px 0;
}
#rvw-btn:hover {
	background-position: -288px -38px;
}

#colorbox {
	-webkit-box-shadow: 5px 5px 30px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	box-shadow: 5px 5px 20px #000;
}