/* ------------------------------------
=defaults
------------------------------------ */
a img {
	border: none;
}

a:link {
	color: #426112;
	text-decoration: underline;
	/*display:block;*/
}
a:visited {
	color: #71894d;
	text-decoration: underline;
	/*display:block;*/
}
a:hover,
a:visited:hover {
	color: #739947; /* orange */
	text-decoration: underline;
}

/* ------------------------------------
=topnav
------------------------------------ */
#search a:link,
#search a:visited {
	color: #fff; /* white */
	text-decoration: none;
}
#search a:hover,
#search a:visited:hover {
	color: #fff; /* orange */
	text-decoration: underline;
}
#search a.current:visited,
#search a.current:hover,
#search a.current:visited:hover {
	color: #fff; /* orange */
	text-decoration: underline;
}

/* ------------------------------------
=nav
------------------------------------ */
#nav a:link,
#nav a:visited {
	color: #fff; /* metallic blue */
	text-decoration: none;
}
#nav a:hover,
#nav a:visited:hover {
	color: #fff; /* metallic blue */
	text-decoration: none;
}
#nav a.current,
#nav a.current:visited {
	color: #de8703; /* orange */
	text-decoration: none;
}
#nav a.current:hover,
#nav a.current:visited:hover {
	color: #de8703; /* orange */
	text-decoration: none;
}

/* ------------------------------------
=h2 (index pages - Caecilia)
------------------------------------ */
h2 a:link {
	color: #426112; /* dk. green */
	text-decoration: none;
	display: inline-block; /* IE7 fix */
}
h2 a:visited {
	color: #71894d; /* metallic blue - 70% */
	text-decoration: none;
	display: inline-block; /* IE7 fix */
}
h2 a:hover,
h2 a:visited:hover {
	color: #739947; /* orange */
	text-decoration: none;
	display: inline-block; /* IE7 fix */
}

/* ------------------------------------
=h3 (blog posts )
------------------------------------ */
h3 a:link {
	color: #426112; /* metallic blue */
	text-decoration: none;
	display: inline-block; /* IE7 fix */
}
h3 a:visited {
	color: #71894d; /* metallic blue - 70% */
	text-decoration: none;
	display: inline-block; /* IE7 fix */
}
h3 a:hover,
h3 a:visited:hover {
	color: #739947; /* orange */
	text-decoration: none;
	display: inline-block; /* IE7 fix */
}

/* ------------------------------------
=h3 (blog posts )
------------------------------------ */
a.small-link:link {
	color: #426112; /* metallic blue */
	text-decoration: none;
	display: inline-block; /* IE7 fix */
	font-size:.8em;
}
a.small-link:visited {
	color: #71894d; /* metallic blue - 70% */
	text-decoration: none;
	display: inline-block; /* IE7 fix */
	font-size:.8em;
}
a.small-link:hover,
a.small-link:visited:hover {
	color: #739947; /* orange */
	text-decoration: none;
	display: inline-block; /* IE7 fix */
}

/* ------------------------------------
=footer
------------------------------------ */
#footer a:link,
#footer a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover,
#footer a:visited:hover {
	color: #b6c8a1; /* orange */
	text-decoration: none;
}

