/*
  Bible Chronology 2009

  CONTENTS --------------------
	
    1.HTML ELEMENTS
    2.LAYOUT
    3.NAVIGATION
    4.EVENTS
    5.THE BOOK
    6.CALCULATE

  -----------------------------

 */
@import url(reset.css); /* RESET ALL BROWSER STYLES */


/* 1.HTML ELEMENTS
---------------------------------------------------------------------- */
body {
	background: #ebf2f5;
	font-size: 0.875em; /* Reset default size to 14px */
	line-height: 1.125em;
	font-family: "Lucida Grande",arial,sans-serif;
}
blockquote {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -0.01em;
	color: #444;
	line-height: 1.4em;
	padding: 0.1em 0.2em;
	margin: 0 14px;
}
p {
	margin: 0.5em 0 1em;
	line-height: 1.4em;
}
a, a:link {
	color: #090;
	text-decoration: underline;
}
a:visited {
	color: #060;
}
a:hover, a:active {
	text-decoration: none;
}
h1 {
	font-size: 1.4em;
	letter-spacing: -0.04em;
	color: #369	;
	line-height: 1em;
	padding: 0;
	margin: 0.2em 0 0.5em;
}
h2 {
	font-size: 1.25em;
	letter-spacing: -0.03em;
	color: darkorange;
	line-height: 1em;
	padding: 0;
	margin: 0.2em 0;
}
h3 {
	font-size: 1.1em;
	letter-spacing: -0.01em;
	color: #369;
	line-height: 1em;
	padding: 0;
	margin: 0.2em 0 0.4em;
}
h4 {
	font-size: 1.4em;
	font-style: normal;
	text-decoration: none;
	letter-spacing: -0.03em;
	color: #369;
	line-height: 1em;
	padding: 0;
	margin: 0.2em 0 0.5em;
}
h5 {
	font-size: 1.4em;
	letter-spacing: -0.04em;
	color: #000	;
	line-height: 1em;
	padding: 0;
	margin: 0.2em 0 0.5em;
}
h6 {
	font-size: 2em;
	letter-spacing: -0.04em;
	color: #333	;
	line-height: 1em;
	padding: 0;
	margin: 0.4em 0;
}
a.edit {
	font: normal 11px verdana;
	text-decoration: none;
	padding: 1px 4px 2px;
	margin: 0 8px;
	color: #666;
	letter-spacing: normal;
}
a.edit:hover {
	color: black;
}

table.users th {
	padding: 5px;
	font-weight: bold;
	color: white;
	background-color: #666;
}
table.users td {
	padding: 5px;
	background-color: #eee;
}
dl {
	padding: 0;
	margin: 0;
	clear: both;
	overflow: hidden;
}
dt {
	width: 30%;
	display: block;
	float: left;
	clear: left;
	padding: 0.5em;
	text-align: right;
}
dd {
	width: 65%;
	margin-left: 30%;
	display: block;
	padding: 0.5em;
	text-align: left;
}
pre { font:12px/150% "Lucida Console","Andale Mono",mono;  }
.small { font-size: small; }
a.tag-reference { float:right; }

.clear {
  clear: both;
  float: none;
}

/* 2.FORMS
---------------------------------------------------------------------- */
fieldset { 
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
} 
legend {
  color: white; 
	font-weight: bold;
	font-size: 1.2em;
  background: #393; 
  padding: 6px 12px 8px; 
}  
.form_row { 
  white-space: nowrap; 
  padding-bottom: .5em; 
} 
.submit { 
  margin-left: 15em; 
}
select {
	font-size: 1em;
}
form input {
	font-size: 1.1em;
	padding: 2px;
}
form input[type=submit].cta, a.cta {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 10px;
	color: #fff;
	cursor: pointer;	
	background: #090 url(/images/backgrounds/button.cta.png) repeat-x scroll left bottom;
	border-color: #0c0 #050 #050 #0c0;
	border-style: solid;
	border-width: 1px;
}
form input[type=submit].cta:hover, a.cta:hover {
	background-position: left top;
}
a.cta {
	font-size: 1em;
}
textarea {
	font-family: "Lucida Grande", arial, serif;
	font-size: 1.1em;
	padding: 10px;
}
form.inline {
	display: inline;
	float: none;
	vertical-align: bottom;
}
form.inline div {
	display: inline;
}


/* 2.LAYOUT
---------------------------------------------------------------------- */
#whole-page {
  width: 980px;
  margin: auto;
  padding: 0;
  text-align: left;
	background: #efefef url(/images/backgrounds/shadow_bottom.png) no-repeat scroll center top;
}
#header-wrapper {
	display: block;
	overflow: hidden;
	width: 100%;
	background: #cde url(/images/backgrounds/header-shadow.png) repeat-x scroll left bottom;
	background: none;
}
#header {
	width: 980px;
  padding: 15px 0 0;
  margin: 0 auto;
	overflow: hidden;
}
#logo {
	float: left;
}

