/* -----------------------------------------------
Front and Center Communications screen style
author: Jay Kerr / JAK MEDIA
version: Jan 14, 2010, 8:14 PM
----------------------------------------------- */

html, body {
	height: 100%;
}

* {
	margin: 0; padding: 0;
}

body {
	margin: 0 auto;
	background-color: #d6cec4;
	font: normal 14px/21px "vera-sans-1","vera-sans-2", sans-serif;
	color: #55340e;
}	


/* Page Structure
----------------------------------------------- */
#wrapper {
	margin: 0 auto;
  	width: 930px;
	background: url(/images/bg-main.gif) repeat-y;
	overflow: hidden;
}

#header {
	margin: 0 auto;
  	width: 900px;
  	background: #fff;
}

#content {
	margin: 0 auto;
  	width: 900px;
	background: #f89829 url(/images/bg-content.gif) top left no-repeat;
}

.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 {
	padding-left: 100px;
}


/* Content
----------------------------------------------- */
.content-wrapper {
	padding: 130px 150px 25px 150px;
	text-align: left;
}

#content ul {
	list-style: none;
	margin: 0 0 21px 0;
	padding-left: 30px;
}

#content ul li {
	padding: 2px 0 0 15px;
	background:url(/images/bullet-4x7-black.gif) no-repeat 0 8px;
}


/* Footer
----------------------------------------------- */
.footer {
	margin: 0 0 25px 150px;
	border-top: 1px solid #faae5c;
}

.footer-wrapper {
	padding-top: 3px;
	font-size: 11px; line-height: 16px;
	text-align: left;	
}

.footer a { 
	color: #55340e;
	text-decoration: none;
}

.footer a:hover { 
	color: #000;
	text-decoration: underline;
}


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

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

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


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

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

p {
	margin: 0 0 18px 0;
}

strong {
	color: #000; font-weight: normal;
}

.contact {
	padding: 15px;
	background-color: #d6cec4;
	color: #000;
	border: 1px solid #d38123;
}

.indent {
	padding-left: 15px;
}


/* 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: 80%;
}

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


/* 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 #f1f1f1;
}

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;
}