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

body { 
	color: #333; 
	background: #fff;
	font-size: 62.5%;
	font-family: verdana, arial, Times, serif;
	}
#container      { font-size: 1.1em; }

.clearfix       { display: inline-block; }
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;	
    height: 0;
	}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix        { display: block; }
/* End hide from IE-mac */



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

h1,h2,h3,
h4,h5,h6    { font-family: verdana, arial; font-weight: normal; color: #1f4477; }

h1          { font-size: 2.4em; margin: 0 0 .8em 0; }
h2          { font-size: 1.7em; margin: 0 0 .535em 0; }
h3 			{ 
	font-size: 1.5em; 
	margin: 0 0 .57em 0;
	padding: 0 0 0 1.7em;
	background: url(../images/heading_image.gif) no-repeat left center;
	color: #f29200;
	}
h4          { font-size: 1.3em; margin: 0 0 .615em 0; }
h5          { font-size: 1.2em; margin: 0 0 .67em 0; }
h6          { font-size: 1em; margin: 0 0 .8em 0; }
	
h1 img, h2 img, 
h3 img, h4 img, 
h5 img, h6 img { margin: 0; }


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

a:link      { text-decoration: underline; color: #868686; }
a:visited   { text-decoration: underline; color: #99c; }
a:hover     { text-decoration: underline; color: #F29200; }
a:active, 
a:focus     { text-decoration: none; color: #000; }

a.large_light {color: #fff; font-size: 12px; text-decoration: none; padding-right: 4px;}

hr          { background: #ddd; color: #ddd; clear: both; float: none; width: 100%; height: .1em; margin: 0 0 1.45em; border: none; }
hr.space    { background: #fff; color: #fff; }
blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
cite, 
em, dfn     { font-style: italic; }
dfn         { font-weight: bold; }
small, 
sup, sub    { font-size: 85%; }
sup         { vertical-align: super; }
sub         { vertical-align: sub; }

abbr, 
acronym     { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, 
a acronym   { border: none; }
address     { font-style: italic; }
abbr[title], 
acronym[title], 
dfn[title]  { cursor: help; border-bottom: 1px solid #ccc; }
del         { color:#666; }

pre,code    { white-space: pre; }
tt          { margin: 1.5em 0; line-height: 1.5; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

blockquote  { padding: 0 1em; margin: 1.6em 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after  { content: "\201D"; }
blockquote *:first-child { margin: .8em 0; }

/* =Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul          { margin-left: 1.5em; list-style-type: disc; }
ol          { margin-left: 2.35em; list-style-position: outside; list-style-type: decimal; }
ol ol, ul ol{ margin-left: 2.5em; }
dt          { font-weight: bold; }
dd          { margin-left: 1.5em; }




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

table       { width:100%; }
th          { font-weight: bold; }
th,td       { padding: .8em; vertical-align: top; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* =Margins
-------------------------------------------------------------- */

hr, 
p, 
ul, 
ol, 
dl, 
pre, 
blockquote, 
address, 
table       { margin-bottom: 1.6em;}


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

p	{line-height: 1.7em;}
.show       { display: block; }
.hide       { display: none; }
.clear      { clear:both; }

.small      { font-size: .8em; margin-bottom: 1.875em; line-height:1.875em; }

/* creates small caps */
.caps       { font-variant: small-caps; letter-spacing: 1px; text-transform: lowercase; font-size:1.2em; font-weight:bold;  padding:0 2px; }

.quiet_small { color: #868686; font-size: 9px; padding: 0 20px 0 0;}
#sidebar .left_box .bodytext { color: #868686; font-size: 9px; padding: 0 20px 0 0;}
#sidebar .left_box .bodytext b { color: #333333; font-size: 10px; }


.loud       { color: #000; }
.highlight  {
	background-image:url('../images/linkbg_highlight.png');
	background-repeat: no-repeat;
	width: 201px;
	height: 21px;
	display: block;
	text-align: right
	}
	
.highlight a {
	color: #ffffff;
}
.highlight a:visited, .highlight a:link {
	color: #ffffff;
	text-decoration: none;
}

.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }


.top        { margin-top: 0; padding-top: 0;}
.bottom     { margin-bottom: 0; padding-bottom: 0;}
.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0 !important; padding-right:0 !important; }

.floatr     { float: right; }
.floatl     { float: left; }
/* float for images */
.left       { float: left; margin: 0 8px 0 0; padding: 0; }
.right      { float: right; margin: 0 0 0 8px; }
.center     { text-align: center; }
