.clear {
	clear: both;
}

.cleardiv {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.replace span { /* dwyer image replacement */
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/*
** http://perishablepress.com/press/2009/12/06/new-clearfix-hack
*/

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
**
*/

.nomargintop {
	margin-top: 0;
}

/*
**
*/

ul.plain {
	list-style-type: none !important;
	padding-left: 0 !important;
}

/*
**
*/

a.sprite {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

h1 a.sprite, h2 a.sprite, h3 a.sprite, h3 a.sprite, p a.sprite, li a.sprite {
	display: inline-block;
	vertical-align: middle;
}

a.sprite:link, a.sprite:visited {
	background-position: left top;
}

a.sprite:hover, a.sprite:active {
	background-position: left bottom;
}

/*
**
*/

a.rss-link {
	width: 12px;
	height: 12px;
	background: url(../_images/rss_icon.jpg) left top no-repeat;
}

a.view-all-blue {
	width: 60px;
	height: 15px;
	background: url(../_images/view_all_b_btn.jpg) left top no-repeat;
}

a.view-all-orange {
	width: 60px;
	height: 15px;
	background: url(../_images/view_all_o_btn.jpg) left top no-repeat;
}

a.prev-btn {
	width: 65px;
	height: 15px;
	background: url(../_images/previous_btn.jpg) left top no-repeat;
}

a.next-btn {
	width: 37px;
	height: 15px;
	background: url(../_images/next_btn.jpg) left top no-repeat;
}

a.submit-btn {
	width: 100px;
	height: 30px;
	background: url(../_images/submit_btn.jpg) left top no-repeat;
}

/*
**
*/

.rss-box {
	position: relative;
	margin-top: 20px;
}

.rss-box h2 {
	height: 10px;
	font-size: 1.0em;
	line-height: 1;
	background: #AA9;
	color: white;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 2px 0 3px 5px;
}

.rss-box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.rss-box a.rss-link {
	position: absolute;
	top: 2px;
	right: 2px;
}

/*
**
*/

form.sort {
}

form.sort fieldset {
	margin: 0;
	padding: 0;
	width: 270px;
}

form.sort label {
	float: left;
	padding-top: 3px;
	width: 60px;
	font-size: 1.2em;
	text-align: right;
}

form.sort select {
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
	font-size: 1.2em;
	color: #666;
}

form.sort select option {
	color: #666;
}

/*
**
*/

.yearbook {
	clear: both;
	margin-bottom: 60px;
	min-height: 120px;
}

.yearbook img {
	float: left;
	width: 220px;
	height: 120px;
}

.yearbook h3 {
	margin: 0 0 5px 230px;
	font-size: 2.0em;
	color: #000;
}

.yearbook h3 a {
	color: #000;
}

.yearbook p {
	margin: 0 0 10px 230px;
	font-size: 1.2em;
}

/*
**
*/

.listnav {
	clear: both;
	border-top: 1px solid #BBB;
	padding-top: 20px;
	margin-bottom: 40px;
}

.listnav p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.0em;
	line-height: 1;
	height: 15px;
}

.listnav p a {
	text-transform: uppercase;
}

.listnav p.prevnext {
	float: left;
	width: 120px;
	text-align: left;
}

.listnav p.paging {
	margin: 0 auto;
	width: 200px;
	text-align: center;
}

.listnav p.results {
	float: right;
	width: 170px;
	text-align: right;
}

.listnav span.selected {
	display: inline-block;
    padding: 2px 0;
	width: 16px;
	height: 11px;
	background: url(../_images/number_selected.jpg) center center no-repeat;
	text-align: center;
	text-transform: uppercase;
}

.listnav span.all-selected {
	display: inline-block;
    padding: 2px 0;
	width: 28px;
	height: 11px;
	background: url(../_images/all_selected.jpg) center center no-repeat;
	text-align: center;
	text-transform: uppercase;
}

/*
**
*/

ul.biblio {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.0em;
}

ul.biblio li {
	padding-left: 20px;
	margin: 20px 0;
	background: url(../_images/paper_icon.jpg) left top no-repeat;
}

ul.biblio li.pdf {
	padding-left: 20px;
	background: url(../_images/pdf_icon.jpg) left top no-repeat;
}

ul.biblio li a {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
}

ul.biblio li.pdf a {
/*	color: #E73; */
}

ul.biblio .authors {
	font-size: 1.1em;
}

ul.biblio .date {
	font-size: 1.1em;
}

ul.biblio .pub {
	font-size: 1.1em;
	font-style: italic;
}

/*
**
*/

ul.news-items {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*
**
*/

ul.articles {
	clear: both;
}

/*
**
*/

ul li .date, ul li .author {
	font-size: .9em;
}

/*
**
*/

a.avatar, body#index a.avatar img {
	display: block;
}

a.avatar {
	position: relative;
	width: 48px;
	height: 48px;
	text-decoration: none;
}

a.avatar .info {
	display: none;
	position: absolute;
	top: -68px;
	left: -74px;
	width: 134px;
	height: 84px;
	background: url(../_images/community_info_box.png) left top no-repeat;
}

a.avatar .info span.name {
	display: block;
	margin-top: 12px;
	padding-left: 14px;
	padding-right: 14px;
	font-size: 1.0em;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a.avatar .info span.city {
	display: block;
	padding-left: 14px;
	font-size: 0.9em;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

/*
**
*/

ul.doclist {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ul.doclist li {
	padding-left: 20px;
}

ul.doclist li.pdf {
	background: url(../_images/pdf_icon.jpg) left top no-repeat;
}

ul.doclist li.ppt {
	padding-left: 20px;
	background: url(../_images/ppt_icon.jpg) left top no-repeat;
}

ul.doclist li a {
	color: #666;
	font-weight: bold;
}
