/**** Global.css for FFS *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block; }




/* 1.ROOT */

html {
	overflow-y: scroll;
	background: #000;
}
body { 
	margin: 0 auto;
	padding: 12px 0;
	width: 95% /* 252px */;
	font: 100%/1.4 "Roboto", Helvetica, Arial;
	color: #fff;
	font-weight: 400;
	background-color: transparent;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}




/* 2.HEADINGS */

h1, 
h2, 	
h3, 
h4, 
h5, 
h6 {
	font-weight: 900;
}
h1 { 
	margin-bottom: .75em;
	font-size: 1.7em;
	line-height: 1.1;
}
h2 { 
	margin-bottom: .75em;
	font-size: 1.4em;
	line-height: 1.2;
	padding-top: 10px;
}
h3 { 
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.3;
}
h4 { 
	margin-bottom: 1.25em;
	font-size: 1.1em;
	line-height: 1.25;
}
h5 { 
	margin-bottom: 1.5em;
	font-size: 1em;
}
h6 { 
	font-size: 1em;
}





/* 3.TYPOGRAPHY */

p, 
ol, 
ul, 
dl, 
address { 
	margin-bottom: 1.5em; 
	font-size: 1em;
}
ul, 
ol { 
	margin: 0 0 1.5em -24px; 
	padding-left: 24px;
}
ul { 
	list-style-type: disc;
	margin-left: 0.2em;
}
ol { 
	list-style-type: decimal;
	margin-left: 0.2em;
}
li ul, 
li ol { 
	margin: 0;
	font-size: 1em;
}
blockquote  { 
	margin: 0 0 1.5em -24px; 
	padding-left: 24px; 
	border-left: 1px solid rgb(200,200,200);
	font-style: italic;
}
sup, 
sub { 
	position: relative;
	font-size: 75%; 
	line-height: 0;
}
sup { 
	top: -.5em;
}
sub { 
	bottom: -.25em;
}
strong {
	font-weight: 700;
}





/* 4.LINKS */

a {
	outline: none;
	color: #fff;
}
a:link {
	-webkit-tap-highlight-color: rgb(255,255,255);
}
a:visited {
	color: #999;
}
a:hover { 
	outline: none;
	color: #f8d901; 
	text-decoration: none;
}
a:active, 
a:focus { 
	outline: none;
	color: #f8d901;
}





/* 6.TABLES */

table { 
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.4em; 
	width: 100%;
}
th { 
	font-weight: bold;
}
th, td, caption { 
	padding: .25em 10px .25em 5px;
}






/* CUSTOM */
/* CUSTOM */
/* CUSTOM */
/* CUSTOM */




/***** Header *****/
#icon-menu {
	background: url(../images/interface/menu-icon.png) no-repeat 0 0;
	background-size: 100%;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 88px;
	right: 14px;
	z-index: 9999;
}
#icon-menu.icon-menu-close {
	background: url(../images/interface/menu-icon-close.png) no-repeat 0 0;
	background-size: 100%;
}
#icon-menu.icon-menu-back {
	background: url(../images/interface/menu-icon-back.png) no-repeat 0 0;
	background-size: 100%;
}
#logo {
	max-width: 296px;
	height: 66px;
	max-height: 95px;
	background: url(../images/interface/forensic-strategy-logo.png) no-repeat 0 0;
	background-size: 100% auto;
}
#logo a {
	display: block;
	text-indent: -9999px;
}
#phone {
	background: #222;
	height: 60px;
	line-height: 60px;
	margin: 0 -2.5%;
	padding: 0 12px;
	font-weight: 700;
	color: #f8d901;
	text-transform: uppercase;
}
#phone a {
	font-weight: 700;
	color: #f8d901;
	text-decoration: none;
}
nav {
	display: none;
}
nav ul {
	list-style-type: none;
	margin: 0 24px 0 0;
	padding: 0;
}
nav li {
	border-bottom: 1px solid #605d5c;
}
nav a,
nav a:visited {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}
nav .selected a {
	font-weight: 900;
}




/***** Content *****/
#content {
	padding: 20px 0;
}




