/* CSS Document */
/* ############### tales.be css framework v0.3 (by kvd) ###############  */
/* ############### FONTS.TALES.CSSFRAMEWORK ############### */

/*
contains:
	font rules - to be adjusted for each site that uses this framework
	DOES NOT INCLUDE NAVIGATION FONTS
*/	



/* ############### BASIC FONT SETTINGS ############### */
/* ############### ADJUST ON A AS-NEEDED-BASE ############### */
html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #454545;
	letter-spacing: 0.01em;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #454545;
/*	text-align: justify;*/
	line-height: 140%;
	margin-bottom: 1em;
	}
a:link{	color: #666666;}
a:visited{ color: #666666;	}
a:active{	color: #666666;}
a:hover{	color: #000000;}

#header a{ font-size:85%}
#header a:link{	color: #666666;}
#header a:visited{ color: #666666;	}
#header a:active{	color: #666666;}
#header a:hover{	color: #000;}

h1,h2,h3,h4,h5,h6{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	letter-spacing: 0.05em;
}	
h1{	font-size: 200%; margin-top: 0px; color: #ec823f;}
h2{ font-size: 150%; margin-top: 20px; color:#666666}
h3{ font-size: 115%; margin-top: 20px;}
h4{ font-size: 110%; margin-top: 20px}
h5{ font-size: 100%; margin-top: 20px}
h6{ font-size: 90%; margin-top: 20px}

#sidenav h4{
	display: block;
	color:#666;
	letter-spacing:normal;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:0;
	padding-left:18px;
	background-image:url(../gfx/basics/sidenav.level1.marker.on.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
.markup h2{
	margin-top: 0px !important;
	color: #93032E;
}

.highlight h2{
	margin-top: 0px !important;
}
td{}


#maincontent ul{	list-style: square;	margin: 10px 0 10px 40px;}
#maincontent ul li{	margin-bottom: 3px;}