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

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) 		font-size: 13px;
*/
body {
	font-size: 0.83em;
	line-height: 1.55em;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 0 auto;	
}



/*special bits for this site only
-------------------------------------------------------------- */

hr {
	color: #b6b6b6;
	line-height: 1px;
}



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

p a:link, p a:hover, p a:active, p a:visited { text-decoration: underline; }

a:focus, a:hover, a:link, a:active, a:visited { color: #210E4C; text-decoration:none; }
a           { color: #210E4C; text-decoration: none; }

blockquote  { margin: 1.5em; color: #333; 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 #333; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#333; }

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


/* Lists
------------ul, ol      { margin: 0 1.5em 1.5em 0; }
-------------------------------------------------- */

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

li { margin: 0 1.5em 0 0; }
.mainCopy { margin-bottom: 0.5em; }
.mainCopy a:link, .mainCopy a:visited, .mainCopy a:hover, .mainCopy a:active { text-decoration:underline;}

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

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


/* Tables
table margin-bottom: 1.4em; width:100%;
th, td padding: 4px 10px 4px 5px;
-------------------------------------------------------------- */

table       {  }
th          { font-weight: bold; background: #C3D9FF; }
th,td       {  }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


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

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.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; }

/* CREDITS */
.credits {
	font-size: 0.65em;
	line-height: 1em;
	color: #210E4C;
	margin-top: 5px;
	margin-bottom: 5px;
}
.credits a:link, a:visited, a:hover, a:active {
	color: #210E4C;
	text-decoration: underline;
}	
/* END CREDITS */