@charset "UTF-8";
/* CSS Document */

/* Homepage specific styles
*****************************/

h2 {
	float: left;
	width: 197px;
	margin: 0;
	padding: 0 5px 1px 5px;
	background: none;
}

h2 a, h2 a:visited {
	color: #000;
	text-decoration: none;
}

h2 a:hover {
	color: #990000;
}

.feed .head {
	float: right;
	margin: 8px 5px 0 0;
}

.feed .head a, .feed .head a:visited {
	font-size: 11px;
	color: #6797c5;
	text-decoration: none;
}

.feed .head a:hover {
	color: #000;
}

hr {
	height: 1px;
	border-top: 0;
	border-bottom: 1px solid #000;
	border-left: 0;
	border-right: 0;
	clear: both;
	margin: 0;
	padding: 0;
}

.feed {
	float: left;
	width: 275px;
	margin-bottom: 25px;
	margin-left: 15px;
}

.feed ul {
	list-style: none;
	background: url(../images/feed_bg.gif) repeat-x top left;
	clear: both;
	padding: 6px 0;
}

.feed li {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0;
}

.feed li .detail {
	display: block;
	clear: both;
	font-size: 11px;
	color: #3b4652;
}

.feed li a, .feed li a:visited {
	background: transparent url(../images/news_item.gif) no-repeat 5px 3px;
	display: block;
	color: #555;
	padding: 3px 0;
	font-size: 12px;
	padding-left: 32px;
	text-decoration: none;
}

.feed li a:hover {
	color: #000;
}

/* Widgets
**************************/
.widget {
	width: 380px;
	margin: 15px 0 0 0;
	padding: 0;
}

.gray {
	float: left;
	background: url(../images/widget_gray.gif) repeat-x top left;
}

.yellow {
	float: right;
	background: url(../images/widget_yellow.gif) repeat-x top left;
}

.top {
	width: 380px;
	height: 5px;
	margin: 0;
	padding: 0;
}

.gray .top {
	background: transparent url(../images/widget_top.gif) no-repeat top left;
}

.yellow .top {
	background: transparent url(../images/widget_top_yellow.gif) no-repeat top left;
}

.widget h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	margin: 0;
	clear: both;
	padding: 8px 15px 5px 15px;
}

.widget p {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 15px 9px 15px;
	font-size: 12px;
	line-height: 16px;
}

.widget ul {
	clear: both;
	list-style: none;
	margin: 0 15px;
}

.widget ul li {
	font-size: 13px;
	padding-bottom: 8px;
}

.widget ul li strong {
	display: block;
	float: left;
	width: 60px;
}

.widget ul li a {
	display: block;
	padding: 3px 2px;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

.widget ul li a:hover {
	color: #666;
}

.widget ul li a:hover strong {
	color: #000;
}

.widget a.rss {
	float: right;
	display: block;
	width: 36px;
	height: 18px;
	text-indent: -9999px;
	background: url(../images/rss.gif) no-repeat top left;
	margin: 7px 15px 0 0;
}

.widget a.rss:hover {
	background-position: bottom left;
}


/* Highlights
******************************/
#highlights {
	clear: both;
}

#highlights .explore, #highlights .connect, #highlights .whoson {
	width: 244px;
	height: 114px;
	float: left;
	cursor: default;
	margin: 0;
}

#highlights h2 {
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	width: 100%;
	text-align: center;
	margin-bottom: 9px;
	padding: 0;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#highlights strong {
	font-weight: normal;
}

#highlights p {
	font-size: 11px;
	line-height: 14px;
	padding-left: 93px;
	height: 59px;
	clear: both;
}

#highlights a {
	float: right;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.divider {
	float: left;
	width: 5px;
	background: url(../images/divider.gif) no-repeat center;
	height: 114px;
	margin: 0 14px;
}

.explore strong, .explore a {
	color: #389dcd;
}

.connect strong, .connect a {
	color: #ff9500;
}

.whoson strong, .whoson a {
	color: #0cc81d;
}

.explore p {
	background: url(../images/explore.gif) no-repeat top left;
}

.connect p {
	background: url(../images/connect.gif) no-repeat top left;
}

.whoson p {
	background: url(../images/whoson.gif) no-repeat top left;
}

#highlights a:hover {
	color: #666;
}