#content-wrapper {
	background: #efefef url(/images/backgrounds/shadow_bottom.png) no-repeat scroll center bottom;
	padding: 0 0 15px 0;
	padding-top: 0;
	position: relative;
}
#content {
  background: #fff;
	padding: 10px;
	overflow: hidden;
	min-height: 840px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#content.dashboard {
  background: #333;
	padding: 0px;
	overflow: hidden;
	min-height: 840px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#content.reverse {
  background: #333;
}
.shadow-left, .shadow-right {
	width: 15px;
	height: 840px;
	position: absolute;
}
.shadow-left {
	left: 0;
	top: 0;
	margin-left: -15px;
	background: #efefef url(/images/backgrounds/shadow_left.png) no-repeat scroll left top;
}
.shadow-right {
	right: 0;
	top: 0;
	margin-right: -15px;
	background: #efefef url(/images/backgrounds/shadow_right.png) no-repeat scroll left top;
}
.shadow-bottom {
	width: 980px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	float: none;
	overflow: auto;
	background: transparent url(/images/backgrounds/shadow_bottom.png) no-repeat scroll center top;
}
#footer {
  text-align: center;
	padding: 10px 0 130px;
	font-size: 0.8em;
}
#footer a {
	padding: 1px 2px;
}
.page {
	padding: 10px;
}
.page h1 {
	color: #090;
	font-size: 1.7em;
	margin-bottom: 1em;
}
.page h2 {
	
}
.copyright {
	padding: 20px 0;
}

.rounded {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* 3.NAVIGATION
---------------------------------------------------------------------- */
#navbar {
	width: 980px;
	padding: 0;
	margin: 10px auto 0;
	display: block;
	clear: both;
	float: none;
	overflow: hidden;
}
ul#nav {
  color: #669;
  font-size: 1.1em;
  font-weight: bold;
	padding: 0;
	margin: 0;
}
ul#nav li {
	padding: 0;
	margin: 0 10px 0 0;
	display: inline;
	list-style-type: none;
	list-style-image: none;
	float: left;
}
ul#nav a, ul#nav a:visited  {
  color: #555;
  text-decoration: none;
	padding: 0;
	display: block;
}
ul#nav li a.active {
	color: #069;
}
ul#nav a:hover, ul#nav a:active {
	color: #000;
}
ul#nav li a span {
	display: none;	
}

/* Sprite */
ul#nav li a {
	background-color: transparent;
	background-image: url(/images/navigation/sprite.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
ul#nav li#walkthrough a {
	width: 220px;
	height: 60px;
	background-position: 0 0;
}
ul#nav li#walkthrough a:hover { background-position: 0 -60px; }
ul#nav li#walkthrough a.active, ul#nav li#walkthrough a.active:hover { background-position: 0 -120px; }

ul#nav li#book a {
	width: 180px;
	height: 60px;
	background-position: -230px 0;
}
ul#nav li#book a:hover { background-position: -230px -60px; }
ul#nav li#book a.active, ul#nav li#book a.active:hover { background-position: -230px -120px; }

ul#nav li#events a {
	width: 150px;
	height: 60px;
	background-position: -420px 0;
}
ul#nav li#events a:hover { background-position: -420px -60px; }
ul#nav li#events a.active, ul#nav li#events a.active:hover { background-position: -420px -120px; }

ul#nav li#calculator a {
	width: 190px;
	height: 60px;
	background-position: -580px 0;
}
ul#nav li#calculator a:hover { background-position: -580px -60px; }
ul#nav li#calculator a.active, ul#nav li#calculator a.active:hover { background-position: -580px -120px; }

ul#nav li#timeline a {
	width: 200px;
	height: 60px;
	background-position: -780px 0;
}
ul#nav li#timeline a:hover { background-position: -780px -60px; }
ul#nav li#timeline a.active, ul#nav li#timeline a.active:hover { background-position: -780px -120px; }

ul#nav li#admin {
	margin-left: -10px;
}
ul#nav li#admin a {
	width: 20px;
	height: 60px;
	background-position: -960px 0;
}
ul#nav li#admin a:hover { background-position: -960px -60px; }
ul#nav li#admin a.active, ul#nav li#admin a.active:hover { background-position: -960px -120px; }
ul#nav li.last {
  margin-right: 0;
}

#usernav {
	float: right;
	font-size: 0.8em;
	color: #666;
	padding-top: 20px;
}
a.help {	
	background: url(/images/icons/help.png) no-repeat scroll right center;
	padding-right: 20px;
}
a.backapage {
	margin: 0 0 10px;
	font-size: 0.9em;
	font-weight: bold;
}
ul#nav li#events-admin a {
	background-image: none;
}


/* 4.EVENTS
---------------------------------------------------------------- */
#event .selector {
	margin: 10px 0 20px 0;
	padding: 10px;
	clear: both;
	overflow: hidden;
	background-color: #cde;
}
.selector label {
	font-size: 0.9em;
}
.selector .previous_next {
	font-size: 0.9em;
	margin-left: 20px;
}
.selector select {
	width: 600px;
}
#event .list {
	color: #444;
}
#event .list_key {
	color: #000 ;
	font-weight: bold;
}
#event h1.event {
	margin: 0;
	padding: 10px;
	color: #069;
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
}
#event .explanation {
	padding: 0px;
	margin: 20px 0;
	color: #333;
	border-bottom: 2px solid #ccc;
	background: #eee;
}
#event .explanation h1.heading {
	font-size: 1.25em;
	margin: 0;
	padding: 10px;
	color: #333;
	background-color: #cde;
	border-bottom: 1px solid #ccc;
}
#event .explanation .content {
	padding: 10px;
}
div.dates {
	padding: 10px;
	background-color: #eee;
	border-bottom: 2px solid #ccc;
}
table.dates {
	margin-bottom: 20px;
	color: #666;
}
table.dates .heading {
	color: #369;
	font-weight: bold;
}
table.dates th, table td {
	padding: 3px 1px;
}
table tr.hr td {
	border-bottom: 1px dotted #ccc;
}
.tooltip {
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    padding: 5px;
    border: 1px solid #cc9;
    background: rgb(255, 255, 153);
    background: rgba(255, 255, 153, 0.9);
}

