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

/* MAIN POSITIONING */

body{
	background-color:#000000;
	margin:auto;
	min-height:100%;
	overflow:scroll;
}

a{
	color:#000000;
}

a:hover{
	color:#606065;
}

#container{
	background-image:url(../IMG/BG.jpg);
	background-repeat:repeat-y;
	width:900px;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#about-container{
	background-image:url(../IMG/BG-about.jpg);
	background-repeat:repeat-y;
	width:900px;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
}

#blog-container{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:100%;
}

#col-left{
	background-image:url(../IMG/navBG.png);
	background-repeat:repeat-y;
	margin-top:175px;
	width:115px;
	height:228px;
	position:absolute;
	float:left;
	z-index:999;
}

#col-right{
	position:absolute;
	width:788px;
	z-index:900;
	float: right;
}


#blog-content{
	background-color:#f0f5f2;
	position:absolute;
	width:515px;
	height:100%;
	z-index:899;
	margin-left: 114px;
	padding-top:5px;
}

#main-content{
	position:absolute;
	width:788px;
	z-index:899;
	float: right;
	margin-left: 111px;
}

#whiteBAR{
	background-image:url(../IMG/dec-rightbox.png);
	height:228px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:175px;
	position:absolute;
	z-index:0;
}

#whiteBAR-frontpage{
	background-image:url(../IMG/dec-rightbox.png);
	height:228px;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-top:175px;
	position:absolute;
	z-index:0;
}


.dec-rightbox{
	float:left;
	margin-top:175px;
	position:absolute;
	z-index:60;
	margin-left: 649px;
}


/* NAVIGATION */

.main-nav{
	list-style:none;
	margin-left:7px;
}

.navlogo{
	margin-top:32px;
	position:relative;
	z-index:51;
}


/* VIDEOPLAYER */

#all{
	background-color:#FFF;
	position:absolute;
	z-index:40;
	margin-left: 3px;
	width:640px;
	margin-top: 3px;
}

#whiteBG{
	background-color:#FFFFFF;
	width:644px;
	height:366px;
	margin-left:0px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top: 68px;
	position:absolute;
	z-index:19;
	margin-top:66px;
}

#RSSimage{
	background-color:#FFFFFF;
	width:644px;
	height:366px;
	margin-left:0px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top: 68px;
	position:absolute;
	z-index:1;
	margin-top:66px;
}

#project-description{
	position:relative;
	width:640px;
	margin-top:445px;
}

.video-description{
	color:#B8B8BB;
	font-size:11px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	position:absolute;
	z-index:45;
	width: 168px;
	margin-left:2px;
	margin-top:15px;
}

.video-description p{
	margin-top: 0px;
}

#project-header{
	width:360px;
	margin-top:5px;
	margin-left: 143px;
	float: left;
	position: relative;
}

.video-description .title{
	font-size:16px;
	text-transform:none;
}

.video-description{
}

.video-blurb{
	color:#FFF;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
	float:left;
	position:absolute;
	z-index:45;
	width:360px;
	line-height: 19px;
	margin-left: 195px;
	margin-top: 2px;
}

.video-blurb .video-credits{
	color:#FFF;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	float:left;
	position:relative;
	z-index:45;
	width:210px;
	line-height: 19px;
	margin-top:7px;
}

.video-blurb .video-credits .title{
	font-size:11px;
	font-style:normal;
	text-transform:uppercase;
	color:#B8B8BB;
}

.addthis{
		
}

.addthis a{
	position:absolute;
	z-index:45;
	float:right;
	margin-left: 607px;
	margin-top:17px;
	color:#B8B8BB;
	font-size:11px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
}

.addthis a:hover {
	color:#FFF;
}

/*FRONTPAGE DESIGN ELEMENTS */

.frontpage-texture{
	position:absolute;
	z-index:4;
	margin-top:65px;
}

.frontpage-img{
	position:absolute;
	z-index:3;
	margin-top:65px;
}

