/* Basic CSS styles for all pages */

/* Page layout rules */
body {
	text-align: center;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
div#pageContainer {
	clear: both;
	width:80%;
	min-width: 42em;
	background-color: white;
	/* background:url(../images/backgrounds/whiteYellowBG.jpg) repeat-y left;*/
	margin: 0 auto;
	padding: 0;
/*	position: relative;
*/}
div#pageHeader {
	margin: 0;
	padding: 0;
}
#pageContainer #story {
	width: 68%;
	margin: 0;
	padding: 2%;
	float: left;
}
#pageContainer #sectionLinks {
	margin: 0 0 0 70%;
	padding: 2%;
	/*border-left: solid thin;*/
}
#pageContainer #pageFooter {
	clear: both;
	margin: 0;
	padding: 1.2em;
}

/* Page Color and typographical rules
Colors:
	Black 000
	Gray  #C0C0C0
	white #fff
	Purple #A84D9D
	Orange #F79C33
	Pink  #FBCDCD
	Yellow #FDFBCF
*/

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FDFBCF;
}
div#pageContainer {
	text-align: left;
	/*background-color: #FFFFFF;*/
}
#pageContainer div#pageHeader {
	text-align: left;
	background:#0E7195;
}
#pageContainer div#breadCrumbs{
	text-align: left;
/*	position: relative;
*/	width: 100%;
}
#pageContainer #pageBody{
	text-align: left;
	background: #fdfbcf;
/*	position: relative;
*/	width: 100%;
	margin: 0;
	padding: 0;
}
#pageContainer #story {
	text-align: left;
	/*background-color: #FFFFFF;*/
		/*border-top: 2px solid#0E7195;*/
}
#pageContainer #sectionLinks {
	text-align: left;
	/*background-color: #FDFBCF;*/
/*	border-top: 2px solid#0E7195;
	border-left: solid#0E7195;
	border-right: 1px solid#0E7195;*/
}
#pageContainer #pageFooter {
	text-align: center;
	background-color:#0E7195;
}
/*Page subsection Rules*/
/*Hat Logo*/
#pageHeader img {
	margin-top: 1em;
	margin-left: 2em;
	padding: 0 1.2em 1.2em 0;
}

/* Site Navigation Bar rules */

#pageHeader ul#navLinks {
	list-style: none;
	margin: 1.2em 0 0 1.2em;
	padding: 0px;
	border-bottom: 2px solid#0E7195;
	font-size: 120%;
	font-weight: bold;
}
#pageHeader ul#navLinks li {
 list-style: none;
 margin: 0; 
 display: inline;
}
#pageHeader ul#navLinks li a {
	padding: 3px .5em 0 .5em; 
 	margin-left: 3px;
	color:#0E7195;
	background-color:#AFC6CF;
	text-decoration: none;
}
body#home ul#navLinks li a#homeNavLink, 
body#aboutMe ul#navLinks li a#aboutMeNavLink,
body#programs ul#navLinks li a#programsNavLink,
body#workshops ul#navLinks li a#workshopsNavLink,
body#links ul#navLinks li a#linksNavLink,
body#keynotes ul#navLinks li a#keynotesNavLink
{
 background: white; 
 border-bottom: 1px solid white; 
}
/*Breadcrumbs*/
#breadCrumbs {
	background-color:#FFFFFF;
	border-bottom:#0E7195 2px solid;
}
#breadCrumbs ul {
	list-style: none;
	margin:0;
	margin-left: 14px;
	padding: 0;
}
#breadCrumbs li {
	display:inline;
	font-style: italic;
	padding-left: 8px;
	background-image: url(../images/bullets/orange7pxBullet.gif);
	background-position:left;
	background-repeat: no-repeat;
	margin-left: 4px;
}
#breadCrumbs a {
	text-decoration: none;
	color: #6C9636;
}
/*Story*/
#story .headerImg {
	float: none;
	width:100%;
	max-width: 600px;
	margin:0;
}
#story h1 {
	font-size: 200%;
	font-weight: bold;
	line-height: 90%;
	color:#0E7195;
	margin: 0 0 .5em 0;
	padding: 0;
}
#story h2 {
	font-size: 150%;
	line-height: 90%;
	margin: 0;
	padding: 0 0 .5em 0;
	color:#0E7195;
}
#story h3 {
	font-size: 120%;
	line-height: 90%;
	margin: 1em 0 0 0;
	padding: 0.25em;
	font-weight: bold;
	color:#0E7195;
	background: #AFC6CF;
}
#story img {
	/*border:#0E7195 3px dotted;*/
	float:	right;
	margin: 0 0 0 .75em;
	width: 25%;
}
#story a {
	color:#6C9636;
	padding-left: 8px;
	text-decoration:none;
	background-image: url(../images/bullets/orange7pxBullet.gif);
	background-position:left;
	background-repeat: no-repeat;
}
#story a:visited {
	color: #999999;
}
#story #quotes dt {
	color:#0E7195;
	font-weight: bold;
	/*background-color: #FFFFFF;*/
}
#story #quotes dd {
	font-style: italic;
	color: #6C9636;
	/*background-color: #FFFFFF;*/
}

