/*#############################################################
Name: Blog Float
Date: 22.12.2006
Description: Simple 2 col + header/footer layout
Author: Andy McCorkell

#############################################################*/

/*//////////////////////////////////////////////////////////////////////////////////////////////////*/
/* misc */
/*//////////////////////////////////////////////////////////////////////////////////////////////////*/
body {
	color: #333333;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////*/
/* text formatting */
/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

a {
	text-decoration: none; 
	color: #666666;
}
a:hover {
	color: #e57107; 
}

.postlink {
	text-decoration: none; 
	color: #e57107;
	font-size: 9px;
}
.postlink:hover {
	color: #666666; 
}

.menulink {
	text-decoration: none; 
	color: #064F04;
	font-size: 12px;
	font-weight:bold;
}
.menulink:hover {
	color: #e57107; 
}

.homelink {
	text-decoration: none; 
	color: #666666;
	font-size: 11px;
	font-weight:bold;
}
.homelink:hover {
	color: #e57107; 
}

.textwhite {
	color: #FFFFFF;
}

.textdarkgrey {
	color: #333333;
}

.smalltext {
	font-size: 9px;
}

.smalltextwhite {
	font-size: 9px;
	color: #FFFFFF;
}

.heading {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight:bold;
}

.postitle {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	color: #e57107;
	font-weight:bold;
}

.dotline {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #999999;
}

