/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
*, *:before, *:after {box-sizing: border-box; }

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
input[type=file], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}






/* ----- Styles ----- */

body {
	font-family: 'Open Sans', sans-serif;
}

.container {
	margin: 0 auto;
	position: relative;
	width: 880px;
}




/* ----- Hero ----- */
#hero {
	background: url(../images/hero-bg.jpg) no-repeat;
	height: 563px;
	padding: 30px 0;
	margin: 0 auto;
	position: relative;
	width: 1260px;
}

.recorder {
	background: url(../images/dpm-8000.png) no-repeat;
	height: 520px;
	width: 407px;
	position: absolute;
	left: 0;
}

#hero h1 {
	color: #d4e5f4;
	font-size: 50px;
	font-weight: 800;
	letter-spacing: -2px;
	line-height: 1;
	margin-bottom: 15px;
	text-shadow: 1px 1px 4px rgba(0, 0, 00, .7);
}

#hero h3, #hero p {
	color: #fff;
}

#hero h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

#hero p {
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
	width: 460px;
}



/* ----- Main Body ----- */
.main-body {
	background: url(../images/background-bg.jpg) repeat;
	padding-top: 30px;
}

.dpm8000-videos, .dpm8000-features, .speechexec {
	background-color: #ffffff;
	border-radius: 5px;
	margin: 0 auto 30px;
	width: 920px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);
}

.main-body h2 {
	border-bottom: 1px dashed #ccc;
	color: #003e69;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -1px;
	padding: 10px 0;
	margin-bottom: 20px;
}

.one-third {
	float: left;
	margin: 0 30px 20px 0;
	width: 307px;
}

.two-thirds {
	margin-bottom: 20px;
}

.grid-third {
	float: left;
	margin: 0 40px 20px 0;
	width: 266px;
}

.grid-third-features {
	float: left;
	margin: 0 158px 20px 0;
	width: 187px;
}

.last {
	margin-right: 0;
}

.video-title {
	font-size: 12px;
}

.more-videos {
	border-top: 1px dashed #ccc;
	clear: both;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	margin: 20px 0 10px;
}

.more-videos a {
	color: #003e69;
}

.dpm8000-features h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.dpm8000-features p {
	font-size: 12px;
}

.speechexec {
	padding: 20px 0;
}

.speechexec h2 {
	border: none;
	padding: 0;
	font-size: 34px;
}

.speechexec p {
	font-size: 13px;
	margin-bottom: 20px;
}

.well {
	background-color: #e5e5e5;
	border: 1px solid #999999;
	border-radius: 5px;
	padding: 20px;
}

.well h2 {
	color: #333333;
	font-size: 26px;
	text-align: left;
	margin-bottom: 5px;
}

.well p {
	color: #555555;
}

.dpm8000-footer {
	background-color: #636363;
	border-radius: 5px;
	color: #ffffff;
	margin: 0 auto;
	padding: 20px 0;
	width: 920px;
}

.dpm8000-footer .client-logo {
	border-right: 1px solid #ddd;
	float: left;
	font-size: 40px;
	margin-right: 30px;
	padding-right: 20px;
}

.dpm8000-footer .client-address {
	float: left;
	font-size: 14px;
	margin-right: 30px;
}

.dpm8000-footer .client-address a {
	color: #fff;
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}