#story p {
	margin: 0 0 .5em 0;
	font-size:100%;
	line-height:140%;
}
#story ul {
	margin: 0 0 1em .25em;
	padding:0;
	list-style: none;
}
#story li a {
	color:#6C9636;
	padding-left: 8px;
	text-decoration:none;
	background: url(../images/bullets/orange7pxBullet.gif) top left no-repeat;
}
#story li a:visited {
	color: #777;
}
#story dd a {
	font-style: italic;
	color: #6C9636;
	text-decoration: none;
	padding-left: 8px;
		background-image: url(../images/bullets/orange7pxBullet.gif);
	background-position:left top;
	background-repeat: no-repeat;
}
#story dl {
	border-top: 6px dotted #C0C0C0;
	padding-top: 10px;
}
#story dt {
	font-size:120%;
	font-weight: bold;
	color:#0E7195;
	border-bottom: solid 1px#0E7195;
}
#story dd {
	margin: 0px 0px 1.5em;
	padding: 0px;
}
/* Section Links */
#sectionLinks{
	padding: .75em;
}
#sectionLinks h2 {
	font-size: 150%;
	line-height: 90%;
	color:	#0E7195;
	margin: 0;
	padding: 0;
	padding-bottom: .75em;
}
#sectionLinks h3{
	margin: 0;
	padding: 5px;
	padding-left: 10px;
	background:#0E7195;
	border: 2px solid #0E7195;
	font-size:120%;
	font-weight: bold;
	color: white;
}
#sectionLinks ul {
	margin:0 0 1.5em 0;
	padding:0;
	list-style:none;
	background:#AFC6CF;
}
#sectionLinks ul li{
	padding: 5px;
	padding-left: 20px;
	/*background-image: url(../images/bullets/Purple10pxBullet.gif);*/
	background-position:left;
	background-repeat: no-repeat;
	color: white;
	border: 2px solid#0E7195;
	border-top: none;
	font-size:120%;
	font-weight: bold;
	
}
#sectionLinks ul li a{
	text-decoration: none;
	color:#0E7195;

	}
#sectionLinks dl{
	margin:0 0 1.5em 0;
	padding:.25em 0;
	list-style:none;
	border: 2px solid#0E7195;
	border-top:none;
	background:#AFC6CF;
	color:#000000;
}
#sectionLinks dl dt{
	display: none;
}
#sectionLinks dl dd {
	border:0;
	margin:0;
	padding:0 0 0 10px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#sectionLinks dl dd pre{
	border:0;
	margin:0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#sectionLinks dl dd a{
	text-decoration: none;
	color:#0E7195;
	padding-left: 9px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../images/bullets/Purple7pxBullet.gif);
}
#sectionLinks dl dd a:visited{
	text-decoration: none;
	color:#6C9636; /* orange */
	padding-left: 9px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../images/bullets/orange7pxBullet.gif);
}

/* page footer */
#pageFooter ul {
	margin: 0px;
	padding: 0px;
}
#pageFooter li {
	display: inline;
	font-size: 120%;
	font-weight: bold;
	margin: 10px;
}
#pageContainer #pageFooter a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 12px;
	background-image: url(../images/bullets/white10pxBullet.gif);
	background-position:left;
	background-repeat: no-repeat;
}
body#home div#pageFooter a#homeFooterLink, 
body#aboutMe div#pageFooter a#aboutMeFooterLink,
body#programs div#pageFooter a#programsFooterLink,
body#workshops div#pageFooter a#workshopsFooterLink,
body#links div#pageFooter a#linksFooterLink,
body#keynotes div#pageFooter a#keynotesFooterLink
{
	color: #C0C0C0;
	text-decoration: none;
	padding-left: 12px;
	background-image: url(../images/bullets/gray10pxBullet.gif);
	background-position:left;
	background-repeat: no-repeat;
}
.floatRight {
	float: right;
}

#aboutMe #story li {
	font-weight: bold;
	font-size: 120%;
	padding-left:14px;
	margin-left:0px;
	background:url(../images/bullets/starBullet.gif) left top no-repeat;
}
.floatLeft {
	float: left;
}
h4 {
	margin: 0px;
	padding: .25em 0 .25em;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */