.news_list {
	list-style: none!important;
	padding: 0 0 0 15px!important;
	margin: 0!important;
}

/*.news_list h3 {
	color: #04afd9!important;
}

.news_list strong {
	color: #6f6f6f!important;
}*/

h2.news_title {
	color: #04afd9!important;
}

h2.news_title em {
	color: #ccc!important;
	font-style: normal;
}

#primary .news_list, #primary .news_list li {
	list-style: none!important;
	padding: 0!important;
	margin: 0!important;
}

#primary .news_list li {
	margin-bottom: 15px!important;
}

.entry-content .publication {
	text-transform: none;
	font-style: italic;
	color: #6f6f6f;
}

.news_list .publication {
	text-transform: uppercase;
}

.news-landing .news_list li {
	width: 150px;
	height: 135px;
	display: block;
	padding: 20px;
	margin: 0 15px 0 0;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f4f4f4;
	line-height: 1.3em;
}

.events .news_list li {
	padding: 25px 0;
	border-bottom: 1px solid #f4f4f4;
	width: 100%;
	clear: both;
}

.events .news_list img {
	float: left;
	margin: 0 10px 0 0;
}

.events .news_list h3 {
	color: #04afd9!important;
	clear: none;
}

/* Previous/Next */
#nav-above {
	position: fixed;
	margin-left: 660px;
	top: 325px;
	float: right;
}

.nav-previous, .nav-next {
	float: none!important;
	clear: both!important;
	width: 280px!important;
}

.nav-previous a, .nav-next a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	padding: 10px 15px;
	width: 233px;
	font-family: "museo-sans-1","museo-sans-2", "Museo Sans";
	font-size: 1.1em;
	color: #6f6f6f;
}

.nav-previous a {
	padding-left: 20px;
	background: transparent url("../images/prev-next.png") 0 50% no-repeat;
	margin-bottom: 10px;
}

.nav-next a {
	padding-right: 20px;
	background: transparent url("../images/prev-next.png") -232px 50% no-repeat;
}

.nav-previous a:hover, .nav-next a:hover {
	color: #fff;
}

.nav-previous a:hover {
	background: transparent url("../images/prev-next.png") -500px 50% no-repeat;
}

.nav-next a:hover {
	background: transparent url("../images/prev-next.png") -732px 50% no-repeat;
}

.nav-next a {
	float: right;
	text-align: right;
}