@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: #e3217e;
	text-decoration: none;
}

a.active {
	color: #e3217e;
}

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: #fe69b0;
}

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

