/*
Name: Midwest Crash Forensics
Date: February 2012 Description: First Design Layout for MCF
Version: 1.0
Author: Brad Helm
URI: http://enrique-ramirez.com
*/

/* Imports */
@import url("reset.css");
@import url("global-forms.css");

/***** Global *****/
/* Body */
body {
background: #696969 url('../images/bg.png');
color: #fff;
font-size: 87.5%; /* Base font size: 14px */
font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
line-height: 1.429;
margin: 0;
padding: 0;
text-align: left;
}

/* Headings */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}	/* 14px */

h2, h3, h4, h5, h6 {
font-weight: 400;
line-height: 1.1;
margin-bottom: .8em;
}

/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
color: #fff;
padding: 0 1px;
text-decoration: underline;
}
a:hover, a:active {
background-color: #b00d0e;
color: #fff;
text-decoration: none;
text-shadow: 1px 1px 1px #333;
}

/* Paragraphs */
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {background: #F6CF74; color: #fff;}
::selection {background: #F6CF74; color: #fff;}

/* Lists */
ul {
list-style: outside disc;
margin: 1em 0 1.5em 1.5em;
}

ol {
list-style: outside decimal;
margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}

dt {font-weight: bold;}

dd {margin-left: 1.5em;}

/* Quotes */
blockquote{font-style: italic;}
cite {}

q {}

#mytable {
	width: 500px;
	padding: 0;
	margin: 0 0 0 20px;
	border: 5px solid #fff;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

th {
	font: bold 14px 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;;
	color: #000;
	border-bottom: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: center;
	padding: 6px 6px 6px 6px;
	background: white;
}

td {
	border-top: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

td.fee {
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

td.altfee {
	border-left: 1px solid #C1DAD7;
	background: #F5FAFA;
	color: #797268;
}

th.head {
	width:400px;
}

th.fee {
	border-left: 1px solid #C1DAD7;
}

.tabsub {
	font-size: 12px;
	font-style: italic;
	color: #696969;
}


/* HTML5 tags */
header, section, footer, aside, nav, article, figure {
display: block;
}

/***** Layout *****/
.body {clear: both; margin: 0 auto; width: 980px;}
.bodynar {clear: both; margin:0 auto; width: 940px;}
img.right figure.right {float: right; margin: 0 0 2em 2em;}
img.left, figure.left {float: right; margin: 0 0 2em 2em;}

/* Header *****************/
#banner {
margin: 0 auto;
width: 100%;
height: 146px;
padding: 0;
background-image: url('../images/Header_Background.jpg');
background-repeat: repeat-x;
}
/* Banner */
#banner h1 {
font-size: 3.571em;
}

#banner h1 a:link, #banner h1 a:visited {
color: #000305;
display: block;
font-weight: bold;
margin: 0 0 .6em .2em;
text-decoration: none;
width: 427px;
}

#banner h1 a:hover, #banner h1 a:active {
background: none;
color: #C74350;
text-shadow: none;
}

#banner h1 strong {
font-size: 0.36em;
font-weight: normal;
}

#logo {
margin: 0 auto;
width: 980px;
height: 146px;
color: white;
}

#logo img {
float: left;
margin: 10px auto 0 15px;
}

#subheading {
float: right;
margin: 40px 130px 0 0;
font-family: 'Arial Black', Arial, sans-serif;
font-size: 1.4em;
}

/* Main Nav */
#banner nav {
font-size: 1.143em;
height: 30px;
line-height: 30px;
margin: 0 auto 0 auto;
text-align: center;
width: 980px;
position: relative;
top: 40px;

border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}

#banner nav ul {float: right; list-style: none; margin: 0 15px 0 0; padding-bottom: 0;}

#banner nav li {float: left; display: inline; margin: 0; padding-left: 5px;}

#banner nav a:link, #banner nav a:visited {
color: #c8c8c8;
background: #b00d0e;
display: inline-block;
height: 30px;
padding: 0px 1.5em;
text-decoration: none;
}

#banner nav .active a:link, #banner nav a:active, #banner nav .active a:visited, #banner nav .active a:hover {
background: #b00d0e;
color: #fff;
position: relative;
top: -5px;
height: 35px;
text-shadow: 1px 1px 1px #333;
}

#banner nav a:hover {
background: #b00d0e;
color: #fff;
position: relative;
top: -5px;
height: 35px;
text-shadow: 1px 1px 1px #333;
}

/* Featured Images */
#featured {
margin: 15px auto;
padding: 0;
}

#featured figure {
font-size: 1.143em;
height: 180px;
line-height: 150px;
margin: 0 0 2em 0;
padding: 0;
text-align: center;
width: 980px;
background: #fff;

border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;

box-shadow: 2px 2px 10px -3px #000;
}

#featured figure ul {float: left; list-style: none; margin: 15px 0 0 0; padding: 0 0 0 10px;}

#featured figure li {
float: left;
display: inline;
margin: 0 10px 0 10px;
width: 210px;
height: 150px;
overflow: hidden;
padding-left: 0;
padding-right: 10px;
background: #c8c8c8;

/* border: 2px solid #000; */

border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}

/* Article */


/* About *****************/
#about { 
background: #b00d0e;
padding: 0;
margin: 20px auto;
padding: 0;
width: 980px;
float: left;

border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

box-shadow: 2px 2px 10px -3px #000;
}

/* Footer *****************/
#footer {
padding: 10px 0 0 0;
margin: 0 auto;
font-size: 1.143em;
}

#footer ul {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}

#footer li {
color: fff;
display: inline;
margin: 0 auto;
padding: 0;
text-align: center;
}

#footer ul li.last {
margin-right: 0;
}

#footer li:before {
content: " | ";
}

#footer li:first-child:before {
padding-right: 15px;
content: "";
}

#footer a:link, #footer a:visited {
color: #c8c8c8;
display: inline-block;
padding: 0;
text-decoration: none;
}

#footer a:hover {
color: #fff;
position: relative;
text-shadow: 1px 1px 1px #333;
}

img.floatright{
float: right;
margin: 15px 15px 25px 25px;

border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;

box-shadow: 2px 2px 10px -3px #000;

}