@import "reset.css";
@import "yui-grids-min.css";
@import "menu.css";

/** HTML ELements
------------------------------------------*/

body {
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: .8em;
}

h2 {
	color: #003399;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: .5em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 1em;
    color: #4C4C4C;
}

h4 {
	font-weight: bold;
	line-height: 1.2em;
	margin: 1em 0 .5em 0;
	text-decoration: underline;
}

p {
	line-height: 1.4em;
	margin: 10px 0;
}

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

a {
	color: #003399;
}

a:hover {
	text-decoration: none;
}


dt {
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
}

dd {
	margin-left: 10px;
	line-height: 1.3em;
	color: #555;
}

blockquote {
    background: url("../images/quote.png") no-repeat;
    border-bottom: dotted 1px #ccc;
    font-family: Georgia;
    font-size: 1.1em;
    line-height: 1.3em;
    margin: 5px;
    padding: 10px 10px 10px 50px;
}

fieldset {
    border: solid 1px #ccc;
    padding: 10px;
    margin: 20px 0;
}

fieldset legend {
    font-weight: bold;
    font-size: 1.2em;
    padding: 0 10px;
}


/** Documnet elements
------------------------------------------*/


#doc {
    background: url("../images/page_shadow.png") repeat-y top center;
	position: relative;
	min-width: 770px;
	width: 60.9em;
}

#hd {
    background: url("../images/header.png") no-repeat top center;
	height: 400px;
	padding: 0 10px;
}

#hd h1 {
	display: none;
}

#bd {
	padding: 0 15px;
    margin-top: -15em;
}

#content {
	background: #fff;
	margin-right: 10px;
	padding: 0 20px 15px 20px;
}

#content ul {
	margin-left: 30px;
}

#content ul li {
	line-height: 1.3em;
	list-style: disc;
	margin: 5px 0;
}

#content ol {
	list-style-type: decimal;
	margin: 20px 0 20px 40px;
}

#content ol li {
    line-height: 1.3em;
    margin: 1em 0;
}

#content ol li ul li {
    margin: .3em 0;
}

#ft {
    background: #fff url("../images/footer_shadow.png") no-repeat top center;
	font-size: .8em;
	margin-bottom: 20px;
	height: 2em;
	padding: 20px;
}


/** Misc styles
------------------------------------------*/

div.clear {
	clear: both;
}

img.feature.right {
	float: right;
	margin: 0 0 20px 30px;
}

img.feature {
	display: block;
	margin: auto;
}

img.feature.home {
    float: right;
    margin: 0 0 20px 30px;
}

img.feature {
	display: block;
	margin: auto;
}

img.feature.home {
    float: right;
    margin: 0 0 20px 30px;
}

.highlight {
	background: #daff91;
	border-bottom: solid 1px #00A105;
	color: #000;
	font-size: 1.1em;
	padding: 4px;
}

p.score {
	color: #FFA100;
	font-size: 1.5em;
	font-weight: bold;
}

.side-promo {
	display: block;
	text-align: center;
}

.hero {
	font-size: 1.3em;
}

.pdf_link {
    background: url("../images/pdf_icon.png") no-repeat 5px 5px;
    padding: 10px 10px 0 65px;
}

.error_flash {
    padding: 4px;
    color: #F00;
    font-size: 1.2em;
}

.buttons {
    text-align: right;
    margin: 0 10px 0 0;
}

.payment_link {
    display: block;
    text-align: center;
}

form p.error {
    color: #F00;
    font-weight: bold;
    margin: 0;
}


/** Questionnaire
------------------------------------------*/

div#questions {
	border-top: solid 1px #ddd;
	margin: 20px 0;
}

span.question {
	display: block;
	line-height: 1.4em;
	margin: 30px 0 0 0;
}

#content ul.options {
	background: #eee;
	border-bottom: dotted 1px #ccc;
	display: block;
	margin: 5px 0;
	padding: 5px;
}

#content ul.options li {
	display: inline;
	font-size: .9em;
	list-style: none;
	padding-right: 20px;
}


/** Q & A
------------------------------------------*/

dl.q_and_a {
    margin-bottom: 20px;
    position: relative;
}

dl.q_and_a span {
    display: block;
    font-size: 1.2em;
    float: left;
    padding: 0 5px;
    color: #999;
}

dl.q_and_a dt {
    margin-top: 20px;
    line-height: 1.5em;
}

dl.q_and_a dt span {
    color: #375FB2;
}

dl.q_and_a dd {
    margin: 10px 0 0 6px;
}

dl.q_and_a dd span {
    color: #9ED53B;
}


/** Login form
------------------------------------------*/

form.login {
    width: 30em;
    margin: 20px auto;
    border: solid 10px #eee;
    padding: 10px;
}

