@charset "utf-8";
/* CSS Document */

body {
	height: 1500px;
	width: 100%;
	
	/* background-color: #e1e1e1; */
	background-color: black;
	background-repeat: no-repeat;
	background: linear-gradient(
		rgba(0, 0, 0, 1.0) 0%,
		rgba(70, 70, 70, 1.0) 40%,
		rgba(0, 0, 0, 1.0) 50%,
		rgba(0, 0, 0, 1.0) 100%
	);
	color: white;
}

@font-face {
	font-family: Roboto-Thin;
	src: url(../_font/Roboto-Thin.ttf);
}

@font-face {
	font-family: Roboto-Light;
	src: url(../_font/Roboto-Light.ttf);
}

header {
	width: 1280px;
	position: relative;
	top: 30px;
	left: 10px;
}

header h1 {
	width: 300px;
	margin: 0 20px 0 20px;
	padding: 0;
	font-family: Roboto-Thin;
	font-weight: 100;
	font-size: 70px;
	display: inline;
	/* text-align: center; */
}

#menu {: 800px;
	display: inline;	
	margin: 0;
	padding: 0;
}

#menu ul {
	display: inline;
}

#menu li {
	padding: 0 20px 0 20px;
	/* font-family: Roboto-Light; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: inline;
	text-align:center;
}

#menu li a {
	/*font-family: Roboto-Light;*/
	font-size: 18px;
	text-decoration: none;
	color: white;
}

#menu li:hover {
	background-color: rgba(255, 255, 255, 0.2);
	cursor: pointer;
}

#curPage {
	background-color: rgba(190, 190, 255, 0.5);
	padding: 0 10px 0 10px;
}

#linkImages {
	width: 1200px;
	margin-left: 60px;
	margin-top: 80px;
	margin-bottom: 20px;
}

#lowerImages {
	width: 1200px;
	margin-left: 60px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.imageNorm {
	display: inline;
	margin-right: 20px;
}

.imageLink {
	cursor: pointer;
	z-index: 0;
	display: inline;
	margin-right: 20px;
}

#BBULink {
	cursor: pointer;
	z-index: 0;
	display: inline;
	margin-left: 50px;
	margin-right: 40px;
}

.imageLink img {
	border: 1px solid #444;
}

.imageLink img:hover {
	border: 1px solid #fff;
}

.mainLinks {
	width: 1920px;
	margin-left: 150px;
	margin-top: 40px;
}

#videoLink {
	display: inline;
	margin-left: 180px;
}

#videoLink iframe {
	padding: 4px;
	border: 1px solid #388;
}

#resume {
	width: 800px;
	position: relative;
	top: 40px;
	left: 40px;
}

#resume img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 4px;
	margin solid 1px @AAF;
}

#resume h1 {
	font-family: Roboto-Light;
	font-size: 22px;
	color: white;

}
#resume #bioText {
	margin-bottom: 160px;
}

#resume h3 {
	font-family: Roboto-Light;
	font-size: 20px;
	font-style: italic;
	color: #aaF;

}

#bio {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	color: #ccc;
}

#bio li {
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 18px;
}

#standupVid {
	display: inline;
}

.centerVid {
	display: none;
}

#contactForm {
	position: relative;
	top: 100px;
	left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #DDD;
}

#storiesPopup {
	position: absolute;
	top: 64px;
	left: 524px;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	/* width: 180px; */
	/* height: 200px; */
	/* border: 1px solid red; */
}

#storiesPopup ul {
	margin: 0;
	padding: 0;
}

#storiesPopup li {
	padding: 4px 4px 0px 8px;
	margin: 0;
	display: block;
	text-align: left;
	/* background-color: rgba(255, 255, 255, 0.2); */
	background-color: rgba(0,0,0,0.8);
	cursor: pointer;
	color: #888;
}

#storiesPopup li:hover {
	background-color: rgba(0,0,0,1.0);
	color: #ddd;
}
