@import url('adapt.css');

body, body.webprogram {
	background-color: #FFFFFF;
	
	}
	
a:link, a:visited, a:focus {
	color: #003F72;
	text-decoration: underline;
	}
	a:hover {
		color: #494949;
		}

		h1, h2, h3 {
		color: #1E5A8B;
		}
		
/************************
Banner
************************/
.banner {
	text-align: center;
	}
	.banner img {
		width: 70%;
		height: auto;
		}

.wrap {
	margin-top: 20px;
	}
/************************
 Navigation 
************************/

.navigation {
	border-bottom: none;
	}
	.navigation ul li {
		display: block;
		border-bottom: 1px dotted #B4B9BC;
		border-top: none;
		}
		.navigation ul li:last-child {
			border: none;
			}
			.navigation ul li a {
				color: #FFFFFF;
				display: block;
				font-size: 13px;
				font-weight: bold;
				padding: 5px 50px;
				text-decoration: none;
				text-transform: uppercase;
				font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
				}
				.navigation ul li a:hover {
					background-color: #8AC064;
					}
					
/************************
Headers
************************/
.sidebar h4, .sidebar_priority h3, .sidebar h5, .sidebar_priority h5, .content h2 {
	background-color: #8AC064;
	}
	
/**********************
Left Nav 
**********************/
.sidebar_priority {
	background-color: #E3E3E3;
	}
	
/**********************
Session Page
**********************/
.session .persongroup .group {
	font-weight: bold;
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	}
	.session .persongroup .people {
		width: 100%;
		display: inline;
		margin-left: 0;
		}
		
.session h5 {
	margin-bottom: 8px;
	}
	.sessionItem {
		margin-bottom: 15px;
		}
		
.people .Affiliation {
	margin: 10px 0px;
	}

span.desc {
	display: none;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 8px;
	box-shadow: 1px 1px 1px 1px #666666;
	font-size: 0.85em;
	margin-left: 250px;
	margin-top: -25px;
	padding: 5px;
	position: absolute;
	white-space: normal;
	width: 275px;
	z-index: 500;}
	
	

/* Hover display */
a.index:hover + span.desc {
  display: block; }
/*Meeting */
.timeslot .author {
	font-weight: normal;
	}
	
/* Search Page */

.searchform input.searchbox {
    margin-bottom: 2em;
    width: 60%;
}

.topdisplay_role, .topdisplay_people {
	font-size: inherit;
	}

/******************
* Footer
******************/

#footer {
	background-image: url('/img/agu/14chapman/bg-footer-bg.png');
	background-position: bottom center;
	background-repeat: repeat-x;
	margin-top: -300px;
	height: 300px;
	clear: both;
	color: #033740;
	}

#footer .meeting_footer {
	border-top: 1px solid #000000;
	font-size: 12px;
	}
	.meeting_footer ul, .meeting_footer p {
		margin-top: 8px;
		}
		.meeting_footer p {
			line-height: 12px;
			}
			.meeting_footer ul li {
				display: inline;
				float: left;
				padding: 0 7px;
				border-right: 1px solid #1FB3DD;
				}
				.meeting_footer ul li a {
					color: #033740;
					text-decoration: none;
					text-transform: none;
					padding: 0px;
					font-weight: normal;
					line-height: 12px;
					height: 12px;
					font-size: 12px;
					}
					.meeting_footer ul li a:hover {
						background-color: transparent;
						}
						
.footnote {
	font-size: 12px;
	margin-top: 15px;
	}