.tipped_content {
  border-bottom: 1px dashed #666;
}

table.dates .date {
    cursor: default;
}

.event-listing th {
	font-size: 1.1em;
	color: #669;
	padding: 0px 5px 5px 5px;
}
.event-listing td {
	padding: 5px;
}
.event-listing td {
	border-bottom: 1px solid #ccc;
}
.event-listing td.event-action {
	border-bottom: none;
}
.event-action {
	font-size: 0.9em;
}
.event-action a, a.sm-btn {
	text-decoration: none;
	padding: 4px 6px;
	background-color: #090;
	color: white;
	font-size: 0.9em;
	font-weight: bold;
}
.event-action a.delete {
	color: #fff;
	background-color: #900;
}
.event-action a.delete:hover {
	background-color: #c00;
}
.right {
	float: right;
}
.event-action a:hover, a.sm-btn:hover {
	background-color: #0c0;
	color: white;
}
.tag {
	color: white;
	background-color: #090;
	padding: 1px 4px 2px;
	text-decoration: none;
	font: bold 11px verdana, sans-serif;
	line-height: 2em;
}
.tag:visited {
	color: white;
	background-color: #060;
}
.tag:hover, .tag:active {
	color: #fff;
	background-color: #000;
}



/* THE BOOK
---------------------------------------------------------------------- */
div.book {
	margin: 0;
	padding: 5px;
	border: 2px solid #9cf;
	clear: both;
	overflow: hidden;
	background: #29699d url(/images/book/background.png) repeat-y scroll center top;
}
div.book .left {
	float: left;
	width: 450px;
	padding: 70px 0 50px;
	text-align: center;
	overflow: hidden;
}
div.book .right {
	float: none;
	margin-left: 451px;
	width: 389px;
	padding: 30px 50px 50px;
	border-left: 1px dotted #99f;
}
div.book img.clock {
	margin: 40px auto;
}
div.book h1.cover {
	font-size: 2.4em;
	color: #fff;
}
div.book h2.cover {
	color: #ddd;
}
div.book h1.chapter-title {
	font-size: 1.8em;
	padding: 0;
	margin: 5px;
	color: #fff;
}
.contents h2.contents {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #99f;
	color: #fff;
	text-transform: uppercase;
}
.contents span.show-all a {
	float: right;
	color: #fff;
	padding: 2px 2px 2px 14px;
	text-transform: uppercase;
	font-size: 0.9em;
	background: transparent url(/images/icons/toggle_up.gif) no-repeat scroll left center;
}
.contents span.show-all a:hover {
  color: #000;
}
.contents span.show-all a.expanded{
    background: transparent url(/images/icons/toggle_down.gif) no-repeat scroll left center;
}
.contents span.show-all a.show-link {
	background: transparent url(/images/icons/toggle_up.gif) no-repeat scroll left center;
}
.contents span.show-all a.hide-link {
	background: transparent url(/images/icons/toggle_down.gif) no-repeat scroll left center;
}
ul.chapter-list li {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.chapter-list li a.chapter-link {
	padding-left: 14px;
	background: transparent url(/images/icons/toggle_up.gif) no-repeat scroll left center;
}
ul.chapter-list li.expanded a.chapter-link {
	background: transparent url(/images/icons/toggle_down.gif) no-repeat scroll left center;
}
ul.chapter-list a {
	color: #fff;
}
ul.chapter-list a:hover, ul.chapter-list a:active {
	color: #000;
	text-decoration: none;
}
ul.chapter-list ol li a {
	color: #fff;
	text-decoration: underline;
}
ul.chapter-list ol li a:visited {
	color: #ccf;
	text-decoration: underline;
}
ul.chapter-list ol li a:hover {
	color: #000;
	text-decoration: none;
}

ul.chapter-list li ol li {
	text-transform: none;
	font-size: 1em;
	font-weight: normal;	
}
ul.chapter-list li ol li {
	list-style-image: none;
}

.contents ul li {
	padding: 0.5em 0;
	line-height: 1.1em;
}
.contents ul h2 {
	line-height: 1em;
	padding-top: 5px;
}
.contents ul li ol {
	margin-top: 0.5em;
}
.contents ul li ol li {
	padding: 0.1em 0 0.1em 1em;
	font-size: 0.9em;
}
.contents a.backapage {
	display: block;
	padding: 0.5em;
}
.book-nav {
	font-weight: bold;
	margin-top: 20px;
	padding: 0 5px 20px;
	color: #333;
}
.book-nav a {
	color: #fff;
}
.book-nav span.previous {
	font-size: 0.9em;
	display: block;
	float: left;
	padding: 5px;
}
.book-nav span.next {
	font-size: 1.1em;
	display: block;
	padding: 5px;
	float: right;
}

.sidebar-left {
	float: left;
	width: 210px;
	padding-top: 10px;
	overflow: visible;
  word-wrap: break-word;
}
.content-right {
	margin-left: 200px;
	width: 753px;
	padding-top: 10px;
	overflow: visible;
  word-wrap: break-word;
}
.article {
	padding: 10px;
	margin: 0 10px;
	font-size: 1.1em;
	background-color: #fff;
}
.article h1.title {
	color: #000;
	border-bottom: 1px solid #ddd;
	padding: 0 0 0.4em 0.2em;
	margin: 0 0 20px;
}
.article-body {
	padding: 0 5px;
	text-align: justify;
	font-size: 0.9em;
	line-height: 1.2em;
}
.last-updated {
	padding: 10px;
	margin: 10px 0;
	font-size: 0.7em;
	color: #666;
	border-top: 1px solid #ddd;
}
.article img {
	float: left;
	margin: 0 10px 0 0;
}
.article .figure img {
	float: none;
	text-align: center;
	margin: 0 auto;
}


/* THE BOOK - Used for all Markdown output
---------------------------------------------------------------------- */

.formatted_html p {
	padding: 0.1em 0.2em;
	margin: 0 0 0.5em;
	color: #444;
}
.formatted_html img {
	margin: 5px 15px 10px 0;
}
.formatted_html hr {
	background-color: #ddd;
	color: #ddd;
	border: none;
	height: 1px;
	padding: 0;
	margin: 20px 0;
}
.formatted_html ul {
	list-style: disc;
	margin: 0 1em 0.5em 1.5em;
	color: #444;
}
.formatted_html ol {
	list-style: decimal;
	margin: 0 1em 0.5em 1.5em;
	color: #444;
}
.formatted_html li {
	line-height: 1.3em;
	margin: 0.5em;
}
.formatted_html h1 {
	font-size: 1.4em;
	letter-spacing: -0.03em;
	padding: 10px;
	color: #000;
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
	line-height: 1em;
	margin: 1em 0 1em;
}
.formatted_html h2 {
	font-size: 1.25em;
	text-decoration: underline;
	letter-spacing: -0.02em;
	color: #000;
	line-height: 1em;
	padding: 0;
	margin: 1em 0 0.2em;
}
.formatted_html h3 {
	font-size: 1.1em;
	letter-spacing: -0.01em;
	color: #000;
	line-height: 1em;
	padding: 0;
	margin: 1em 0 0.1em;
}
.formatted_html h4 {
	font-size: 1em;
	font-weight: normal;
	letter-spacing: -0.01em;
	line-height: 1.4em;
	padding: 0.1em 0.2em;
	margin: 1em 0 0.1em;
	color: red;
}
.formatted_html h5 {
	font-size: 1em;
	font-weight: normal;
	letter-spacing: -0.01em;
	line-height: 1.4em;
	padding: 0.1em 0.2em;
	margin: 1em 0 0.1em;
	color: magenta;
}
.formatted_html h6 {
	font-size: 1em;
	font-weight: normal;
	letter-spacing: -0.01em;
	line-height: 1.4em;
	padding: 0.1em 0.2em;
	margin: 1em 0 0.1em;
	color: darkorange;
}

div.breadcrumbs {
	clear: both;
	line-height: 1.2em;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	padding: 0;
	margin: 0.2em 0 0.5em;
}

.toc {
  width: 200px;
  float: right;
  padding: 10px;
  margin: 0 0 20px 30px;
  text-align: left;
  border: 1px solid #ccc;
  background-color: #eee;
}
.toc h3 {
  margin: 0 0 10px;
  padding: 0;
}
.toc ul {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 0.9em;
  list-style: none;
  list-style-image: url(/images/icons/bullet.gif);
  list-style-position: insides;
}
.toc ul li {
  line-height: 1.2em;
}


/* Hack to get IE to display fieldset/legend correctly */ 
html fieldset { 
  position: relative; 
} 

html legend { 
  position:absolute; 
  top: -1em; 
  left: .5em; 
} 

html fieldset { 
  position: relative; 
  margin-top:1em; 
  padding-top:2em; 
  padding-bottom: 2em; 
} 



/* Debug Style */

#debug {
  margin-top: 1em;
  margin-left: auto;
}
#debug a, #debug a.visited {
  text-decoration: none;
  color: maroon;
}
fieldset.debug_info {
  text-align: left; 
  margin: 1em; 
  background: #eee;
}

