/*
Main Site Styles
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
caption {
	font-size: 18px;
	font-weight: bold;
}
thead th {
	background: #fffebb;
}
ol, ul {
	list-style: none;
	margin: 0;
}


/*
Header styles.
All of these styles are for styles within the header.
*/

#header {
	background: #171717 url(../img/hiddenword_icon.gif) no-repeat;
	border-bottom: #870000 solid 2px;
}
#header h1 {
	position: relative;
	left: -9000px;
}
#main-navigation {
	position: absolute;
	right: 0;
	top: 0;
}
#main-navigation li {
	float: left;
}
#welcome {
	color: #fff;
	position: absolute;
	left: 70px;
	top: 18px;
}


/*
Navigation styles.
All of the styles for the navigation go here.
*/

#main-navigation li {
	float: left;
	border-left: 1px solid #535353;
}
#main-navigation li:first-child {
	border-left: none;
}
#main-navigation li a {
	padding: 17px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#navigation {
	background: url(../img/navigation_bar.gif) repeat-x;
	margin-left: -20px;
}
#navigation li {
	float: left;
}
#navigation li a {
	padding: 9px 11px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
}


/*
 * Error and Warning Styles
 * Styles for the warnings at  the top of the page.
 */
#flashMessage {
	background: #fffebb;
	border: 1px solid #d1d099;
	padding: 25px;
	color: #870000;
	font-size: 18px;
	margin-bottom: 15px;
}



/*
Content Styles
This is where all the styles go for the content section.
*/

#wrapper {
	background: #fff url(../img/gradient.gif) repeat-x;
}
#content {
	padding-top: 26px;
}
#content h1 {
	color: #870000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}


/*
 * url: /verse_references/getverses/
 * Styles for the above url.
 */

#nasb-copyright {
	font-size: 10px;
	color: #c0c0c0;
	text-align: right;
}
#verse-list h2 {
	font-size: 18px;
	font-style: italic;
}
#study-list {
	float: left;
	margin-right: 40px;
}
#controlbar label {
	display: block;
	font-size: 11px;
}
#controlbar .submit {
	display: inline;
}
#previous-next-links {
	margin: 10px 0;
	padding: 10px 5px;
	background: #ededed;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
#previous-next-links li {
	float: left;
	margin-left: 15px;
}
.verse-info {
	margin: 10px 0;
	background: #f0f0f0;
	padding: 10px 0;
}
.selected-checkbox {
	top: 0;
	margin-top: 0; 
}
.verse-number {
	font-size: 14px;
	font-weight: bold;
}
.small-caps {
	font-size: 10px;
}
.note {
	margin-top: 15px;
}
.note-text {
	color: #870000;
	margin-top: 5px;
	border: #7f7f7f solid 1px;
	padding: 10px;
	background: #d8d8d8;
}


/*
 * url: /studies
 * Styles for the above url.
 */

.table-description {
	width: 500px;
}
td {
	vertical-align: top;
}

/*
 * Form Styles
*/
label {
	display: block;
}
.input {
	margin: 10px 0;
}
.checkbox label {
	display: inline;
}

/*
 * url: /studies/view
 * Styles for the above url.
 */

#study-description ol, #study-description ul, .note-text ol, .note-text ul {
	margin: 0 1.5em 1.5em;
}
#study-description ul, .note-text ul {
	list-style: disc;
}
#study-description ol, .note-text ol {
	list-style: decimal;
}
#remove-button, #translation-list {
	float: left;
	margin-right: 40px;
}
#remove-button {
	margin-top: 20px;
}
.bibleverse h2 {
	margin-bottom: 0;
	font-size: 16px;
	color: #870000;
}

/*
 * url: /search_index/index
 * Styles for the above url.
 */

#search-results h2 {
	color: #870000;
	font-size: 16px;
	margin-bottom: 0;
}
#search-form {
	margin-bottom: 20px;
}
#search-form .input {
	float: left;
}
#search-form .submit {
	float: left;
	margin-top: 34px;
	margin-left: 5px;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}


/*
ui framework styles
*/

a.ui-state-default {
	position: relative;
	padding: 0.4em 1em 0.4em 20px;
	text-decoration: none;
	font-size: 10px;
}
span.ui-icon {
	left: 0;
	margin: -8px 5px 0 0;
	position: absolute;
	top: 50%;
}
a.ui-state-default-right {
	padding: 0.4em 20px 0.4em 1em;
}
span.ui-icon-right {
	right: 0;
	left: auto;
	margin: -8px 3px 0 5px;
	position: absolute;
}


/*
 * Plans Page
 * /plans
 */

.pricing-options {
	color: #757575;
	border-collapse: collapse;
}
.pricing-options tbody th, .pricing-options tbody td {
	border: 1px solid #ccc;
}
.pricing-options thead th {
	background: #ffffff;
}
.pricing-options td {
	text-align: center;
}
.price {
	font-size: 16px;
	color: #757575;
}
.plan-option {
	font-size: 22px;
	color: #990000;
	text-align: center;
}
.pricing-options .ui-icon {
	position: relative;
	margin: 0;
}
.print-pro .ui-icon {
	margin-left: 75px;
}
.print-plus .ui-icon {
	margin-left: 70px;
}
.print-basic .ui-icon {
	margin-left: 75px;
}
.print-free .ui-icon {
	margin-left: 60px;
}
.pricing-options .month {
	font-size: 14px;
	font-weight: normal;
}
.subscribe-button {
	margin-top: 25px;
}


/*
 * Comment Styles
 */

.comment, #comments .comment-item {
	border-bottom: 1px solid #757575;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.comment-date {
	font-size: 11px;
	color: #757575;
}
#comments .comment {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}


/*
 * Blog styles
 */

.blog-metadata, .comment-metadata {
	color: #676662;
	font-size: 11px;
}


/*
 * Lead generation page styles
 */

.leads h1 {
	color: #870000;
}
.leads h2 {
	color: #223E67;
}
.leads #thank-you-message {
	text-align: center;
}
.marketing-item {
	border-bottom: 1px solid #CCCCCC;
	line-height: 27px;
}
.marketing-content-1, .marketing-content-3 {
	padding-top: 40px;
}
.marketing-content-2 {
	padding-top: 60px;
}
.marketing-item p {
	font-size: 16px;
}
.marketing-item .signup-button {
	text-align: center;
}
.leads .twitter-follow {
	text-align: center;
}
.leads .button {
   border-top: 1px solid #ffffff;
   background: #610000;
   background: -webkit-gradient(linear, left top, left bottom, from(#fc3c3c), to(#610000));
   background: -webkit-linear-gradient(top, #fc3c3c, #610000);
   background: -moz-linear-gradient(top, #fc3c3c, #610000);
   background: -ms-linear-gradient(top, #fc3c3c, #610000);
   background: -o-linear-gradient(top, #fc3c3c, #610000);
   padding: 10px 20px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 16px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
}
.leads .button:hover {
   border-top-color: #a10000;
   background: #a10000;
   color: #ffffff;
}
.leads .button:active {
   border-top-color: #ff0000;
   background: #ff0000;
}

/*
 * Footer Styles
 */

#footer {
	text-align: center;
	color: #ccc;
	border-top: 1px solid #000;
	padding: 30px;
	margin-top: 40px;
}

