@import url(../css/form.css);

div.mod-release {
	width: 540px;
	padding-top: 19px;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	}

div.mod-release p.rss {
	position: absolute; 
	z-index: 2;
	top: -32px;
	right: 50px;
	}
	
/* =========================== News Filter =========================== */	

.filterbar-outer {
	line-height: 2.5em;
	background: url(../library/bg-filter-bottom.png) no-repeat bottom; 
	margin-bottom: 25px;
	width: 540px;
	}
.filterbar {
	line-height: 2.5em;
	background: url(../library/bg-filter-top.png) no-repeat top;
	clear: both;
	padding: 7px 5px 8px 15px;
	width: 520px;
	}
.filterbar fieldset {
	position: relative;
	width: 525px;
	}	
.filterbar legend {
	display: none;
	}
.filterbar .btn-go {
	margin-left: 4px;
	}			
.filterbar input {
	position: absolute;
	bottom: .4em;
	}
/* =========================== EVENTS =========================== */

.article h3 {
	margin-bottom: .3em;
	margin-top: .6em;
	}
.article h3 span {
	font-weight: normal !important;
	font-size: 85%;
	display: block;
	}	
.article h4 {
	margin: 0;
	background-color: #fff;
	padding: 0;
	}	
.article ul.sessions {
	margin-bottom: .3em;
	padding-bottom: 0;
	padding-top: 0;
	}	
.meta {
	border-top: 1px solid #ddd;
	padding-bottom: 0.8em;
	}
.meta dl,
.meta dt,
.meta dd {
	display: inline;
	line-height: 1.5em;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	}
.meta dl {
	padding-top:.2em;
	}	
.meta dt {
	color: #aaa;
	margin-right: 0;
	}	
.meta dd {
	color: #555;
	margin-right: .6em;
	}	
.article p.link a {
	background-image: url(../library/icn-link-2b.gif);
	}	
.article span {
	display: block;
	border-top: 1px solid #fff; 
	margin-top: 3px;
	padding-top: 2px;
	}
.article .highlight {
	margin-bottom: .6em;
	}	