/***** Home *****/
#homeBanner {
	margin-bottom: 25px;
}
#homeBanner p {
	margin-bottom: 7px;
}
#homeBanner ul {
	padding: 0;
	margin: 0;
}
#homeBanner li {
	list-style-type: none;
	background: url(../images/interface/sprite.png) no-repeat 0 1px;
	background-size: 21px auto;
	padding: 0 0 0 24px;
	margin: 0 0 12px 0;
	line-height: 1.2;
}
#homeBanner li strong {
	display: block;
	font-size: 18px;
}
#homeBanner li strong a {
	color: #f8d901;
	text-decoration: none;
}




/***** Module *****/
.module {
	background: #1a1a1a;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(1, #3b3b3b), /* top line */
	    color-stop(0, #1a1a1a) /* bottom */
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #3b3b3b 0%,
	    #1a1a1a 100%
	);
	background-image: linear-gradient(
		to bottom, 
		#3b3b3b 0%,
	    #1a1a1a 100%
	);
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	text-shadow: #000000 0 1px 0px;
	margin: 0 0 24px 0;
}
.moduleWrapper {
	padding: 8px 15px 15px 15px;
	overflow: hidden;
	background: url(../images/interface/angle-shadow.png) no-repeat right 38px;
}
.button,
.button:visited {
	float: left;
	width: auto;
	line-height: 24px;
	font-weight: 700;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	padding: 0 15px;
	margin-bottom: 10px;
	text-align: center;
	background: #f8d901;
	-moz-border-radius:12px;
	border-radius:12px;
	-webkit-border-radius:12px;
	text-shadow: #fbea70 0 1px 0px;
}




/***** Content *****/
article {
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #666;
	margin-bottom: 40px;
}
article a {
	color: #f8d901;
}
article img {
	max-width: 100%;
	height: auto;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	display: block;
	margin-bottom: 20px;
}
article .floatLeft {
	float: left;
	margin: 0 15px 15px 0;
}
article .mhddScreen {
	margin: 0 auto 20px auto;
}
article iframe {
	max-width: 100%;
}
article li {
	margin-bottom: 12px;
}
article h2 {
	font-weight: 700;
	font-size: 30px;
	border-bottom: 1px dotted #666;
	text-transform: capitalize;
}



/***** Contact *****/
#contact-form {
	margin: 0 0 30px 0;
	padding: 0;
	overflow: hidden;
}
form .form-field {
	margin-bottom: 10px;
}
form label {
	display: block;
	font-weight: 700;
}
form input,
form textarea {
	width: 100%;
	font-size: 16px;
	font: 100%/1.4 "Roboto", Helvetica, Arial; 
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}
input.button {
	border: none;
	-webkit-appearance: none;
}
.trap {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
.success {
	background: #f8d901;
	padding: 15px;
	color: #333;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}
.error,
.qFieldErrorMessage {
	color: #cc0000;
}
.qFieldError input {
	border: 2px solid #cc0000;
}



/***** Footer *****/
footer {
	font-size: 80%;
	color: #e5e5e5;
	border-top: 1px solid #3b3b3b;
	padding: 20px 0 0 0;
}
#navList {
	display: none;
}





/* 15.VENDOR-SPECIFIC */

::-webkit-selection { 
background: rgb(23,119,175); 
color: rgb(250,250,250); 
text-shadow: none; }

::-moz-selection { 
background: rgb(23,119,175); 
color: rgb(250,250,250); 
text-shadow: none; }

::selection { 
background: rgb(23,119,175); 
color: rgb(250,250,250); 
text-shadow: none; }

::-webkit-input-placeholder {
padding: 10px;
font-size: .875em; 
line-height: 1.4; }

input:-moz-placeholder { 
padding: 10px;
font-size: .875em; 
line-height: 1.4; }

div,
input,
textarea  { 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box; }


/* Sources: 
http://meyerweb.com/eric/tools/css/reset
http://people.opera.com/patrickl/experiments/keyboard/test
http://gist.github.com/413930
http://pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap
http://sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars
http://tjkdesign.com/ez-css/css/base.css
http://viget.com/inspire/styling-the-button-element-in-internet-explorer
http://code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing
http://html5doctor.com/html-5-reset-stylesheet/
http://praegnanz.de/weblog/htmlcssjs-kickstart/
http://camendesign.com/design/
http://yui.yahooapis.com/2.8.1/build/base/base.css
http://webaim.org/techniques/css/invisiblecontent/
http://drupal.org/node/897638
*/