@charset "UTF-8";

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	background-color: #FFF;
	background-image: url(../ga.images/bodyinner.png);
	background-repeat: repeat-x;
}
body.home {
	background-color: #FFF;
	background-image: url(../ga.images/toprule.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a img {
	border: 0;
}
a {
	text-decoration: none;
	color: #0e2187;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*  ********* Overall container **********  */

.container {
	width: 63em;
	text-align: left;
	font-size: 0.8em;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.innews .container {
	width: 67em;	
}


/*  ********* Header **********  */

#header {
	padding-top: 5px;	
}

.home #header {
	padding: 5px 0 20px;
	min-height: 300px;
}

#logo {
	margin-left: 300px;
	margin-top: 20px;
}

#header blockquote {
	color: #0e2187;
	margin-top: 4.5em;
	margin-right: 3em;
	margin-bottom: 0;
	margin-left: 22em;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

#header blockquote p {
	margin: 0;
	padding: 0;
	font: 1.45em/1.5 Georgia, "Times New Roman", Times, serif;
}

#header cite {
	font: normal 1.2em/1.5 Georgia, "Times New Roman", Times, serif;
	color: #000;
}

/*  ********* Navigation Bar **********  */

#nav {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 5px;
	background-color: #0e2187;
	background-image: url(../ga.images/navbg.jpg);
	background-repeat: repeat-x;
}

#nav .container { 
	position: relative;
	min-width: 780px;
}

#nav ul {
	margin: 0 0 0 48px;
}

#nav li {
	float: left;
	padding-right: 14px;
	padding-left: 10px;
	background-image: url(../ga.images/navdivider.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav li a {
	color: #FFF;
	display: block;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1em;
	border-bottom: #0e2187 2px solid;
}

#nav li#home {
	padding-left: 15px;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	border-bottom: #FFF 2px solid !important;
}
.home #home a, .about #about a, .services #services a, .resources #resources a, .access #access a, .clients #clients a, .p_news #news a, .errata #errata a, .downloads #downloads a, .book_home #home a  {
	font-weight: bold;
	border-bottom: #FFF 2px solid !important;
}

.home #nav {
	margin-top: 0;
}
.home #nav ul {
	margin: 0 0 0 10em;
	overflow: hidden; 
}

#nav #photo {
	position: absolute;
	left: 61px;
	bottom: 26px;
	z-index: 1000;
	width: 207px;
	height: 293px;
	background-repeat: no-repeat;
	background-image: url(../ga.images/barbara.abigail.splash.jpg);
}


/*  ********* Home page callout Selectors **********  */
#callouts {
	background: #e1e1e1;
	float: left;
	width: 100%;
}
#callouts .container {
	overflow: auto;  /*to contain floats and show background image
	overflow: hidden;*/
	background-color: #e1e1e1;
	background-image: url(../ga/gaimages/callouts_back.gif);
	background-repeat: repeat-y;
	background-position: 21em 0px;
}
#callouts ul {
	float: left;
	background-image: url(../ga/gaimages/callouts_back.gif);
	background-repeat: repeat-y;
	background-position: 42em 0px;
}
#callouts li {
	width: 15em;
	float: left;
	padding: 30px .9em 10px 5em;
	min-height: 7.5em;
	background: url(../ga/gaimages/callouts_back.gif) no-repeat 5px 33px; /* sneaky pete to load - should create pixy */
}
#callouts h1 {
	font-size: 0.93em;
	font-family: arial, helvetica, sans-serif;
	margin-right: 10px;
	margin-bottom: 0;
	margin-top: 0;
	color: #900;
}
#callouts h1 a {
	background: #E1E1E1 ;
	padding-right: 35px;
	width: 14.5em;
	color: #333;
}
#callouts p {
	font-size: .85em;
	line-height: 1.4;
	margin: 0;
}
#callouts li#training {
	background-image: url(../ga.images/arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 33px;
}
#callouts li#coding {
	background-image: url(../ga.images/arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 33px;
}
#callouts li#speaking {
	background: url(../ga.images/arrow.png) no-repeat 5px 33px;
}
#callouts li p a, #callouts li:hover p a {
	color: #333 !important;
}
#callouts li:hover h1 a {
	background: #F0F0F0;
	color: #900;
}
#callouts li#training:hover {
	background-color: #F0F0F0;
	background-image: url(../ga.images/arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 33px;
}
#callouts li#coding:hover {
	background-color: #F0F0F0;
	background-image: url(../ga.images/arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 33px;
}
#callouts li#speaking:hover {
	background-color: #F0F0F0;
	background-image: url(../ga.images/arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 33px;
}
.block img {
	display: block;
	margin-top: 10px;
}

