/* These are the basic font and text formating styles
   for kalkyl.nu. To keep the Style Sheets as readable
   as possible i had to devide them in multiple files. */
   

/* First, headers */
h1.masthead {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	
	color: #cccccc;
	
	position: absolute;
	bottom: 0px;
	
	margin: 0px;
	padding-left: 10px;
}

h2, h3, h4, h5 {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	
	color: #ffffff;

	margin: 0px;
}

h2, h3, h4 {
	padding-top: 3px;
	padding-bottom: 0px;
}

h2, h3 {
	margin-bottom: 10px;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 10pt;
	margin-bottom: 0px;
}

h5 {
	margin-bottom: 0px;
	font-size: 8pt;
	padding-top: 0px;
}

#leftcontent h2, #rightcontent h2 {
	font-size: 12pt;
}

/* Then, basic text and links */
p {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	
	text-align: justify;
	color: #cccccc;
	
	margin-top: 0px;
	margin-bottom: 5px;
	
	padding: 0px;
	padding-right: 7px;
}

/* For the main areas */
#centerrightcontent p, #leftcentercontent p, #content p {
	font-size: 9pt;
}

/* Small areas */
#leftcontent p, rightcontent p {
	font-size: 8pt;
}

a:link, a:visited, a:hover {
	color: #8888cc;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
