/*The Blanco Group Website print style sheet*/
/**************************************************************************************
date:   	3/3/09
author:    	Laura Yeffeth
email:     	laura@laurayeffeth.com
domain:   	http://www.jodee-theblancogroup.com/

/* =TABLE OF CONTENTS *****************************************************************

/* =COLOR SCHEME **********************************************************************

Main Text/Page Title:				#333	    DARK GRAY
Form field borders					#999		LIGHT GRAY
Primary Navigation					#28556f		DARK BLUE
Secondary Navigation/h3 headings:	#27abeb	    BLUE
				
/***** =LAYOUT ************************************************************************/
body {  
	text-align: center; /* This centers the container in IE 5* browsers*/
	z-index: 1;
}
div#container, #content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
#home #content, #motivation #content, #contact #content {
	margin: 0 5%;
	clear: both;
}
/***** =TYPOGRAPHY ********************************************************************/
body {
	font-size: 100%;
	font: 8pt/1.4 Georgia, Utopia, Palatino,'Palatino Linotype',serif;
	color: #333;
}
h1, h3, p, ul, ol, li {
	margin: .75em 0;
}
h1, h2, h3 {
	font-family: "lucida grande","lucida sans unicode", sans-serif;
}
h1 { /*Logo*/
	color: #28556f;
	font-size: 2.4em; 
}
h2 { /*Page Title Headings*/
	color: #28556f; 
	clear: both;
	font-size: 13pt; 
	font-weight: 600;
	text-transform: uppercase;
	margin: 15px 0;
	padding: 0;
	height: 100%;
}
#ourteam h2, #jodee_blanco h2, #kent_carroll h2, #cb h2, #cb_works h2, #cb_authors h2, #cb_packages  h2, #cb_faq h2, #cb_successes h2, #pr h2, #pr_development h2, #pr_training h2, #pr_inhouse h2, #motivation h2, #contact h2 {
	background-image: none;}
h3 {
	font-size: 13pt; 
	color: #27abeb; 
	line-height: 1.4em; 
	margin: .5em 0;
	font-weight: 100;
}
h4, p, ul, ol {
	text-align: justify;
}
h4 {
	font-weight: 600;
}
p.note {
	font-style: italic;
	font-size: 1.4em;
}
#cb_faq p {
	line-height: 1.6em;
}
p.question {
	padding-top: 1em;
	font-weight: 600; 
}
p.answer {
	font-style: italic;
}
#intro p {
	font-weight: 700;
}
#intro strong {
	text-transform: uppercase;
	font-weight: 700;
	color: #27abeb;
}
/* LISTS */
	#content ul {list-style: disc inside;}
	#content ol {list-style: decimal inside;}
	#contact #content ul, #home #content ul  {list-style: none outside;}

/***** =LINKS *************************************************************************/
a:link, a:visited {
	text-decoration: none; color: #333; 
	text-decoration: none;
	border-bottom: 2px solid #666;
}
a:hover, a:active {
	text-decoration: none; 
	color: #27abeb; 
	text-decoration: none; 
	border-bottom: 2px solid #27abeb;
}
li.navMenu a, li.subMenu a, h1#logo a{
	border-bottom: none;
}
/***** =HEADER ***********************************************************************/
#header {
	width: 480px;
	height: 93.6px;
	margin: 0 0 0 5%;
}
h1#logo {
	width: 480px;
	height: 93.6px;
	float: left;
}
h1#logo span.home, h1#logo span.home a, h1#logo span.home a span {
	display: none;
}
h1#logo img {
	width: 480px;
	height: 93.6px;
	float: left;
}
/***** =NAVIGATION *******************************************************************/

#navBar, #navList, #subnavBar, #subNav {
	display:none;
}
/***** =IMAGES ***********************************************************************/
#jodee_blanco #content img {
	border: 2px solid #999;
	float: left;
	margin: 20px 20px 0 0;
}
p.photocredit {
	clear: left;
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
	margin-left: 4px;
	width: 240px;
}
/***** =FORM *************************************************************************/
.formHeading , form {display:none;}

/***** =FOOTER ***********************************************************************/
#footer {
	width: auto;
	border: 0;
	margin: 10px 10% 0;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;
}
#footer p {
	font: 1.1em/ 1em arial, verdana, sans-serif;
	color: #999;
	text-transform: uppercase;
}
#footer p.copyright {
	float: left;
}
#footer p.design {
	float: right; 
}
#footer img {
	display: inline;
	float: left;
	margin: 0;
	border: 0;
}
#footer a {
	border: none;
}