body{
	background: #3f3f3f;
	color: #fff;
	font-family: "Apple Symbols", helvetica, sans-serif;
	font-weight: 100;
} 

img{
	border: 0;
}

@font-face {
font-family: "Apple Symbol";
src: url("Apple Symbols.ttf")
}

.slider{
	position: absolute; 
	top: -15px; 
	left: 0px;
	z-index: 9;
}

#slider{
	left: 0px;
	position: absolute; 
	top: -75px;
    -webkit-transition-property: left, top;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-delay: linear;
    -moz-transition-property: left, top;
    -moz-transition-duration: 0.5s;
    -moz-transition-delay: linear;
}

.space{
	margin-top: 25px;
	padding: 3px 35px;
}

.space:hover{
	cursor: pointer;
}

h1{
    font-size: 35px;
    color: #444;
    margin: 10px 50px 30px;
    border-bottom: 1px solid #777;
	font-family: "Apple Symbols", helvetica, sans-serif;
	font-weight: 100;
}

p{
    margin-left: 150px;
	font-family: "Apple Symbols", helvetica, sans-serif;
	font-weight: 100;
	font-size: 17px;
}

#wrapper{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 900px;
	height: 600px;
}

.content{
	position: absolute;
	background: url('images/logo.png') filter(opacity=60) no-repeat #616161;
	text-align: center;
	top: -475px;
	width: 900px;
	height: 415px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 5px 5px 5px #333; 
	-webkit-transition: top 0.5s ease-out;
	padding: 5px 5px 5px 15px;
	-moz-box-shadow: 5px 5px 5px #333; 
	-moz-transition: top 0.5s ease-out;
	padding: 5px 5px 5px 15px;
	overflow: hidden;
	text-align: left;
	z-index: 0;
	border: 0;
}

.content a{
	text-decoration: underline;
	color: #fff;
}

object#d{
	left: 0;
}

/** fix so that it's centered **/

.content_static{
	position: absolute;
	background: #616161;
	text-align: center;
	top: 5px;
	width: 900px;
	height: 415px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 5px 5px 5px #333; 
	-webkit-transition: top 0.5s ease-out;
	-moz-box-shadow: 5px 5px 5px #333; 
	-moz-transition: top 0.5s ease-out;
	padding: 5px 5px 5px 15px;
	overflow: auto;
	z-index: 0;
}

#clear{
	position: absolute;
	display: block;
	margin-top: 75px;
	margin-left: 195px;
	opacity: 1;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
}

#fadein{
	position: absolute;
	display: block;
	margin-top: 75px;
	margin-left: 195px;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
}

#contact, #philosophy, #portfolio {
	height: 0px;
}

.portfolio{
	position:absolute;
	width:900px;
	height: 400px;
	bottom: 0px;
	left:-900px;
	top:5px;
	-webkit-transition: left 0.5s linear;
	-moz-transition: left 0.5s linear;
	overflow:visible;
	font-size:15px;
}

.portfolio p{
 	position: absolute;
	top: 50px;	
	left: 25px;
}

h2{
	position:absolute;
	left:900px;
	width: 125px;
	text-align: center;
	padding:5px 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size:15px;
	z-index: 9;
	box-shadow:inset 0 0 10px #616161;
   -moz-box-shadow:inset 0 0 10px #616161;
   -webkit-box-shadow:inset 0 0 10px #616161;
}

h3{
	padding:5px 10px;
	font-size:25px;
	z-index: 9;
	margin-left: 75px;
	color: #444;
	font-weight: lighter;
}

h2:hover{
	cursor: pointer;
}

#links{
	position: absolute;
	top: 445px;
	width: 900px;
	height: 125px;
	text-align: center;
}

.link_{
	position: relative;
	text-align: left;
	width: 900px;
	color: #888;
	height: 20px;
}

.link_a:hover{
	cursor: pointer;
}

.standards{
	position: relative;
	top: 10px;
}

.standards a{
	color: #fff;
	text-decoration: none;
	border: 1px solid #616161;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0 15px;
	background: #616161;
	display: inline;
}