form.login th,
form.login td {
    vertical-align: middle;
    padding: 2px;
}

form.login th,
form.login input.text {
    font-size: 1.1em;
}

form.login input#username {
    width: 20em;
}

form.login input#password {
    width: 10em;
}



/** Ask the Academy form
------------------------------------------*/

#contact_form {
    background: #DDEDFB;
    padding: 10px;
}

#contact_form table {
    margin: auto;
}

#contact_form table td {
    padding: 4px;
}

#contact_form label {
    display: block;
    margin-bottom: 5px;
}

#contact_form input.name,
#contact_form input.email {
    font-size: 1.1em;
    width: 200px;
}

#contact_form textarea.message,
#contact_form textarea.question {
    font-family: "Helvetica", sans-serif;
    font-size: 1.1em;
    height: 50px;
    width: 420px;
}


/** Contact list
------------------------------------------*/

#content .contact_list,
#content .contact_list li {
    list-style: none;
    margin: 0;
    line-height: 1.5em;
}

.contact_list h3 {
    background: #eee;
    color: #333;
}

.contact_list label {
    font-weight: bold;
    display: inline-block;
    width: 50px;
}

#contact_details {
    padding: 20px 0;
    font-size: 1.5em;
    margin-top: 2em;
}

#contact_details label {
    display: block;
    font-size: .8em;
    margin: 1em 0 .3em 0;
}


/** Diagnostic payment
------------------------------------------*/

#diagnostic_payment {
    margin: 1em 0;
}

#diagnostic_payment th {
    width: 90px;
}

#diagnostic_payment th,
#diagnostic_payment td {
    padding: 4px;
    vertical-align: middle;
}

#diagnostic_payment table input {
    width: 25em;
    font-size: 1.1em;
}


/** Diagnostic questionnaire
------------------------------------------*/

#questionnaire .buttons {
    border-top: dotted 1px #555;
    padding: 10px;
}

#questionnaire table {
    width: 100%;
}

#questionnaire table th {
    padding-right: 10px;
    text-align: right;
    vertical-align: middle;
    width: 14em;
}

#questionnaire table td {
    padding: 1px;
    vertical-align: middle;
}

#questionnaire table .text {
    font-size: 1.1em;
    width: 20em;
}

/** Breadcrumb
-------------------------------------------*/

ul#breadcrumb {
    margin: 0 0 10px 10px;
    padding: 0 0 20px 0;
}

ul#breadcrumb li {
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0 0 0 10px;
}

ul#breadcrumb li a {
    background: transparent url("../images/arrow.gif") no-repeat scroll right center;
    padding: 0 13px 0 0;
}

ul#breadcrumb li a:hover {
}

div.clear {
	clear: both;
}

/** Faculty Members
-------------------------------------------*/

ul#member_search {
	margin: 0;
}

ul#member_search li {
	list-style: none;
	margin-bottom: 10px;
}

/** Matrix Management New
-------------------------------------------*/

div#workshop {
}

div#workshop-dates {
	border: 1px solid #ccc;
	width: 204px;
	padding: 10px;
	margin-top: 20px;
}

div#workshop-dates ul {
	margin: 0;
	padding: 0;
}

div#workshop-dates ul li {
	list-style-type: none;
	list-style-position: none; 
	margin: 5px 0 5px 0;
	line-height: 18px;
}

div#workshop-covers {
}

div#workshop-covers-diagnostic {
	border: 1px solid #ccc;
	width: 204px;
	padding: 10px;
	margin-top: 20px;
}

/** One Day Workshop New
-------------------------------------------*/

div#pi-workshop {
}

div#pi-workshop-dates {
	border: 1px solid #ccc;
	width: 204px;
	padding: 10px;
	margin-top: 20px;
}

div#pi-workshop-dates ul {
	margin: 15px 0 0 0;
	padding: 0;
}

div#pi-workshop-dates ul li {
	list-style-type: none;
	list-style-position: none;
	margin: 5px 0 5px 0;
	line-height: 18px;
}

div.home-feature-box {	border: 1px solid #CCCCCC;	margin-top: 10px;	padding: 0 10px 10px 10px;	width: 204px;	
}

div.home-tips-box {
	border: 1px solid #153270;
	margin-top: 10px;
	padding: 0 10px 10px 10px;
	width: 204px;
}

div.home-feature-box ul li {
	margin: 10px 0 10px 0;	
}

div.home-tips-box ul li {
	margin: 10px 0 10px 0;	
}

.quote {
	float: left;
}

div.members-feature-box {
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 363px;	
}

/** home inline box **/
div.home-inline-box {
	border: 1px solid #CCCCCC;
	padding: 0 10px 12px 10px;
	width: 204px;
	float: left;	
}
