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

/***LINKS***/
a{text-decoration:none; outline: none; color:#096BFF;}
a:visited { color:#096BFF; }
a:hover { text-decoration:underline;}
p {margin:0;padding-top:0em;padding-right:15px;padding-bottom:1.1em;padding-left:2px;line-height:1.1em}
p.padding_top_None {padding-top:0 !important}
p.padding_top_One {padding-top:1.1em !important}
p.padding_top_Two {padding-top:2.2em !important}
p.padding_top_Three {padding-top:3.3em !important}

p.padding_bottom_None {padding-bottom:0 !important}
p.padding_bottom_One {padding-bottom:1.1em !important}
p.padding_bottom_Two {padding-bottom:2.2em !important}
p.padding_bottom_Three {padding-bottom:3.3em !important}

i.empty{color:red}

/***HEADER TAGS***/
h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; color: #333 }
h1, h2, h3, h4, h5 { font-weight: normal;padding: 0 0 .6em 0;margin:0;line-height:1.2em !important;}
h1, h2, h2 a, h3, h4, h5 { color: #333; font:  Arial, Helvetica, san-serif; text-decoration: none; }
h1 a:hover, h2 a:hover { text-decoration: underline; }
h3, h4 { font-size: 17px; }
h4 { margin: 10px 0px -4px 0px; }
h5 { margin: 10px 0px -4px 0px; font-size: 14px; font-style: italic;  }

h1 a{color:#096BFF;}

h1.Huge{font-size:25px !important}
h1.Normal{
	clear:both;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px  !important;
	font-size-adjust:none;
	font-variant:normal;
	font-weight:bold;
}

h1.Small{
	color:#333333 !important;
	font-weight:bold !important;
	font-size:17px !important;
}
h1.Extra-Small{
	color:#333333 !important;
	font-weight:bold !important;
	font-size:14px !important
}
h1.Tiny{
	color:#333333 !important;
	font-weight:bold !important;
	font-size:12px !important
}

h1.padding_top_None{padding-top:0 !important;}

h1.padding_top_Half{padding-top:.6em !important;}

h1.padding_top_One{padding-top:1.2em !important;}

h1.padding_top_Two{padding-top:2.4em !important;}

h1.padding_bottom_None{padding-bottom:0 !important;}

h1.padding_bottom_Half{padding-bottom:.6em !important;}

h1.padding_bottom_One{padding-bottom:1.2em !important;}

h1.padding_bottom_Two{padding-bottom:2.4em !important;}

/***HACKING***/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */

/***QUOTE & CODE***/
code{
	font: 12px/14px "Courier New", Courier, monospace;
	color: #000000;
	background: #F5F5F5;
	margin: 5px 10px;
	padding: 10px;
	display:block;
	border: 1px dashed #818141;
	width: auto;
}
.code .indent {
	padding-left: 15px;
}
blockquote {
	margin: 0px 15px 20px;
	padding: 3px 10px;
	border-left: 3px dotted #FEAC63;
	border-right: 3px dotted #FEAC63;
	border-top: 1px dotted #FEAC63;
	border-bottom: 1px dotted #FEAC63;
	line-height: 140%;
	width: auto;
}

/** Basic List Styles **/
ol.No-Bullets{list-style-type:none;}
ol.Square-Bullets{list-style-type:square;}
ol.Round-Bullets{list-style-type:circle;}
ol.Filled-Round-Bullets{list-style-type:disc;}
ol.Numbered{list-style-type:decimal;}
ol.Lower-Case-Greek{list-style-type:lower-greek;}
ol.Upper-Case-Roman{list-style-type:upper-roman;}
ol.Lower-Case-Roman{list-style-type:lower-roman;}
ol.Upper-Case-Latin{list-style-type:upper-latin;}
ol.Lower-Case-Latin{list-style-type:lower-latin;}
ol.Upper-Case-Alpha{list-style-type:upper-alpha;}
ol.Lower-Case-Alpha{list-style-type:lower-alpha;}

/***GENERAL CLASSES***/
.left {float: left;}
.right {float: right;}

.clearleft {clear: left;}
.clearright {clear: right;}
.clearall {clear: all;}

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

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

.important{ font-weight:bold; font-size:16px;}
