/* -----------------------------------------------
Life's Next Steps screen style
author: Jay Kerr / JAK MEDIA
version: Aug 28, 2010, 8:14 PM
----------------------------------------------- */

html, body {
	height: 100%;
}

* {
	margin: 0; padding: 0;
}

body {
	margin: 0 auto;
	background: #fff url(/images-beta/bg-page.gif) repeat-y 50% 0;
	font: normal 13px/20px "ff-dax-wide-web-pro-1","ff-dax-wide-web-pro-2",sans-serif;
	color: #4f5156;
}	


/* Page Structure
----------------------------------------------- */
#header {
	margin: 0 auto;
  	width: 960px; height: 100px;
  	background: #fff;
}

#photography, #video, #shortcuts {
	margin: 0 auto;
  	width: 960px;
  	background: #fff;
}

#content, #footer {
	margin: 0 auto;
  	width: 960px;
  	background: transparent;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
	clear: both; height: 0; line-height: 0;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}


/* Page Header
----------------------------------------------- */
#logo {
	float: left;
	width: 220px;
	padding: 0 0 0 20px;
}

#logo img {
	height: 0;
}

#logo a, #logo span {
	display: block;
	width: 194px;
	height: 100px;
	background: url(/images-beta/but-logo.gif) no-repeat top left;
}

#logo a:hover, #logo span:hover {
	background-position: 0 -100px;
}

#navigation {
	float: right;
	width: 720px; height: 100px;
	text-align: right;
}


/* Navigation
----------------------------------------------- */
#account-status {
	width: 680px;
	padding: 10px 40px 0 0;
	font-size: 12px; line-height: 16px
}

#account-status ul, #navlist ul, #footer ul {
	list-style: none;
	overflow: hidden;
}

#navlist ul li {
	float: right; 
	padding: 0 0 0 10px; 
}

#account-status ul li, #footer ul li {
	float: right; 
	padding: 0 0 0 7px; 
}

#account-status .pipe, #footer .pipe {
	border-right: 1px solid #ddd;
	padding-right: 7px;
}

.signin {
	float: right;
	margin-top: 5px;
}

#navlist {
	width: 680px;
	padding: 44px 40px 0 0;
	font: normal 16px "ff-dax-condensed-web-pro-1","ff-dax-condensed-web-pro-2",sans-serif;
}

#navlist ul li a, #account-status ul li a, #footer ul li a {
	color: #4f5156; 
	text-decoration: none;
}

#navlist ul li a:hover, #account-status ul li a:hover, #footer ul li a:hover {
	color: #c35a15;
}

#navlist .pipe {
	border-right: 1px solid #ddd;
	padding-right: 14px;
}

#navlist .selected {
	color: #c35a15;
}

#section-nav {
	background: #fff;
	width: 240px;
}

#section-nav ul {
	list-style: none;
}

#section-nav a {
	display: block;
	padding: 5px 0 5px 20px;
	width: 220px;
	background-color: #fff;
	border-bottom: 1px solid #c9cacb;
}

#section-navlist a:link, #section-navlist a:visited {
	font-weight: normal;
	color: #999;
	text-decoration: none;
}

#section-navlist a.selected, #section-navlist a.selected:hover {
	font-weight: normal;
	color: #ce6b12;
	text-decoration: none;
}

#section-nav a:hover {
	font-weight: normal;
	background-color: #eee;
	color: #000;
}


/* Video
----------------------------------------------- */
#video {
	height: 330px;
}	

.video-wrapper {
	padding: 30px 0 0 441px;
}	



/* Shortcuts
----------------------------------------------- */
#shortcuts {
	padding-bottom: 5px;
	background: #fff;
}

#shortcut-container {
	height: 1%;
	padding: 5px 20px;
	background: #fff;
	border-bottom: 1px solid #c9cacb;
}

.shortcut-button {
	float: right; width: 142px;
	padding: 0 5px;
	border-right: 1px solid #c9cacb;
}

