@import url('adapt.css');

body, body.webprogram {
	background-color: #FFFFFF;
	}
	
	
a:link, a:visited, a:focus {
	color: #9B4D19;
	text-decoration: underline;
	}
	a:hover {
		color: #494949;
		}

		h1, h2, h3 {
		color: #71000C;
		}

.note
{
margin: 0 0 5px; 0;
padding: 0 5px;
border-top: 1px dashed #ccc;
border-bottom: 1px dashed #ccc;
}
/************************
 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: #C65E27;
					}
					
/************************
Headers
************************/
.sidebar h4, .sidebar_priority h3, .sidebar h5, .sidebar_priority h5, .content h2 {
	background-color: #C65E27;
	}
	
/**********************
Left Nav 
**********************/
.sidebar_priority {
	background-color: #E3E3E3;
	}

	
/**********************
Start page
**********************/

.content ul.instructions, .content ul.instructions li {
	margin: 5px 0 10px 0;
	padding: 0 0 10px 0;
	}
.gateway  {
	margin-bottom: 15px;
	}
.searchfilters {
	margin-top:15px;
	}
/**********************
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 .number {
	background-color: transparent;
	padding: 0 0 0.2em 0;
	}
		
.session h5 {
	margin-bottom: 8px;
	}
	.sessionItem {
		margin-bottom: 15px;
		}

	.session .number {
		background:none;
		display:inline-block;
		padding:0;
		margin:0 0 5px 0;
		width:auto;
		font-weight:normal;
		vertical-align: top;
	}
	.session .rightcol {
		display:inline-block;
		width:90%;
		
	}
		
.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 Filter 
******************/

.searchform input.searchbox {
	width: 60%;
	}
	
h3 {
	font-size: 1.2em;
	padding: 10px;
	}
	
h3.filterlabel {
	background-color: #C65E27;
	color: #FFFFFF;
	padding: 10px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	font-size: 1em;
	}
	
ul.filtertable {
	border: 1px solid #CCCCCC;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 10px;
	column-count:2;
	column-rule:4px outset #cccccc;

	/* Firefox */
	-moz-column-count:2;
	-moz-column-rule:4px outset #cccccc;

	/* Safari and Chrome */
	-webkit-column-count:2;
	-webkit-column-rule:4px outset #cccccc;
	}
	
.filtertable li {
	clear: both;
	}

	.filtertable li input {
		 width: 15px;
		 display: block;
		 float:left;
		}
		.filtertable li label {
			line-height: 1.5em;
			padding-left: 28px; 
			display: block;
			}
			.filtertable li.keyword_categories input {
				display: inline-block;
				float: left;
				width: auto;
				}
				.filtertable li.keyword_categories label {
					display: inline-block;
					line-height: 1em;
					padding: 0;
					font-size: .67em;
					}
			
label.ultoggle {
	cursor: pointer;
	}
	label.ultoggle h3.filterlabel:before {
		background-color: #F9F9F9;
		border: 1px solid #CCCCCC;
		border-radius: 2px;
		content: "+";
		margin-right: 4px;
		padding: 0 4px;
		width: 5px;
		cursor: pointer;
		color: #999999;
		}
		label.ultoggle.open h3.filterlabel:before {
		content: "-";
		padding: 0 5px;
		margin-right: 5px;
		}
	
.keyword_title {
	background-color: #E9E9E9;
	border: 1px solid #CCCCCC;
	padding: 5px;
	}
	.keyword_title:before {
	background-color: #F9F9F9;
		border: 1px solid #CCCCCC;
		border-radius: 2px;
		content: "+";
		margin-right: 4px;
		padding: 0 4px;
		width: 5px;
		cursor: pointer;
		color: #999999;
		margin-left: 4px;
		}
		
.topdisplay_role, .topdisplay_people {
	font-size: inherit;
	}

/******************
* 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/bg-footer-bg.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
	}
	
			
.image_1 {
		background-image: url('/img/agu/bg-footer-bridge.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/bg-footer-cityscape.png');
		background-repeat: no-repeat;
		background-position: top left;
		height: 310px;
		display: inline;
		width: 45%;
		float: right;
		z-index: 100;
		}