/* Yes, this was coded long ago & someday I'll update it to my current best practices...when I have time. :) */
html {
    overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
body {
	font: 100%/1.5 Calibri, 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	background: #FFF url(../images/body_back_inner.gif) repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
}
body.home {
	background: #FFF url(../images/body_back.jpg) repeat-x;
}
body.book_home {
	background: #FFF url(../images/book_body_back.jpg) repeat-x;
}
body.book2_home {
	background: #FFF url(../images/book2_body_back.jpg) repeat-x;
	padding-top: 5px;
}
body.book {
	background: #FFF url(../images/book_body_back_inner.gif) repeat-x;
}
body.book2 {
	background: #FFF url(../images/book2_body_back_inner.gif) repeat-x;
}

/* ********* Type Selectors **********  */
a img {
	border: 0;
}
a {
	text-decoration: none;
	color: #900;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
::selection {
	background-color: #900;
	color: #FFF;
}
img::selection {
	background-color: transparent;	
}

/*  ********* Overall container  **********  */
.container {
	width: 63em;
	margin: 0 auto;
	text-align: left;
}
.innews .container {
	width: 67em;
}
/*  ********* Header Selectors **********  */

#header {
	overflow: hidden;	
}
.book #header, .book2 #header {
	padding-bottom: 5px;
}
.home #header {
	padding-bottom: 35px;
	min-height: 260px;
}
.innews #header {
	padding-right: 25px;
}
#info {
	float: right;
	width: 19.3em;
}
#info ul {
	float: right;
	margin-bottom: 7px;
	-webkit-border-bottom-right-radius: 6px;
	 -webkit-border-bottom-left-radius: 6px;
	    -moz-border-radius-bottomright: 6px;
	     -moz-border-radius-bottomleft: 6px;
	        border-bottom-right-radius: 6px;
	         border-bottom-left-radius: 6px;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	        box-shadow:0px 2px 4px rgba(0,0,0,0.5);	
}
li#contact {
	float: right;
	width: 10.15625em;
}
li#book {
	float: right;
	width: 9.0625em;
}
#info li a {
	text-transform: uppercase;
	color: #FFF;
	padding: 3px .390625em 5px;
	display: block;
	float: right;
	text-align: center;
	background: #900;
}
li#contact a {
	width: 9.375em;
	-webkit-border-bottom-left-radius: 6px;
	   -moz-border-radius-bottomleft: 6px;
	        border-bottom-left-radius: 6px;
}
.book #header li a, #main #header li a {
	background: #CD3301;
}
.book2 #header li a, #main2 #header li a {
	background: #4D8506;
}
#header li a:hover, #header li a:active, #header li a:focus {
	background: #A52426; 
}
.book #header li a:hover, .book #header li a:active, .book #header li a:focus, #main #header li a:hover, #main #header li a:active, #main #header li a:focus {
	background: #D14719;
}
.book2 #header li a:hover, .book2 #header li a:active, .book2 #header li a:focus, #main2 #header li a:hover, #main2 #header li a:active, #main2 #header li a:focus {
	background: #58941D;
}
li#book a {
	width: 8.203125em;
	-webkit-border-bottom-right-radius: 6px;
	   -moz-border-radius-bottomright: 6px;
	        border-bottom-right-radius: 6px;
}
#header #tagline {
	float: right;
	padding-right: 4px;
	margin-bottom: 5px;
}
#logo {
	margin-left: 8px;
	margin-top: 10px;
}
.book_home #logo, .book2_home #logo {
	margin-top: 0;
}
.book #logo, .book2 #logo {
	margin-left: 20px;
}
#header blockquote {
	color: #900;
	margin: 4.5em 5em 0 20em;
	background: url(../images/quote.gif) no-repeat;
	padding: 2em 0 0 2em;
}
.book_home #header blockquote, .book2_home #header blockquote {
	margin-left: 21em;
}
#header blockquote p {
	margin: 0;
	padding: 0;
	font: 1.25em/1.5 Georgia, "Times New Roman", Times, serif;
}
.book_home #header blockquote p, .book2_home #header blockquote p {
	font-size: 1.3em;
}
#header cite {
	font: normal 1.2em/1.5 Georgia, "Times New Roman", Times, serif;
}
#header cite a {
	color: #000;
}