.shortcut-button a, .shortcut-button-last a {
	display: block;
	text-decoration: none;
	font: bold 14px/14px "ff-dax-wide-web-pro-1","ff-dax-wide-web-pro-2",sans-serif;
	color: #ce6b12;
}

.shortcut-button a em, .shortcut-button-last a em {
	padding: 3px 0 0 0;
	display: block;
	text-decoration: none;
	font: normal 11px/13px "ff-dax-wide-web-pro-1","ff-dax-wide-web-pro-2",sans-serif;
	color: #939598;
}

.shortcut-button a:hover, .shortcut-button-last a:hover {
	text-decoration: none;
	color: #ce6b12;
}

.shortcut-button a em:hover, .shortcut-button-last a em:hover {
	text-decoration: none;
	color: #000;
}

.shortcut-button-last {
	float: right;
	width: 143px;
	padding: 0 5px;
	display: block;
}

.shortcut-imgleft {
	float: left;
	margin: 0 10px 0 0;
}

.shortcut-imgright {
	float: right;
	margin: 0 0 0 10px;
}

.shortcut-outer {
	margin: 10px 0 0 0;
	background: #fff;
}

#content-right .shortcut-button {
	width: 142px;
	padding: 5px 0;
	border-bottom: 1px solid #c9cacb;
	border-right: none;
}

#content-right .shortcut-button-blog {
	width: 142px;
	padding: 5px 0;
	border-bottom: 1px solid #c9cacb;
	border-right: none;
}

#content-right .shortcut-button-blog h3 {
	padding: 0 0 3px 0;
	font-size: 14px; font-weight: bold;
}


/* Content
----------------------------------------------- */
#content-left {
	float: left;
	width: 240px;
}

.section {
	padding: 11px 0 11px 20px;
	font-size: 18px; font-weight: normal; line-height: 18px;
	color: #fff;
	background-color: #ce6b12;
}

#workshops {
	padding: 0;
}

.workshops-wrapper {
	padding: 11px 20px;
	background: transparent;
	text-align: left;
	font-size: 12px; line-height: 20px;
}

#workshops h3 {
	padding: 0 0 10px 0;
	font-size: 18px; font-weight: normal;
	color: #5f7a0b;
}

#content-homepage {
	float: right;
	width: 720px;
	text-align: left;
}

.content-homepage-wrapper {
	padding: 10px 40px 0 20px;
	text-align: left;
}

#content-centre {
	float: left;
	width: 538px;
	text-align: left;
}

.content-main-wrapper {
	padding: 10px 20px 0 20px;
	text-align: left;
}

#content-wide {
	float: left;
	width: 680px;
	text-align: left;
}

#how-we-work {
	float: left; width: 680px;
	margin-left: 240px;
	text-align: left;
}

.content-wide-wrapper {
	padding: 10px 0 0 20px;
	text-align: left;
}

.col-orange {
	float: left; width: 206px;
	background-color: #f5e1d0;
	height: 460px;
}

.col-orange-wrapper {
	padding: 10px;
}

.col-white {
	float: left; width: 20px;
	background-color: #ffffff;
	padding: 0;
}

#content-right {
	float: right;
	width: 142px; padding: 16px 40px 0 0;
	text-align: left;
}

#workshops ul, #content-centre ul, #content-wide ul, #how-we-work ul {
	list-style:none;
	margin: 0 0 18px 0;
	padding-left: 1px;
}

#workshops ul li, #content-centre ul li, #content-wide ul li, #how-we-work ul li {
	padding: 2px 0 0 15px;
	background:url(/images-beta/bullet-4x7-orange.gif) no-repeat 0 7px;
}

#content-centre ol {
	margin: 0 0 18px 0;
	padding-left: 30px;
}

#content-centre ol li {
	padding: 5px 0 0 5px;
}

#content-centre ul, #jak ul {
	list-style: none;
	margin: 0;
	padding-left: 10px;
}

.workshop-help {
	margin: 12px 0;
	font-size: 12px; line-height: 16px;
	color: #444;
}

