/* rjwconsulting.org screen styles */
/* last edited 4 Oct 2005 */
/* Many of the styles and techniques as learned in Bulletproof Web Design ISBN0-321-34693-9 by Dan Cederholm - Thanks Dan */


body {
	background-color: #FFF2BF; 
	margin: 0px;
	padding: 0px;
	font-family: /*Verdana, */Arial, Helvetica, sans-serif;
	font-size: small;

}

a:link, a:visited {
	color: #809FFF;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

a:hover {
	/*background-color:#BF8660;*/
	text-decoration: none;
	/*color: #FFF2BF;*/
	color: #604330;
}

a.word {
	padding-right: 18px;
	background: url(../images/word_icon.jpg) right center no-repeat;
	}

a.pdf {
	padding-right: 18px;
	background: url(../images/pdf_icon.jpg) right center no-repeat;
	}

div {
	margin: 0;
	padding: 0;
	}


/* Over container styles
------------------------------------- */

div.container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	/*width: 700px;*/
	min-width: 500px;
	max-width: 1400px;
	/*border-left: 1px solid #BF8660;*/
	border-right: 1px solid #BF8660;
	background: url(../images/rjwtwocol-bg2.gif) repeat-y 70% 0;
	}
	
/* Top Banner Styles
----------------------------------- */

div.banner {
color: #274E90 /*rgb(39,78,144)*/;
  background: rgb(140,170,230) url(../images/haystackrjw2005.jpg) no-repeat 5px/*bottom*/ 0px /*left*/ ;
  background-repeat: no-repeat;
	/*background-color: #809FFF;*/
	/*color: #FFF2BF;*/
	border-bottom: 1px solid #BF8660;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 0;
	width: 100%;
}


.banner h1 /*.headerTitle*/ {
  font-size: 2.5em;
  font-weight: normal;
  margin: 0 0 0 160px/*4mm*/;
  padding: 0.25ex 0 0;
  text-decoration: none;
}

.banner h1 span, .banner h1 span a, .banner h1 span a:link, .banner h1 span a:hover, .banner h1 span a:visited {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #000099;
	text-decoration: none;
	}
	
.banner h1 a, .banner h1 a:link, .banner h1 a:hover, .banner h1 a:visited {
	text-decoration: none;
	color: #274E90;
	font-weight: normal;
	}

.banner h2 {
	font-size: 1.25em;
	margin: 0 0 0 180px;
	padding: 0 0 5px;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	}

/*  Global NavBar Links 
......................................*/	



.globalnavbar, ul.globalnavbar {
	float: left;
	position: relative;
	width: 99.6% /*696px*/;
	margin: 0;
	padding: 6px 0 0 14px;
	list-style: none;
	background: #FFCB2D url(../images/nav_bg.gif) repeat-x bottom left;
	}
	
.globalnavbar li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 75%;
	}
	
.globalnavbar a, .globalnavbar a:link, .globalnavbar a:visited {
	float: left;
	display: block;
	margin: 0 2px 0 0;
	padding: 4px 4px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #9B8748;
	border-bottom: none;
	background: #F9E9A9 url(../images/off_bg.gif) repeat-x top left;
	}

.globalnavbar a:hover, body#intro #t-intro a {
	color: #663300;
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff url(../images/on_bg.gif) repeat-x top left;
	}
	

/* You're here in the Global NavBar
------------------------------------------------------------ */
	
#home a.home, #teach a.teach, #comm a.comm, #design a.design, #fam a.fam, #about a.about, #contact a.contact, #train a.train, #joblinks a.joblinks {
	/*color: #996600;
	background-color:  #FFF2BF;*/
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff url(../images/on_bg.gif) repeat-x top left;
	}
	

/* End of Global NavBar styles
------------------------------------------------------------ */

/* Content Styles
------------------------------- */

div.content {
	margin: 0;
	width: 70%;
	padding: 0;
	/*background-color: #FFF0E6;*/
	color: #525252;
	/*clear: left;*/
	float: left;
	position: relative;
	font-size: 95%;
	line-height: 1.5em;
	}
		
.content .gutter {
	padding: 0 25px;
	position: relative;
	background: transparent;
	}
	
div.content code {
	font-size: 1.15em;
	font-weight: bold;
	}
	
div.content h2, div.content h3, div.content h4 {
	/*padding: 3px 5px 0 10px;*/
	color: #BF8660;
	margin: 0;
	}

div.content h2 {
	margin: 0;
	font-size: 150%;
	padding: 8px 0 8px 20px;
	background: #FFFFFF url(../images/nav_bg.gif) repeat-x bottom left;
	color: #BF8660;
	}
	
div.content h3, div.content h4 {
	/*font-size: 1.17em;*/
	padding-left: 0;
	margin: 15px 0 0 0;
	}

div.content h4 {
	padding-left: 15px;
	}

	
