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

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/fonts/BebasNeue-webfont.eot');
    src: url('/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/BebasNeue-webfont.woff') format('woff'),
         url('/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sunshine_in_my_soulregular';
    src: url('/fonts/sunshine_in_my_soul-webfont.eot');
    src: url('/fonts/sunshine_in_my_soul-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/sunshine_in_my_soul-webfont.woff') format('woff'),
         url('/fonts/sunshine_in_my_soul-webfont.ttf') format('truetype'),
         url('/fonts/sunshine_in_my_soul-webfont.svg#sunshine_in_my_soulregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, h1, h1 a, h2, h3 {
	color: #f9e8cd;
	text-decoration: none;
}

#menu, #menu a:link, #menu a:visited, h4, h5, p, #content a:link, #content a:visited {
color: #a89d8a;
}

html, body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#container {
	min-height:100%;
	position: absolute;
	right: 7%;
	width: 640px;
}

#header {
	padding: 0px;
	white-space: nowrap;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1 {
	font-size: 104px;
	font-family: 'BebasNeueRegular', Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 23px;
	font-family: 'sunshine_in_my_soulregular', Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	position: absolute;
	top: 22px;
	left: 345px;
	line-height: 39px;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 em {
	font-size: 43px;
	font-family: 'BebasNeueRegular', Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

h3 {
	font-size: 24px;
	font-family: 'BebasNeueRegular', Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h4 {
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
}

h5 {
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
}

img {
	border-style: none;
}

/* Transparency */
#menu, #content {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000)";
}

#content {
	margin-top: -10px;
	padding: 10px;
}

#content p {
	font-size: 12pt;
	text-align: justify;
	margin-top: 0px;
	text-indent: 1.8em;
}

.bio {
	clear: both;
	min-height: 188px;
}

.bio img {
	float: left;
	margin-right: 10px;
	margin-bottom: 23px;
}

#bio-bryce {
	width: 640px;
	display: none;
	background-color: #414141;
	padding: 10px;
	text-align: justify;
}

.hidden {
    display: none;
}

.fancybox-stills img {
	margin-bottom: 10px;
}

a:hover img {
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

#menu {
	font-size: 24px;
	font-family: 'BebasNeueRegular', Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	top: -20px;
	padding-top: 2px;
	height: 28px;
	margin: 0px;
}

#menu ul {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 7%;
	margin-right: -57px;
	white-space: nowrap;
}

#menu li
{
	display: inline;
	padding: 0;
	margin: 0;
}

#menu a {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
}

#menu a:hover, #content a:hover {
	color: #f9e8cd;
}

#spacer {
	padding-bottom: 50px;
}

#footer {
	width: 640px;
	text-align: right;
	position: absolute;
	height: 25px;
	bottom: 0px;
}

#footer p {
	font-size: 8pt;
	font-family: 'sunshine_in_my_soulregular', Geneva, Arial, Helvetica, sans-serif;
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
	margin: 0px;
}

#footer a:link, #footer a:visited {
	color: #a89d8a;
	font-size: 12pt;
	font-family: 'BebasNeueRegular', Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footer a:hover
{
	color: #f9e8cd;
}