/*---------------------------------------
Basic Style Sheet

Author: 	Matt Berridge
Email:		m.berridge@mixd.co.uk
Website:	http://www.mixd.co.uk
---------------------------------------*/

/* Import styles
---------------------------------------*/
@import url("reset.css"); 
@import url("layout.css");
@import url("global.css");
@import url("panels.css");
@import url("navigation.css"); 
@import url("wordpress.css");

/* Global
---------------------------------------*/

html > body {
	font-size: 10px; /* 1em = 10px for everything else */	
}
html {
	height: 100%;
}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%; /* 1em = 10px for IE/Win */
	height: 100%;
	color: #333;
}
a:link img, a:visited img, a:hover img, a:active img {
	border: none;
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: underline;
	color: #799813;
}
#content a, #content a:visited {
	font-weight: bold;	
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #799813;
}