@charset "UTF-8";

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;/*vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/*table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
.clearfix {
	clear: both;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/shim/boxsizing.htc);
}

img {
	behavior: url("shim/pngbehavior.htc");
}

body {
	background-color: #0F0F0F;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: center top;
}

html, body, p, td {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	color: rgba(105, 105, 105, 1.00);
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	font-style: normal;
	font-weight: 400;
}

#wrapper {
	padding: 0px;
	height: auto;
	width: 1200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position: absolute;
}

#music_player {
	position: absolute;
	display: none;
}

#logo_holder {
	background-image: url(../images/mikeyrowe_logo.png);
	height: 119px;
	width: 597px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#keyboard_wrap {
	height: 614px;
	width: 1200px;
	position: absolute;
	left: 0px;
	top: 180px;
	overflow: hidden;
	background-color: #000000;
	border-radius: 10px;
	/*box-shadow: -2px -2px 3px rgba(0,0,0,1), 2px 2px 3px rgba(255,255,255,0.2);*/
	background-image: url(../images/bg_main.jpg);
}

.key {
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

#keys1 {
	background-image: url(../images/keys_1.png);
	height: 614px;
	width: 889px;
	left: 0px;
	cursor: none;
}

#keys2 {
	background-image: url(../images/keys_2.png);
	height: 614px;
	width: 103px;
	left: 870px;
}

#keys3 {
	background-image: url(../images/keys_3.png);
	height: 370px;
	width: 64px;
	left: 950px;
	z-index: 120;
}

#keys4 {
	background-image: url(../images/keys_4.png);
	height: 614px;
	width: 108px;
	left: 974px;
}

#keys5 {
	background-image: url(../images/keys_5.png);
	height: 614px;
	width: 121px;
	left: 1079px;
}

.keyshade {
	-webkit-filter: drop-shadow(-2px 2px 8px rgba(0, 0, 0, .9));
	-moz-filter: drop-shadow(-2px 2px 8px rgba(0, 0, 0, .9));
	-ms-filter: drop-shadow(-2px 2px 8px rgba(0, 0, 0, .9));
	-o-filter: drop-shadow(-2px 2px 8px rgba(0, 0, 0, .9));
	filter: drop-shadow(-2px 2px 8px rgba(0, 0, 0, .9));
}

#content_holder {}

#content_area {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 596px;
	z-index: 50;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
}

#victims, #gallery, #contact, #sounds {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 60;
	height: 596px;
}

#gallery {
	background-image: url(../images/bg_gallery.jpg);
	background-repeat: no-repeat;
	overflow-x: scroll;
	width: 1180px;
}

#gallery_holder {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 2090px;
	overflow-x: scroll;
	overflow-y: hidden;
}

#sounds {
	width: 900px;
	background-image: url(../images/bg_sound_dust.jpg);
}

#contact {
	width: 1050px;
	background-image: url(../images/bg_contact.jpg);
}

#victims_holder, #gallery_holder {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 596px;
	z-index: 50;
	overflow-x: scroll;
	overflow-y: hidden;
}

#victims_holder {
	background-color: #D8CFC8;
	top: 10px;
	height: 530px;
}

.victims_item, .gallery_item {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	width: 500px;
	height: 500px;
	background-color: rgba(0, 0, 0, 1.00);
	box-shadow: inset -2px -2px 3px rgba(0, 0, 0, 1), inset 2px 2px 3px rgba(255, 255, 255, 0.2), 3px 3px 11px rgba(0, 0, 0, 0.45);
	border-radius: 5px;
	overflow: hidden;
}

.slider_space {
	position: relative;
	float: left;
	margin-right: 20px;
	height: 500px;
}

#victims {
	background-image: url(../images/bg_victims.jpg);
	background-repeat: no-repeat;
	overflow-x: scroll;
	width: 1180px;
}

.victims_image, .gallery_image {}

.info_holder {
	position: absolute;
	left: 0px;
	top: 440px;
	width: 500px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.59);
	padding-top: 10px;
	padding-left: 20px;
	color: rgba(255, 255, 255, 1.00);
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 13px;
	line-height: 19px;
}

#contact_form {
	width: 776px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 590px;
}

#contact_form legend {
	font-size: 15px;
	color: #C9C9C9;
}

#contact_form label {
	display: block;
	margin-bottom: 5px;
	width: 100%;
	margin-left: 4px;
}

#contact_form label span {
	float: left;
	color: #666666;
	width: 100%;
	clear: both;
}

#contact_form input {
	height: 45px;
	border: 1px solid rgba(248, 0, 26, 1.00);
	padding-left: 6px;
	color: #021928;
	width: 100%;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	padding: 10px;
	font-size: 14px;
	background-color: rgba(252, 0, 0, 1.00);
}

#contact_form textarea {
	border: 1px solid rgba(248, 0, 26, 1.00);
	color: #021928;
	height: 80px;
	width: 100%;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	padding: 10px;
	font-size: 14px;
	background-color: rgba(252, 0, 0, 1.00);
}

.submit_btn {
	border: none;
	padding: 5px 15px 5px 15px;
	color: #021928;
	border-radius: 3px;
	background-color: rgba(252, 0, 0, 1.00);
	width: 100%;
	height: 40px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 14px;
	cursor: pointer;
	border: none;
}

.submit_btn:hover {
	background-color: #FF6700;
}

.success {
	background: #CFFFF5;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #B9ECCE;
	border-radius: 5px;
	font-weight: normal;
}

.error {
	background: #FFDFDF;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFCACA;
	border-radius: 5px;
	font-weight: normal;
}

.invalid{
	border: 1px solid rgba(255, 255, 255, 1) !important;
	background: rgba(138, 48, 48, 1) !important;
}

.form_item {
	position: absolute;
	left: 182px;
	width: 290px;
	height: 0px;
}

#result {
	position: absolute;
	left: 62px;
	top: 429px;
	width: 586px;
	height: 26px;
}

placeholder {
	color: rgba(0, 0, 0, 1.00);
}

::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 1.00);
}

:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, 1.00);
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, 1.00);
}

:-ms-input-placeholder {
	color: rgba(0, 0, 0, 1.00);
}

fieldset {
	border-style: none;
	color: rgba(0, 0, 0, 1.00);
}

#sounds_btn {
	font-size: 16px;
	color: rgba(0, 0, 0, 1);
	background-color: #528187;
	height: 44px;
	width: 303px;
	position: absolute;
	left: 362px;
	top: 346px;
	padding-left: 0px;
	padding-top: 12px;
	border: 1px solid rgba(82, 129, 135, 1.00);
	cursor: pointer;
	text-align: center;
}

#sounds_btn:hover {
	background-color: rgba(43, 43, 43, 1.00);
	color: rgba(82, 129, 135, 1.00);
}

.play_btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 200px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.80);
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	padding-top: 10px;
	border: 1px solid rgba(0, 0, 0, 0.80);
}

.play_btn:hover {
	color: rgba(0, 0, 0, 1.00);
	background-color: rgba(255, 255, 255, 0.40);
}

i {
	margin-right: 15px;
}

#gallery_btn {
	height: 28px;
	width: 77px;
	border: 1px solid #FFFFFF;
	position: absolute;
	left: 501px;
	top: 139px;
	text-align: center;
	font-size: 22px;
	color: #DDCF53;
	z-index: 100;
	padding-left: 18px;
	padding-top: 2px;
	cursor: pointer;
}

#gallery_btn:hover {
	color: #040404;
	background-color: #DDCF53;
}

#social_icons {
	display: none;
}

#twitter_icon {
	width: 50px;
	height: 50px;
	position: relative;
	float: left;
}
