body{
background-color:#1d1d1d;	
}


.container {  
	 width: 688px;  
	 margin: 0 auto;  
	 background-color:#1d1d1d;
 } 
 
 #header{	
 	position: relative;
	width: 688px;
	height: 300px;
	margin: 30px 0px 10px 0px;
 }
 
 #logo{
	 position: absolute;
	 bottom: 20px;
	 left: 20px;
 }
 
#mainMenu{
	background: #0C0C0C;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 20px;
	color: #ccc;
}
#mainMenu ul{
	margin: 0px;
	padding: 0px;
}

#mainMenu li{
	float: left;
	display: inline;
	padding-right: 10px;
	margin: 0px 0px 0px 10px;
}

#mainMenu a, #mainMenu a:visited{
	font-size: 1.3em;
	text-decoration: none;
	color: #ccc;
}

#mainMenu a:hover, #mainMenu a:visited:hover{
	color: #ef00ef;
}

#searchWork{
	background: #0C0C0C;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 20px;
}

#searchWork h2{
	margin: 0px;
	color: #ccc;
}

#searchWork h2 a{
	color: #ccc;
	text-decoration: none;
}

#searchWork ul{
	margin: 0px;
}

#searchOptions{
	margin-top: 10px;
}

#searchCategories{
	width: 170px;
	float: left;
	display: inline;
}

#searchCategories li{
	margin: 0px 0px 5px 0px;
	list-style: none;
}

#searchCategories a,#searchCategories a:hover{
	font-size: 1.3em;
	text-decoration: none;
	color: #ef00ef;
}

#searchCategories a:hover,#searchCategories a:visited:hover{
	color: #ccc;
}

#searchTags{
	width: 480px;
	float: left;
	display: inline;
	margin-left: 30px;
}

#searchTagsTitle{
	font-size: 1.3em;
	text-decoration: none;
	color: #ef00ef;
	list-style: none;
}

.searchTag{
	float: left;
	display: inline;
	width: 140px;
	list-style: none;
	margin-bottom: 3px;
}

.searchTag a, .searchTag a:visited{
	color: #ccc;
	text-decoration: none;
}

.searchTag a:hover, .searchTag a:hover:visited{
	color: #ef00ef;
}
 
 #footer{
	clear: both;
	position: relative;
	
 }
 #footerLeft{
	 width: 330px;
	float: left; 
	color:#ef00ef;
	font-family:Arial, Helvetica, sans-serif;	
	background-color:#1d1d1d;
	
 }
 
 #footerRight{
	width: 330px;
	float: right; 
	color:#aaaaaa;
	font-family:Arial, Helvetica, sans-serif;	
	background-color:#1d1d1d; 
	margin-left: 10px
		 
 }
 
 #footerRight p{
	text-align: right; 
 }
 
 #content{
	 position: relative;
	 clear: both;
 }

 #column1{
	 width: 280px;
	 float: left;
	 display: inline;
 }
 
  #column2{
	 width: 280px;
	 margin-left: 50px;
	 float: left;
	 display: inline;
 }
 
 .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#videoContainer{
	margin-top: 20px;
	text-align: center;
	clear: both;
}
#projectDetails{
	margin-top: 20px;
	padding: 10px 20px 10px 20px;
	background: #0C0C0C;
	width: 648px;
}

p{
	font: 1em Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	margin: 1em 0px;
	color: #ef00ef;
}

#pageText{
	margin-bottom: 20px;
	padding: 10px 10px 10px 20px;
	background: #999;
}

#pageText h1{
	color: #000;
	text-align: right;
	font-size: 1.3em;
}

.reel{
	position: relative;
	 margin-bottom: 20px;
	 height: 142px;
}
.reel a img{
	position: absolute;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.reel a:hover img{
	opacity: 1;
}
.reel a div{
	display: none;
}
.reel a:hover, .reel a:visited:hover{
	text-decoration: none;
}
.reel a:hover div{
	display: block;
	position: absolute;
	top: 122px;
	height: 20px;
	left: 0px;
	background: #1d1d1d;
	color: #fff;
	padding: 3px 6px 3px 20px;
	font-size: 1.2em;
	text-decoration: none;
}

.projectName{
	position: absolute;
	top: 0px;
	right: 0px;
	background: #1d1d1d;
	color: #999;
	font-size: 1.2em;
	padding: 3px 12px;
}
.projectDesc{
	position: absolute;
	top: 122px;
	height: 20px;
	right: 0px;
	background: #1d1d1d;
	color: #ef00ef;
	font-size: 1.2em;
	padding: 3px 12px;
}
#loader{
	text-align: center;
}

#backButton{
	margin: 0px 0px 20px 0px;
	float: right;
}
#backButton a, #backButton a:visited{
	color: #ef00ef;
	 background: #0C0C0C;
	padding: 3px 15px;
	text-decoration: none;
	font-size: 1.1em;
}

#backButton a:hover, #backButton a:hover:visited{
	color: #fff;
	 background: #ef00ef;
	padding: 3px 15px;
}

#addThisButton{
	margin: 20px 0px;
	float: right;
}
#addThisButton a, #addThisButton a:visited{
	color: #ef00ef;
	 background: #0C0C0C;
	padding: 3px 15px;
	text-decoration: none;
	font-size: 1.1em;
}

#addThisButton a:hover, #addThisButton a:hover:visited{
	color: #fff;
	 background: #ef00ef;
	padding: 3px 15px;
}