/* Error Reporting Styles */ 
.fieldWithErrors { 
  margin: 2px; 
  padding: 2px; 
  background-color: red; 
  display: table; 
} 

#errorExplanation { 
  border: 2px solid red; 
  padding: 7px; 
  padding-bottom: 12px; 
  margin-bottom: 20px; 
  background-color: #f0f0f0; 
} 

#errorExplanation h2 { 
  text-align: left; 
  font-weight: bold; 
  padding: 5px 5px 5px 15px; 
  font-size: 12pt; 
  margin: -7px; 
  background-color: #c00; 
  color: #fff; 
} 

#errorExplanation p { 
  color: #333; 
  margin-bottom: 0; 
  padding: 5px; 
} 

#errorExplanation ul li { 
  font-size: 11pt; 
  list-style: square; 
} 

/* Flash Notice Style */ 
#notice {  
  padding: 0.7em; 
  margin: 1em 10px;  
  background-color: #cfc;
	color: #060;
  border: 2px solid #060;
  font: bold 1.1em sans-serif; 
}




/* ---[ INFO PAGE ]------------------------------------------------------------ */
#info .section {
	text-align: left;
	clear: both;
	margin: 0;
}
#info .icon {
	width: 120px;
	float: left;
	margin: 0;
	padding-top: 20px;
}
#info .explanation {
	margin: 0px 10px 10px 150px;
	padding: 10px 0 20px;
	border-bottom: 1px dotted #ccc;
}
#info .copyright {
	font-size: 0.8em;
	color: gray;
	padding: 10px;
}
#info .back {
	float: left;
}
#info .top {
	float: right;
}

/* PASSNOTES */
#passnotes {
  background-color: #FFF;
  padding: 2em 6em;
}

#passnotes .question, #passnotes .response {
  display: block;
  padding: 0;
}

#passnotes p {
  margin: 0 0 0.7em 0;
  padding: 0;
  line-height: 1.4em;
}

