html,body{
	background: #FFFFFF;
	color: #000;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0;
}

*{
	font-family: "Benton Sans RE",arial,helvetica,sans-serif;
	font-size: 11px;
	color: #333;
	font-style: normal;
	font-weight: normal;
	line-height: 11pt;
}

a{
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	transition: color .2s;
}
	a:hover{
		color: #878787;
	}

#wrapper{
	width: 100%;
	height: 100%;
	position: relative;
}

#header{
	position: fixed;
	top: 0;
	left: 30px;
	right: 30px;
	height: 65px;
	background: #fff;
	padding-top: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #555;
	z-index: 3;
}

	#mobimenubutton{
		display: none;
	}

	#header .menu{
		margin-top: 0;
		padding-left: 0;
	}

		#header .menu li{
			margin-right: 10px;
			text-transform: uppercase;
			list-style: none;
			float: left;
			position: relative;
		}

			#header .menu li a{
				text-decoration: none;
			}
			
			#header .menu li div.selected_rightunderline,
			#header .menu li div.selected_leftunderline{
				position: absolute;
				bottom: -11px;
				width: 10px;
				height: 24px;
				text-align: center;
			}
				#header .menu li div.selected_leftunderline{
					left: -10px;
				}
				#header .menu li div.selected_rightunderline{
					right: -10px;
				}
				/*
				#header .menu li.selected div.selected_leftunderline,
				#header .menu li.selected div.selected_rightunderline{
					border-bottom: 1px solid #fff;
					z-index: 2;
				}
				*/
			
	#content{
		position: fixed;
		top: 60px;
		bottom: 0;
		left: 0;
		right: 0;
		padding-top: 68px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
		overflow: auto;
	}
			
		#content.full{
			bottom: 70px;
			padding-top: 28px;
		}
		
		#content.min1col{
			left: 180px;
			padding-top: 67px !important;
		}
			
		#content.min2col{
			left: 335px;
		}
		
		#content .article{
			margin-bottom: 40px;
			min-height: 120px;
			clear: both;
			display: flex;
		}
			#content .article div.newsLeft{
				float: left;
				max-width: 400px;
				width: 35%;
			}
				#content .article div.newsLeft img{
					width: 95%;
				}
			#content .article .header{
				float: left;
				width: 300px;
			}
			#content .article .header h2{
				text-transform: uppercase;
				margin-top: 0;
			}
			#content div.newsSpacer{
				height: 40px;
			}
			
	#nav1_head{
		position: fixed;
		top: 0;
		left: 30px;
		width: 140px;
		height: 37px;
		padding-top: 90px;
		border-bottom: 1px solid #555	;
		z-index: 2;
	}
			
	#nav1{
		position: fixed;
		top: 150px;
		bottom: 120px;
		left: 0;
		width: 140px;
		padding-left: 30px;
		overflow: auto;
		overflow-x: hidden;
		z-index: 2;
	}
			
	#nav2_head{
		position: fixed;
		top: 0;
		left: 200px;
		width: 130px;
		height:37px;
		padding-top: 90px;
		border-bottom: 1px solid #555;
		z-index: 2;
	}
			
	#nav2{
		position: fixed;
		top: 150px;
		bottom: 120px;
		left: 200px;
		width: 130px;
		padding-left: 0px;
		overflow: auto;
		overflow-x: hidden;
		z-index: 2;
	}
	
	#nav1.whitesheet{
		left: -10px;
		width: 155px;
		top: 128px;
	}
	
	#nav2.whitesheet{
		left: 190px;
		width: 145px;
		top: 128px;
	}
	
	#nav1 div.whitesheet,
	#nav2 div.whitesheet{
		background: #fff;
		padding: 10px;
		padding-top: 22px;
	}

	#nav1 ul,
	#nav2 ul{
		margin-top: 0;
		padding-left: 0;
	}

		#nav1 ul li,
		#nav2 ul li{
			text-transform: capitalize;
			list-style: none;
			/*
			-webkit-transform-style: preserve-3d;
			-moz-transform-style: preserve-3d;
			transform-style: preserve-3d;
			-webkit-perspective: 600px;
			-moz-perspective: 600px;
			perspective: 600px;
			-webkit-transform: perspective( 600px );
			-moz-transform: perspective( 600px );
			transform: perspective( 600px );
			*/
			-webkit-transition: -webkit-transform .3s;
			-moz-transition: -moz-transform .3s;
			transition: transform .3s;
		}

			#nav1 ul li a,
			#nav2 ul li a{
				text-decoration: none;
			}

				#nav1 ul li:hover,
				#nav2 ul li:hover{
					-webkit-transition: -webkit-transform .1s;
					-moz-transition: -moz-transform .1s;
					transition: transform .1s;
					-webkit-transform: /*perspective( 600px )*/ translateX(5px);
					-moz-transform: /*perspective( 600px )*/ translateX(5px);
					transform: /*perspective( 600px )*/ translateX(5px);
				}
			
	#content_head{
		position: fixed;
		top: 0;
		left: 365px;
		width: 200px;
		height:37px;
		padding-top: 90px;
		z-index: 2;
	}
	
