/* Hide archived articles */
body.js .archive {
	display: none;
}

.article {
	display: block;
	float: none;
	clear: both;
	padding: 10px 0px 10px 0px;
	zoom: 1;
}

.article a.image {
	display: block;
	float: left;
	position: relative;
	top: 5px;
}

.article img {
	padding: 3px;
	border: 1px solid #ebebeb;
}

.article img:hover {
	border-color: #adadad;
}

.article a.deactivated img:hover {
	border-color: #ebebeb;
	cursor: default;
}

.article h4 {
	font-size: 1em;
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
	color: #4e4e4e;
}

.article h4 span.publication {
	font-style: italic;
	color: #6f6f6f;
}

.article blockquote {
	border-left: 3px solid #115387;
	font-family: Georgia, "Times New Roman", times, serif;
	color: #525252;
	font-size: 1.25em;
	line-height: 1.5em;
	font-style: italic;
	padding: 10px;
	margin: 10px;
	background: url(../../images/content/quoteBKG.png) no-repeat 2px 2px;
	text-indent: 20px;
	zoom: 1;
}

blockquote a:link, blockquote a:visited {
	font-size: .85em;
	color: #164163;
	text-decoration: none;
	border-bottom: 1px dotted #164163;
}

blockquote a:hover, blockquote a:active {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	background-color: #164163;
}

.article .details {
	display: block;
	width: 600px;
	float: left;
	margin-left: 10px;
}

/**********
Cover Flow
**********/

#cover {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 0px none;
	height: 290px;
	background-color: #ffffff;
	overflow: hidden;
}

#cover li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

#cover a {
	display: block;
	width: 120px;
	margin: 0px 5px;
	padding: 33px 0px 0px 0px;
	border: 0px none;
	outline: none;
	text-decoration: none;
	position: relative;
}

#cover img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	width: 100%;
	opacity: .75;
	filter: alpha(opacity=75);
}

#cover span {
	display: block;
	width: 93%;
	height: 25px;
	font: 75% sans-serif;
	text-align: center;
	line-height: 25px;
	border: 1px solid #7e7e7e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: rgb(15, 15, 15);
	background: rgba(0, 0, 0, .65);
	color: #ffffff;
	text-shadow: 0px 1px 0px #000000;
	box-shadow: 0px 0px 5px #000000 inset;
	-moz-box-shadow: 0px 0px 5px #000000 inset;
	-webkit-box-shadow: 0px 0px 5px #000000 inset;
	position: absolute;
	top: 68%;
	right: 3%;
	display: none;
}

#cover span:hover {
	background-color: #ffffff;
	color: #131313;
	text-shadow: none;
	box-shadow: 0px 0px 10px #bdbdbd inset;
	-moz-box-shadow: 0px 0px 10px #bdbdbd inset;
	-webkit-box-shadow: 0px 0px 10px #bdbdbd inset;
	cursor: pointer;
}

#cover a.current {
	width: 170px;
	padding-top: 0px;
}

#cover a.current img, #cover a:hover img  {
	filter: alpha(opacity=100);
	opacity: 1;
}