/*  ********* Top navigation Selectors **********  */
#nav {
	overflow: hidden;
	background-color: #900;
	background-image: -webkit-gradient(linear, 0% 48%, 0% 47%, from(#990000), to(#9d2e2c));
	background-image: -webkit-linear-gradient(0% 48% 270deg, #9d2e2c, #FFFFFF, #990000 0%);
	background-image: -moz-linear-gradient(0% 48% 270deg, #9d2e2c, #FFFFFF, #990000 0%);
	background-image: -ms-linear-gradient(0% 48% 270deg, #9d2e2c, #FFFFFF, #990000 0%);
	background-image: -o-linear-gradient(0% 48% 270deg, #9d2e2c, #FFFFFF, #990000 0%);
}
.book #nav, .book_home #nav {
	background: #C30 url(../images/book_nav_back.gif) repeat-x;
}
.choice #nav, .book2_home #nav, .book2 #nav {
	background: #468804 url(../images/book2_nav_back.gif) repeat-x;
}
.home #nav {
	margin-top: 0;
	overflow: visible;
}
#nav .container {
	position: relative;
	min-width: 780px;
}
#nav #photo {
	position: absolute;
	left: 60px;
	bottom: 0;
	z-index: 1000;
	width: 190px;
	height: 293px;
	background: url(../images/stefsull_final2.png) no-repeat;
}
.book_home #nav #photo, .book2_home #nav #photo {
	left: 0px;
	width: 281px;
	background: url(../images/book_photo_sm.png) no-repeat;
}
#nav ul {
	margin: 0 0 0 48px;
}
.home #nav ul {
	margin: 0 0 0 21em;
	overflow: hidden;  /* this allows the image to sit on top- keep (auto won't work)*/
}
.book_home #nav ul, .book2_home #nav ul {
	margin-left: 21.5em;
}
#nav li {
	float: left;
	padding-right: 14px;
	padding-left: 10px;
	background: url(../images/nav_divide.gif) no-repeat center right;
}
.home #nav li {
	padding-right: 12px;
	padding-left: 8px;	
}
#nav li a {
	color: #FFF;
	display: block;
	float: left;
	padding-top: 6px;
	padding-bottom: 5px;
	font-size: 1em;
	border-bottom: #900 2px solid;
	text-shadow: rgba(200,200,200,.5) 0px -1px 0px;
}
.book #nav li a, .book_home #nav li a {
	border-bottom-color: #CB4810;
}
.book2_home #nav li a, .book2 #nav li a, .choice #nav li a {
	border-bottom-color: #468804;
}
#nav li#news, .home #nav li#about, .book_home #nav li#contact, .book #nav li#contact {
	background: none;
	padding-right: 5px;
}
.book_home #nav li#about, .book #nav li#about, .book2_home #nav li#about, .book2 #nav li#about, .book_home #nav li#last {
	background: none;
}
#nav li#home {
	padding-left: 15px;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	border-bottom: 2px solid #E1E1E1 !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: 2px solid #E1E1E1 !important;
}

