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


/* Color Guide:

2B558C	Blue	links
456187	Blue	headers

*/


/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 87.5%;
  line-height: 1.5;
  color: #404040;
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; }


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

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

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.25em; margin-bottom: 1em;  }
h4 { font-size: 1.07em; font-weight: bold; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 0; }
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 1.5em 0; }
p img.right { float: right; margin: 0 0 1.5em 1.5em; }
p img.pushleft { margin-left: -38px; }

img.right	{ float: right; }

a:focus, 
a:hover     { color: #ec732f; border-bottom-color: #f5a473; }
a           { color: #2B558C; border-bottom: 1px solid #c7d1f1; text-decoration: none; outline: none; }


blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; color: #111; }
em,dfn      { font-style: italic; background: #fdffd3; }
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: 15px; background: transparent url(../images/bullet.gif) 0 2px no-repeat; }

/*#content ul.simple { list-style: none; margin-left: 0; }*/
#content ul.simple li { list-style: none; padding-left: 0; background: none; }
#content li.simple { list-style: none; background: none; }

ul.simple a,
li.simple a { border-bottom-width: 0; color: #666; font-weight: bold; }
ul.simple a:hover,
li.simple a:hover { color: #2B558C; border-bottom-width: 1px; }

ul.two_col { float: left; clear: both; width: 100%; }
ul.two_col li { float: left; width: 46%; }


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

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #d9d9d9; text-align: center; }
th,td       { padding: 4px 10px 4px 5px; }
tr.odd td  { background: #fffce5; }
tfoot       { font-style: italic; }
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
-------------------------------------------------------------- */