/*
Theme Name: The Perfect Witness
Theme URI:
Author:
Author URI:
Description:
Version:
License:
License URI:
Tags:
Text Domain:
*/

@import "fonts/stylesheet.css";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset -------------------------------------------------- */

body {
	background: #fff;
	margin: 0;
	font-family: 'asapregular';
	font-size: 14px;
	height: 100%;
	line-height: 1.5;
}

* html {
	height: 100%;
}

.wrapper {
	width: 1024px;
	min-width: 1024px;
	text-align: left;
	margin: 0 auto;
	padding: 0 42px;
}

#header {	
}

#logo {
	float: left;
	margin: 20px 0;
}

#middle {
	background: #f5f5f5 url(images/middle-bg.png) repeat;
	border-top: #9ec8e0 solid 4px;
	border-bottom: #9ec8e0 solid 4px;
	padding: 20px 0;
	height: 200px;
}

#middleSecondary {
	background: #f5f5f5 url(images/middle-bg.png) repeat;
	border-top: #9ec8e0 solid 4px;
	border-bottom: #9ec8e0 solid 4px;
	padding: 10px 0;
}

#slider {
	width: 1024px;
}

#slider ul.bxslider {
	margin: 0;
}

#freeview {
	background: #fff;
	border-bottom: #9ec8e0 solid 4px;
	padding: 5px 0;
	height: 50px;
}

#freeview p {
	padding: 11px 0;
	font-size: 16px;
}

#freeview strong {
	font-weight: bold;
}

#freeview img {
	float: left;
	margin: 0 10px;
}

#freeview .red {
	color: #F00;
}

#video {
	background: #dcebf4;
	padding: 20px 0;
}

#welcomevideo {
	float: right;
	margin: 0 0 20px 20px;
}

#video h1 {
	margin: 0 0 10px 0;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 35px;
}

#video p {
	margin: 20px 0;
	font-size: 18px;
}

#content {
	background: #fff;
}

#content h1 {
	margin: 20px 0 10px 0;
	font-size: 32px;
	letter-spacing: 1px;
	color: #0d75b1;
	line-height: 40px;
}

#primary h1 {
	margin: 20px 0;
	padding: 10px;
	font-size: 26px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 40px;
	background: #0d75b1;
	border-radius: 5px;
}

h1.entry-title a {
	color: #fff;
}

#content h2 {
	margin: 20px 0 10px 0;
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 35px;
}

#content h3 {
	margin: 20px 0 10px 0;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 35px;
}

#content h4 {
	margin: 20px 0 10px 0;
	font-size: 22px;
	letter-spacing: 1px;
	color: #0d75b1;
	line-height: 35px;
}

#content p {
	margin: 10px 0;
}

#content strong {
	font-weight: bold;
}

#content ul {
	margin: 10px 0 10px 30px;
}

#content li {
	margin-bottom: 5px;
}

#primary {
	width: 740px;
	float: left;
	padding-bottom: 30px;
}

#primaryFull {
	padding-bottom: 30px;
}

#secondary {
	width: 210px;
	float: right;
	border-right: #9ec8e0 dashed 2px;
	border-bottom: #9ec8e0 dashed 2px;
	border-left: #9ec8e0 dashed 2px;
	padding: 0 20px;
	background: #f9f9f9;
	padding-bottom: 30px;
}

#homeBottom {
	border-top: #9ec8e0 solid 4px;
	margin-top: 40px;
}

#bottomCallout {
	background: #e57325;
	padding: 20px 0;
	height: 175px;
	color: #fff;
}

#bottomCallout h1 {
	font-size: 28px;
	margin: 0 0 10px 0;
	font-family: 'asapbold';
	letter-spacing: 1px;
	line-height: 35px;
}

#bottomCallout h1 span {
	font-family: 'asapregular';
}

#bottomCallout p {
	margin: 20px 0;
	font-size: 16px
}

#bottomCallout img {
	float: right;
	margin: 0 0 0 50px
}

#bottomRule {
	background: #e57325;
	padding: 5px 0;
}

#footer {
	background: #373839;
	color: #e1e1e1;
	padding: 20px 0;
	font-size: 12px;
}

#footer p {
	margin: 10px 0;
}

#footer h3 {
	font-size: 18px;
	font-family: 'asapbold';
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url(images/footer-border-bottom.png) bottom no-repeat;
}