/*  ********* Sidebar Selectors **********  */

#sidebar1 {
	float: right;
	width: 20em;
	padding-top: 60px;
	margin-bottom: 20px;
}
.home #sidebar1 {
	float: left;
	width: 21em;
	padding: 27px 0;
}
.choice #sidebar1 {
	width: 30em;
	padding-top: 1px;
}
.home #sidebar1 h3 {
	color: #0e2187;
	font-weight: normal;
	font: .95em arial, helvetica, sans-serif;
	padding: .35em;
	text-align: center;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	margin-right: 2em;
	background-image: url(../ga.images/square.jpg);
	background-repeat: no-repeat;
	background-position: 3em center;
}
.book_home #sidebar1 h3 {
	background-image: url(../ga.images/square.jpg);
	background-repeat: no-repeat;
	background-position: 3em center;
}
.book2_home #sidebar1 h3 {
	background: url(../ga.images/square.jpg) no-repeat 3em center;	
}
/*.book_home #sidebar1 h3, .book2_home #sidebar1 h3 {
	background: none;
}*/
.home #sidebar1 p, #mainContent .news p {
	margin: 0 1em 0 3.5em;
	font-size: 0.85em;
	color: #666;
	padding-bottom: 10px;
}
.choice #sidebar1 p {
	font-size: .9em;	
}
.book_home #sidebar1 p, .book2_home #sidebar1 p {
	margin-left: 2.1em;
	margin-right: 2em;
}
#mainContent .news p {
	margin-left: 2em;
	font-size: 0.9em;
}
.home #sidebar1 p.previous {
	margin-left: 3.5em;	/*font-weight: bold;*/
	margin-bottom: 3em;
}
.home #sidebar1 p.previous a {
	text-decoration: underline;
}
.home #sidebar1 p.previous a:hover, .home #sidebar1 p.previous a:active, .home #sidebar1 p.previous a:focus {
	color: #333;
}
.indent {
	margin-left: 1.8em;	
	margin-top: .8em;
}
#sidebar1 .wrap {
	background-image: url(../ga.images/square.jpg);
	background-repeat: no-repeat;
	background-position: 15em center;
}
.book_home #sidebar1 #wrap {
	background: url(../ga.images/square.jpg) no-repeat 15em center;
}
.book2_home #sidebar1 #wrap {
	background: url(../ga.images/square.jpg) no-repeat 15em center;
}
.innews #sidebar1 {
	display: none;	
}
#sidebar1 h4 {
	font-size: 0.85em;
	font-weight: normal;
	margin: 0 1em 0 3.5em;
}
.book_home #sidebar1 h4, .book2_home #sidebar1 h4 {
	font: 1.15em Georgia, "Times New Roman", Times, serif;
	margin-left: 1.55em;
	margin-top: 1em;
	color: #333;
	margin-bottom: 0.3em;
}
#mainContent h4 {
	font-size: 0.9em;
	margin: 0 0 0 3.8em;
}
#sidebar1 h4 a, #sidebar1 .point a, #sidebar1 h4 {
	color: #0e2187;
	font-weight: bold;
}
#sidebar1 h4 a:hover, #sidebar1 h4 a:active, #sidebar1 h4 a:focus, .book_home #sidebar1 a:hover, .book_home #sidebar1 a:active, .book_home #sidebar1 a:focus, .choice #mainContent a:hover, .choice #mainContent a:active, .choice #mainContent a:focus {
	color: #000;
	text-decoration: underline;
}
.news {
	margin-right: 2em;
	border-bottom: 0px dashed #999;
	margin-bottom: 2px;
}
#mainContent .news {
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1.5em;
}
.news p.date {
	text-align: center;
	background: #333;
	color: #FFF !important;
	float: left;
}
#mainContent .news p.date {
	padding: 7px 3px 5px !important;
	margin: 4px 0 0;
	font-size: 0.9em;
}
.home #sidebar1 p.date {
	padding: 7px 2px 1px;
	margin: 5px 0 0;
	font-size: 0.8em;
}
#sidebar1 #pod {
	background: #F1F1F1;
	border: 1px solid #CCC;
	padding: 1em;
	width: 17.3em;
	margin: .2em .6em 0 .4em;
}
#sidebar1 .border {
	border: 10px #333 solid;
}
#sidebar1 li {
	border: 1px #F1F1F1 solid;
	border-top: 1px #333 solid;
	padding: 10px 0 2px;
	margin: 0;
}
.home #sidebar1 li {
	border-color: #FFF;	
}
#sidebar1 li.first {
	border-top: none;
}
#sidebar1 li:hover {
	background: #F7F7F7;
	border: 1px #CCC solid;
}
#sidebar1 li.first:hover {
	border-top: none;
}
#sidebar1 li h3 {
	font-weight: normal;
	font-size: .9em;
	border-bottom: 1px #333 solid;
	margin: 2px 0 0 45px;
}
#sidebar1 li h3 a {
	color: #333;
}
#sidebar1 li h4 {
	font-size: .9em;
	color: #333;
	margin: 10px 0 0 4px;
}
#sidebar1 li p {
	color: #0e2187;
	margin-top: 0;
	margin-left: 45px;
	font-size: 0.8em;
	margin-bottom: 10px;
}
#sidebar1 li ul {
	margin-bottom: 5px;
}
#sidebar1 li li {
	border: none;
	margin: 0;
	padding: 0 0 0 4px;
	font-size: 0.8em;
	color: #0e2187;
}
#sidebar1 li li:hover {
	border: none !important;
}
#sidebar1 .icon {
	background: #333;
	border: 4px solid #666;
	padding: 5px 3px;
	float: left;
}
#sidebar1 .pullquote {
	background: url(quote_sm.gif) no-repeat;
	padding-left: 20px;
	margin: 10px 5px;
	font-size: 0.85em;
}
#sidebar1 .pullquote em {
	color: #333;
}

