@charset "UTF-8";
/* CSS Document */

body {
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	overflow:hidden;
	
	
}


a:link, a:visited {
	color:#ddd;
   	
    font-weight: bolder;
    text-decoration:none;
	
}


a:hover {
 	color:#fff;
	text-shadow: 0.18em 0.18em #000;
	font-weight: bolder;
    text-decoration:none;
}

a img {border:none}


/*The Container */

#container {
	
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #fff;
	
	display:block;

	background-color:#000;
	background-image:url(../img/background.png);
	background-position: top left;
	background-repeat:no-repeat;
	background-attachment:fixed;

	
	margin:0 0 0 0;
	
	height: 100%;  
	width: 100%;  
	
	position: absolute;
    top: 0px;
	left: 0px;
 
	list-style-type:none;
	overflow: hidden;
	z-index: -10;

}

/* Header CSS */

#header {
	
	position:absolute;
	top: 0px;
	left: 0px;
	
	margin:0 0 0 0;
	
	
	display: block;
	
	height: 5%;
	width: 100%;
	
	
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	font-weight:bolder;
	text-align: left;
	word-spacing: 0px;
	color:#ddd;
		
	overflow:visible;
	
	z-index: 96;

}

.headerText {
	display: block;
	margin-left: -38px;
	
}


#header ul {
    margin:0;
    list-style:none;
    clear:both;
	overflow:visible;
}

#header ul ul {
    display:none;
	overflow:visible;
}

#header  li {
    display:inline;
	list-style:none;
	overflow:visible;
}



#header a {
 	position:absolute;
	display:block;
	
	height: 170%;
	
	top: 0px;
	
    padding: 10px 10px 10px 10px; 
	
	text-align:center;
 
	background-image: url("../img/header_btn.png"); 
	background-repeat:no-repeat;
	background-position: -200px center;

	z-index:97;
	overflow: visible;
	opacity:.7;
	
	-moz-transition: all .25s ease-out;
	-webkit-transition: all .25s ease-out;
	
}

#header a:hover {
	opacity:1;
	background-position: top center;
	overflow:visible;
}



.button1 {
	display:block;
	position:absolute;
	width: 100%;
	height: 100%;
	margin-left: 0px;
}

.button2 {
	display:block;
	position:absolute;
	width: 100%;
	height: 100%;
	overflow: visible;
	margin-left: 244px;
}

.button3 {
	display:block;
	position:absolute;
	width: 100%;
	height: 100%;
	overflow: visible;
	margin-left: 320px;
}

.button4 {
	display:block;
	position:absolute;
	width: 100%;
	height: 100%;
	overflow: visible;
	margin-left: 412px;
}

.button5 {
	display:block;
	position:absolute;
	width: 100%;
	height: 100%;
	overflow: visible;
	margin-left: 560px;
}

.button6 {
	display:block;
	position:absolute;
	width: 100%;
	height: 100%;
	overflow: visible;
	margin-left: 724px;
}

.button7 {
	display:block;
	position:absolute;
	width: 100%;
	height: 100%;
	overflow: visible;
	margin-left: 800px;
}



/* Sub-Header CSS */

#worktitle {
	
	width: 100%;
	height: 4.8%;
	
	position: absolute;
    top: 5%;
	left: 0px;
	
	margin:0 0 0 0;
	padding-top: 20px;
	padding-left: 12px;
	padding-right: 24px;
	
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	font-style: none;
	font-weight: normal;
	text-align:justify;
	color: #fff;

	
	
	/*border-top:thin;
	border-color:#CCC; */
 
	list-style-type:none;
	overflow:visible;
	z-index: -7;
	
}

.title {
	display:inline;
	font-size:18px;
	color:#FFF;
	
	font-weight:bolder;
	text-shadow: 0.18em 0.18em #333;
	
	
	
	
}

.medium {
	display:inline;
	font-size:16px;
	color:#EEE;
	padding-left: 24px;
	font-weight:italic;
	
}





.headline {
	font-size:14px;
	word-spacing: 0px;
	color: #fff;
}


#icons {
	display:block;
	position:absolute;
	
	
	bottom:30%;
	right: 5%;
	
	
	width: 100px;
	height: 84px;
	overflow:visible;
	
	z-index: 32;
	
}


#icons img {
	
	float:left;
	
	
	
	width: 27px;
	height: 84px;
	
}

/* Main Content CSS */

#content {
	
	width:62%;
	height: 83%;
	
	display:block;
	
	position: absolute;
    top: 12.15%;
	left: 0px;
	
	
	margin:0 0 0 0;
	padding-left: 0px;
	padding-right: 24px; 
	
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	font-style: none;
	font-weight: normal;
	text-align:justify;
	color: #fff;
	
	
	z-index: -9;
}



#photo {
	
	position:absolute;
	display:block;
	
	width: 95%;
	
	padding-left: 12px;
	left: 0px;
	top: 0px;
	
	
}


#photov {
	
	position:absolute;
	display:block;
	
	width: 48%;
	
	
	padding-left: 12px;
	left: 0px;
	top: 0px;
	
	
}

#movie {
	position:absolute;
	display:block;
	width: 100%;
	
	
	left: 0px;
	top: 0px;
	padding-left: 12px;
	overflow:visible;
	
	-webkit-transition: all 1s ease-in-out;
	
	z-index:90;
}

#player {
	position:relative;
	display:block;
	
	width: 640px;
	height: 496px;
	
	margin-right: 18px;
	
	
	float:right;
	
	z-index:91;
	
	-webkit-transition: all 1s ease-in-out;
		
}





/* Copy CSS */

#write {

	width: 33%;
	height: 88%;
	
	display:block;
	
	position: absolute;
    top: 10%;
	right: 0%;
	
	
	margin:0 0 0 30px;
	padding-left: 12px;
	padding-right: 24px; 
	
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	font-style: none;
	font-weight: normal;
	text-align:justify;
	color: #fff;
	
	
	
	overflow:auto;
	z-index: -5;
}

#write img {
	
	
	width: 100%;
	
} 


/* Grid CSS (The grid is actually formed in grid.css, this is for the template only) */

#grid {
	width: 33%;
	height: 88%;
	
	display:block;
	
	position: absolute;
    top: 12.15%;
	right: 0%;
	
	
	margin:0 0 0 0;
	padding-left: 12px;
	padding-right: 24px; 
	
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	font-style: none;
	font-weight: normal;
	text-align:justify;
	color: #fff;
	
	opacity: 1.;
	
	overflow:visible;
	
	z-index: 99;
	
	
	-webkit-transition:all 1s ease-out;
}



/* Footer CSS */

#footer {
	
	width: 63%;
	height: 5%;
	
	display:block;
	
	position: absolute;
    bottom: 0px;
	left: 0px;
	
	
	margin:0 0 0 0;
	padding-left: 12px;
	padding-right: 24px; 
	
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	font-style: none;
	font-weight: normal;
	text-align:justify;
	color: #fff;
	
	
	z-index: -8;
	
}

.footerText {
	
	padding-left: 0;
	
}






