/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
    
-------------------------------------------------------------- */

body { 
	color: black; 
	background: url("../images/bg-body.png") no-repeat scroll center 0 transparent;
	font-size: 80%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	}

.clearfix       { display: inline-block; }
.clearfix:after {
	content: "\0020";
	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 */

.clear           { clear: both; }

/* =Headings
-------------------------------------------------------------- */

h1,h2,h3,
h4,h5,h6    { font-weight: bold; color: #000; }

h1          { font-size: 1.6em; margin: 0 0 .5em 0; }
h2          { font-size: 1.3em; margin: 0 0 .535em 0; }
h3          { font-size: 1.5em; margin: 0 0 .57em 0; }
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:focus, 
a:hover     { color: #059EE7; text-decoration:underline;}
a           { color: #059EE7; text-decoration: none; }
a.disabled{color:gray;}
hr          { border-width: 0 0 1px; height: 1px; margin-bottom: 0px; }

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
-------------------------------------------------------------- */

ul,ol       { margin:0px; padding:0px;}
ul          { 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; }

ul,ol{list-style:none;}

ul.list{list-style-type:circle; line-height:1.5em; margin-left:20px;}
ul.list li{ margin-bottom:5px;}

/* =Tables
-------------------------------------------------------------- */

table       { width:100%; }
th          { font-weight: bold; }
th,td       { padding: .4em; vertical-align: top; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

table.windroos{width:210px; margin:0px;}
table.windroos td{vertical-align:middle;}
table.windroos td a.selected{color:black; text-decoration:underline;}

/* =Margins
-------------------------------------------------------------- */



p{margin:0px; line-height:1.5em;}
/* =Misc classes
-------------------------------------------------------------- */

/* creates small caps */
.caps       { 
	font-variant: small-caps; 
	letter-spacing: 1px; 
	text-transform: lowercase; 
	font-size:1.2em; 
	font-weight:bold;  
	padding:0 2px; 
	}

.show       { display: block; }
.hide       { display: none; }

.small      { font-size: .85em; margin-bottom: 1.875em; line-height:1.875em; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.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; }
