/**
 *  @template       blank
 *  @version        see info.php of this template
 *  @author         erpe
 *  @copyright      2010-2011 erpe
 *  @license        GNU General Public License
 *  @license terms  see info.php of this module
 *  @platform       see info.php of this module
 *  @requirements   PHP 5.2.x and higher
 */
 
/** template css */

/**Force Vertical Scrollbars**/
html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}




a:link, a:visited, a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

body { 
	background-color: #2594FF; 
	color: #fff;
/* Helvetica/Arial-based sans serif stack */
font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;

	font-size: 1.5em;	
}

@font-face {
    font-family: 'CodaHeavy';
    src: url('Coda-Heavy-webfont.eot');
    src: url('Coda-Heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('Coda-Heavy-webfont.woff') format('woff'),
         url('Coda-Heavy-webfont.ttf') format('truetype'),
         url('Coda-Heavy-webfont.svg#CodaHeavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4 {
	font-family: CodaHeavy; 
	color:#eee;
}
p { 
	color: #eee;
	font-size: 0.8em;
}

#tagcloud{ 
    margin: 0px auto;
	width: 1050px;
    padding: 10px 4px;
}
 
.tag1{ font-size:0.7em; color:#eee; line-height:0.8em; }
.tag2{ font-size:1.0em; color:#ddd; line-height:0.8em; }
.tag3{ font-size:0.9em; color:#fff; line-height:0.8em; }
 
#tagcloud a{ text-decoration:none; }
#tagcloud a:hover{ text-decoration:underline; }