/*  ********* Main Content Selectors **********  */
#mainContent {
	/*margin: 0 22em 0 0;*/
	width: 36.5em;
	float: left;
	margin: 0;
	padding: 30px 2em 20px 3.36em;
	min-height: 500px;
}
.innews #mainContent {
	width: 63em;
	min-width: 780px;
	padding-right: 0;
}
.home #mainContent {
	margin: 0;
	float: right;
	width: 31em;
	padding: 1px 9.5em 1em 1em;	/*margin: 0 8em 0 21em;*/
} 
.choice #mainContent {
	width: 27em;
	padding-right: 2.5em;
	min-height: 0;
}
#mainContent a, .choice #sidebar1 a {
	text-decoration: underline;
}
#mainContent a:hover, #mainContent a:active, #mainContent a:focus {
	text-decoration: none;
}
#mainContent blockquote {
	background: url(quote_sm.gif) no-repeat 0px 2px;
	margin: 0 0 20px;
}
.ten #mainContent blockquote {
	margin-top: 15px;
}
#mainContent blockquote p {
	margin: 0 0 10px;
	font-size: 1em;
}
#mainContent blockquote cite {
	position: relative;
	top: -10px;
}
#mainContent p, #mainContent ul, #mainContent ol {
	padding-left: 20px;
	font-size: 0.9em;
	color: #333;
	margin-top: 5px;
}
#mainContent ul, #mainContent ol {
	margin-top: 15px;
}
#mainContent ul ul {
	margin-top: 0;
}
#mainContent li {
	margin-bottom: .5em;
}
.book_home #mainContent ul, .book2_home #mainContent ul {
	list-style: circle;
	margin-bottom: 2em;
}
.book #mainContent ol, .book2 #mainContent ol {
	list-style: decimal;
}
.book #mainContent ol p, .book2 #mainContent ol p {
	font-size: 1em;
	padding-left: 0px;
}
#mainContent p.standout {
	color: #000;
}
.home #mainContent p, #sidebar1 p {
	font-size: .9em;
	color: #666;
	margin-top: 5px;
	margin-bottom: 30px;
	padding-left: 0;
}
.choice #mainContent p {
	margin-bottom: 10px;	
}
.clients #mainContent cite {
	margin-top: 0;
	color: #0e2187;
	font-style: normal;
	font-size: .9em;
	margin-left: 20px;
	display: block;
}
.resources #mainContent p.article {
	background: url(icon_articles.gif) no-repeat;
	font-size: .8em;
}
.resources #mainContent p.speaking {
	background: url(icon_articles.gif) no-repeat;
	font-size: .8em;
}
.resources #mainContent p a {
	font-size: 1.2em;
}
.ten span {
	display: block;
	text-align: center;
	width: 1.5em;
	float: left;
	font: 1.2em Geneva, Arial, Helvetica, sans-serif;
	padding: 7px 1px 0;
	margin-right: 5px;
	margin-top: -.8em;
	background: #333;
	color: #FFF;
}
.ten #mainContent li {
	margin: 0 0 2em;
	padding: 0;
}
.ten ol {
	margin-top: 30px;
}
.ten ol ul {
	margin: 1em 2em 0 3em;
	list-style: square;
}
.ten ol ul li {
	margin-bottom: 0 !important;
	font-size: 1.1em;
}
.ten strong {
	color: #666;
	display: block;
}
.blog #mainContent .publish {
	margin-top: 0;
	font-size: .8em;
	color: #999;
}
#mainContent h1, .innews #mainContent h2 {
	color: #0e2187;
	font-weight: normal;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #333;
	margin-left: 20px;
	margin-bottom: 15px;
}
#mainContent h1 a, #mainContent h2 a {
	text-decoration: none;
}
#mainContent h1 a:hover, #mainContent h1 a:active, #mainContent h1 a:focus, #mainContent h2 a:hover, #mainContent h2 a:active, #mainContent h2 a:focus {
	color: #000;
}
#mainContent h2 a:hover, #mainContent h2 a:active, #mainContent h2 a:focus {
	text-decoration: underline;
}
#mainContent h2 {
	color: #0e2187;
	font-weight: normal;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	padding-left: 20px;
	margin-bottom: 0;	
}
.choice #sidebar1 h2 {
	color: #468804;
	font-weight: normal;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.book_home #mainContent h2, .book_home a, .book a, .book_home #header blockquote, .book_home #sidebar1 h3, .book_home #sidebar1 h4 a, .book_home #sidebar1 .point a, .book_home #sidebar1 li p, .book_home #sidebar1 li li, .book #mainContent h1, .book #mainContent h2, .book_home #mainContent h3, .book #sidebar1 li p {
	color: #CB4810;
}
.book2_home #mainContent h2, .book2_home a, .book2 a, .book2_home #header blockquote, .book2_home #sidebar1 h3, .book2_home #sidebar1 h4 a, .book2_home #sidebar1 .point a, .book2_home #sidebar1 li p, .book2_home #sidebar1 li li, .book2 #mainContent h1, .book2 #mainContent h2, .book2_home #mainContent h3, .book2 #sidebar1 li p, .choice #sidebar1 a {
	color: #468804;
}
.p_news #mainContent h2 {
	margin-bottom: 1em;
}
.blog #mainContent h2 {
	margin-bottom: 5px;
}
.home #mainContent h2, .choice #sidebar1 h2 {
	margin-top: 30px;
	padding: 6px 0 3px 45px;
	font: 1.3em Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	text-transform: uppercase;
}
#mainContent h2.consulting {
	background-image: url(../ga.images/consulting.jpg);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
