/*
Suzy Blue: #3b6387
	Light Blue: #d8ebfc
Krista Pink: #ff9ec6;
	Light pink: #fef0f6
*/

@font-face {
	font-family: FontAwesome;
	src: url(fonts/FontAwesome.otf);
}

body {
	margin:0;
	padding:0;
	background-color:#FFF;
	font-size:12px;
	line-height: 22px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	color:#000;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #ff9ec6;
}
a:hover {
	color: #666666;
}
a img {
	border:none;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	/* font-family: 'Gochi Hand', cursive; */
	font-size: 40px;
	line-height: 22px;
	font-weight: 100;
	margin: 10px 0 30px 0;
}
h2 {
	margin: 6px 0;
}

p {
	margin: 6px 0;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
}
.about p {
	margin: 6px 0 24px 0;
}

#wrap {
	position:relative;
	float:left;
	clear:left;
	z-index: 1;
}

#wrap #title_wrap {
	float:left;
	clear:left;
	cursor:pointer;
}
#wrap #title_wrap h1 {
	font-family: 'Open Sans', sans-serif;
	color:#ff9ec6;
}
#wrap #title_wrap h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 100;
	font-size: 34px;
	line-height: 20px;
	margin-left: 13px;
	color:#ff9ec6;
}

#wrap #menu_wrap {
	position:relative;
	float:right;
	clear:right;

}
#wrap #menu_wrap #main_menu {
	list-style: none;
	margin:0;
	padding:0;
}

#wrap #menu_wrap #main_menu li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	position:relative;
	float:right;
	clear:none;
	cursor:pointer;
	background-position: top left;
	color:#999;
}
#wrap #menu_wrap #main_menu li.current,#wrap #menu_wrap #main_menu li:hover {
	color: #ff9ec6;
} 


.main_headshot { 
	background: url('images/headshot.jpg');
}


.thumb_wrap {
	position:relative;
	float:left;
	clear:left;
	width:100%;
	overflow: hidden;
	margin-top:10px;
	z-index:2;
}
.thumb_wrap.current {
	z-index:3;
}
.thumb_wrap .thumb {
	position: relative;
	float: left;
	clear: none;
	height: 0;
	background-color: #AAA;
	border-radius: 10px;
	margin: 0 5px 30px 5px;
	overflow: hidden;
}
.thumb_wrap .thumb.press_item>.inner {
	background-position:center top;
	background-repeat:no-repeat;
	background-size:contain;
}

.thumb_wrap .thumb.current, 
.thumb_wrap .thumb:hover {
	background-color: #ff9ec6;
}


.thumb_wrap .thumb .inner {
	position: relative;
	float: left;
	clear: none;
	width: 100%;
	height: 100%;
	background-color: #999;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	background-position: center center;
	background-size:cover;

}
.thumb_wrap>.thumb:hover>.inner {
	opacity:1;
}

.thumb_wrap .thumb .inner .text_bar {
	position: absolute;
	left:0;
	bottom:0px;
	width:100%;
	height:40px;
	background-color:#ff9ec6;
	text-align:center;
	color:#ffffff;
}

.thumb_wrap .thumb .inner .text_bar h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size:20px;
	margin:6px 0 0 0;
}

.thumb_wrap .thumb .inner .text_bar p {
	font-size: 10px;
	line-height: 12px;
	margin:2px 0 0 0;
}


.film_wrap {
	width: 100%;
	height: 640px;
	position: relative;
	float: left;
	clear: left;
	display: none;
	background-color: #ff9ec6;
	border-radius: 10px;
	z-index: 3;
	overflow: hidden;
}
#wrap>.film_wrap>.video_wrap>.text_bar>h2 {
	z-index:20;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	text-align:right;
	color:#FFF;
}
.film_wrap>.video_wrap>.genre_wrap {
	position:relative;
	float:right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:12px;
	width:60%;
	clear:none;
	text-align:right;
	color:#fff;
	margin:6px 6px 6px 0;
}
.film_wrap>.video_wrap>.genre_wrap>.title {
	font-weight: 700;
	font-size:14px;
}

.film_wrap>.video_wrap {
	z-index:21;
	position:relative;
	width:100%;
	background-color: #ff9ec6;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	margin:0;
	overflow: hidden;
}
.film_wrap>.video_wrap>.thumbs_wrap {
	position:relative;
	float:left;
	clear:none;
	z-index:21;
/* 	margin:6px 16px 6px 6px; */
}
.film_wrap>.video_wrap>.text_wrap,.film_wrap>.video_wrap>.awards_wrap {
	position:relative;
	float:left;
	clear:none;
	margin:12px 6px 6px 6px;
	width:520px;
	height:auto;
	color:#fff;
}
.film_wrap>.video_wrap>.text_wrap {
	font-size: 13px;
	line-height:21px;	
}
.film_wrap>.video_wrap a {
	color:#fff;
}
.film_wrap>.video_wrap a:hover {
	color:#b6c7ed;
}

