@import url('adapt.css');

body, body.webprogram {
	background-color: #F0F0F0;
	font: Verdana,Arial,Helvetica,sans-serif;
	}
	
.navigation {
	background-color: none repeat scroll 0 0 #F9F9F5;
	border-bottom: none;
	}
	
ul.nav li {
	border-bottom: 1px solid #666666;
	border-top: none;
	}
	
.navigation li a, .navigation li a:link, .navigation li a:visited, .navigation li a:active, .navigation li a:focus, .navigation li a:hover {
	font-weight: normal;
	color: #42413C;
	border: none;
	}
	.navigation li a:hover {
		background-color: #B3CAEB;
		color: #000000;
		}
		
.banner {
	height: auto;
	}
	.banner img {
		height: auto;
		width: 100%;
		}
		html#range_1 .banner {
			height: auto;
			}
			html#range_1 .banner img {
				height: auto;
				width: 100%;
				}
		
/* Cluster Pages */
.cluster .persongroup {
	margin: 10px 0px;
	}
	.cluster .persongroup .group {
		font-weight: bold;
		}
		
.cluster .parents, .cluster .siblings{
	text-align: center;
	}
	
/* Session Page Cluster Section */

.clusterSection {
	background-color: #F0F0F0;
	padding: 10px;
	}
	.cluster, .symposiumTitle, .Language {
		margin: 8px 0px;
		}
	
.cluster .paper {
    clear: left;
    margin: 0.5em 0;
    text-align: left;
}
.cluster .papertime {
    float: left;
    text-align: right;
    width: 7.4em;
}
.cluster .papernumber {
    float: left;
    font-weight: bold;
    margin-left: 0.5em;
    text-align: center;
    width: 7em;
}
.cluster .papertitle {
    margin-left: 15em;
    text-align: left;
}
.cluster .persongroup {
    clear: left;
    margin: 0.5em 0;
    text-align: left;
}
.cluster .group {
    float: left;
    font-size: 1em;
    text-align: right;
    width: 14.4em;
}
.cluster .people {
    font-size: 1em;
    font-style: italic;
    margin-left: 15em;
    text-align: left;
}
.cluster .datetime {
    color: #000;
    font-style: italic;
    margin: 1em 0 0.2em;
    text-align: left;
}
.cluster .location {
    color: #000;
    font-style: italic;
    margin-bottom: 1em;
    text-align: left;
}
.cluster .parents {
    border-top: 1px solid #ccc;
    margin-top: 1em;
    padding: 0.5em 0;
    text-align: center;
}
.clister .siblings {
    border-bottom: 1px solid #ccc;
    margin-top: 0.5em;
    padding: 0.5em 0;
    text-align: center;
}
.cluster .media {
    line-height: 2em;
    margin: 0.9em;
    padding: 0 0.5em;
}
.cluster .medialink {
    border: 1px solid #efefef;
    margin-right: 2em;
    padding: 0.2em 0.1em;
    white-space: nowrap;
}	

/* THIS IS WHERE YOU PUT YOUR CLIENT STYLE OVERRIDES FOR COLOR, ETC. */

/* THIS STYLESHEET WILL ONLY HAVE STYLE ATTRIBUTES WITHIN IT. TO APPLY SPECIFIC STYLES TO A CLIENT, MAKE A STYLE.CSS IN THE CLIENT STYLESHEETS DIRECTORY AND ADD IN YOUR DIVS AND CLASSES. IF THERE ARE ANY QUESTIONS, CONTACT A STYLE PERSON FOR ASSISTANCE */


/****** BODY BACKGROUND GRADIENT ******/

/* body, body.webprogram { 	
	background: #ccc url('/static/img/bg-gradient.png') 50% 0 repeat-x;
} */

/****** ADDS SHADOWING TO ANY DIV YOU PUT THESE ATTRIBUTES IN ******/
	
	/*-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 51, 0.85);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 51, 0.85);
	box-shadow: 0px 2px 10px rgba(0, 0, 51, 0.85); */
	

/****** ADDS ROUNDED CORNERS TO ALL CORNERS OF ANY DIV YOU PUT THESE ATTRIBUTES IN ******/

	/*border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/

/****** ADDS ROUNDED CORNERS TO THE BOTTOM OF ANY DIV YOU PUT THESE ATTRIBUTES IN ******/
	
	/* -moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px; */

/******* ADDS ROUNDED CORNERS TO THE TOP OF ANY DIV YOU PUT THESE ATTRIBUTES IN ******/

	/*border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px; */


/****** IF YOU WANT TO ADD A BUTTON GRADIENT TO ANY OF THE FOLLOWING HEADERS COPY THIS INTO YOUR CLIENT STLYES ******/

/*.sidebar h4, .sidebar_priority h3, .sidebar h5, .sidebar_priority h5, .content h2 {
	background:#666 url('/static/img/buttongradient.png') 50% 10% repeat-x;	
}*/



/****** IF YOU WANT TO ADD A BUTTON GRADIENT TO ANY OF THE FOLLOWING LIST ITEMS COPY THIS INTO YOUR CLIENT STLYES ******/

/*.navigation li a, .navigation li a:link, .navigation li a:visited, .navigation li a:active, .navigation li a:focus, .navigation li a:hover {
	background:#ddd url('/static/img/buttongradient.png') 50% 50% repeat-x;
}*/