/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:	1.0
date:		September 8, 2008
author:		Ryan J. Salva
email:		ryan at capitolmedia dot com
website:	http://www.yourbreastcancercoach.com
history:	NA
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	background: #fff;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
	margin-bottom: 14px; 
}

li {
	margin-bottom: 7px;
}

li ul, li ol {
	margin-top: 7px; /* keeps the line spacing even */
	margin-bottom: 7px;
}

dl {
	margin: 0 0 1em 0;
}

dt {
	font-weight: bold;
	display: block;
}

dd {
	display: block;
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.8em;    
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;    
}

h5 {
	font-size: 1.2em;    
}

h6 {
	font-size: 1.0em;
	font-style: italic;
}

ul, ol, blockquote, code {
	padding-left: 30px;
}

img {
	border: none;
}

a:link {
	color: #0000ff;
}

a:active {
	color: #ff0000;
}

a:visited {
	color: #6633cc;
}

a:hover {
	color: #ff0000;
}



/* Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}

th, thead td {
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: .3em;
}

td {
	padding: .3em;
}


/* Convenience Classes
-----------------------------------------------------------------------------*/

.Hidden {
	display: none;
	visibility: hidden;
}

.Visible {
	display: block;
	visibility: visible;
}

.Clear {
	clear: both; 
	float: none;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
}

.Padding {
	padding: 10px;
}


/* - - - - - - - - - - - Tabbed Property Panels - - - - - - - - - - - */

span.PanelTab {
	float: left;
	display: block;
	padding: .5em 1em;
	margin: 2em 3px 0 3px;
	font-size: .9em;
	color: #999;
	cursor: pointer;
	background: url(../site/bg_tab.gif) repeat-x 0 0;
	border: 1px solid #ccc;
	border-bottom: none;
}

span.PanelTab:hover {
	color: #d7202f;
}

span.PanelActive {
	background: #fff;
	color: #d7202f;
}

div.PanelContainer {
	border-top: 1px solid #ccc;
	clear: both;
	margin-bottom: 2em;
}

div.Panel {
	padding: 1em;
}




/* 
-----------------------------------------------------------------------------*/

div#Header {
	position: relative; /* necessary to position primary navigation correctly */
	z-index: 10;
	height: 6em;
}
	
img#Logo { 
	position: absolute;
	top: 11px;
	left: 9px;
}

/* - - - - - - - - - - - System Navigation - - - - - - - - - - - */

ul#System {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#System li {
	/* first level list items are always visible */
	position: relative;
	margin: 0;
	padding: 0 1em;
	display: inline;
	line-height: 1em;
	border-right: 1px solid #000;
}

ul#System li:last-child {
	border-right: none;
	padding-right: none;
}

ul#System li a {
}

ul#System li a:hover {
}

/* - - - - - - - - - - - Primary Navigation - - - - - - - - - - - */

div#Primary ul {
	position: absolute;
	top: 20px;
	left: 207px;
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
}

div#Primary ul li {
	/* first level list items are always visible */
	display: block;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

div#Primary ul li a {
	display: block;
	float:left;
	line-height: 23px;
	text-decoration: none;
	background-color: #15130F;
	font-size: 12px;
	color: #fff;
	width: 110px;
	border-left: 1px #494336 solid;
	text-indent: 5px;
}

div#Primary ul li a:hover {
	background-color: #494336;
	color: #fff;
}

div#Primary ul li a.Active {
	color: #fff;
}

div#Primary ul li.hover > a:first-child {
	color: #fff;
}

div#Primary ul li ul {
	/* second level unordered lists appear off-page until mouseover */
	position: absolute;
	width: 110px;
	height: auto;
	top: auto;
	left: -2000em;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#Primary ul li ul li {
	border-top: 1px solid #494336;
}

div#Primary ul li ul li a {
	/* make second level menu items wider and allow 1px height for li border */
	height: 2em;
	line-height: 2em;
	width: 110px;
	padding: 0;
	text-indent: 5px;
}

div#Primary ul li ul li a:hover {
}

div#Primary ul li.hover ul { 
	/* on mouseover, move the list to it's normal position */
	top: 2em;
	left: 0;
}


/* Ancestors
-----------------------------------------------------------------------------*/

