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

body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	overflow:auto;
}

#body-bg0 {
	background-image:url('http://thed4d.com/images/d4d-sensorium-bg.jpg');
	background-repeat:repeat;
	
}


/* clearfix */
.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
    display: inline-block;
}

html[xmlns] .clear {
    display: block;
}

* html .clear {
  height: 1%;
}

img {
	border:hidden;
}
	
/* -------------------------------------------- */
/* HEADER */
/* -------------------------------------------- */

#header-white {
	top:0px;
	/*position:absolute;*/
	padding-top:15px;
	height:55px;	
	width:100%;
	background-color:white;
}

#header-black {
	top:0px;
	/*position:absolute;*/
	padding-top:15px;
	height:55px;	
	width:100%;
	background-color:black;
}

#header-menu {
	margin-left:20px;
	width:900px;
	padding:0px 0px 0px 0px;
}

#header-menu .title {
	margin-bottom:5px;
}

#header-menu .menu {
	margin-top:10px;
	margin-bottom:5px;
}

#header-menu .menu a {
	padding:0px;
	margin-right:-5px;	
}

.dptname-white {
	color:#FFF;
	background:url(images/D4D_Masthead_White.gif);
	background-repeat:no-repeat;
	display:block;
	height:16px;
	padding: 0px 0px 0px 0px;
	}
	
.dptname-black {
	color:#000;
	background:url(images/D4D_Masthead_Black.gif);
	background-repeat:no-repeat;
	display:block;
	height:16px;
	padding: 0px 0px 0px 0px;
	}


/* -------------------------------------------- */
/* REDUX / CLEANUP STARTS HERE TEMPLATE PAGE */
/* -------------------------------------------- */


#page-frame {
	width:100%;
	padding: 0 0 30px 20px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;	
	clear:both;
}

#page-frame a {
	text-decoration:none;
}

#page-frame a:hover {
	color:#C00;
}

#page-banner-cs {
	color:#000;
}

#page-banner-p {
	color:#FFF;
}

/* -------------------------------------------- */
/* INDEX BANNER */
/* -------------------------------------------- */


.news-post {
	font-size:11px;
	margin-top:10px;
}

.news-post .cattitle {
	font-weight:bold;
	background-color:white;
	padding: 1px 10px 3px 2px;
	
}

.news-post .title {
	font-weight:bold;
	
	display:inline-block;
	background-color:white;
	padding: 1px 10px 3px 2px;
	
}

.news .title a {
	color:black;
	font-style:normal;
	text-decoration:none;
}

.buzz .title a {
	color:#666;
	font-style:normal;
	text-decoration:none;
}

.buzz .designator {
	color:#888;
	font-size:11px;
	
}

.news .title a:hover {
	text-decoration:underline;
}

.news .title span {
	/*background-color:#FFF;/*#EDF9FE;*/
	
}

.news-post .blurb {
	color:#333;
	font-weight:normal;
	background-color:#DDD;
	
	margin-top:-6px;
	padding: 1px 2px 1px 2px;
	
}
	

.news-post .blurb a {
		color:#666;
	}
	
.news-post .blurb a:hover {
		text-decoration:none;
		color:#C00;
		
	}
	
.news-post .miniabout {
	color:#333;
	font-size:11px;
	font-weight:normal;
	background-color:white;

	padding: 1px 2px 1px 2px;
	
}
	
	
.postdate {
	font-weight:normal;
	color:#666;
}

.news-buzz {
	font-size:15px;	
	font-style:italic;
	line-height:15px;
	
	background-color:#222;/*#CCC;*/
	color:WHITE;/*#444;*/
	
	padding: 3px 4px 6px 3px;
	margin-bottom:20px;

}

.buzz-feed {
	font-size:11px;	
	font-style:italic;
	background-color:#333;
	color:#AAA;
	
	padding: 2px 0px 5px 2px;
	margin-bottom:3px;
}


	
	
/* -------------------------------------------- */
/* PROJECT TITLE BANNER */
/* -------------------------------------------- */



#title-banner {
	margin-top:30px;
}

.project-title {
	font-size:22px;
	font-weight:normal;
	
}


#title-banner .project-subtitle {
	font-size:18px;
	font-weight:normal;
}


/* -------------------------------------------- */
/* PROJECT DESCRIPTION BANNER */
/* -------------------------------------------- */

.description-banner {
	width:300px;
	margin-top:20px;
	
	font-size:13px;
	font-weight:100;
}