div.content p {
	padding: 5px 5px 0 35px;
	margin: 0;
	}
	
div.content ul, div.content ol {
	margin-top: 2px;
	margin-bottom: 3px;
	}
	
div.content li {
	margin-left: 15px;
	padding-bottom: 2px;
	}
	
div.content blockquote {
	margin: 2px 50px 5px 25px;
	padding: 4px 10px 5px 15px;
	border: 1px solid;
	border-color: #CC9933;
	background-color:  /* #FFF0E6 */ #FFF2BF;
	font-size: 0.80em;
	line-height: 1.25em;
	}
	
dl.feature, dl.rtfeature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	}
	
dl.rtfeature {
	text-align: left;
	}
	
dl.feature:after, dl.rtfeature:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
dl.feature dt, dl.rtfeature dt {
	margin: 0 0 0.5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #003399;
	}

dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(../images/photo-frame.gif) no-repeat bottom right;
	}
	
dl.feature dd {
	margin-left: 194px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666666;
	}
	
dl.rtfeature dd {
	margin-right: 194px;
	margin-left: 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #666666;
	}

dl.rtfeature dt img {
	float: right;
	margin: 0 0 0 15px;
	padding: 0 4px 4px 0;
	background: url(../images/photo-frame.gif) no-repeat bottom right;
	}
	
/* Styles for dl with class = resume */
/* thanks maxdesign.com.au/presentation/definition/dl-table-display2.htm */

 dl.resume { border-bottom: 1px solid #999; }

dl.resume dt
{
width: 10em;
padding: .5em;
float: left;
margin: 0;
border-top: 1px solid #999;
font-weight: bold;
color: #BF8660;
}

dl.resume dd
{
margin-left: 11em;
padding: .5em;
}
	
dl.resume dd ul, dl.resume dd ul li {
	margin-left: 0;
	padding-left: 0;
	}

dl.resume dd ul li {
	color: #525252;
	}
	
dl.resume dd ul	{
	list-style-type: square;
	/*color: #FFCC00;*/
	}


dl.resume dd ul li ul {
	margin-left: 0px;
	list-style: none;
	}
	
dl.resume dd ul li ul li {
	padding-left: 10px;
	background: url(../images/tri.gif) no-repeat 0 3px;
	}

dl.resume dd.first { border-top: 1px solid #999; }

/* End of Styles for dl with class = resume */
	
/* Styles for class = exp table
--------------------------------- */

table.exp {
	position: relative;
	top: -4px;
	left: -4px;
	width: 100%;
	border: 1px solid #000000;
	background: #FFFFFF;
	}
	
table.exp caption {
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	background: #FFF0E6;
	border: 1px solid #000000;
	border-bottom: none;
	color: #BF8660;
	font-size: 117%;
	font-weight: bold;
	}
	
table.exp th, table.exp td {
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	border-bottom: 1px solid #B5B5B5;
	}
	
table.exp th {
	border-bottom: 1px solid #000000;
	}
	
table.exp tr {
	background: #E6E6E6;
	}
	
table.exp tr.alt {
	background: #F1F1F1;
	}
	
table.exp .name {
	text-align: left;
	font-weight: bold;
	}
	
.expback {
	background: #919191;
	}
	
/* End of professional experience table styles
------------------------------------------------- */
	
div.pubcite p {
	text-indent: -30px;
	margin-left: 35px;
	}
	
div.pubcite p cite {
	font-weight: bold;
	}
	
/* Contact Us Form Styles 
--------------------------- */

div.content form#contact {
	margin: 6px 30px;
	font-size: 0.90em;
	}
div.content form#contact fieldset {	
	background-color: #FFF2BF;
	}
	
div.content form#contact label {
	color: #3D5C7A;
	}

div.content form#contact input:focus, form#mailform textarea:focus {
	background-color: #DFDBFF;
	}

div.content form#contact label span {
	color: #FF0000;
	}

	
div.content p.update {
	text-align: right;
	font-size: 0.80em;
	padding: 0 8px 0.50em 0;
	/*margin-bottom: 35px;*/
	}
	
/* End of Content Styles
------------------------------- */
	
/* Right Sidebar Styles per Bulletproof Web Design ISBN0-321-34693-9 by Dan Cederholm - Thanks Dan
-------------------------------------------------------------------- */

.rtsidebar {
	float: right;
	position: relative;
	width: 30%;
	font-size: 80%;
	background: transparent;
	}
	
.rtsidebar .gutter {
	padding: 15px;
	position: relative;
	background: transparent;
	}


.box {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #666666;
	background: #FFFFFF url(../images/rjwbox-b.gif) no-repeat bottom right;
	}
	
.box h3 {
	margin: 0;
	padding: 12px 12px 8px 12px;
	font-family: Georgia, serif;
	font-size: 150%;
	font-weight: normal;
	color: #274E90;
	background: #FFFFFF url(../images/rjwbox-t.gif) no-repeat top left;
	}