#passnotes .question {
  text-align: left;
  font-weight: bold;
  margin: 0 1em 0 0;
  font-size: 18px;
}

#passnotes .response {
  text-align: left;
  margin: 0 2em 2.5em 0;
  font-size: 16px;
  color: #444;
}

/* HELP */
#help {
  background-color: #FFF;
  padding: 2em 6em;
}

#help .question, #help .response {
  display: block;
  padding: 0;
}

#help p {
  margin: 0 0 0.7em 0;
  padding: 0;
  line-height: 1.4em;
}

#help .question {
  text-align: left;
  font-weight: bold;
  margin: 1em 1em 0 0;
  font-size: 18px;
}

#help .response {
  text-align: left;
  margin: 0 2em 2.5em 0;
  font-size: 16px;
  color: #444;
}

#help .section {
	font-size: 1.4em;
	letter-spacing: -0.03em;
	padding: 10px;
	color: #333;
	border-top: 1px solid #ccc;
	line-height: 1em;
	margin: 1em 0 1em;
}
#help .h2 {
	font-size: 1.25em;
	text-decoration: underline;
	letter-spacing: -0.02em;
	color: #000;
	line-height: 1em;
	padding: 0;
	margin: 1em 0 0.2em;
}
#help .h3 {
	font-size: 1.1em;
	letter-spacing: -0.01em;
	color: #000;
	line-height: 1em;
	padding: 0;
	margin: 1em 0 0.1em;
}


/* WALKTHROUGH */
#walkthrough {
  padding: 0px;
}

#walkthrough .left, #walkthrough .right {
  margin: 0;
}

#walkthrough .left {
  width: 220px;
  clear: none;
  float: left;
  padding: 0;
}

#walkthrough .right {
  margin-left: 220px;
  min-height: 400px;
  padding: 10px;
  clear: none;
  float: none;
  background-color: #fff;
}

#walkthrough ul.video_nav {
  padding: 0;
  margin: 0;
  font-weight: bold;
}

#walkthrough ul.video_nav a {
  background-color: #ccc;
  border-bottom: 1px solid #333;
  display: block;
  padding: 10px;
}
#walkthrough ul.video_nav a:hover, #walkthrough ul.video_nav li a.current {
  background-color: #fff;
}

/* DASHBOARD */
.intro {
	clear: both;
	overflow: hidden;
}
.clickthru {
	width: 272px;
	padding: 0 40wpx 0 0;
	margin: 0 0 50px;
	float: left;
	color: #666;
	text-align: justify;
	font-size: 0.9em;
	font-family: arial, sans-serif;
}
.clickthru p {
	margin: 0.5em;
	line-height: 1.3em;
}
.clickthru img {
	vertical-align: bottom;
}
.clickthru.first {
	margin-right: 20px;
}
.clickthru.second {
	margin-right: 20px;
}
.clickthru.third {
	margin-right: 0;
	padding-right: 0;
}
#feature-wrapper {
	overflow: hidden;
}

#featurebox {
	margin: 0 10px 10px;
	overflow: hidden;
	height: 250px;
	position: relative;
}
ul#feature-nav {
	width: 200px;
	float: left;
	font-weight: bold;
	font-size: 1.1em;
}
ul#feature-nav li {
	display: block;
	margin: 0 0 3px;
}
ul#feature-nav li a {
	display: block;
	padding: 6px 10px;
	color: white;
	background-color: #222;
	border-right: 5px solid #333;
	text-decoration: none;
}
ul#feature-nav li a:hover {
	background-color: #000;
} 
ul#feature-nav li a.active {
	border-right: 5px solid #29699d;
	color: #fff;
	background-color: #29699d;
	margin-bottom: 1px;
}
#glider {
	overflow: hidden;
	margin: 0 0 0 200px;
	padding: 10px 5px;
	background-color: #29699d;
	border-top: 5px solid #29699d;
	border-bottom: 5px solid #29699d;
}
#glider .section {
	padding: 10px 10px 40px;
	background-color: #fff;
}
#glider .section img {
	float: left;
	margin-right: 10px;
}
#glider .section h1 {
	color: #000;
	font-size: 1.8em;
	margin-bottom: 0.8em;
}
#glider .section h1 span {
	color: #069;
}

#dashboard #keep-informed {
	clear: both;
	text-align: left;
	margin: 10px;
	padding: 10px 10px 20px;
	background: #222;
}
#dashboard #keep-informed h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	padding: 0 6px;
	margin-bottom: 1.2em;
}
#dashboard #keep-informed label {
	width: 170px;
	float: left;
	color: #fff;
	vertical-align: middle;
	font-size: 1.1em;
	padding: 6px 10px 0;
	text-align: left;
}
#dashboard #keep-informed input {
	display: inline;
}
#dashboard #keep-informed input[type=text] {
	width: 330px;
	height: 24px;
	font-size: 1.3em;
	color: gray;
	border: 1px solid #ccc;
}
#dashboard #keep-informed input[type=image] {
	vertical-align: bottom;
}
#dashboard .privacy {
	font-size: 0.77em;
	color: #ccc;
	padding-left: 190px;
}

#dashboard .section {
	font-size: 1.4em;
	letter-spacing: -0.03em;
	padding: 10px;
	color: #333;
	border-top: 1px solid #ccc;
	line-height: 1em;
	margin: 1em 0 1em;
}


/* Sidebar blocks */
.block {
	background-color: #fff;
	margin-bottom: 10px;
}
.sidebar-left .block {
	margin-right: 10px;
}
.sidebar-left a.backapage {
	padding: 5px;
	color: #fff;
}
.block .content {
	padding: 10px 5px;
}
.block h3 {
	color: #fff;
	background-color: #333;
	padding: 5px 5px 6px;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: -0.02em;
}
.block h3 .chapter-nav {
	width: 30px;
	padding: 0 2px;
	float: right;
	text-align: right;
}
.block h3 .chapter-nav img {
	display: inline;
}
.block ul {
	font-size: 0.9em;
}
.block li {
	padding: 0.5em;
	border-bottom: 1px dotted #ccc;
}
.block ul li a {
	text-decoration: none;
	display: block;
}
.block ul li a:hover {
	color: black;
}
li.active a {
	color: black;
	font-weight: bold;
}

.block a, block a:link {
	color: #069;
}

/* CALCULATE
---------------------------------------------------------------------- */
#calculate-form {
	color: #fff;
	background: #29699D url(/images/book/background.png) repeat-y scroll center top;
	background: #333;
	overflow: hidden;
	position: relative;
	padding: 5px 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#calculate-form #show-hide {
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}
#calculate-form #show-hide a {
	padding: 15px 10px 15px 12px;
	color: #fff;
	background: transparent url(/images/icons/toggle_up.gif) no-repeat scroll left center;
}
#calculate-form #show-hide a.expanded {
	background: transparent url(/images/icons/toggle_down.gif) no-repeat scroll left center;
}
#calculate-form .switch {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 5px 6px;
	overflow: hidden;
	color: #000;
	background-color: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#calculate-form .switch a {
	color: #000;
	text-decoration: none;
	padding: 5px 10px 6px;
}
#calculate-form .switch a:hover {
	background-color: #fff;
}
#calculate-form h1 {
	font-size: 1.6em;
	padding: 5px 10px 5px;
	margin: 0;
	color: #fff;
}
#calculate-form p {
	color: #fff;
	font-size: 0.9em;
	padding: 0px 10px 20px 12px;
	margin: 0;
	line-height: 1.2em;
}
#calculate-form p.first {
	padding-bottom: 0;
}
#calculate-form .date_picker {
	width: 500px;
	margin: 0 0 0 10px;
	padding: 10px;
	float: left;
	background: #222;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;	
}
#calculate-form .date_picker .date {
	width: 30%;
	padding: 5px;
	float: left;
}
#calculate-form .go {
	width: 500px;
	margin: 0 0 0 10px;
	float: left;
	padding: 30px 10px;
}
#calculate-form  input[type="text"] {
	border: 1px solid #fff;
	background-color: #fff;
	padding: 3px 8px;
	font-size: 1.3em;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
}
#calculate-form .go input[type="submit"]{
	font-size: 1.6em;
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
}
#calculate-form .date_picker .date.prompt {
	font-size: 1.3em;
}
#calculate-form .date_picker .date select {
	padding: 2px 8px 2px 2px;
	font-size: 1.3em;
}
#calculate-form .date_type {
	margin: 0 10px 0 540px;
}
#calculate-form .date_type label {
	display: block;
	padding: 6px 10px;
	margin: 1px 0 2px;
	font-size: 1.2em;
	cursor: pointer;
	background-color: #222;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#calculate-form .date_type label:hover {	
	background-color: #111;
}
#calculate-form .chron_day {
	margin: 10px;
	padding: 10px;
	clear: both;
	background: #222;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#calculate-form .chron_day label {
	font-weight: bold;
	padding: 6px 4px 0;
}
#calculate-form .chron_day input[type="text"] {
	width: 220px;
}
.calculators .dates {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	background-color: #ddd;
}
.calculators .dates h1 {
	font-size: 1.8em;
}
.calculators table.dates {
	font-size: 1.2em;
	color: #333;
	margin-bottom: 15px;
}
.calculators table.dates td {
/*	padding: 12px 5px 12px; */
	padding: 8px 5px 8px;
	border-bottom: 1px solid #bbb;
/* 	height: 46px; */
	vertical-align: top;
}
.calculators table.dates .small {
	font-size: 0.7em;
}
.calculators table.dates div.date-entry {
  height: 20px;
}
.calculators table.dates td.date.edit form {
  margin: 0;
  padding: 0;
}
.calculators table.dates td.date.edit input[type="text"] {
	font-size: 0.8em;
  border: 1px solid #ccc;
  padding: 1px 2px;
}
.calculators table.dates td.date.edit input[type="submit"] {
  font-size: 0.7em;
}
.calculators table.dates td.date.edit select {
	font-size: 0.8em;
}

.julian_day {
	color: #fff;
	background-color: #333;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	padding: 10px;
}
.julian_day .prompt {
	font-size: 1.3em;
	text-align: right;
	padding-right: 20px;
}
.julian_day input[type="text"] {
	border: 1px solid #fff;
	padding: 3px;
	background-color: #fff;
}
.julian_day input[type="text"]:focus {
	border: 1px solid #069;
	background-color: #EBF2F5;
}
.julian_day input[type="submit"] {
	font-size: 1.2em;
}
.julian_day .small {
	font-size: 0.8em;
}
.static-date {
  float: left;
  vertical-align: top;
}
.date-entry form {
  width: 330px;
  display: none;
}
.being_edited .static-date {
  display: none;
}
.being_edited form {
  display: block;
}
.edit_controls {
  float: right;
}
.edit_controls a {
  display: block;  
  border: none;
  text-decoration: none;
}
.edit_controls span a {
  width: 40px;
  height: 20px;
  background: transparent url(/images/backgrounds/edit_controls.gif) no-repeat scroll left top;
}
.being_edited .edit_controls span a {
  width: 25px;
  height: 20px;
  background: transparent url(/images/backgrounds/edit_controls.gif) no-repeat scroll -40px top;
}
.edit_controls span a:hover {
  background-position: left -20px;
}
.being_edited .edit_controls span a:hover {
  background-position: -40px -20px;  
}

