/* CSS Document */
/* ############### tales.be css framework v0.5 (by kvd) ###############  */
/* ############### b.03.fonts.css ############### */
/*
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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #415d5e;
	}
	
/* ###### GENERIC CLASSES AND TAGS ######  */
strong, b, .strong, .bold{ font-weight: bold !important;}
em, i, .italic{ font-style: italic !important;}
sup{line-height: 75%;}	

p{	margin: 0 0 1em 0;}



/* ###### LINKS ######  */
a{
	cursor: hand !important;
}
a:link{ color: green;}
a:visited{ color: aqua;}
a:hover, a:active{ color: red;}




/* ###### HEADINGS ######  */
h1,h2,h3,h4,h5,h6{
	color: #32518a;
	font-weight: bold;
	margin: 0 0 0.25em 0;
	}	
h1{ font-size: 200%;}
h2{ font-size: 175%;}
h3{ font-size: 150%;}
h4{ font-size: 125%;}
h5{ font-size: 110%;}
h6{ font-size: 100%;}


/* ###### LISTS ######  */
ul{	margin: 0 0 1em 2em;	}	
ul li{
	list-style-type: square;
	margin-bottom: 0.25em;
	}
ul ul li{	list-style-type: disc;}

ol{	margin: 0 0 1em 2.5em;	}	
ol li{
	list-style-type: decimal;
	margin-bottom: 0.25em;
	}
ol ol li{	list-style-type: upper-roman;	}

/* ###### FOOTER ######  */
#footer{
	color: #fff;
	text-align: center;
}

#footer a:link, #footer a:visited{	color: #fff;}
#footer a:hover, #footer a:active{	color: red;}


/* ###### MADEBY ######  */
#madeby{
	color: #fff;
	text-align: center;
}

#madeby a:link, #madeby a:visited{	color: #fff;}
#madeby a:hover, #madeby a:active{	color: red;}