.film_wrap>.video_wrap video,
.film_wrap>.video_wrap #flash_vid {
	position:relative;
	float:left;
	clear:left;
	margin:0;
	z-index:2;
	background-color:#000;
	border-radius: 10px;
}

.thumbs_wrap>.small_thumbnail {
	position: relative;
	float:left;
	clear:none;
	width:148px;
	height:86px;
	background-color: #AAA;
	border-radius: 10px;
	margin: 4px 0px 4px 4px;
	margin-right: 4px;
	overflow:hidden;
}

.thumbs_wrap>.small_thumbnail.current, .thumbs_wrap>.small_thumbnail:hover  {
	background-color: #fff948;
}

.thumbs_wrap>.small_thumbnail>.inner {
	position: relative;
	float:left;
	clear:none;
	width:144px;
	height:82px;
	background-color: #999;
	border-radius: 8px;
	margin: 2px;
	overflow:hidden;
	cursor: pointer;
	background-position: center center;
	background-size: cover;
}

.thumbs_wrap>.small_thumbnail>.inner>p {
	position:absolute;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:14px;
	font-weight: 300;
	top:50px;
	left:6px;
	color:#fff;
	background-color:#000;
	padding:2px 6px;
}



.close_button {
	position: absolute;
	top: -2px;
	right: -3px;
	height: 16px;
	width: 16px;
	background-color: #000;
	border-radius: 9px;
	z-index: 4;
	cursor: pointer;
	color: #BBB;
	font-weight: bold;
	font-size: 15px;
	line-height: 16px;
	padding: 5px;
	text-align: center;
	display:none;
}

.close_button:hover {
	color:#fff;
}

#links_wrap {
	width: 140px;
	height: 25px;
	position: relative;
	float:right;
	clear:none;
}

#links_wrap .button {
	position: relative;
	cursor: pointer;
	font-family: FontAwesome;
	color: #ccc;
}
#links_wrap .button:hover {
	color: #ff9ec6;
}

.representation {
	margin-top:50px;
}
.contact_column {
	width: 230px;
	float:left;
	clear:none;
}

.contact_form_column {
	width: 340px;
	margin-top:30px;
	float:left;
	clear:left;
}

input,textarea {
	width:340px;
	background:none;
	position:relative;
	float:left;
	clear:left;
	margin-top:5px;
	border-radius:4px;
	padding:2px;
	border: 1px solid #999;
}
textarea {
	height:120px;
}
input[type=submit] {
	position:relative;
	float:left;
	clear:left;
}
	/* margin-left:255px; */


.nav_button_wrap {
	position: relative;
	float: left;
	clear: left;
	width: 270px;
	margin-left: calc(50% - 135px);
	display: none;
}

.nav_button {
	padding: 2px 4px;
	border-radius: 4px;
	margin-right: 10px;
	cursor: pointer;
	float:left;
	clear:none;
}

.nav_button>.icon {
	float:left;
	clear:none;
	font-family: FontAwesome;
	font-size:14px;	
	margin:4px;
	color:#999;
}
.nav_button>.icon:hover {
	color:#ff9ec6;
}

.nav_button>.text {
	margin:4px;
	float:left;
	clear:none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size:16px;	
	color:#999;
}
.nav_button>.text:hover {
	color:#ff9ec6;
}


#page_menu {
	list-style: none;
	position: relative;
	float: right;
	clear: right;
	width: 80px;
}
#page_menu>li {
	font-size: 15px;
	font-weight: bold;
	color: #999;
	list-style: none;
	position:relative;
	float:right;
	clear:none;
	padding:0 3px;
	margin:1px;
	cursor: pointer;
}
#page_menu>li.current,#page_menu>li:hover {
	/*
	background-color:#306292;
	color:#fff;
	border-radius:6px;
	*/
	color: #000;
}

.headshot {
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	cursor:pointer;
}

.bio .headshot {
	background-image: url(/images/headshots/1_thumb.jpg); 
}
.links .headshot {
	background-image: url(/images/headshots/2_thumb.jpg); 
}

.download {
	position:absolute;
	top:108px;
	right:20px;
	font-family: FontAwesome;
	font-size:22px;	
	color:#FFF;
	z-index: 100;
	text-shadow: 2px 1px 1px black;
	cursor:pointer;
	display:none;
}