.frontpage-lines{
	position:absolute;
	z-index:50;
	background-image:url(../IMG/frontpage-lines.png);
	background-repeat:no-repeat;
	margin-left:42px;
	height:600px;
	width:637px;
}


/* PROJECT MENU DISSAPEAR */

#projectmenu{
	background-image:url(../IMG/projectsnavBG.png);
	width:640px;
	height:360px;
	position:absolute;
	z-index:51;
	margin-top:69px;
	margin-left: 114px;
}

#projectmenu ul{
	list-style:none;
	line-height:15px;
	margin-top:7px;
	margin-left:-33px;
	position:inherit;
	z-index:52;
	height:356px;
}

#projectmenu-killswitch{
	position:absolute;
	z-index:53;
	float: right;
	margin-top: 5px;
	margin-left: 610px;
}

.toggle{
	width:640px;
	height:360px;
}

/* ABOUT PAGE DESIGN */

#grey-box{
	background-color:#77787b;
	width:644px;
	height:600px;
	margin-left:-3px;
	padding-left:3px;
	padding-right:6px;
	padding-top:7px;
	padding-bottom:7px;
	margin-top: 62px;
}

#about-content{
	background-color:#f0f5f2;
	width:636px;
	height:590px;
	margin-left:3px;
	padding-left:4px;
	padding-top:10px;
}

#about-content .post-title img{
	margin-bottom:-7px;
	margin-left:12px;
}

#about-content .post-content{
	width:499px;
	font-size:13px;
	line-height:19px;
	color:#000000;
	margin-left:12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top:thin #000;
	border-bottom:thin #000;
	font-family: Times, "Times New Roman", serif;
}

.dec-rightbox-ABOUT{
	float:right;
	margin-top:175px;
	position:absolute;
	z-index:60;
	margin-left: 761px;
}


/* CONTACT PAGE DESIGN ELEMENTS */

#contact-info{
	background-color:#23201e;
	width:655px;
	height:370px;
	margin-left:-4px;
	margin-top: 64px;
	padding-left:auto;
	padding-right:auto;
}

#contact-info .contact-content{
	margin-left:19px;
	margin-top:150px;
	position:relative;
	z-index:5;
}

#contact-info #contact-email{
	margin-left:220px;
	position:relative;
	z-index:5;
}

.contact-texture{
	position:absolute;
	z-index:4;
}

.dec-rightbox-contact{
	float:left;
	margin-top:175px;
	position:absolute;
	z-index:60;
	margin-left:651px;
}

/* BLOG FORMAT */

.single-post{
	width:488px;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:25px;
	margin-left: 1px;
}

.single-post .post-title{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#8c8888;
	position:relative;
	bottom:0px;
	padding-top:10px;
}

.post-date{
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	text-transform:uppercase;
	color:#b8b8bb;
	padding-top:2px;
	bottom:0px;
	padding-bottom: 2px;
}

.single-post .post-content{
	font-size:13px;
	line-height:19px;
	color:#000000;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	font-family: Times, "Times New Roman", serif;
}

.post-content a{
	color:#000000;
}

.post-content a:hover{
	color:#8c8888;
}

.post-footer .addthis{
	width: 33px;
	margin-bottom: 35px;
	color:#B8B8BB;
	font-size:11px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
}

.post-footer .edit-this a{
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#b8b8bb;
	font-size:10px;
	width:100px;
}

.single-post .edit-this a:hover{
	color:#000000;
}

.dec-rightbox-BLOG{
	float:right;
	margin-top:175px;
	position:absolute;
	z-index:60;
	margin-left: 636px;
}

.navigation{
	margin-top:10px;
	margin-bottom:10px;
	font-family:Times, Times New Roman, serif;
	font-size:12px;
	color:#FFFFFFF;
}

.blog-lines{
	position:fixed;
	z-index:50;
	background-image:url(../IMG/BG-blog.jpg);
	background-repeat:repeat-y;
	height:100%;
	width:900px;
}