#page-banner-cs .description-banner {
	color:#555;
}
#page-banner-cs .description-banner a {
	color:#A4A4A4;
}
#page-banner-cs .description-banner a:hover {
	color:#C00;
}


#page-banner-p .description-banner {
	color:#DDD;
}
#page-banner-p .description-banner a {
	color:#999;
}
#page-banner-p .description-banner a:hover {
	color:#C00;
}

#description-banner .case-study-text {
	margin-top:10px;
}

/* -------------------------------------------- */
/* PROJECT SUBMENU BANNER */
/* -------------------------------------------- */

#submenu-banner {
	margin-top:30px;
	height:105px;
	font-size:12px;
	width:900px;
}


.c1 {
	width:300px;
	float:left;
}

.c1-600 {
	width:600px;
	float:left;
}

.c1-450 {
	width:450px;
	float:left;
}

.c2 {
	width:300px;
	left:300px;
	float:left;
}

.c2-600 {
	width:600px;
	left:300px;
	float:left;
	
}

.c2-450 {
	width:450px;
	left:450px;
	float:left;
	
}

.c3 {
	width:300px;
	left:600px;
	float:left;
}

#page-banner-p .c1 .c2 .c3 {
	color:#999;
}

#page-banner-cs .c1 .c2 .c3 {
	color:#000;
}

/* -------------------------------------------- */
/* PROJECT VIDEO BANNER */
/* -------------------------------------------- */

#video-banner {
	
}

.buzz-column {
	width:300px;
	float:left;
}


#movie-embed-offset {
	margin-top:30px;
	margin-bottom:30px;
	margin-left:300px;
}


/* -------------------------------------------- */
/* PROJECT ARCHIVE BANNER */
/* -------------------------------------------- */

.archive-broad {
	
}

.archive {
	/*clear:both;*/
	margin-left:0px;
	/*min-height:400px;*/
	/*position:absolute;*/
	
	/*top:110px;*/
	padding-top:0px;
	max-width:900px;
	
}

.featured-banner {
	margin-left:-20px;
	padding:30px 0 0 20px;
	background-color:white;
	clear:both;
	
}

.archive-banner {
	margin-left:-20px;
	padding:30px 0 20px 20px;
	background-color:#EEE;/*#BBB;*/
	clear:both;
	
}


.archiveimage {
	padding-top: 0px;
	margin-bottom: -10px;
	}
	
.archiveimage a {
	padding:0px;
	margin:0px;
	}

.archive .post {
	width:300px;
	padding:20px 0 4px 0;
	min-height:300px;
	float:left;
	margin-bottom:0px;
}


#archive-casestudy-subbanner {
	width:900px;
	padding-top:30px;
}

.archive-maintags {

	font-size:10px;
	font-weight:normal;
	font-style:normal;
	text-transform:uppercase;	
	
	color:#555;
	padding-bottom:2px;
}

.archive-maintags a {
	color:#888;
	
}


.archive-results {

	font-size:10px;
	font-weight:normal;
	font-style:normal;
	text-transform:uppercase;	
	
	color:#333;
	padding-top:4px;
	
}



.archive-minimenu {
	padding-top:4px;

}


/* EACH INDIVIDUAL POST TITLE */

.post {
	font-size:11px;
	color:black;
	
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}

.post .title {
	display:inline-block;
	background-color:white;
	padding: 1px 10px 3px 2px;
	
}

.post .title a {
	color:black;
	font-style:normal;
	text-decoration:underline;
}

.post .title a:hover {
	text-decoration:underline;
}

.post .title span {
	/*background-color:#FFF;/*#EDF9FE;*/
	
}


.post .description {
	color:#444;
	font-weight:normal;
    background-color:white;
	margin: 0 0 -5px 0;
	padding: 2px 0 5px 2px;
}

.post .description a {
	color:#333;
}

.post .description a:hover {
	color:#C00;
}


.post .subpost {
	margin-top:10px;
	padding:3px 2px 5px 2px;
    background-color:#DDD;
}

.post .clients {
	color:#333;
	font-weight:normal;
    background-color:#DDD;
	padding:1px 2px 1px 2px;
	/*margin-top:5px;*/	
	}
	
.post .collaborators {
	color:#333;
	font-weight:normal;
    background-color:#DDD;
	padding:0px 2px 2px 2px;	
	}
	
.post .tagbar {	
	background-color:#BBB;
	padding:4px 2px 2px 2px;	
	}
	
.tag-bumper {
	margin-top:4px;
}

.projecttags a {
	color:#444;
	font-style:italic;
	text-decoration:none;
	}
	
.projecttags a:hover {
	text-decoration:underline;
	}
	
	
.cs-flag {
	color:#9C9C9C;
	font-weight:normal;
	font-size:12px;
	letter-spacing:1px;
	
	margin-top:5px;
	margin-bottom:0px;
		
	padding: 0 0 2px 2px;
		/*background-color:red;*/	
}
	
	
	


/* -------------------------------------------- */
/* TAG ELEMENTS */
/* -------------------------------------------- */


.main-tags {
	font-size:10px;
	font-weight:100;
	font-style:normal;
	text-transform:uppercase;
}


#page-banner-p .main-tags .headline {
	color:white;
}

#page-banner-p .main-tags {
	color:#666;
}

#page-banner-p .main-tags a {
	color:#999;
}

#page-banner-p .main-tags a:hover {
	color:#C00;
}

#page-banner-cs .main-tags .headline {
	color:black;
}

#page-banner-cs .main-tags {
	color:#999;
}

#page-banner-cs .main-tags a {
	color:#666;	
}

#page-banner-cs .main-tags a:hover {
	color:#C00;
}

.mini-tags {
	font-size:9px;
	font-weight:normal;
	font-style:normal;
	text-transform:uppercase;
}

.mini-tags a {
	color:#777;
}

.mini-tags a:hover {
	color:#C00;
}

.mini-tags-archive {
	font-size:9px;
	font-weight:normal;
	font-style:normal;
	text-transform:uppercase;
}

.mini-tags-archive a {
	color:#555;
}

.mini-tags-archive a:hover {
	color:#C00;
}

.buzz-tags {
	text-transform:lowercase;	
		
	}
	
	
.buzz-stats {
	font-size:10px;
	font-weight:100;
	font-style:normal;
	text-transform:uppercase;
	
	color:#888;
		
	}


/* -------------------------------------------- */
/* IMAGE GALLERY / SLIDESHOW ELEMENTS */
/* -------------------------------------------- */

#imagegallery {
	/*overflow:hidden;*/
	width:902px;
	clear:both;
	
	/*top:0px;*/
	/*padding-top:30px;*/
	/*margin-left:20px;*/
	
	}
	
#imagegallery .image {
		margin-right:-5px;	
		border:none;
	}

#imagegallery .rowone {
	}

#imagegallery .rowtwo {
		margin-top: -4px;
	}
	
	
.image-menu {
	width:300px;
	margin-left:600px;
	
	font-size:10px;
	text-transform:uppercase;
	color:#999;
	margin-bottom:5px;	
}

.image-menu-left {
	width:300px;
	margin-left:0px;
	
	font-size:10px;
	text-transform:uppercase;
	color:#999;
	margin-bottom:5px;	
}


/* -------------------------------------------- */
/* ABOUT */
/* -------------------------------------------- */

#about-bg0 {
	background-image:url('http://dptdddd.com/images/D4D_Board_BG.jpg');
	background-repeat:repeat;
	
}

.about-chapter {
	width:900px;
	background-color:#EEE;
	margin-bottom:60px;
	
}

.about-chapter-clients {
	width:900px;
	background-color:white;
	margin-bottom:10px;
	
}

.about-about {
	font-weight:100;
	color:#777;
	background-color:white;
	margin: 0px 5px 20px 5px;
	padding-top:30px;
	height:470px;
	
	position:static;
}

.about-about a {
	color:#666;
}

.about-text-1 {
	width:650px;
	padding-right:10px;
	padding-bottom:30px;
	
	font-size:23px;
	line-height:27px;
	font-weight:100;

}


.about-title {
	font-weight:bold;
	color:#444;
	
	margin-top:20px;
	padding-bottom:10px;

}

.about-text-2 {
	
	left:610px;
	width:300px;
	
	font-size:13px;
	line-height:20px;
	position:absolute;
}

.about-bio-m {
	font-weight:100;
	color:#999;
	margin: 30px 5px 20px 3px;
	height:520px;
	
	position:static;
		
	}
	
	
.about-bio-r {
	font-weight:100;
	color:#999;
	margin: 30px 5px 20px 3px;
	height:590px;
	
	position:static;
		
	}
	
.about-bio-clients {
	font-weight:100;
	color:white;
	margin: 50px 5px 20px 3px;
	height:250px;
	
	position:static;
		
	}
	
.about-images {
		margin-top:10px;
		margin-left:0px;
		
	}
	
.about-images img {
	width:50px;
	margin-right:25px;
	margin-left:20px;
	margin-bottom:-5px;
	}
	
	
.bio-title {
	font-weight:bold;
	font-size:18px;
	color:#444;
	
	margin-top:20px;
	padding-bottom:10px;

}

.bio-text-1 {
	width:600px;
	padding: 20px 10px 30px 0px;
	
	font-size:18px;
	line-height:25px;
	
	float:left;
	position:absolute;
}

.bio-text-2 {
	left:610px;
	width:300px;
	
	font-size:12px;
	line-height:20px;
	
	float:left;
	position:absolute;
}
 
.bio-text-2 a {
	
	color:#666;
	
}

.bio-client-1 {
	width:900px;
	padding: 20px 10px 30px 0px;
	
	font-size:18px;
	line-height:25px;
	
	float:left;
	position:absolute;
}
	
	
	
	
.case-chapter {
	width:900px;
	background-color:#EEE;
	margin-bottom:60px;
	
}

.case-about {
	font-weight:100;
	color:#999;
	margin: 20px 5px 50px 5px;
	height:250px;
	
	position:static;
}

.case-about a {
	color:#666;
}

.case-text-1 {
	width:550px;
	padding-right:10px;
	padding-bottom:30px;
	
	font-size:18px;
	line-height:25px;
	
	float:left;
	position:absolute;
	color:#444;
}

.case-text-2 {
	
	left:610px;
	width:300px;
	
	font-size:11px;
	line-height:13px;
	position:absolute;
}

.case-title {
	font-weight:bold;
	font-size:18px;
	color:#444;
	
	margin-top:20px;
	padding-bottom:10px;

}

.case-tags {
	margin-bottom:7px;
	
}



/* -------------------------------------------- */
/* GRAPHIC ELEMENTS */
/* -------------------------------------------- */


.hbar-black {
	background:url(images/Hz_1pxBar_Black.png);
	background-repeat:no-repeat;
	height:2px;
	margin-left:0px;
	margin-bottom:4px;
	
	}
	
	
.hbar-blackx2 {
	background:url(images/Hz_2pxBar_Black.png);
	background-repeat:no-repeat;
	height:2px;
	margin-left:0px;
	margin-bottom:4px;
	
	}
	
.hbar-whitex2 {
	background:url(images/Hz_2pxBar_White.png);
	background-repeat:no-repeat;
	height:2px;
	margin-left:0px;
	margin-bottom:4px;
	
	}
	
.hbar-gray {
	background:url(images/Hz_1pxBar_Gray20.png);
	background-repeat:no-repeat;
	height:1px;
	margin-top:5px;
	margin-bottom:5px;
	}
	
	
.fps-logo {
	background:url(images/DPTDDDD_FPS_LOGO_v2.png);
	background-repeat:no-repeat;
	height:100px;
	margin-top:5px;
	margin-bottom:5px;
	}
	
.fps-small-logo-black {
	background:url(images/DPTDDDD_FPS_LOGO_80_WHITE.png);
	height:18px;
	width:80px;
	background-repeat:no-repeat;
	margin-top:4px;
	float:left;
	
	}
	
.fps-small-logo-white {
	background:url(images/DPTDDDD_FPS_LOGO_80_BLACK.png);
	height:18px;
	width:80px;
	background-repeat:no-repeat;
	margin-top:4px;
	float:left;
	
	}
	
.fps-menu-item {
	color:#333;
	font-size:10px;
	width:220px;
	}
	
.fps-menu-item a {
		color:#333;
	}
	
.fps-menu-item a:hover {
		color:#C00;
	}
	
.fps-menu-item .oc {
	position:relative;
	left:6px;
	top:7px;
	}
	
.fps-menu-item-white {
	color:#CCC;
	font-size:10px;
	width:220px;
	}
	
.fps-menu-item-white a {
		color:#CCC;
	}
	
.fps-menu-item-white a:hover {
		color:#C00;
	}
	
.fps-menu-item-white .oc {
	position:relative;
	left:6px;
	top:7px;
	}

.reel-banner {
	margin-left:-20px;
	padding:30px 0 0 20px;
	background-color:black;
	clear:both;
	
}
	
.reel-title {
	font-size:20px;
	margin-top:20px;
	margin-bottom:0px;
	color:white;
}

.reel {
	/*clear:both;*/
	margin-top:30px;
	margin-left:0px;
	/*min-height:400px;*/
	/*position:absolute;*/
	
	/*top:110px;*/
	padding-top:0px;
	max-width:900px;
	
	min-height:500px;
}

.reel .playlist {
	color:white;
	font-size:10px;
	font-weight:normal;
	margin-bottom:5px;
}

.reel .post {
	width:700px;
	padding:5px 0 4px 0;
	/*min-height:300px;*/
	float:left;
	margin-bottom:0px;
}


.reel-menu-column {
	width:300px;
	
	float:left;
}

#reel-movie-embed-offset {

	margin-bottom:0px;
	margin-left:300px;
	
}

.reel .selected-title {
	color:white;
	font-size:22px;
	font-weight:normal;
	margin-top:10px;
	
}

.reel .selected-subtitle {
	color:white;
	font-size:18px;
	font-weight:normal;
	
	margin-bottom:5px;
}

/* -------------------------------------------- */
/* PRESS / BUZZ PAGE */
/* -------------------------------------------- */

.about-banner {
	height:240px;
	margin-top:10px;
	width:900px;
}

.about-pp {
	font-size:13px;
	color:#777;
	line-height:20px;
	
	width:600px;
}

.about-hero-pp {
	font-size:15px;
	color:#333;
	line-height:22px;
	
	width:600px;
}




.press-webquotes {
	height:180px;
	margin-top:10px;
	width:900px;
}

.press-buzz {
	font-size:15px;	
	font-style:italic;
	line-height:20px;
	color:#333;
	padding-right:5px;
	
}

.press-buzz .designator {
	color:#888;
	font-size:11px;
}

.press-buzz .p-title {
	font-style:normal;
}

.press-buzz .designator a {
	color:#333;
}

.press-buzz .designator a:hover {
		text-decoration:none;
		color:#C00;
}

.press-article {
	font-size:11px;
	color:black;

	font-style:normal;
	text-decoration:none;	
	
	margin: 0px 0px 5px 0px;
	/*float:left;*/
	/*min-height:50px;*/
}


.press-article .title {
	padding: 3px 0px 2px 0px;
	
}

.press-article .title a {
	color:black;
	font-style:normal;
	font-weight:bold;
	text-decoration:underline;
}

.press-article .title a:hover {
	text-decoration:underline;
}

.press-article .details {
	font-weight:normal;
	color:#999;
}

.press-article .details a {
	font-weight:normal;
	color:#999;
}

.press-banner {
	padding:5px 0px 10px 0px;
	clear:both;
}

.press-archive {
	margin-left:0px;
	/*min-height:400px;*/
	/*position:absolute;*/
	
	/*top:110px;*/
	padding:30px 0px 30px 0px;
	max-width:900px;
}

.press-archive .post {
	width:300px;
	padding:20px 0 4px 0;
	min-height:80px;
	float:left;
	margin-bottom:0px;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	width:900px;
	clear:both;
	float:left;
	text-align:right;
	
	position:fixed;
	bottom:0px;
	
	margin: 20px 0px 0px 20px;
	padding: 5px 3px 3px 0px;
	
	background-color:#EEE;
}


#footer .main-tags {
	font-size:9px;
}

#footer a {
	text-decoration:none;
	color:#333;
}

#footer a:hover {
	color:#c00;
}

.fourofour {
	width:900px;
	font-size:30px;
	font-weight:bold;
	font-style:italic;
	color:#DDD;
	letter-spacing:-1px;
}

/* -------------------------------------------- */
/* CASE STUDY TEMPLATES
/* -------------------------------------------- */

#casepage {
	width:900px;
	margin-top:20px;
}

#casepage a {
	color:#BBB;
}

#casepage .banner {
	font-size:18px;
	font-weight:lighter;
	color:#999;
	line-height:26px;
	
	margin-top:20px;
	margin-bottom:40px;
}

#casepage .title {
	font-size:11px;
	color:black;
	
	font-weight:bold;
	font-style:normal;
	text-decoration:none;	
	
	margin-top:5px;
	margin-bottom:5px;
}

#casepage .title a {
	color:black;
	font-style:normal;
}

#casepage .title a:hover {
	color:#C00;
}

#casepage .subtitle {
	font-size:11px;
	color:black;
	
	font-weight:normal;
	margin-top:2px;
}

#casepage .subtitle a {
	color:black;
	font-style:normal;
}

#casepage .subtitle a:hover {
	color:#C00;
}

#casepage .quote {
	font-size:22px;
	font-weight:lighter;
	font-style:italic;
	line-height:30px;
	
	color:#999;
	
}

#casepage .quote-att {
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	color:#999;
}

#casepage .quote-att a {
	color:#999;
}

#casepage .quote-att a:hover {
	color:#C00;
}

#casepage .archive .post {
	min-height:200px;
	
}