#mainContent h2.blogging {
	background: url(icon_articles.gif) no-repeat 0 5px;
	margin-top: 40px;
}
#mainContent p.blogging {
	/*float: left;*/
	margin-top: 0;
	margin-bottom: 0;
}
#mainContent h2.writing {
	margin-top: 40px;
	background-image: url(../ga.images/mag.jpg);
	background-repeat: no-repeat;
}
#mainContent h2.speaking {
	margin-top: 40px;
	background-image: url(../ga.images/bg.png);
	background-repeat: no-repeat;
}
.choice #sidebar1 h2.writing, .book2_home #mainContent h2.writing  {
	background: url(icon_articles.gif) no-repeat;
	margin-top: 40px;
}
.home h2.noicon {
	margin: 0 0 2px 0;
	padding: 6px 0 3px 0;
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0e2187;
	font-weight: normal;
}
.home h2.noicon span {
	margin-left: 1.2em;
}
#mainContent h2 span, .choice h2 span {
	display: block;
	font-size: .75em;
	color: #333;
	margin-top: 0;
	padding-top: 0;
}
.resources #mainContent h2 {
	color: #333;
	padding-left: 0;
	margin-bottom: 3px;
}
.book_home #mainContent h3, .book2_home #mainContent h3 {
	margin-top: 30px;
	padding: 6px 0 3px 0;
	font: normal 1.3em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.book #mainContent h3, .book2 #mainContent h3 {
	font: normal 1.1em Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
	color: #CB4810;
	margin-bottom: 2px;
}
.book2 #mainContent h3 {
	color: #468804;	
}
ul.lists {
	width: 475px;
	margin-left: 22.5em;
	margin-top: 10px;
}
.lists li {
	width: 220px;
	float: left;
	padding-bottom: 15px;
}
.offsite {
	padding-right: 11px;
	background: url(../ga/gaimages/footer_back.gif) no-repeat right center;
}

