@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: #71000C;
		}

.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: #7B251C;
					}
					
/************************
Headers
************************/
.sidebar h4, .sidebar_priority h3, .sidebar h5, .sidebar_priority h5, .content h2 {
	background-color: #7B251C;
	}
	
/**********************
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;}

.session .media {
    display: inline-block;
    float: left;
    margin: -.5em 0 0em;
    padding: 0em;
    width: 10em;
	}
	.session .papertitle {
    display: inline-block;
    margin-left: 0;
    max-width: 63%;
    text-align: left;
	}
/*************
* Paper Pape *
**************/

.content .abstract {
	margin-top:15px;
}
	.content .abstract img {
		max-width:100%;
		height:auto;		
	}
	
	/* 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;
	}
	
.paper .subtitle .number, .session .subtitle .number {
	vertical-align: top;
	}
	.paper .subtitle .subtext, .session .subtitle .subtext {
		max-width: 75%;
		display: inline-block;
		}
		
.eposterNote {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	}
	.eposterNote p {
		margin: 4px 0px;
		}
	.pdfIcon {
	    background-image: url("../images/pdf.gif");
		background-repeat: no-repeat;
		height: 16px;
		width: 16px;
		display: inline-block;
		vertical-align: bottom;
		}
/******************
* Footer
******************/

#footer {
	height: 370px;
	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 #9B4D19;
				}
				.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;
	}
	
.image_footer {
	background: url("/img/agu/spc2014/bg_footer_bg.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
	}
	
			
.image_1 {
		background-image: url('/img/agu/spc2014/footer_right.png');
		background-repeat: no-repeat;
		background-position: top left;
		height: 310px;
		display: inline;
		width: 35%;
		float: left;
		z-index: 100;
		}
	
.image_2 {
		background-image: url('/img/agu/spc2014/footer_left.png');
		background-repeat: no-repeat;
		background-position: top left;
		height: 310px;
		display: inline;
		width: 45%;
		float: right;
		z-index: 100;
		}