/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
  color: #696969; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:14px;
  line-height: 1.6;
}

/* hyperlink and anchor tag styles 
-------------------------------------------------------------- */

a, a:link, a:visited {color: #005FA9;}
a:visited {color: #5C007D;}
a:focus, a:hover {text-decoration:none;color:#63A1D1;}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; color: #A5162A;}
h2 { font-size: 1.7em; line-height: 1.25; margin-bottom: .75em; color: #A5162A;}
h3 { font-size: 1.4em; line-height: 1.25; margin-bottom: .75em; color: /*#3E719D*/#585858;}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: .25em; color: /*#3E719D*/#585858;}
h5 { font-size: 1em; font-weight: bold; margin-bottom: .25em; color: #585858;}
h6 { font-size: .8em; font-weight: bold; color: #3E719D;}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

h3 img{padding:0px 0px 0px 0px; margin:9px 5px 0px 0px;}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: .75em .75em .75em 0; padding: 0; }
p img.right { float: right; margin: .75em 0 .75em .75em; }

blockquote  { margin: 1.5em; color: #666; 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; }
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; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; padding-left:10px; padding-right:10px;}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .9em; line-height: 1.5em; } /*changed from 1.875*/
p .small	{ margin-bottom: 1.875em; }
.large      { font-size: 1.2em; line-height: 1.5em; margin-bottom: 1.25em; }
.hide       { display: none; }
.heavy      { font-weight:bold;}
.light      { font-weight:normal;}
.italic		{ font-style:italic}

.quiet      { color: #939393; }
.italic		{ font-style:italic}
.loud       { color: #000000; }
.highlight  { background:#892235; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.alert 		{color: red;}
.alert2		{color: green;}
.normal		{}
.wrap		{white-space:nowrap;}

