/* @override http://transformationalstudies.com/stylesheets/typography.css */

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */


/* Color Guide:
#5573b6	- Blue		for links and bold headings
#3f665d - Teal		headings
#463533 - Brown		body text
#6a542c - Lt. Brown	sidebar text, subnav text
#554f44 - Dk. Brown	footer text
#70659d - Purple	headings, subnav hover
*/


/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 81.25%;
  line-height: 1.5;
  color: #463533;
  font-family: Georgia, "Times New Roman", Times, serif; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { margin-top: 1em; color: #3f665d; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }

h2 { font-size: 2em; margin-bottom: 0.75em; }

h3 { font-size: 1.3em; }

h4 {
	font-size: 1.15em;
	line-height: 1.25;
	margin-bottom: .35em;
	font-style: italic;
	color: #70659d; }

h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

H3.small {
	color: #729B55;
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0 .5em; }
	
.first { margin-top: 0; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.25em; }
p img       { float: left; margin: 0 .5em 1.25em 0; padding: 0; }
p img.right { float: right; margin: 0 0 1.25em .5em; }

a:focus, 
a:hover     { color: #3f665d; /* border-bottom: 1px solid #9fc9c0; */ }
a           { color: #5573b6; text-decoration: none; /* border-bottom: 1px solid #b5ccff; */ }

blockquote  { color: #6a542c; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; cursor:help; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

#content ul { margin-left: 0; }
#content ul li {
	margin-bottom: .4em;
	padding-left: 16px;
	list-style: none;
	background: transparent url(../images/bullet.gif) 0 5px no-repeat; }
	
#content form li { margin: 0 0 .8em 0; padding: 0; background: none; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

#content table       { margin-bottom: 1.4em; width:100%; border-collapse: collapse; }
th          { font-weight: bold; background: #C3D9FF; }
#content th,td       { padding: 4px 10px 4px 0;
			  border-bottom: 1px solid #e9decb;
			  border-top: 1px solid #e9decb; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


DIV.hr {
  clear: both;
	height: 32px;
	margin-top: -.5em;
	margin-bottom: 1em;
	background: transparent url(../images/streak_orange.jpg) 50% 0 no-repeat; }
	
	DIV.hr HR { display: none; }

hr {
  border: none;
  background: #d2ccb9;
  height: 1px;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  position: relative;
  top: -1px;
  clear: both;
}

.error {
	color: #900; }