.scrim {
	position:absolute;
	top:0;
	left:0;
	background-color: #000;
	width:100%;
	height:100%;
	opacity: .8;
	z-index:10;
}
#pdf {
	position:absolute;
	top:0;
	left:0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin-left: 10px;
	margin-top: 10px;
	z-index:11;
}
#pdf>object {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

.close {
	font-family: 'OpenSans',sans-serif;
	position:absolute;
	top:6px;
	right:6px;
	background-color: #333;
	color: #eee;
	border: 1px solid #999;
	font-weight: bold;
	padding: 2px 4px;
	cursor:pointer;
	width: 18px;
	text-align:center;
	border-radius: 20px;
	z-index:13;
}
.close:hover {
	background-color: #eee;
	color: #333;
}

code {
	display: none;
}

p.comment {
	font-size: 13px;
	margin: 0 0 12px 0;
}


/* Desktop */
@media only screen and (min-width: 980px) {

	#wrap {
		width:980px;
		top:28px;
		left:50%;
		margin-left:-490px;
		z-index: 1;
	}
	
	.main_headshot { 
		border-radius: 10px;
	}

	#content_wrap {
		position:relative;
		float:left;
		clear:both;
		margin-top:30px;
		margin-bottom:100px;
		min-height:400px;
		width:980px;
		z-index:2;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

	
	#content_wrap.main_headshot {
		margin-top:0px;
		height:520px;
	}

	#wrap #title_wrap h1 {
		font-size: 70px;
		line-height: 70px;
	}

	#links_wrap .button {
		float: right;
		width: 30px;
		height: 30px;
		margin-left: 15px;
		font-size: 30px;
		color: #ccc;
	}
	#wrap #menu_wrap {
		height: 30px;
		width: 366px;
		margin-top: 24px;	
	}
	#wrap #menu_wrap #main_menu {
		height:20px;
		width:362px;
		list-style: none;
		margin:0;
		padding:0;
	}
	
	#wrap #menu_wrap #main_menu li {
		font-size: 30px;
		height:30px;
		margin-left:24px;
	}

	.thumb_wrap .thumb {
		width: calc(33% - 8px);
	}

	#wrap>.film_wrap>.video_wrap>.text_bar {
		z-index:20;
		position:absolute;
		top:20px;
		width:100%;
		min-height: 60px;
	}

	#wrap>.film_wrap>.video_wrap>.text_bar>h2 {
		width:calc(100% - 20px);
		font-size:50px;
	}

	#announcements_wrap {
		position: absolute;
		left:0;
		top:610px;
		width:100%;
		height:40px;
		background-color: #fef0f6;
		border-radius: 10px;
		margin-top: 30px;
	}
	
	#announcements_wrap #announcements_title {
		position: absolute;
		top: 8px;
		left: 37px;
		width: 124px;
		height: 10px;
		color: #ff9ec6;
		font-size: 18px;
	}
	
	#announcements_wrap #announcements {
		position: absolute;
		top:13px;
		left:168px;
		width:610px;
		height:18px;
		overflow: hidden;
		font-weight: 700;
	}
	#announcements_wrap #announcements #announcements_inner {
		position: absolute;
		top:0;
		left:0;
		width:60000px;
		height:18px;
	}
	
	#announcements_wrap #announcements #announcements_inner div {
		position: relative;
		float:left;
		clear:none;
		width:1000px;
		height:18px;
		font-size: 15px;
		line-height: 12px;
		margin:0;
		padding:0;
	}

	.headshot {
		position:relative;
		float:right;
		width: 50%;
		height: 400px;
		margin: 0 10px 10px 10px;
		border: 4px solid #999;
	}


}