#fade-bottom{
	position: fixed;
	bottom: 69px;
	left: 0px;
	right: 0px;
	height: 100px;
	background: url('/images/fade_bottom.png') bottom repeat-x;
}

#footer{
	position: fixed;
	bottom: 22px;
	left: 30px;
	width: 155px;
	height: 27px;
	background: url('/images/logo.svg') no-repeat;
	background-size: contain;
}
	#footer.no-svg{
		background: url('/images/logo.png') no-repeat;
	}

#logo-topright{
	position: fixed;
	top: 26px;
	right: 30px;
	width: 25px;
	height: 25px;
	background: url('/images/logo_brackets.svg') no-repeat;
	background-size: contain;
}
	#logo-topright.no-svg{
		background: url('/images/logo_brackets.png') no-repeat;
	}

.hidden{
	display: none;
}

.filter{
	font-style: italic;
}

.person{
	float: left;
	height: 250px;
	min-width: 70px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: block;
	/*
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
	*/
	-webkit-transform: /*perspective( 600px )*/ rotate3d(0,1,0,0deg);
	-moz-transform: /*perspective( 600px )*/ rotate3d(0,1,0,0deg);
	transform: /*perspective( 600px )*/ rotate3d(0,1,0,0deg);
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
}
	.person.tofront,
	.person:hover{
		-webkit-transition: -webkit-transform .1s;
		-moz-transition: -moz-transform .1s;
		transition: transform .1s;
		-webkit-transform: /*perspective( 600px )*/ rotate3d(0,1,0,0deg);
		-moz-transform: /*perspective( 600px )*/ rotate3d(0,1,0,0deg);
		transform: /*perspective( 600px )*/ rotate3d(0,1,0,0deg);
	}
	.person img{
		height: 220px;
	}
	.person span{
		-webkit-transition: -webkit-opacity .1s;
		-moz-transition: -moz-opacity .1s;
		transition: opacity .1s;
	}
	.person:hover span{
		color: #999;
	}
	
	.person.toback{
		-webkit-transition: -webkit-transform .3s;
		-moz-transition: -moz-transform .3s;
		transition: transform .3s;
		-webkit-transform: perspective( 600px );
		-moz-transform: perspective( 600px );
		transform: perspective( 600px );
		-webkit-opacity: 0.5;
		-moz-opacity: 0.5;
		opacity: 0.5;
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
		filter: gray; /* IE6-9 */
		-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */

	}
	.person.toback span{
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		-webkit-transition: -webkit-opacity .5s;
		-moz-transition: -moz-opacity .5s;
		transition: opacity .5s;
	}

.album{
	float: left;
	height: 220px;
	min-width: 70px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: block;
	position: relative;
	/*
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
	*/
	-webkit-transform: perspective( 600px ) rotate3d(0,1,0,0deg);
	-moz-transform: perspective( 600px ) rotate3d(0,1,0,0deg);
	transform: perspective( 600px ) rotate3d(0,1,0,0deg);
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
}
	.album:hover{
		-webkit-transition: -webkit-transform .1s;
		-moz-transition: -moz-transform .1s;
		transition: transform .1s;
		-webkit-transform: perspective( 600px ) rotate3d(0,1,0,0deg);
		-moz-transform: perspective( 600px ) rotate3d(0,1,0,0deg);
		transform: perspective( 600px ) rotate3d(0,1,0,0deg);
	}
	.album img{
		height: 220px;
	}

	.album span{
		display: none;
		position: absolute;
		top: 10px;
		left: 10px;
		color: #000;
		padding: 3px;
		text-transform: uppercase;
	}

	.album:hover img{
		-webkit-opacity: 0.2;
		-moz-opacity: 0.2;
		opacity: 0.2;
	}

	.album:hover span{
		display: block;
	}
	
.thumbs-scrollpane{
	width: 100%;
	height: 70%;
	max-height: 700px;
	overflow: auto;
	white-space: nowrap;
	position: fixed;
	left: 0;
	padding-left: 365px;
	right: 0;
	box-sizing: border-box;
}
	.thumbs-scrollpane img{
		height: 96%;
		display: inline;
		margin-right: 20px;
	}
	.videoThumb{
		display: block;
		float: left;
		height: 200px;
		margin-right: 20px;
		margin-bottom: 20px;
		position: relative;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-perspective: 400px;
		-moz-perspective: 400px;
		perspective: 400px;
		-webkit-transform: perspective( 400px ) rotate3d(0,1,0,0deg);
		-moz-transform: perspective( 400px ) rotate3d(0,1,0,0deg);
		transform: perspective( 400px ) rotate3d(0,1,0,0deg);
		-webkit-transition: -webkit-transform .3s;
		-moz-transition: -moz-transform .3s;
		transition: transform .3s;
	}
		.videoThumb:hover{
			-webkit-transition: -webkit-transform .1s;
			-moz-transition: -moz-transform .1s;
			transition: transform .1s;
			-webkit-transform: perspective( 400px ) rotate3d(0,1,0,0deg);
			-moz-transform: perspective( 400px ) rotate3d(0,1,0,0deg);
			transform: perspective( 400px ) rotate3d(0,1,0,0deg);
		}
		.videoThumb img{
			height: 100%;
			margin-right: 0;
		}
		.album div,
		.videoThumb span{
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left: -40px;
			margin-top: -40px;
			width: 80px;
			height: 80px;
			background: url('/images/play.png') no-repeat;
			/*opacity: 0.5;
			-webkit-transition: -webkit-opacity .3s;
			-moz-transition: -moz-opacity .3s;
			transition: opacity .3s;*/
		}
		.album:hover span,
		.videoThumb:hover span{
			opacity: 1;
		}
		
	.videoFrameFull{
		height: 96%;
		width: 100%;
		max-width: 930px;
		max-height: 600px;
	}
	