/*  ********* Footer Selectors **********  */
#footer {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 15px;
	background-color: #666;
	background-image: url(../ga/gaimages/footer_back.gif);
	background-repeat: repeat-x;
} 
#footer p {
	margin: 0; 
	color: #FFF;
	font-size: .8em;
	text-align: center;
}
.home #footer p {
	padding: 0 2em 0 25em;
	text-align: center;
	font-size: .8;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: none;
}

/*  ********* Miscellaneous classes for reuse **********  */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.center {
	text-align: center;	
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hide {
	display: none;
}

/*  ********* Form selectors **********  */
form {
	margin: 0 0 0 20px;
	padding: 0;
}
fieldset {
	margin: 2em 0 1em;
	padding: 0;
	border: 1px solid #CCC;
}
legend {
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
	background: #0e2187;
	padding: .2em;
	margin: 0 0 0 2em;
}
form ul {
	margin: 1.5em 1em 0;
}
form li {
	margin: 0 0 1.15em;
	padding: 0;
}
input, textarea {
	border: 1px solid #CCC;
	background: #FFF;
	color: #333;
}
input:focus, textarea:focus {
	background: #F1F1F1;
	/*border-color: #333;*/
}
input.submit {
	border: none;
	background: #0e2187;
	color: #FFF;
	font-size: 1em;
	padding: 0.2em;
	margin: .5em 0 1em 2em;
}
label {
	display: block;
}
label.checkb {
	display: inline;
}
.checkbox {
	border: none;
	margin-top: 5px;
}
.book input.submit, .book legend {
	background: #CB4810;
}
.book2 input.submit, .book2 legend {
	background: #468804;
}
.code {
	background: #F1F1F1;
	border: 1px solid #999;
}
.code p {
	margin-bottom: 5px;
	margin-left: 5px;
}
.book #mainContent li h3, .book2 #mainContent li h3 {
	font-size: 1.2em;
	padding-left: 0px;
}
.lastname { /* this is to hide the form field for the bots */
	display: none;	
}
/* local use */
.local li p {
	margin: 0;
}
.alert {
	color: #CC3333 !important;
	font-weight: bold;
	display: block;
}
.skip {
	text-indent: -1000em;
	display: block;
}

/* tell me I can't override the text color in your widget! */
#sidebar1 .affiliate_widget a:link, #sidebar1 .affiliate_widget a:visited {
	color: #0e2187 !important;	
}
#sidebar1 .affiliate_widget a:hover, #sidebar1 .affiliate_widget a:active, #sidebar1 .affiliate_widget a:focus {
	text-decoration: underline;	
}

h2 {
	font: normal 1.2em/1.5 Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

#header blockquote h1 {
	font: normal 1.45em/1.5em Georgia, "Times New Roman", Times, serif;
}
