/* @override 
	http://drmcclafferty.dev/stylesheets/typography.css
	http://drmcclafferty.samedisclients.com/stylesheets/typography.css
*/

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


/* Color Guide:

61804C	Green	headers
2B558C	Blue	links
496EA1	Blue	page header

*/


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


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

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #496EA1; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.15em; margin-bottom: 1em; text-transform: uppercase; color: #61804C; letter-spacing: .07em; }
h4 { font-size: 1em; font-weight: bold; color: #222; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0; }
	
#content h3, #content h4, #content h5, #content h6 { clear: left; }


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

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 0 1.5em 1em 0; }
p img.right { float: right; margin: 0 0 1.5em 1.5em; }
p img.pushleft { margin-left: -38px; }
p img.border { border: 1px solid #ccc; padding: 2px; background-color: #fff; }

a:focus, 
a:hover     { color: #4a92f1; }
a           { color: #2B558C; outline: none; }

#content a:focus,
#content a:hover  { border-bottom-color: #91baf1; }
#content a  { text-decoration: none; border-bottom: 1px solid #c7d1f1; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; color: #333; }
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; }
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; }

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

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

/* Bullets with background images */
/*#content ul { list-style: none; margin-left: 0; }
#content ul li { padding-left: 30px; background: transparent url(../images/bullet_small.gif) 10px 3px no-repeat; }
#content li a { border-bottom-width: 0; }
#content li a:hover { border-bottom-width: 1px; }*/


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

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


/* Icons
-------------------------------------------------------------- */

a.icon { background: transparent url(../images/x.gif) 0 0 no-repeat; padding-left: 18px; padding-bottom: 1px; }
a.icon:hover { border: none !important; text-decoration: underline !important; }

a.icon.weblink 				{ background-image: url(../images/icon_linkarrow.gif); }
a.icon.generic 				{ background-image: url(../images/icon_generic.gif); }
a.icon.acrobat, a.icon.pdf	{ background-image: url(../images/icon_acrobat.gif); }
a.icon.excel, a.icon.xls	{ background-image: url(../images/icon_excel.gif); }
a.icon.word, a.icon.doc 	{ background-image: url(../images/icon_word.gif); }
a.icon.powerpoint, a.icon.ppt { background-image: url(../images/icon_powerpoint.gif); }
a.icon.video				{ background-image: url(../images/icon_video.gif); float: left; line-height: 15px; }

/*a.icon img { margin-left: -18px; margin-top: -2px; }*/

li.icon { background-image: none !important; padding-left: 10px !important; margin-bottom: .2em; }
li.icon a { padding-left: 20px }
	


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