/*  ********* Home page callout Selectors **********  */
#callouts {
	background: #e1e1e1;
}
#callouts .container {
	background: #e1e1e1 url(../images/callouts_back.gif) repeat-y 21em 0px;
	overflow: auto;  /*to contain floats and show background image*/
}
#callouts ul {
	background: url(../images/callouts_back.gif) repeat-y 42em 0px;
	float: left;
}
#callouts li {
	width: 15em;
	float: left;
	padding: 30px .9em 10px 5em;
	min-height: 7.5em;
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #ccc;
}
#callouts li:first-of-type {
	border-left: none;
}
#callouts li:last-of-type {
	border-right: none;
	width: 14.9em;
}
#callouts a h1 {
	font-size: 0.93em;
	font-family: arial, helvetica, sans-serif;
	margin: 0 10px 0 0;
	background: url(../images/arrow.png) no-repeat right center;
	color: #333;
}
#callouts a:hover h1 {
	color: #900;
}
#callouts a p {
	font-size: .85em;
	line-height: 1.4;
	margin: 0;
	color: #333;
}
li#training {
	background: url(../images/training.png) no-repeat 5px 33px;
}
li#coding {
	background: url(../images/coding.png) no-repeat 5px 33px;
}
li#speaking {
	background: url(../images/speaking.png) no-repeat 5px 33px;
}
#callouts li:hover {
	background-color: #F0F0F0;
}


/*  ********* 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: #900;
	font-weight: normal;
	font: .95em arial, helvetica, sans-serif;
	padding: .35em;
	text-align: center;
	border-bottom: 1px dashed #999;
	border-top: 1px dashed #999;
	background: url(../images/diamond.gif) no-repeat 3em center;
	margin-right: 2em;
}
.book_home #sidebar1 h3 {
	background: url(../images/diamond_orng.gif) no-repeat 3em center;
}
.book2_home #sidebar1 h3 {
	background: url(../images/diamond_green.gif) no-repeat 3em center;
}
.home #sidebar1 p, #mainContent .news p {
	margin: 0 1em 0 3.7em;
	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: 2.4em;
	font-size: 0.9em;
}
.home #sidebar1 p.previous {
	margin-left: 3.5em;	
	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: url(../images/diamond.gif) no-repeat 15em center;
}
.book_home #sidebar1 #wrap {
	background: url(../images/diamond_orng.gif) no-repeat 15em center;
}
.book2_home #sidebar1 #wrap {
	background: url(../images/diamond_green.gif) no-repeat 15em center;
}
.innews #sidebar1 {
	display: none;
}
#sidebar1 h4 {
	font-size: 0.85em;
	font-weight: normal;
	margin: 0 1em 0 3.7em;
}
.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: #900;
}
#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: 1px 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;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	        box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}
#mainContent .news p.date {
	padding: 7px 5px !important;
	margin: 4px 0 0;
	font-size: 0.9em;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.home #sidebar1 p.date {
	padding: 7px 5px;
	margin: 5px 0 0;
	font-size: 0.8em;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	        box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
#sidebar1 #pod {
	background: #F1F1F1;
	border: 1px solid #CCC;
	padding: 1em;
	width: 17.3em;
	margin: .2em .6em 0 .4em;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px #ababab;
	   -moz-box-shadow: 0px 2px 4px #ababab;
	        box-shadow: 0px 2px 4px #ababab;
}
#sidebar1 .border {
	border: 10px #333 solid;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}
#sidebar1 li {
	border: 1px #F1F1F1 solid;
	border-top: 1px #333 dotted;
	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 dotted;
	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: #900;
	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: #900;
}
#sidebar1 li li:hover {
	border: none !important;
}
#sidebar1 .icon {
	background: #333;
	border: 4px solid #666;
	padding: 5px 3px;
	float: left;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
#sidebar1 .pullquote {
	background: url(../images/quote_sm.gif) no-repeat;
	padding-left: 20px;
	margin: 10px 5px;
	font-size: 0.85em;
}
#sidebar1 .pullquote em {
	color: #333;
}

/*  ********* Main Content Selectors **********  */
#mainContent {
	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: 34em;
	padding: 1px 6.5em 1em 1em;	
}
.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(../images/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 {
	color: #666;
	margin-top: 5px;
	margin-bottom: 30px;
	padding-left: 0;
}
.choice #mainContent p {
	margin-bottom: 10px;
}
.clients #mainContent cite {
	margin-top: 0;
	color: #900;
	font-style: normal;
	font-size: .9em;
	margin-left: 20px;
	display: block;
}
.resources #mainContent p.article {
	background: url(../images/icon_articles.gif) no-repeat;
	font-size: .8em;
}
.resources #mainContent p.speaking {
	background: url(../images/icon_speaking.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: #900;
	font-weight: normal;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #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: #900;
	font-weight: normal;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	background: #FFF;
	border: 1px #FFF solid;
	-webkit-transition-property:background, border;
	   -moz-transition-property:background, border;
	        transition-property:background, border;
	-webkit-transition-timing-function:ease-in;
	   -moz-transition-timing-function:ease-in;
	        transition-timing-function:ease-in;
	-webkit-transition-duration:.75s;
	   -moz-transition-duration:.75s;
	        transition-duration:.75s;
}
#mainContent h2:target {
	text-shadow: 2px 2px 2px #ccc;
	font-weight: bold;
	font-size: 150%;
	background: #F1F1F1;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px #ababab;
	   -moz-box-shadow: 0px 2px 4px #ababab;
	        box-shadow: 0px 2px 4px #ababab;
}
.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.1em Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	text-transform: uppercase;
}
#mainContent h2.consulting {
	background: url(../images/consulting.jpg) no-repeat 0 6px;
}
#mainContent h2.blogging {
	background: url(../images/blogging.jpg) no-repeat 0 5px;
	margin-top: 40px;
}
#mainContent p.blogging {
	margin-top: 0;
	margin-bottom: 0;
}
#mainContent h2.writing {
	background: url(../images/css_book.jpg) no-repeat;
	margin-top: 40px;
}
.choice #sidebar1 h2.writing, .book2_home #mainContent h2.writing {
	background: url(../images/css_book2.jpg) 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: #900;
	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;
}
a[href^="http"] { /*replaces .offsite*/ 
	padding-right: 11px;
	background: url(../images/offsite.gif) no-repeat right center;
}
a[href*="w3conversions.com"] {
	padding-right: 0;
	background: none;	
}