td.day-nav {
  text-align: right;
  vertical-align: top;
}

td.day-nav form, td.day-nav input, td.day-nav div {
  display: inline
}

/* VIDEO
---------------------------------------------------------------------- */
.videoplayer {
  padding: 0 0 60px;
  background: #000 url(/images/backgrounds/videoplayer.gif) no-repeat scroll left bottom;
}
.videoplayer h2 {
  color: #fff;
  text-decoration: none;
  padding: 5px;
}


/* PRICING */
.subscribe {
  width: 670px;
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
}

.subscribe h1 {
  text-align: center;
  font-size: 2.3em;
}

div.benefits {
  padding: 20px 10px 20px 220px;
  border: 1px solid #ddd;
  background: #eee url("/images/book/clock.png") no-repeat scroll left center;
}

div.benefits h2 {
  color: #333;
}

.options {
  width: 670px;
  margin: 20px auto;
  text-align: center;
  overflow: hidden;
  background: #eee;
  border: 1px solid #ddd;
  float: inherit;
}

.option {
  width: 300px;
  height: 120px;
  background: #222;
  color: #fff;
  padding: 10px 5px;
  margin: 10px 15px;
  float: left;
  text-align: center;
  overflow: hidden;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.option.best_value {
  background: #222 url("/images/backgrounds/best_value_corner.png") no-repeat scroll right top;
  margin-right: 5px;
}

.option h1 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.option h2 {
  color: green;
}

ul.benefits li {
  margin: 2px 0 2px 20px;
  line-height: 1.5em;
  list-style-image: url("/images/icons/tick.gif");
}

div.contact {
  margin: 10px 10px 50px 10px;
}

div.contact h1 {
  margin-bottom: 1.5em;
}

dl.contact, dl.contact dd, dl.contact dt, dl.address, dl.address dd, dl.address dt {
  margin: 0;
  padding: 0;
  diplay: block;
  width: auto;
  text-align: left;
  clear: none;
}

dl.contact dt, dl.address dt {
  font-size: 0.9em;
  line-height: 1.5em;
  float: none;
  color: #777;
}

dl.contact dd, dl.address dd {
  font-size: 1.7em;
  line-height: 1.1em;
  margin-bottom: 1.5em;
  float: none;
}

div.contact div.left {
  width: 49%;
  float: left;
  clear: none;
}
div.contact div.right {
  width: 49%;
  margin-left: 50%;
  float: none;
  clear: none;
}

/* PUBLIC HOMEPAGE */
.public {
  margin: 0;
}

.public #header {
  padding-top: 5px;
}

body.public #whole-page, body.public #content-wrapper {
  background: none;
  background-color: transparent;
}

.public #content {
  background-color: #ebf2f5;
  height: auto;
  min-height: 0;
}

#public_home {
  margin: 0;
  padding: 20px 10px;
  overflow: hidden;
}

#public_features {
  background-color: #FFF;
  margin: 0;
  padding: 20px 10px;
  overflow: hidden;
}

#public_home .main_header {
  float: left;
}

#public_home .col {
  width: 460px;
  margin-bottom: 20px;
}

#public_home .col.left {
  float: left;
}

#public_features .col.left {
  float: left;
}

#public_home .col.right {
  margin-left: 480px;
  float: none;
}

.clear {
  clear: both;
}

#public_home #title {
	font-size: 2em;
  color: #069;
}

#public_home #benefits_list h1 {
  color: #069;
  font-size: 24px;
}

#public_home #benefits_list ul {
  margin: 10px 0;
}

#public_home #benefits_list li {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  margin: 20px 0 20px 20px;
  list-style-image: url("/images/public_home/tick.gif");
}

#public_features #benefits_list li {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  margin: 20px 0 20px 20px;
  list-style-image: url("/images/public_home/tick.gif");
}

#public_home .col.right#video_tour .video_tour {
  background-color: #333;
  padding: 10px;
}

#public_home .col.right#video_tour img {
  padding: 0;
  margin: 0;
}

#public_home .col.left#sign_up, #public_home .col.left#subscribe {
  background: #2673b3;
  padding: 0;
  margin: 0;
  height: 270px;
}

p.more {
  margin: 40px 0 0 20px;
  line-height: 24px;
}

p.more a, a.more {
  color: #fff;
  background: #060;
  padding: 5px 18px;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
p.more a:hover {
  background: #090;
}

#public_home #sign_up h2,#public_home #subscribe h2 {
  color: #fff;
  background: #004d8d url("/images/public_home/bg_h2.gif") no-repeat scroll left bottom;
  font-size: 18px;
  padding: 8px 10px 23px 10px;
  margin: 0;
  line-height: 20px;
}

#public_home #sign_up h3,#public_home #subscribe h3 {
  color: #fff;
  font-size: 14px;
  padding: 10px;
  margin: 0 0 10px 0;
  font-weight: normal;
}

#public_home #subscribe a.view-pricing {
  color: #fff;
  margin-left: 5px;
}

#public_home #subscribe label {
  color: #025;
  font-weight: bold;
}

#public_home #subscribe dt {
  padding: 1em 0;
}

#public_home #subscribe form input[type="text"], #public_home #subscribe form input[type="password"] {
  width: 230px;
  border: 1px solid #9cf;
  padding: 4px;
}

