/* $Id$ */

/**************************************************************************************************
* Brown University Department Template Screen Styles 2010 Design
* Ursa Major drupal subtheme of Omega
*
*
* @author John Pennypacker <John_Pennypacker@brown.edu>
*
**************************************************************************************************/

/**
 *	AUDIENCE GATEWAYS
 */

.block-brown-gateways {
	background-color: #fff;
	display: block;
}

.gateway-links {
	margin: 0; /* override default ul */
}
.block-brown-gateways h6, .gateway-links li {
	font-size: 12px;
	line-height: 29px;
	display: block;
	float: left;
	margin: 0;
}
.block-brown-gateways h6 {
	margin-left: 72px;
	padding: 0 1em 0 0;
	font: normal 400 10px 'Vitesse SSm 4r', 'Vitesse SSm A', 'Vitesse SSm B';
	text-transform: uppercase;
	line-height: 29px;
	color: #2F2A20;
}

.gateway-links a {
	font-size: 11px;
	display: block;
	float: left;
	padding: 0 15px;
	border-right: 1px solid #eee;
	position: relative;
	font: normal 700 10px 'Vitesse SSm 7r', 'Vitesse SSm A', 'Vitesse SSm B';
	text-transform: uppercase;
	line-height: 29px;
}


.gateway-links a:link {
	color: #2F2A20;
	text-decoration: none;
}

.gateway-links a:hover, .gateway-links a:active, .gateway-links a.active {
	background-color: #c00404;
	color: #fff;
}
.gateway-links a:visited {
	color: #000;
}
.gateway-links .first a {
	border-left: 1px solid #eee;
}
