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

body, a {
	background-color:#191919;
	background-image:url(images/background.png);
	background-position:top center;
	background-repeat:no-repeat;	
	color: #333;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
body {
	bottom: 0;
    display: block;
    height: 100%;
    margin-top: 20px;
    position: absolute;
    width: 100%;
}
body, a, p, ul, div, span, head, html {
	cursor: cell;
}
a {
	letter-spacing:5px;
}

input {
	background-color:#191919;
	color:#333;
	border:1px dotted #666;
}

input:hover, input:focus {
	background-color:#010101;
}

#mce-responses {
	float:left;
}

.mc-field-group {
	float:left;
	display:block;
	width: 290px;
}

a:hover {
	text-decoration:none;
	color:#000000;
} 

.larger {
	font-size:14px;
}
ul {
	background-color: #010101;
	margin: 0 auto;
	padding: 3px;
	width: 400px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	font-weight:bold;
	margin-bottom:2px;
}

ul.s {
	text-decoration: line-through;
}

ul.s:hover {
	text-decoration:none;
}

#menu {
	display:block;
	width:180px;
}
#menu a:before {
	content: "Δ";
	float: left;
	height: 10px;
	width: 10px;
	font-size: 14px;
	
}
#menu a:after {
	content: "Δ";
	float: right;
	height: 10px;
	width: 10px;
	font-size: 14px;
	
}
.tabs {
	display:block;
	margin-top:50px;
}
#video, #audio {
	padding:5px;
	background-color: #010101;
	width:800px;
}
#audio { width:450px; }


#menu, #video, #audio {
	margin-left:auto;
	margin-right:auto;
}

#copyphoto {
	position:absolute;
	font-size:10px;
	bottom:10px;
	left:10px;
}

#copyphoto a {
	font-size:10px;
	letter-spacing:0px;
}