/*  ********* Footer Selectors **********  */
#footer {
	background:#666 url(../images/footer_back.gif) repeat-x;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 15px;
}
#footer p {
	margin: 0;
	color: #FFF;
	font-size: .8em;
	text-align: center;
}
.home #footer p {
	padding: 0 2em 0 25em;
	text-align: left;
}
#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;
}
.clear {
	overflow: hidden;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.hide {
	display: none;
}
.block img {
	display: block;
	margin-top: 10px;
}

/*  ********* Form selectors **********  */
form {
	margin: 0 0 0 20px;
	padding: 0;
}
fieldset {
	margin: 2em 0 1em;
	padding: 0;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px #ababab;
	-moz-box-shadow: 0px 2px 4px #ababab;
	box-shadow: 0px 2px 4px #ababab;
}
legend {
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
	background: #900;
	padding: .2em .4em;
	margin: 0 0 0 2em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
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;
}
input.submit {
	border: none;
	background: #900;
	color: #FFF;
	font-size: 1em;
	padding: 0.2em .4em;
	margin: .5em 0 1em 2em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
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;
}
.alert {
	color: #CC3333 !important;
	font-weight: bold;
	display: block;
}
/* skip links */
.skip {
	text-indent: -1000em;
	display: block;
	height: 0;
}
.skip:focus {
	height: auto;
	text-indent: 0;
	color: #FFF;
	background: #900;
	padding: 5px;
	margin-bottom: -5px;
}
/* Don't tell *me* I can't override the text color in your widget! */
#sidebar1 .affiliate_widget a:link, #sidebar1 .affiliate_widget a:visited {
	color: #900 !important;
}
#sidebar1 .affiliate_widget a:hover, #sidebar1 .affiliate_widget a:active, #sidebar1 .affiliate_widget a:focus {
	text-decoration: underline;
}

.home #sidebar1 p.lt-bott {
	margin-bottom: 1em;	
}
/* local use */
.local li p {
	margin: 0;
}