#sign_up form {
  margin: 10px;
  padding: 20px 10px 10px 10px;
  background: #eee;
}

#sign_up form label {
  width: 80px;
  padding: 5px 0;
  display: block;
  float: left;
}

#sign_up form .privacy {
  margin: 10px 0 0 80px;
  font-size: 10px;
  clear: both;
  line-height: 12px;
}

#sign_up form input[type="text"] {
  width: 300px;
}

#sign_up form input[type="submit"] {
  margin: 10px 0 0 80px;
  font-size: 1em;
}

#book_preview {
  color: #fff;
  border: 10px solid #333;
  padding: 0;
  margin: 0;
  height: 250px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}


#book_preview .content {
  padding: 0;
  border: 2px solid #9cf;
  background: #2673b3 url("/images/book/background.png") repeat-y scroll center top;
  height: 246px;
  text-align: center;
}

#book_preview h2 {
  padding: 20px 0px 0px 0px;
  color: #000;
  font-size: 24px;
}

#book_preview a {
  color: #fff;
}

.icon {
  padding: 20px 0px;
  margin-right: 10px;
}

.content_prompt {
  font-size: 24px;
  font-weight: bold;
}

div#pricing_comparison {
  border: 5px solid #fff;
}

table#pricing_matrix {
  width: 100%;
}

table#pricing_matrix th {
  font-weight: bold;
  font-size: 1.5em;
  color: #069;
  border-bottom: 4px solid #fff;
  text-align: center;
  padding: 20px 10px;
}

table#pricing_matrix th span {
  color: #fff;
  background-color: #069;
  padding: 3px 20px 4px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

table#pricing_matrix td {
  border-bottom: 1px solid #fff;
  line-height: 1.3em;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

table#pricing_matrix td.section {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-align: left;
  padding: 10px 0 10px 20px;
  line-height: 1.4em;
}

table#pricing_matrix td.section a span.title {
  font-size: 2em;
}

table#pricing_matrix td.section a span.link {
  color: #060;
  text-decoration: underline;
}

table#pricing_matrix td.section a:hover span.title {
  color: #000;
}

table#pricing_matrix td.section a:hover span.link {
  text-decoration: none;
}


table#pricing_matrix td.section a {
  padding: 10px 10px 15px 80px;
  color: #333;
  text-decoration: none;
  display: block;
}

table#pricing_matrix td.section a.events {
  background: transparent url("/images/public_home/icon_events.png") no-repeat scroll left center;
}

table#pricing_matrix td.section a.timeline {
  background: transparent url("/images/public_home/icon_timeline.png") no-repeat scroll left center;
}

table#pricing_matrix td.section a.calculator {
  background: transparent url("/images/public_home/icon_calculator.png") no-repeat scroll left center;
}

table#pricing_matrix td.section a.book {
  background: transparent url("/images/public_home/icon_book.png") no-repeat scroll left center;
}

table#pricing_matrix td.section a.walkthroughs {
  background: transparent url("/images/public_home/icon_walkthrough.png") no-repeat scroll left center;
}

table#pricing_matrix td.prompt {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.5em;
}

span.icon_title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}

/* SECTION HEADERS */
div.section-header {
  padding: 10px 10px 10px 85px;
  background-color: #EBF2F5;
  line-height: 1.2em;
  min-height: 65px;
  margin-bottom: 10px;
}

div.section-header h1 {
  color: #333;
  font-size: 2em;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
}

div.section-header p {
  font-size: 12px;
  line-height: 1.2em;
  padding: 0 0 0 2px;
  margin: 0;
}

div.section-header.events {
  background: #EBF2F5 url("/images/public_home/icon_events.png") no-repeat scroll 10px 10px;
}

div.section-header.timeline {
  background: #EBF2F5 url("/images/public_home/icon_timeline.png") no-repeat scroll 10px 10px;
}

div.section-header.calculator {
  background: #EBF2F5 url("/images/public_home/icon_calculator.png") no-repeat scroll 10px 10px;
}

div.section-header.book {
  background: #EBF2F5 url("/images/public_home/icon_book.png") no-repeat scroll 10px 10px;
}

div.section-header.walkthroughs {
  background: #EBF2F5 url("/images/public_home/icon_walkthrough.png") no-repeat scroll 10px 10px;
}

/* FEATURES */
div.features {
	padding: 10px 10px 10px 85px;
  line-height: 1.2em;
  min-height: 65px;
  margin-bottom: 10px;
}

div.features h1 {
  color: #333;
  font-size: 2em;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
}

div.features h2 {
	font-size: 3em;
	letter-spacing: -0.04em;
	color: green	;
  line-height: 1.2em;
	padding: 0;
	margin: 0 0 0 7px;
}

div.features p {
  font-size: 12px;
  line-height: 1.2em;
  padding: 0 0 0 2px;
  margin: 0;
}

div.features.events {
  background: #FFF url("/images/public_home/icon_events.png") no-repeat scroll 10px 10px;
}

div.features.timeline {
  background: #FFF url("/images/public_home/icon_timeline.png") no-repeat scroll 10px 10px;
}

div.features.calculator {
  background: #FFF url("/images/public_home/icon_calculator.png") no-repeat scroll 10px 10px;
}

div.features.bk {
  background: #FFF url("/images/public_home/icon_book.png") no-repeat scroll 10px 10px;
}

div.features.walkthroughs {
  background: #FFF url("/images/public_home/icon_walkthrough.png") no-repeat scroll 10px 10px;
}