@CHARSET "UTF-8";

/* @file style.css
 * General styles for Nitobe. http://drupal.org/projects/nitobe
 *
 * $Id: style.css,v 1.1.2.2 2009/08/01 17:58:31 shannonlucas Exp $
 */

/* ****************************************************************************
 * Anchor links
 * ************************************************************************* */
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #d2b310;
	text-decoration: none;
}

a:hover.yellow, a:active.yellow, a:focus.yellow {
	color: #d2b310;
	text-decoration: none;
}

a:hover.magenta, a:active.matenta, a:focus.magenta {
	color: #e3217e;
	text-decoration: none;
}

a:hover.cyan, a:active.cyan, a:focus.cyan {
	color: #00a3e6;
	text-decoration: none;
}

a:hover.green, a:active.green, a:focus.green {
	color: #01ff01;
	text-decoration: none;
}

a:hover.orange, a:active.orange, a:focus.orange {
	color: #ffa000;
	text-decoration: none;
}

a.active {
	color: #d2b310;
}

a.bodyLink {
	border-bottom: 1px solid #CCCCCC;
}

#header-area #title-group #site-title span.alt-color { color:#ccc; }


#masthead {
	color: #000000;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	background-color: #f8d000;
}

.mastheadPortfolio {
	color: #000000;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	background-color: #f8d000;
}
