/*
Theme Name: Doug Chamberlain
Theme URI: http://www.dougchamberlain.com
Description: Designed by Doug Chamberlain and theme created by Scott Elkin.
Version: 1.0
Author: Scott Elkin
Author URI: http://scottelkin.com/
*/

/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, acronym, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img, :link img, :visited img {
	border: 0;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

#video-title {
	position:absolute;
	top:0;
	left:0;
	color:#00C1CF;
	text-transform:uppercase;
	font-size:.8em;
	height:20px;
}

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight: 100;
	text-align:left;
}

html, body {
	height: 100%;
}

#page {
	width:1000px;
	margin:0 auto;
	padding:0 50px;
	text-align:left;
	min-height: 100%;
	border-top:1px solid white;
}

* html #page {
	height: 100%;
}

.single #page {width:600px; padding:0;}


a {
	color:#adadad;
	text-decoration: none;
}
a:hover {color:#00C1CF;}

/* headings */

h1 {
	font-size:1.9em;
	line-height:1em;
	font-weight: 300;
}
h2 {
	font-size:1.0em;
	font-weight: 100;
	line-height:1em;
	letter-spacing: 2px;
	display:inline;
}
h3 {
	font-weight:200;
}
h1 a {
	color:#00C1CF;
}


/* header */

#header {
	letter-spacing: .1em;
	color:#adadad;
	text-transform: uppercase;
	margin:2em auto 0;
	
	text-align:left;
}

#header ul {display: inline;}
#header li {
	display: inline;
	font-size:1.0em;
	letter-spacing: 2px;
}

/*.single #header {display:none;}*/

/* content */

#content {
	margin-top:1em;
	position: relative;
	border:0px solid red;
}

.videos span, .videos .description {display:none;}

.videos {
	padding-bottom:5px;
	float:left;
	margin:40px 3px 0 0;
}
.drop-shadow {
	background: url(images/image-bg.png) bottom center no-repeat;
}

#video-container {
	margin:0;
}
#product-name p, #director-agency p {
	line-height:1.6em;
	letter-spacing: 1px;
}
#product-name {
	height:60px;
	color:#adadad;
	font-size:.9em;
	width:300px;
}
#director-agency {
	float:right;
	height:60px;
	text-align:right;
	color:#adadad;
	font-size:.9em;
}

#content h2 {
	padding:1em 0;
}

.page #content {
	line-height: 1.5em;
}
.page #content h2 {
	line-height: 2em;
	color: #848484;
}
	
#content h3 {
	padding:1em 0;
}

#content li {
	padding-left:20px;
	list-style: disc;
}

#content p, #content ul {
	margin:.5em 0;
}
#content ul {margin-left: 20px;}

.wpcf7 .your-email input, .wpcf7 textarea {
	width:300px;
}
.clear {clear:both;}

/* footer */

#clearfooter {
	height: 50px;
}
/*.single #clearfooter {
	height:0;
}*/
#footer {
	clear:both;
	padding:0 50px;
	font-size:.7em;
	color:#ccc;
	
	width: 1000px;
	height: 40px;
	padding-top: 10px;
	margin: -50px auto 0 auto;
	text-align: left;
}

.single #footer { width:600px;}