/* General styles for tablet sizes. */
@media only screen and (min-width: 600px) and (max-width: 980px) {

	#wrap {
		width: 100%;
		position: relative;
		float: left;
		clear: left;
		top: 0;
		left: 0;
		margin-left: 0;
		z-index: 1;
	}

	
	#content_wrap {
		position:relative;
		float:left;
		clear:both;
		top:80px;
		height: 100%;
		width: 100%;
		min-height:500px;
		z-index:2;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.bio #content_wrap {
		margin: 12px;
	}
	

	.main_headshot { 
		border-radius: 0;
	}
	#content_wrap.main_headshot {
		margin-top:0px;
		height:100%;
	}

	#wrap #title_wrap {
		width: 360px;
		margin-bottom: -10px;
	}
	#wrap #title_wrap h1 {
		font-size: 50px;
	}

	#links_wrap {
		margin-top: 12px;
	}


	#links_wrap .button {
		float: right;
		width: 30px;
		height: 30px;
		margin-left: 15px;
		font-size: 30px;
		color: #ccc;
	}

	#wrap #menu_wrap {
		height: 25px;
		width: 260px;
		position: relative;
		float:right;
		clear:right;
	}
	
	#wrap #menu_wrap #main_menu li {
		margin-right: 10px;
		height:25px;
		font-size: 20px;
		line-height: 32px;
	}

	.thumb_wrap .thumb {
		width: calc(33% - 8px);
	}

	#wrap>.film_wrap>.video_wrap>.text_bar {
		z-index:20;
		position:absolute;
		top:20px;
		width:100%;
		min-height: 60px;
	}

	#wrap>.film_wrap>.video_wrap>.text_bar>h2 {
		width:calc(100% - 20px);
		font-size:40px;
	}


	#announcements_wrap {
		position: fixed;
		left:0;
		bottom:0px;
		width:100%;
		height:30px;
		background-color: #fef0f6;
		z-index:20;
	}
	
	#announcements_wrap #announcements_title {
		position: relative;
		float:left;
		clear:left;
		color: #ff9ec6;
		top: 8px;
		left: 4px;
	}
	
	#announcements_wrap #announcements {
		position: relative;
		float: left;
		clear: none;
		clear:none;
		width: calc(100% - 88px);
		height: 22px;
		overflow: hidden;
		font-weight: 700;
		margin-top: 8px;
		margin-left: 10px;
	}

	#announcements_wrap #announcements #announcements_inner {
		position: absolute;
		top:0;
		left:0;
		width:60000px;
		height:13px;
	}
	
	#announcements_wrap #announcements #announcements_inner div {
		position: relative;
		float:left;
		clear:none;
		width:1000px;
	}

	.headshot {
		position:relative;
		float:right;
		width: 50%;
		height: 300px;
		margin: 0 10px 10px 10px;
		border: 4px solid #999;
		cursor:pointer;
	}

}



/* General styles for phone size screens, anything under 600px. */
@media only screen and (max-width: 599px) {
	#wrap {
		width: 100%;
		position: relative;
		float: left;
		clear: left;
		top: 0;
		left: 0;
		margin-left: 0;
		z-index: 1;
	}

	.main_headshot { 
		border-radius: 0;
	}
	
	#content_wrap {
		position:relative;
		float:left;
		clear:both;
		height: 100%;
		min-height:500px;
		margin-top: 0px;
		width: 100%;
		z-index:2;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

	#content_wrap.main_headshot {
		margin-top:0px;
		height:100%;
	}

	#wrap #title_wrap {
		width: 182px;
	}
	#wrap #title_wrap h1 {
		font-size: 24px;
	}

	#links_wrap {
		width: 130px;
		margin-top: 6px;
	}


	#links_wrap .button {
		float: right;
		width: 20px;
		height: 20px;
		margin-left: 10px;
		font-size: 20px;
	}

	#wrap #menu_wrap {
		height: 25px;
		width: 182px;
		position: relative;
		float:right;
		clear:right;
	}
	
	#wrap #menu_wrap #main_menu li {
		margin-right: 6px;
		height:25px;
		font-size: 17px;
	}

	.thumb_wrap .thumb {
		width: calc(50% - 12px);
	}

	#wrap>.film_wrap>.video_wrap>.text_bar {
		z-index: 20;
		position: relative;
		float: left;
		clear: left;
		width: 100%;
		margin-top: 10px;
	}

	#wrap>.film_wrap>.video_wrap>.text_bar>h2 {
		width:calc(100% - 20px);
		font-size:30px;
	}

	#announcements_wrap {
		position: fixed;
		left:0;
		bottom:0px;
		width:100%;
		height:30px;
		background-color: #fef0f6;
		z-index:20;
	}
	
	#announcements_wrap #announcements_title {
		position: relative;
		float:left;
		clear:left;
		color: #ff9ec6;
		top: 8px;
		left: 4px;
	}
	
	#announcements_wrap #announcements {
		position: relative;
		float: left;
		clear: none;
		clear:none;
		width: calc(100% - 88px);
		height: 22px;
		overflow: hidden;
		font-weight: 700;
		margin-top: 9px;
		margin-left: 10px;
	}

	#announcements_wrap #announcements #announcements_inner {
		position: absolute;
		top:0;
		left:0;
		width:60000px;
		height:18px;
	}
	
	#announcements_wrap #announcements #announcements_inner div {
		position: relative;
		float:left;
		clear:none;
		width:1000px;
	}


	.headshot {
		position:relative;
		float:right;
		width: calc(100% - 9px);
		height: 200px;
		margin: 0 0 12px 0;
		border: 4px solid #999;
		cursor:pointer;
	}
	
}
