body {background-color:#000000; margin: 0 auto; padding: 0 auto;}

img {text-decoration: none; border: 0px}

#wrapper {

	width:960px; 
  height: auto;
	margin:0 auto;
}

#location {
	background-image:url("img/dock_background.jpg"); 
	background-repeat: no-repeat; 
	background-position: center; 
	width:960px;
	margin:0 auto;
		  animation: fadein 8s;
	-moz-animation: fadein 8s; /* Firefox */
	-webkit-animation: fadein 8s; /* Safari and Chrome */
	-o-animation: fadein 8s; /* Opera */

}

.author {

	width: 340px;
	height: 40px;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
}

.preorder {

  height: 40px;
  width:240px;
  margin: 0 auto;

}

.preorder p {
font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 14px;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  color: #fff;
  text-align: left;
  border-style: solid;
  border-color: #999999;
  border-width: 1px;
  float: left;
  padding: 5px 10px;

}

/* unvisited link */
.preorder a:link {
	color: #fff;
	text-decoration: none;
}

/* visited link */
.preorder a:visited {
	  color: #fff;
	text-decoration: none;
}

/* mouse over link */
.preorder a:hover {
	color: #fff;
	text-decoration: underline;
}

/* selected link */
.preorder a:active {
   color: #fff;
	text-decoration: none;
}


.links {

	height: 40px;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	margin-right: 10px;
	float: right;

}

.links img {

	 opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	webkit-filter: blur(0px);
	transition: 1s;

}

.links img:hover {

	opacity: 0.5;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	-webkit-filter: blur(4px);
  transition: 1s;
}

#iamradar {

	width: 460px;
	height: 195px;
	position: relative;
	margin: 0 auto;
	margin-top: 195px;

}

#iamradar img {

	 opacity: 1;
	   animation: fadein 4s;
	-moz-animation: fadein 4s; /* Firefox */
	-webkit-animation: fadein 4s; /* Safari and Chrome */
	-o-animation: fadein 4s; /* Opera */
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	webkit-filter: blur(0px);
	transition: 1s;

}


#iamradar img:hover {

	opacity: 0.5;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	-webkit-filter: blur(4px);
  transition: 1s;
}


@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-moz-keyframes fadein { /* Firefox */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-o-keyframes fadein { /* Opera */
	from {
		opacity:0;
	}
	to {
		opacity: 1;
	}
}


.dates {

	width: 210px;
	height: 70px;
	position: relative;
	margin: 0 auto;
	margin-top: 85px;
  margin-bottom: 25px;
	
}

.header {

  margin-bottom: 25px;

}

.videoholder {
  overflow: auto;
  width:100%;
  box-sizing: border-box;
  padding: 40px 35px;

  height: 580px;
			animation: fadein 10s;
	-moz-animation: fadein 10s; /* Firefox */
	-webkit-animation: fadein 10s; /* Safari and Chrome */
	-o-animation: fadein 10s; /* Opera */
}

.video {
  width:220px;
  height:160px;
  margin-bottom: 25px;
  border-style: solid;
  border-color: #999999;
  border-width: 1px;


}

.videoblank img {
  width:220px;
  height:162px;
  margin-bottom: 21px;

}

.video img {
  opacity: 0.7;
}

.video img:hover {
  opacity: 1;
}


.videoholder p {
  width: 100%;
  font-size: 14px;
  font-variant: normal;
  font-weight: 400;
  color: #fff;
  clear: both;
  overflow: auto;
}

 /* unvisited link */
.videoholder a:link {
	color: #fff;
	text-decoration: underline;
}

/* visited link */
.videoholder a:visited {
	  color: #fff;
	text-decoration: underline;
}

/* mouse over link */
.videoholder a:hover {
	color: #fff;
	text-decoration: none;
}

/* selected link */
.videoholder a:active {
   color: #fff;
	text-decoration: underline;
}

.col1 {
  width:220px;
  float: left;
  margin-left: 10px;
  clear: left

}

.col2 {
  width:220px;
  margin-left: 20px;
  float: left;


}

.col3 {
  width:220px;
  float: left;
  margin-left: 20px;


}

.col4 {
  width:220px;
  float: right;
  margin-right: 10px;
  opacity:0.5;

}

.textholder {
  padding: 5px 10px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  min-height: 185px;

}

.textholder span {
  color: #666666;

}


.aboutwrapper {
  overflow: auto;
  width:100%;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  margin-bottom: 50px;
  padding-top: 25px;
  padding-left: 10px;
			  animation: fadein 10s;
	-moz-animation: fadein 10s; /* Firefox */
	-webkit-animation: fadein 10s; /* Safari and Chrome */
	-o-animation: fadein 10s; /* Opera */
}

.aboutwrapper p {

  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 14px;
  font-variant: normal;
  font-weight: 400;
  color: #fff;
}

.aboutwrapper span {

  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 12px;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  color: #ffd502;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  margin-bottom: 25px;

}

/* unvisited link */
.aboutwrapper a:link {
	color: #ffd502;
	text-decoration: none;
}

/* visited link */
.aboutwrapper a:visited {
	  color: #ffd502;
	text-decoration: none;
}

/* mouse over link */
.aboutwrapper a:hover {
	color: #ffd502;
	text-decoration: underline;
}

/* selected link */
.aboutwrapper a:active {
   color: #ffd502;
	text-decoration: none;
}


.aboutcol1 {
  width: 200px;
  float: left;
  margin-left: 50px;
}


.aboutcol2 {
  width: 400px;
  float: left;
  margin-left: 50px;
}

.aboutcol3 {
  width: 200px;
  float: left;
  margin-left: 40px;
}

.subcol1 {
	width: 50%;
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
	margin-top: -15px;
}

.subcol2 {
	width: 50%;
	float: left;
	box-sizing: border-box;
	margin-top: -15px;
}

div#infoclose {
	position: fixed;
	font-size: 15px;
	width: 65px;
	background-color: black;
	padding: 5px 0px;
	margin: -10px 5px 0px 970px;
	text-align: right;
	cursor: pointer;
	text-align: right;
	padding-bottom: 5px;
	z-index: 10;
}

div.thanksholder {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-variant: normal;
	font-weight: 400;
	margin: 10px 0px 10px 40px;
}
div.thanksholder a {
	color: #fff !important;
}

div.thanksholder a.user {
	color: #ffd502 !important;
}

div.thanksholder ul {
	margin-bottom; 2px;
}

div.thanksholder ul {
	margin: 0.75em;
	padding: 0 2em;
	list-style: none;
}

div.thanksholder li:before { 
	content: "";
	border-color: transparent #fff;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: 0;
	top: 0.9em;
	position: relative;
	margin-left: -1em;
}

div.thanksholder .subcol1 {
	padding-right: 50px;
}