/* CSS Document */
html, body {margin: 0px; padding: 0px; background-color:#000000; height:100%; color:#FFFFFF; font-family:"Courier New", Courier, monospace;} 
#mainContainer {background-image:url(images/devin-anderson.jpg); background-repeat:no-repeat; padding-top:10px; height:100%;}
#mainContainer a{color:#FFFFFF; font-weight:bold; font-size:16px; }
li {list-style:none; text-transform:capitalize; }
#headertitle {font-weight:bold; font-size:16px; margin-top:10px;}

.buttonouter {
margin-left:500px;
margin-top:0px;
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}

.entry {margin-left:340px; margin-top:270px;}

#filmography {color: #D1D1D1}
#filmography a {color: #D1D1D1}
#filmography li {background: #4A4A4A; margin:0 9px 5px 0; padding:4px !important; line-height: 1.1em !important; overflow: hidden}
#filmography strong {color: #d50030;}
#filmography small {
	font-size: 11px;
}

/*.audioplayer_container {float:left; clear:both;}*/

/*contact*/

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}
