@charset "utf-8";
/* CSS Document */

body{
	background: #252534;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #252534;
}

#container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #111216;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #263141;
	font-family: Georgia, Times, serif;
}

#moviecontainer {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #111216;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #263141;
	font-family: Georgia, Times, serif;
}

#headBlock {
	padding: 15px 0px 0px 0px;
}
#navBar {
	display:inline-block;
}
#navBar a, #navBar img{
	float:left;
}

#banner {
	height: 160px;
}

#mainBlock {
	min-height: 450px;
	padding-bottom: 20px;
	clear:left;
}
#centerMainNav {
	margin-left:40px;
	margin-top:20px;
	float:left;
	width:450px;
}
#centerMain {
	float:left;
	margin-left:15px;
	max-width:400px;
}
#centerMainNav a {
	color:#FFFFFF;
	text-decoration:none;
}

#fullMainNav {
	margin-left:40px;
	margin-top:20px;
	float:left;
	width:700px;
	text-align:center;
}
#fullMain {
	float:left;
	margin-left:15px;
	max-width:700px;
	text-align:center;
}
#fullMainNav a {
	color:#FFFFFF;
	text-decoration:none;
}

#movieMainNav {
	margin-top:40px;
	float:center;
	/*width:950px;*/
	text-align:center;
}
#movieMain {
	float:center;
	/*max-width:950px;*/
	text-align:center;
}
#unityPlayer {
	float:center;
	margin-left:100px;
	/*max-width:950px;*/
	text-align:center;
}

#playImage {
	float: left;
	width: 130px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:5px;
	}

#playText {
	float: left;
	text-align: left;
	width: 460px;
	margin-left:20px;
	margin-top:10px;
	}

#sideMainTop {
	float: left;
	text-align: left;
	width: 200px;
	margin-left:40px;
	margin-top:20px;
	background-color: #1b1d23;
	}

#sideMain {
	padding: 5px 15px 10px 20px;
	float:left;
	font-size:.7em;
}

#sideMain a {
	color:#76859a;
	text-decoration:none;
}

#bottomPlay {
	width:650px;
	margin: 5px 45px 10px 45px;
	padding: 5px 5px 10px 17px;
	float:left;
	font-size:.75em;
	background-color: #1b1d23;
}

#bottomWriting {
	width:630px;
	margin: 15px 45px 15px 45px;
	padding: 20px 20px 20px 30px;
	float:left;
	font-size:.7em;
	background-color: #1b1d23;
}

#bottomMain {
	width:650px;
	margin:0px 45px 30px 45px;
	padding: 5px 15px 10px 20px;
	float:left;
	font-size:.7em;
	background-color: #1b1d23;
}

#movieBottomMain {
	margin:20px 60px 10px 60px;
	padding: 5px 15px 10px 20px;

	float: center;
	font-size:.7em;
	background-color: #1b1d23;
}


#bottomMain a {
	color:#76859a;
	text-decoration:none;
	
}

#footBlock {
	margin-top: 50px;
	width: 780px;
	text-align:center;
	font-size:.7em;
}

#movieFootBlock {
	margin-top: 20px;
	text-align:center;
	font-size:.7em;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size:1em;
	color:#FFFFFF;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-size:2em;
	color:#FFFFFF;
}
hPlay {
	padding: 15px 30px 0px 30px;
	float:left;
	margin: 0px;
	font-size:1em;
	color:#FFFFFF;
}

p {
	color:#CCCCCC;
}

.quote{
	font-size: .7em;
	text-align:center;
	color:#999999;
	margin-top: 5px;
}

.picBox{
	float:left;
	margin-left:13px;
	margin-top:13px;
	padding: 4px;
	background-color:#FFFFFF;
	font-size: .7em;
	color:#333333;
}

.blogBox{
	float:left;
	margin-top:15px;
	width: 500px;
	padding: 10px;
	background-color:#263141;
	font-size: 1em;
	color:#333333;
	border: 4px solid #FFFFFF;
}

.typeheading{
	margin: 10px 0px 0px 0px;
	font-size: 1em;
	color: #FFFFFF;
}
	
.typedate{
	margin: 0px;
	font-size: .7em;
	color:#000000;
}
	
.typedetail{
	font-size: .8em;
	color:#CCCCCC;
	margin-top: 5px;
}

a img {border: 0;}

a:link {
COLOR: #f9e680;                               
}
a:visited {
COLOR: #ac7e36;
}
a:hover {
COLOR: #FFFFFF;
}
a:active {
COLOR: #4d4d4d;
}