.workshop-help p {
	margin: 0 0 16px 0;
}

/* Blog
----------------------------------------------- */
.blog-entry {
	padding: 0 0 40px 0;
}

.byline {
	margin-top: 18px;
	padding: 3px 0 20px 0;
	font-size: 10px;
	color: #999;
	border-top: 1px solid #c9cacb;
}

.postedby {
	margin-top: 3px;
	padding: 3px 0 20px 0;
	font-size: 10px;
	color: #999;
	border-top: 1px solid #c9cacb;
}

h2.entry-title {
	padding: 2px 0 11px 0;
	font: normal 24px "ff-dax-condensed-web-pro-1","ff-dax-condensed-web-pro-2",sans-serif;
	color: #ce6b12;
}


/* Footer
----------------------------------------------- */
.footer-wrapper {
	font-size: 11px; line-height: 16px;
	text-align: right;	
	padding: 20px 40px 5px 0;
}

.footer-wrapper h3 {
	font: italic 18px "ff-dax-wide-web-pro-1","ff-dax-wide-web-pro-2",sans-serif;
	padding: 0 0 3px 0;
	color: #4f5156;
}


/* Links
----------------------------------------------- */
a { 
	color: #005382;
	text-decoration: underline;
}

a:hover { 
	color: #68a138;
	text-decoration: underline;
}

a.selected {
	color: #000; 
	text-decoration: none;
}

.button, a.orangebut, .button-sml {
	color: #fff;
	text-decoration: none;
	font-size: 14px; font-weight: bold;
	background-color: #ce6b12;
	padding: 3px 6px;
	border: none;
}

.but-bot { margin-bottom: 5px;}

.button-sml {
	color: #fff;
	text-decoration: none;
	font-size: 10px; font-weight: bold;
	background-color: #ce6b12;
	padding: 3px 6px;
	border: none;
}

.button:hover, a.orangebut:hover, .button-sml:hover { 
	background-color: #666666;
}

h1 a, h3 a { 
	color: #ce6b12;
	text-decoration: none;
}

.stepHover {
	cursor:pointer;
	background-color: #e1ebdb;
	height: 440px;
}


/* Typography 
----------------------------------------------- */
h1 {
	padding: 0 0 11px 0;
	font: normal 30px "ff-dax-condensed-web-pro-1","ff-dax-condensed-web-pro-2",sans-serif;
	color: #ce6b12;
}

h2	{
	padding: 0 0 18px 0;
	font-size: 22px; font-weight: normal;
	color: #ce6b12;
}

h3 {
	padding: 0 0 18px 0;
	font-size: 18px; font-weight: normal;
	color: #ce6b12;
}

h3.message {
	padding: 0 0 6px 0;
}

h4 {
	padding: 0 0 5px 0;
	font-size: 16px; font-weight: normal;
	color: #ce6b12;
}

h5 {
	padding: 0 0 13px 0;
	font-size: 13px; font-weight: bold;
}

.workshopleaders {
	padding: 76px 0 0 0;
}

.founders {
	padding: 50px 0 0 0;
}

p {
	margin: 0 0 18px 0;
}

.results { color: #000;}

.indent {
	margin-left: 15px;
}

.smalltext {
	font-size: 11px;
}
 
.backtotop {
	font-size: 11px;
	text-align: right;
	border-top: 1px solid #c9cacb;
	margin-bottom: 50px;
}
 
.rule-gray {
	border-top: 1px solid #f1f1f1;
	margin: 12px 0 25px 0;
}
 
.bbs-gray {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	margin: 18px 0;
	padding: 5px 0;
}

.pushdown {
	margin-top: 18px;
}

.upcomingpad {
	padding-top: 13px;
}

.credentials {
	font-size: 11px;
	font-weight: normal;
	color: #111;
}

.content-wrapper-gray {
	padding: 20px;
	background-color: #eee;
	border: 1px solid #c9cacb;
	text-align: left;
}


/* Form elements
----------------------------------------------- */
form {
	margin: 0; padding: 0;
}

select, option {
	margin: 10px 0 10px 2px;
	padding: 2px;
}

label {
	line-height: 18px;
}

textarea {
	margin-top: 5px;
	width: 90%;
}

.fieldinput {
	width: 90%;
}

#questions ol li {
	padding-bottom: 18px;
}

