@charset "UTF-8";

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

}

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

}

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

}

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

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

}

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

}


#container {
	width: 65em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3em;
}
#header {
}

.header {
	font-family: 'SpecialEliteRegular', serif;
	color: #999999;
	text-align: center;
}

.unsolved {
	font-family: 'old_stamperregular', serif;
	color: #990000;
	font-size: 5em;
	opacity:0.6;
	transform:rotate(-7deg);
	-ms-transform:rotate(-7deg); /* Internet Explorer */
	-moz-transform:rotate(-7deg); /* Firefox */
	-webkit-transform:rotate(-7deg); /* Safari and Chrome */
	-o-transform:rotate(-7deg); /* Opera */
	z-index: 1;
	margin-top: -0.2em;
	text-align: center;
}

nav {
	width: 55em;
	margin-right: auto;
	margin-left: auto;
	height: 0.1em;
	margin-top: -3em;
}
#header ul {
}
#header li {
	float: left;
	list-style-type: none;
	margin-right: 0.2em;
	margin-left: 0
.em;
	margin-left: 0.2em;
}

#header a: focus {
}
#header a {
	position: relative;
	background: #ffffcc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fffcc));
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	background-image: linear-gradient(to bottom, #fff, #ddd);
	float: left;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	/*-moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	box-shadow: 0 2px 2px rgba(0,0,0,.4);*/
	padding-top: 0.7em;
	padding-right: 2em;
	padding-bottom: 0.7em;
	padding-left: 2em;
	font-family: 'SpecialEliteRegular', serif;
	font-size: 0.9em;
}

/* ------------------------------------------------- */

.navStaticText {
	background: #ffffcc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	background-image: linear-gradient(to bottom, #fff, #ddd);
	float: left;
	text-decoration: underline;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0 0;
	/*-moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	box-shadow: 0 2px 2px rgba(0,0,0,.4);*/
	padding-top: 0.7em;
	padding-right: 2em;
	padding-bottom: 0.7em;
	padding-left: 2em;
	font-family: 'SpecialEliteRegular', serif;
	font-size: 0.9em;
	position: relative;
	font-weight: bolder;
}

.navLinkText {
	position: relative;
	background: #ffffcc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fffcc));
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	background-image: linear-gradient(to bottom, #fff, #ddd);
	float: left;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	/*-moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	box-shadow: 0 2px 2px rgba(0,0,0,.4);*/
	padding-top: 0.7em;
	padding-right: 2em;
	padding-bottom: 0.7em;
	padding-left: 2em;
	font-family: 'SpecialEliteRegular', serif;
	font-size: 0.9em;
} 

body {
	background-color: #000000;
	font-family: 'SpecialEliteRegular', serif;
	color: #000000;
	background-image: url(../santa_rosa_hitchhiker_murders/santa_rosa_hitchhiker_murders_bg.jpg);
	
}
#maincontent {
	width: 57em;
	margin-right: auto;
	margin-left: auto;
	height: 53em;
	background-color: #ffffcc;
	margin-top: 2em;
	margin-bottom: 2em;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding-top: 3em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
}
.statictext {
	color: #000000;
	font-family: 'SpecialEliteRegular', serif;
}
.statictext-u {
	text-decoration: underline;
	color: #000000;
	font-family: 'SpecialEliteRegular', serif;
}
.title {
	 font-family:'impact_label_reversedregular', 'SpecialEliteRegular', serif;
	color: #000000;
	text-align: center;
	font-weight: bold;
} 
.subtitle {
	font-family: 'SpecialEliteRegular', serif;
	color: #000000;
	text-align: center;
	line-height: 1em;
} 