.thumbs-albumname{
	position: absolute;
	bottom: 80px;
}

i{
	font-style: italic;
}

.selected-menuitem,
.selected-menuitem > a{
	color: #780101;
}

.bio-pic{
	width: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.category_people li{
	padding-left: 10px;
}
.category_people li > a{
	font-style: italic;
}

.mobi-albumdropdown{
	display: none;
}


			
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
  
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

@media all and (max-width: 800px) {
  
  html,body{
	overflow: auto;
	overflow-x: hidden;
	height: auto;
	padding-top: 15px;
  }
  
	#header{
		z-index: 5;
		border-bottom: none;
		background: #fff;
		width: 70%;
		height: 100%;
		left: 0;
		padding-left: 20px;
		border-right: 1px solid #ddd;
		-webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow:    1px 0px 5px 0px rgba(0, 0, 0, 0.5);
		box-shadow:         1px 0px 5px 0px rgba(0, 0, 0, 0.5);
	}
  
	  #header .menu li{
		float: none;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
	  }
	  #header .menu li.selected a{
		color: #780101;
	  }
	  #header .menu li a{
		background: #fff;
	  }
				
				#header .menu li div.selected_rightunderline,
				#header .menu li div.selected_leftunderline{
					display: none;
				}
					#header .menu li.selected div.selected_leftunderline,
					#header .menu li.selected div.selected_rightunderline{
						display: none;
					}
				
	#content{
		position: relative;
		width: 100%;
		overflow: visible;
		left: 70%;
		margin-bottom: 200px;
		top: auto;
		bottom: auto;
		right: auto;
		padding-top: 0;
	}
	
	#content.full{
		padding-top: 30px;
		bottom: auto;
	}
	
	#content.min1col{
		width: 100%;
		position: relative;
		left: 70%;
	}
	
	#content.min2col{
		left: 70%;
	}
	
	#content.bio{
		width: 85%;
	}
  
	#logo-topright{
		display: none;
	}
  
	#mobimenubutton{
		position: fixed;
		top: 0px;
		left: 70%;
		cursor: pointer;
		display: block;
		background: #fff;
		width: 100%;
		padding: 5px;
		padding-left: 10px;
		border-bottom: 1px solid #ddd;
		z-index: 4;
	}

	.mobi-albumdropdown{
		display: block;
		position: absolute;
		bottom: 10px;
		right: 0;
		cursor: pointer;
		text-align: right;
		width: 100%;
	}
  
	#nav1_head{
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		margin-left: 30px;
		margin-top: 0;
		left: 70%;
		padding-top: 37px;
		display: none;
	}
  
	#nav1{
		position: relative;
		top: auto;
		bottom: auto;
		left: 70%;
		right: auto;
		display: none;
	}
  
	#nav2_head{
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		margin-left: 30px;
		padding-top: 37px;
		margin-top: 0;
		left: 70%;
		width: 85%;
	}
	
	#nav2{
		position: relative;
		top: auto;
		bottom: auto;
		left: 70%;
		right: auto;
		margin-left: 30px;
		width: 85%;
	}
	
	#nav1 ul li, #nav2 ul li{
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
		width: 100%;
		display: none;
		opacity: 1 !important;
	}
	
	#nav1 ul li.selected-menuitem, #nav2 ul li.selected-menuitem{
		display: block;
	}
	
	#nav1.whitesheet,
	#nav2.whitesheet{
		left: 70%;
		width: 85%;
		top: auto;
		padding: 0;
	}
	
	#nav1 div.whitesheet,
	#nav2 div.whitesheet{
		padding: 0;
	}
	
	#content_head{
		display: none;
	}
	
	#fade-bottom{
		display: none;
	}
	
	.thumbs-scrollpane{
		height: auto;
		max-height: none;
		overflow: visible;
		white-space: normal;
		position: relative;
		width: 100%;
		padding-left: 0;
		margin-left: -30px;
	}
	
	.thumbs-scrollpane img{
		width: 100%;
		height: auto;
	}
	
	.thumbs-albumname{
		bottom: auto;
		top: -30px;
		z-index: 4;
		text-transform: uppercase;
	}
	
	.person,
	.album {
		height: auto;
	}
	
	.person span,
	.album span{
		background: rgba(255,255,255,0.5);
		display: block;
	}
	
	.person img,
	.album img {
		height: auto;
		width: 90%;
	}
	
	#footer{
		display: none;
	}
}