/* === CSS file for Good Earth Cafe === */

body {
	margin: 0px;
}

a{
	color: #666;
	text-decoration: none;
}

a:hover{
	color: #ccc;
	text-decoration: underline;
}

.maincontent {
	margin-top: 20px;
	padding-left: 45px;
	padding-right: 45px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}

.contactcontent {
	margin-top: 20px;
	padding-left: 45px;
	padding-right: 45px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

h2 {
	color: #A58C49;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	margin-top: 5px;
	margin-bottom: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #904440;
}

h4 {
	margin-top: 5px;
	text-align: left;
	color: #906D40;
	margin: 0px;
}

#mainnav a{
	margin: 0px 10px 0px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #822F2E;
	font-weight: bold;
	text-decoration: none;
}

#mainnav a:hover{
	margin: 0px 10px 0px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #B68262;
	font-weight: bold;
	text-decoration: none;
}

/* === Each page has different colour footer links === */
/* Initial Footer Link Setup */
#footerlinks a{
	margin: 0px 10px 0px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* Separate Footer Link Colours */
.footer-food-philosophy a{
	color: #688536;
}

.footer-food-philosophy a:hover{
	color: #8DAC59;
}

.footer-coffee-philosophy a{
	color: #A57F2D;
}

.footer-coffee-philosophy a:hover{
	color: #CCAF70;
}

.footer-employment a{
	color: #4D2615;
}

.footer-employment a:hover{
	color: #996633;
}

.footer-catering a{
	color: #534D64;
}

.footer-catering a:hover{
	color: #847D99;
}
