/* --------------------------------------------------------------------------
Global Link Attributes
-------------------------------------------------------------------------- */
a img {
	border: none;
}
a:link {
	color: #7E2CB2;
	text-decoration:none;
}
a:visited {
	color: #7E2CB2;
	text-decoration:none;
}
a:hover,
a:visited:hover {
	color: #fff;
}
a.alt:link {
	color:#7E2CB2;
	text-decoration:none;
}
a.alt:visited {
	color: #7E2CB2; /* #4b5900 @ 75% */
	text-decoration:none;
}
a.alt:hover,
a.alt:visited:hover {
	color: #fff;
}

/* --------------------------------------------------------------------------
Main Navigation
-------------------------------------------------------------------------- */
a.nav,
a.nav:visited {
	color: #333;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
}
a.nav.current,
a.nav:hover,
a.nav:hover:visited {
	color: #fff;
	text-decoration: none;
}

/* --------------------------------------------------------------------------
Footer Navigation
-------------------------------------------------------------------------- */
a.footer,
a.footer:visited {
	color: #333;
	text-decoration: none;
}
a.footer.current,
a.footer:hover,
a.footer:hover:visited {
	color: #fff;
	text-decoration: none;
}

/* --------------------------------------------------------------------------
Blog Related
-------------------------------------------------------------------------- */
#home-posts h2 a {
	color:#4b5900;
}
#home-posts h2 a:visited {
	color: #788340; /* #4b5900 @ 75% */
	text-decoration: none;
}
#home-posts h2 a:hover,
#home-posts h2 a:hover:visited {
	color: #ABB280;
	text-decoration: none;
}
#home-posts a.read-more {
	font-size:.9em;
	text-transform:uppercase;
}
