/* CSS Document */

#conference-navigation {
	background: white;
	font-size: 13px; font-size: 1.3rem; /* =13px */
	font-weight: bold;
}

#conference-navigation a {
	color: black;
}
#conference-header {
	width: 100%;
	border-bottom: 3px solid #c00;
}
#conference-footer {
	width: 100%;
	border-top: 1px solid #933;
	border-bottom:  3px solid #c00;
}
#conference-footer p {
	text-align: center;
	width: 960px;
	margin: 0 auto;
}

#conference-logo {margin: 4px 4px 0 0; padding: 0}

.conf-nav {
	padding: 2px 0 2px 20px;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	line-height: 20px;
}

ul#list-attendees {list-style: none; list-style-type: none; display: inline; margin: 0; padding: 0;}
ul#list-attendees li {width: 305px; margin: 15px 15px 15px 0; padding: 0; display: inline-block; vertical-align: top; }
ul#list-attendees li img {border: 1px solid #f1f1f1; vertical-align: middle;}
ul#list-attendees li div.organization, ul#list-attendees li div.location  {font-size: 80%;}

#agenda-view {
	width: auto;
	display: block;
	padding: 2px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #293;
}
#agenda-view:before {
    content: "\f073";
    font-family: FontAwesome;
    font-size: 1.33em;
    padding-right: 8px;
    color: #282;

}
#agenda-view:hover {
	color: #061;
}

.paper-award {
	background: url(../images/badge_gold.png) no-repeat left center !important;
	padding-left: 20px !important;
}