.pulldown {
	padding: 0;
}

.widget-content select {
	margin: 0 0 4px 0;
	width: 130px;
}

/* Messages
----------------------------------------------- */
#error-message, #warning-message, #notification-message {
	margin-bottom: 24px; padding: 12px 24px;;
	min-height: 66px;
	color: #000;
	font-size: 18px; line-height: 66px;
}

label.error {
  font-weight: bold;
  color: #cd3301;
  border: 0;
}

.error {
	background-color: #fff;
	border: 1px solid #000;
}

#error-message {
	background: #f8f8f8 url(/images-beta/warning.gif) no-repeat right center;
	border: 1px solid #ce6b12;
}

#warning-message {
	background: #f8f8f8 url(/images-beta/warning.gif) no-repeat right center;
	border: 1px solid #ce6b12;
}

#notification-message {
	background: #f8f8f8 url(/images-beta/notification.gif) no-repeat right center;
	border: 1px solid #68a138;
}


/* Books
----------------------------------------------- */
.book-floatcontainer {
	float: left;
	width: 165px;
	background: transparent;
	text-align: left;
	margin-bottom: 20px;
}

.book-container {
	margin: 0 20px 0 0;
	padding: 10px;
	background: transparent;
	border: 1px solid #f1f1f1;
	text-align: center;
}

.book-cover {
	height: 120px;
}

.book-description {
	padding-top: 10px;
	font-size: 11px; line-height: 13px;
	height: 75px;
	text-align: center;
}

.book-description a, .book-description a:hover, .book-description a:link, .book-description a:visited {
	font-weight: bold;
}

.book-button {
	height: 25px; text-align: center;
}



/* Tables
----------------------------------------------- */
table {
	line-height: 15px;
}

#chart th {
	background-color:#fff;
	font-size: 12px; font-weight: bold;
	color:#000;
	padding:8px;
	vertical-align:bottom;
	border-bottom:1px solid #adc9cc;
}

#chart tr {
	background-color:#f7fdfd;
}

#chart tr.alt {
	background-color:#e4f6f7;
}

#chart tr.error {
	background-color:#c35b18;
}

#chart tr.highlightrow {
	background-color:#f5e1d0;
}

#chart tbody td {
	color:#333;
	padding:8px;
	vertical-align:middle;
	border-left:1px solid #adc9cc;
	border-bottom:1px solid #adc9cc;
}

#chart tbody td.rightcell {
	color:#333;
	padding:8px;
	vertical-align:middle;
	text-align: center;
	border-right:1px solid #adc9cc;
	border-bottom:1px solid #adc9cc;
}


#chart tbody td.aptitude {
	color:#333;
	padding:8px;
	vertical-align:middle;
	text-align: left;
	border-right:1px solid #adc9cc;
	border-bottom:1px solid #adc9cc;
}

#chart tbody td.score {
	color:#333;
	padding: 8px;
	font: 24px georgia, times, serif;
	vertical-align:middle;
	text-align: center;
	border-bottom:1px solid #adc9cc;
}

.iconfloatleft {
	float: left;
	padding: 0 6px 0 0;
	height: 16px;
}

/* Images
----------------------------------------------- */
img {
	display: block;
	border: 0;
}

img.photo {
	padding: 4px;
	border: 1px solid #c9cacb;
}

a:hover img.photo { 
	border: 1px solid #68a138;
}

.inline {
	display: inline;
	border: 0;
}

.imgfloatleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgfloatright {
	float: right;
	margin: 0 0 10px 10px;
}

.imgcenter {
	margin: 0 auto;
}