@import url("reset.css");

body {
 background-color: black;
 
 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica;
 line-height: 25px;
 text-shadow: 0 1px 0 #777;
 
 margin: 1px; 
}

a {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica;
  outline: 0;
}



.slide {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}





#party {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
}




#business {
  width:950px;
  position: absolute;
  top:0;
  left:0;
}







.slide img {
	position: relative;
	top: 0;
	left: 0;
}




#hud{
  position: fixed;
  z-index: 4;
  margin-left: 50px;
  color:white;
  text-shadow:0 1px 0 #777;
  width:120px;
  height:100px;
}
#hud a{
  color:white;
  text-decoration: none;
}
#hud a:hover{
  text-decoration: underline;
}






#menu_word_image {
  position: relative;
  margin-top: -40px;
  top: -40px;
  left: 87px;
  width: 14px;
  height: 62px;
  background-image: url(/images/menu_image.png);
  opacity: 0;
  filter: alpha(opacity=0);
}



#logo_menu{
}



#logo {
  cursor: pointer;
  /* margin-left: 50px; */
  position: relative;
  width:100px;
  background-color: #FD65B2;
  color:white;
  text-align: right;
  padding: 10px;
  padding-top: 110px;
  margin-top:-20px;
  font-size: 18px;
  font-weight: 1000;
  text-shadow: none;
  font-family: "Arial Black";
  box-shadow: black 0px 2px 10px;
  -webkit-box-shadow: black 0px 2px 10px;
  -moz-box-shadow: black 0px 2px 10px;
}


#menu {  
  font-size: 80px;
  font-family: "Arial Black";
  line-height: 80px;
  
  
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=80);
  
  width: 100%;
  height: 100%;
  z-index: 1000000;
  position: fixed;
  
  top:0;
  left:0;
  display:none;
  padding-top: 140px;
/*   margin-left:-50px; */
  padding-left: 50px;
}

#menu a {
  padding:0px;
  padding-left:0px;
  color:white;
  text-decoration: none;
  /* font-variant: small-caps; */
  font-family: "Arial Black";
}
#menu a:hover {
  color:#FD65B2;
}





#content {
  width:840px;
  margin-left:50px;
}





.grid_container {
  width:840px;
}

.grid_title {
  text-align: right;
  width:840px;
  position: relative;
  margin-top:-40px;
  height:40px;
  
  color:white;
  font-size: 18px;
  line-height: 18px;
  font-weight: 1000;
  /* text-shadow: none; */
  text-shadow: black 0px 2px 10px;
}

.grid_item {
  width:200px;
  height: 250px;
  padding-bottom: 10px;
  padding-right: 5px;
  overflow: hidden;
  float:left;
  color:#FD65B2;
}
.grid_item a{
  color:#FD65B2;
}

.grid_item img {
  box-shadow: black 0px 2px 10px;
  -webkit-box-shadow: black 0px 2px 10px;
  -moz-box-shadow: black 0px 2px 10px;
}


.grid_item_title {
  padding: 5px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  filter: alpha(opacity=80);
  
}
.grid_item_title a{
  color: white;
  
}




.post_container {
  width:840px;
}

.post {
  width:840px;
  margin-bottom: 20px;
  box-shadow: black 0px 2px 10px;
  -webkit-box-shadow: black 0px 2px 10px;
  -moz-box-shadow: black 0px 2px 10px;
}
.post a{
  color:white;
  font-style: italic;
}

.post_title {
  color:white;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  filter: alpha(opacity=80);
  font-size: 40px;
  line-height: 40px;
  padding:10px;
}

.post_body {
  font-size: 15px;
  padding:10px;
  background-color: white;
  color:black;
  text-shadow: none;
}

.post_date {
  font-size: 12px;
  padding:10px;
  color:white; 
  background-color: rgb(0, 0, 0);
  background-color: rgba(0,0,0,0.5);
  filter: alpha(opacity=80);
}

.post_link {
  /* display: none; */
}







.screenfull_container {
  width:3000px;
  /* height:3000px; */
  position: absolute;
  z-index: 1;
  top:0px;
  left:0px;
}

.screenfull {
  width:1500px;
  height:1500px;
  overflow: auto;
  float: left;
  /* outline:1px solid red; */
}

.screenfull_inner {
  margin-left:50px;
  margin-top:150px;
}



.inner {
  margin-top:150px;
}



.project_box {
  width:200px;
  height:200px;
  margin-top: 10px;
  margin-right: 10px;
}

.project_container {
  width:840px;
}

.project {
  width:840px;
  margin-bottom: 20px;
  box-shadow: black 0px 2px 10px;
  -webkit-box-shadow: black 0px 2px 10px;
  -moz-box-shadow: black 0px 2px 10px;
}
.project a{
  color:white;
  font-style: italic;
}

.project_title {
  color:white;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0,0,0,0.5);
  filter: alpha(opacity=80);
  font-size: 40px;
  line-height: 40px;
  padding:10px;
}

.project_body {
  font-size: 15px;
  padding:10px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0,0,0,0.5);
  filter: alpha(opacity=80);
  color:white;
  text-shadow: none;
}

.project_date {
  font-size: 12px;
  padding:10px;
  color:white; 
  background-color: rgb(0, 0, 0); 
  background-color: rgba(0,0,0,0.5);
  filter: alpha(opacity=80);
}

.project_images {
  background-color: #FD65B2;
  padding:10px;
  padding-left:10px;
}

.project_image_container {
  float:left;
  margin-top: 10px;
  margin-right: 5px;
}








.crew_item {
  color:white;
  margin-bottom:60px;
}
.crew_title {
  float:left;
  padding:10px;
  font-size:23px;
  line-height: 23px;
  width:600px;
}
.crew_subtitle {
  font-size:19px;
}

.crew_image {
  padding:10px;
  padding-left:0px;
  float:left;
  width:200px;
}

.crew_body {
padding:10px;
padding-left:0px;
float:left;
font-size:15px;
}




#zoom {
  z-index: 100000000;
}
