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

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
   
body { 
  font-size: 85%;
  color: #222; 
  background: #fff;
  font-family: "Arial",Helvetica,Sans-serif;
}
/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {font-family: Arial, Sans-serif; font-weight:normal; }

h1 { font-size: 20px; line-height: 1.1; margin-bottom: 0.5em; color:#d70426; }
h2 { font-size: 15px; line-height:1.25em; margin-bottom: 0.75em; color:#afafaf; }
h3 { font-size: 20px; margin-bottom: 0.8em; line-height:1.1em; color:#d70426;}
h4 { font-size: 13px; line-height: 1.3em; margin-bottom: 1.0em; color:#888888;}
.DoList    {font-size:170%; font-weight:bold; font-style:italic; border-bottom: 2px solid  #389a21; color:#389a21; }
.DontList  {font-size:170%; font-weight:bold; font-style:italic; border-bottom: 2px solid  #e51931; color:#e51931; }
h5 { font-size: 15px; font-weight: bold; margin-bottom: 0.5em; color:#fff; }
h6 { font-size: 16px; color:#666666; }

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


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

p           { font-size: 13px; margin: 0 0 1.0em; line-height:1.4em; }
.important  { margin: 0 0 1.5em; font-size:100%; color:#CC0000; font-weight:bold; font-style:italic; }
.superImportant  { 
	margin: 0 0 1.5em; 
	font-size:100%; 
	color:#e51931; 
	font-weight:bold;
	padding: 7px 7px 7px 30px;
	background:#ffeaec url(../img/ico/information-balloon.png) no-repeat scroll 8px 8px;
	border: 1px solid #e51931;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.Notice{
	background:#FFF6BF url('../../img/ico/16/exclamation-diamond.png') no-repeat 7px 7px;
	border-color:#FFD324;
	color:#514721;
}

.Information{
	background:#e4ffd6 url('../img/ico/information-balloon.png') no-repeat 8px 7px;
	border-color:#079600;
	color:#079600;
}

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

a:focus, 
a:hover     { color: #d40326; }
a           { color:#d40326; text-decoration: underline; }

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 				{ margin: 1.5em 0; white-space: pre; }


/* 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; }

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          { font-weight: bold; }
thead th 	{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
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; }
.address	{ line-height:1.3em; font-size: 14px;}

.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:1.0em; padding-bottom:0; }

#oneLine{height:38px; display:block; min-height: 38px;}
#twoLines{height:58px; display:block; min-height: 58px;}