.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
	
.box ul li,  .box ul li.here {
	margin: 0 0 0 12px;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../images/tri.gif) no-repeat 0 3px;
	}
	
.box ul li.here {
	margin: 0 0 0 6px;
	padding: 0 0 0 16px;
	background: url(../images/trileft.gif) no-repeat 0 3px;
	}
	
.box ul li.here a {
	text-transform: uppercase;
	color: #3300FF;
	text-decoration: none;
	}
	
.box img {
	float: right;
	position: relative;
	z-index: 5;
	padding: 0 4px 4px 0;
	margin-right: 12px;
	background: url(../images/photo-frame.gif) no-repeat bottom right;
	}

/*End of  Right sidebar styles */
	
/* Footer styles 
------------------------- */

div.footer {
	position: relative;
	font-size: 0.85em;
	/*padding: 4px 0 4px 15px;*/
	text-align: left;
	background-color: #E7E7E7;
	color: #B9B9B9;
	margin: 0px;
	padding: 0;
	border-top: 1px solid #BF8660;
	border-bottom: 1px solid #BF8660;
	clear: both;
}

div.footer p {
	padding: 6px 0 8px 15px;
	margin: 0;
	}

div.footer a, div.footer a:link, div.footer a:visited {
	color: #B9B9B9;
	}
	
div.footer a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #E7E7E7;
	}

.hidden {
	display: none;
	}
	
abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  font-style: normal;
  }
  
  /* Nav Col
----------------------------------------------- */
/* see: http://stopdesign.com/examples/ms/css/ms-07.css */
/*
#nav {
  margin-top:-1px;
  font-size:85%;
  line-height:1.2em;
  }
#nav h2 {
  margin:0;
  padding:5px;
  border-top:1px solid #999;
  font-size:100%;
  }
#nav ul {
  margin:0;
  padding:0 0 2px;
  list-style:none;
  }
#nav li {
  display:block;
  width:176px;
  margin:0;
  padding:0 2px;
  line-height:1em;
  }
#nav li a {
  display:block;
  padding:2px 8px 4px;
  text-decoration:none;
  color:#000;
  line-height:1.15em;
  }
#nav li a:hover {
  background:#ccc;
  padding:1px 7px 3px;
  border:1px solid #999;
  }
  */
  /*
* html #nav li a {
  height:1%;
  }*/
  
 div.pullquote, div.pullquoteleft {
	border-top:5px solid #FF6600;
	border-bottom:3px solid #FF6600;
	float:right;
	width: 260px;
	padding: 0 0 3px 0;
	margin: 4px 40px 8px 12px;
}

div.pullquote img {
       width: 260px;
       }

div.pullquote p, div.pullquoteleft p, div.pullquoteprt p {
	line-height: 1.25em;
	padding: 0.5em 0.75em 0.25em 0.6em;
	font-size: 0.90em;
	margin: 0px;
}

div.pullquote h5, div.pullquote h6, div.pullquoteleft h5, div.pullquoteleft h6 {
	padding: 0.25em 0.15em 0.15em 0.5em;
	margin: 0;
	color: #000000;
	border-top: 3px solid #CCCC33;
	}	

div.pullquote h5 {
	font-size: 1.1em;
	}
	
div.pullquote h6 {
	font-size: 0.85em;
	}

div.pullquote p.source {
        text-align: right;
         margin: 0 3px 3px 0;
         padding: 0;
		 font-size: 0.75em;
        }
		
/* Very Special Lists 
-------------------------------------- */

/* To style a list for tri.gif bullet list  */

div.content .tribulletlist {
	font-weight: bold;
	margin-top: 0.83em;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	color: #BF8660;

	}
	
div.content .tribulletlist li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 1.17em;
	color: #BF8660;
	}
	
div.content .tribulletlist li ul {
	font-weight: normal;
	margin-top: 3px;
	margin-left: 0;
	color: #525252;
	}	

div.content .tribulletlist li ul li {
	font-size: 0.85em;
	padding-left: 12px;
	padding-bottom: 2px;
	margin-left: 10px;
	margin-bottom: 2px;
	background: url(../images/tri.gif) no-repeat 0 5px;
	color: #525252;
	}

div.pullquote ul.tribulletlist li ul li {
	margin-bottom: 3px;
	}
	
/* Hacks for IE-Win and IE-Mac */

dl.feature { display: inline-table; }

dl.rtfeature { display: inline-table; }
	
/* hides from IE-Mac \*/
* html dl.feature { height: 1%; }
dl.feature { display: block;}
 * html div.footer { height: 0.5%;}
/* End hide from IE-Mac */

/* hides from IE-Mac \*/
* html dl.rtfeature { height: 1%; }
dl.rtfeature { display: block;}
/* End hide from IE-Mac */