div#Ancestors {
	color: #666;
}

div#Ancestors a {
	color: #666;
	text-decoration: none;
}
div#Ancestors a:hover {
	color: #ff0000;
	text-decoration: underline;
}


/* Canvas
-----------------------------------------------------------------------------*/

div#Wrapper {
	margin: 0;
	width: 960px;
}

div#Canvas {
	position: relative;
	height: 650px
}

div#HomeNote {
	width: 280px;
	padding: 0px 0px 60px 0px;
}

div#Content {
	margin-left: 50px;
	width: 600px;
	display: block;
}

/* Left Column
-----------------------------------------------------------------------------*/

div.Left {
	margin-left: 24em;
}

div#Left {
	position: absolute;
	top: 0;
	left: 0;
	width: 24em;
}


/* Right Column
-----------------------------------------------------------------------------*/

div.Right {
	margin-right: 24em;
}

div#Right {
	position: absolute;
	top: 0;
	right: 0;
	width: 24em;
}


/* Footer
-----------------------------------------------------------------------------*/

div#Footer {
	margin: 50px 0 0;
	width: 700px;
	clear: both;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #8B7C70;
	text-align: center;
}

div#Footer a {
	font-size: 11px;
	color: #8B7C70;
	text-align: center;
}

div#Footer a:hover {
	color: #15130F;
}

div#Tertiary ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #8B7C70;
	margin-bottom: 12px;
}

div#Tertiary ul li {
	display: inline;
	line-height: 1em;
}

div#Tertiary ul li a {
	text-transform: uppercase;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #8B7C70;
	padding: 0 10px;
}

p#Copyright {
	font-size: 11px;
	color: #8B7C70;
}

p#Credits {
	font-size: 11px;
	color: #8B7C70;
}


/*Page Properties (edit mode)
-----------------------------------------------------------------------------*/

div#PageProperties {
	position: relative;
	padding: 1em;
	color: #000;
	background: #FFF;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div#PageProperties a {
	color: #0000FF !important;
}

div#PageProperties a:hover {
	color: #0000FF !important;
}

div#MetaData {
	margin-right: 24em;
	padding: 1em;
	background: #DEDEDE;
	border: 1px solid #ccc;
}

dl#MetaKeywords {
	padding-left: 20px;
	background: url(../admin/tag_blue.png) no-repeat 0 50%;
}
dl#MetaDescription {
	padding-left: 20px;
	background: url(../admin/tag_red.png) no-repeat 0 50%;
}

div#InternalComments {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 22em;
}

div.Note {
	padding: .5em .5em .5em 3.5em;
	background: #F3E5A1 url(../admin/note.png) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

div.Block {
	position: relative;
}

a.Create, a.Edit {
	width: 85px;
	height: 35px;
	text-indent: -2000em;
	display: block;
	background: url(../admin/button_edit.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: -25px;
	z-index: 1000;
	text-align: left !important;
}



/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	padding: 1em;
	border: none;
	border-top: 1px solid #0000ff;
}

legend { 
	font-size: 1.4em;
	color: #0000FF;
}

div.LabelInput {
	margin-bottom: 7px;
	display: block;
}

input[type='text'], input[type='password'], select, textarea {
	width: 20em;
	font-size: 1em;
	font-family: Lucida Sans, Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: .3em;
	border: .1em solid #666;
	
}

select {
	width: 20.7em;
}

textarea {
	height: 10em;
}

label {
	line-height: 2em;
	width: 12em;
	float: left;
	display: block;
}

div.FormControls {
	display: block;
	padding: 1em 1em 1em 12em; /* right padding for label width plus label padding */
}

div.FullWidth label {
	width: auto;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
}

div.FullWidth input.Text, div.FullWidth input.Password, div.FullWidth input.Number, div.FullWidth SELECT.Select, DIV.FullWidth textarea.TextArea {
	width: 32em;
	font-size: 1em;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}


/* Validation messages delivered by validate.js
-----------------------------------------------------------------------------*/

.error {
	background: #F3E5A1;
}

div.errorMessage {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}


/* Info, Error & Success Messages
-----------------------------------------------------------------------------*/

.Info, .Error, .Success, .ErrorInline, .Help {
	margin-bottom: 14px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: relative;
}

.Info A, .Error A, .Success A, .ErrorInline A {
	color: #000;
	text-decoration: underline;
}

.Info {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}

.Error {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

.Success {
	background: #B5E1AE url(../site/icon_success.gif) no-repeat 10px 6px;
	border: 1px solid #3B9E2B;
}

.Help {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}


/* Modal Dialog Box
-----------------------------------------------------------------------------*/

.ModalPop {
	background: #fff;
}

.ModalTitle {
	padding: 10px;
	font-size: 2em;
}

.ModalMessage {
	padding: 10px;
}

.ModalClose a {
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -2000em;
	background: url(../site/close.gif) top right no-repeat;
}

.ModalClose a:hover {
}


/* Form Tips
-----------------------------------------------------------------------------*/

div.FormTip {
	/* the floating tooltip */
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}

.Home {
	background: url(../site/bg_home.jpg) no-repeat top left;
}

.Questions {
	background: url(/site/bg_questions.jpg) no-repeat top left;
}

.Contact {
	background: url(../site/bg_contact.jpg) no-repeat top left;
}

.Coaching {
	background: url(/site/bg_coaching.jpg) no-repeat top left;
}

.Partners {
	background: url(/site/bg_partners.jpg) no-repeat top left;
}

.Biography {
	background: url(/site/bg_biography.jpg) no-repeat top left;
}

.Simple {
	background: url(/site/bg_simple.jpg) repeat-x top left;
}

div#HomeNote {
	width: 280px;
	height: 400px;
	position: absolute;
	top: 38px;
	left: 70px;
}

div#QuestionsNote {
	width: 280px;
	height: 400px;
	position: absolute;
	top: 35px;
	left: 455px;
	padding: 0px 0px 60px 0px;
}

div#ContactNote {
	width: 280px;
	height: 400px;
	position: absolute;
	top: 38px;
	left: 450px;
	padding: 0px 0px 60px 0px;
}

div#CoachingNote {
	width: 285px;
	height: 380px;
	position: absolute;
	top: 55px;
	left: 460px;
	padding: 0px 0px 60px 0px;
}

div#PartnersNote {
	width: 280px;
	height: 400px;
	position: absolute;
	top: 38px;
	left: 70px;
	padding: 0px 0px 60px 0px;
}

div#BiographyNote {
	width: 315px;
	height: 450px;
	position: absolute;
	top: 68px;
	left: 422px;
	padding: 0px 0px 60px 0px;
}

div#HomeClick {
	position: absolute;
	top: 454px;
	left: 404px;
}

div#CoachingClick {
	position: absolute;
	top: 497px;
	left: 205px;
}

div#QuestionsClick {
	position: absolute;
	top: 537px;
	left: 171px;
}

div#PartnersClick {
	position: absolute;
	top: 492px;
	left: 391px;
}

div#BiographyClick {
	position: absolute;
	top: 449px;
	left: 142px;
}

div.Primary {
	margin: 0px 0px 0px 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: Black;
}

.Home div#Canvas {
	height: 500px;
}

.Questions div#Canvas {
	height: 650px;
}

.Contact div#Canvas {
	height: 655px;
}

.Coaching div#Canvas {
	height: 610px;
}

.Partners div#Canvas {
	height: 610px;
}

.Biography div#Canvas {
	height: 570px;
}

div#Secondary {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #8B7C70;
	text-align: center;
}

div#Secondary a {
	text-transform: uppercase;
	color: #8B7C70;
}

div#Secondary a:hover {
	text-transform: uppercase;
	color: #000000;
}

div.clsBody {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	color: Black;
	display: block;
}

div.clsTitle {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: medium;
	font-weight: bold;
	color: Black;
	display: block;
	margin: 0px 0px 18px 0px;
}

div.clsQuestionVisible {
	display: block;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	color: Black;
	padding: 0px 10px 10px 10px;
	margin: 12px 2px 12px 2px;
}

div.clsQuestionActive {
	display: block;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	color: Black;
	padding: 0px 10px 10px 10px;
	border: solid 1px #CCCC99;
	background-color: #ffffcc;
	margin: 10px 0px 10px 0px;
}

li {
	margin: 0px 0px 10px 0px;
}