#footer a {
	color: #e1e1e1;
}

#footer a:hover {
	color: #e57325;
	text-decoration:underline;
}

.footCol {
	float: left;
	width: 314px;
	margin-right: 25px;
}

#copyright {
	background: #282a2b;
	padding: 20px 0;
	color: #e1e1e1;
	font-size: 12px;
}

#copyright a {
	color: #e1e1e1;
}

#copyright a:hover {
	color: #e57325;
	text-decoration:underline;
}

.bottomNav {
	float: right;
}

/* Fixed Page Items -------------------------------------------------- */

#sideSocial {
	position: fixed;
	top: 50px;
	left: 0;
	width: 36px;
	background: #fff;
	text-align: center;
	z-index: 999;
	border-top: #9ec8e0 dashed 1px;
	border-right: #9ec8e0 dashed 1px;
	border-bottom: #9ec8e0 dashed 1px;
}

#sideSocial img.heading {
	margin: 6px auto;
}

#sideSocial img {
	margin: 1px auto;
}

#sideSocial img.last {
	margin: 1px auto 5px auto;
}

/* End Fixed Page Items -------------------------------------------------- */

/* Navigation Menu -------------------------------------------------- */

.top-navigation {
	text-align: center;
	float: right;
	margin-top: 20px;
	border-bottom: #9ec8e0 dashed 1px;
	padding: 0 0 5px 10px;
}

.top-navigation ul.nav-menu,
.top-navigation div.nav-menu > ul {
	display: none;
}

.top-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

.top-navigation ul.nav-menu,
.top-navigation div.nav-menu > ul {
	display: inline-block !important;
	text-align: left;
}

.top-navigation ul {
	margin: 0;
	text-indent: 0;
}

.top-navigation li a,
.top-navigation li {
	display: inline-block;
	text-decoration: none;
}

.top-navigation li a {
	border-bottom: 0;
	color: #6a6a6a;
	white-space: nowrap;
}
	
.top-navigation li a:hover {
	color: #e57325;
}
	
.top-navigation li {
	margin: 0 20px 0 0;
	position: relative;
}
	
.top-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}
	
.top-navigation li ul ul {
	top: 0;
	left: 100%;
}
	
.top-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}
	
.top-navigation li ul li a {
	background: #efefef;
	display: block;
	padding: 8px 10px;
	width: 180px;
	white-space: normal;
}

.top-navigation li ul li a:hover {
	background: #e3e3e3;
	color: #e57325;
}
	
.top-navigation .current-menu-item > a,
.top-navigation .current-menu-ancestor > a,
.top-navigation .current_page_item > a,
.top-navigation .current_page_ancestor > a {
	color: #e57325;
	font-weight: bold;
}

/* End Navigation Menu -------------------------------------------------- */

/* Navigation Menu -------------------------------------------------- */

.main-navigation {
	text-align: center;
	float: right;
	margin-top: 40px;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: inline-block !important;
	text-align: left;
}

.main-navigation ul {
	margin: 0;
	text-indent: 0;
}

.main-navigation li a,
.main-navigation li {
	display: inline-block;
	text-decoration: none;
}

.main-navigation li a {
	border-bottom: 0;
	color: #000;
	white-space: nowrap;
}
	
.main-navigation li a:hover {
	color: #e57325;
}
	
.main-navigation li {
	margin: 0 20px 0 0;
	position: relative;
}
	
.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}
	
.main-navigation li ul ul {
	top: 0;
	left: 100%;
}
	
.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}
	
.main-navigation li ul li a {
	background: #efefef;
	display: block;
	padding: 8px 10px;
	width: 180px;
	white-space: normal;
}

.main-navigation li ul li a:hover {
	background: #e3e3e3;
	color: #e57325;
}
	
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #e57325;
	font-weight: bold;
}

/* End Navigation Menu -------------------------------------------------- */

.clear {
	clear: both;
}

.left {
	float: left;
	margin: 0 20px 20px 0;
}

.right {
	float: right;
	margin: 0 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

table.MenuTable {
	border: 0;
	width: 200px;
}

table.MenuTable td {
	border-bottom: #000 dashed 1px;
	padding: 8px;
}

.MenuTable a {
	color: #000;
	text-decoration: none;
}

.MenuTable a:Hover {
	color: #e57325;
}