a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
    margin: 0;
	padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    white-space: normal;
}
html, body {
height: 100%;
}
#bg { position: fixed; top: 0; left: 0; z-index:1; }
.bgwidth { width: 100%; } 
.bgheight { height: 100%; }
body {
	height:100%;	
	font: 12px/20px sans-serif;
	line-height:1.4em;
	color: #333;
	/* Prevents Mobile Safari from bumping up font sizes in landscape */
	-webkit-text-size-adjust: 100%; 
	-webkit-tap-highlight-color: rgb(255,255,0);
}
body a {
    color: #bb1a23;
    text-decoration: none;
}
body a:hover {
	color: #d32417;
    text-decoration: none;
}
@font-face {
    font-family: 'BebasNeue';
    src: url('font/BebasNeue-webfont.eot');
    src: url('font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/BebasNeue-webfont.woff') format('woff'),
         url('font/BebasNeue-webfont.ttf') format('truetype'),
         url('font/BebasNeue-webfont.svg#BebasNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    color: #bb1a23
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
:focus {
    outline: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    display: inline-block;
    height: auto;
	max-width: 100%
}
/*	Grid
================================================== */
.container {
    max-width: 940px;
	min-width: 220px;
    margin: 0 auto;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.container .row, .col {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.row {
    margin-bottom: 1.5em
}
.col {
    display: block;
	float: left;
    width: 100%
}
.col:first-child {
    margin-left: 0;
    height: 93px;
}
.row:after, .col:after, .clr:after, .group:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden;
}
@media (min-width:768px) { 
/* grid */
.col {
    margin-left: 2%
}
.span_1 {
    width: 6.5%
}
.span_2 {
    width: 15.0%
}
.span_3 {
    width: 23.5%
}
.span_4 {
    width: 32.0%
}
.span_5 {
    width: 40.5%
}
.span_6 {
    width: 49.0%
}
.span_7 {
    width: 57.5%
}
.span_8 {
    width: 66.0%
}
.span_9 {
    width: 74.5%
}
.span_10 {
    width: 83.0%
}
.span_11 {
    width: 91.5%
}
.span_12 {
    width: 100%
}
}
/* Body + Main Containers
================================================== */
body {
    color: #606060;
    font-weight: 400;
    background: #f0f0f0;
    font: 14px/22px 'Open Sans', arial, sans-serif;
    nowhitespace: afterproperty;
}
#box-wrap {
	width:100%;
	border-bottom:1px solid #000;
}
#main-content {
    padding: 10px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#page-featured-img {
    margin-bottom: 10px
}
#page-featured-img img {
	display: block;
	margin: 0 auto;
	border: 10px solid #eee
}
.boxed {
    margin-bottom: 25px;
    padding: 40px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}
/* Commons
================================================== */
.boxed #page-heading {
	margin-left: -40px;
	margin-right: -40px;
	margin-top: -40px;
	padding: 20px 40px;
	background: #aaddf5;
	background: -moz-linear-gradient(top,  #aaddf5 0%, #75c4e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaddf5), color-stop(100%,#75c4e9));
    background: -webkit-linear-gradient(top,  #aaddf5 0%,#75c4e9 100%);
    background: -o-linear-gradient(top,  #aaddf5 0%,#75c4e9 100%);
    background: -ms-linear-gradient(top,  #aaddf5 0%,#75c4e9 100%);
    background: linear-gradient(to bottom,  #aaddf5 0%,#75c4e9 100%);
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #999;
}
.clear {
    clear: both
}
blockquote {
    position: relative;
    margin: 30px 0; padding: 20px;
    background-color: #e9e9e9; color: #505050;
    border-left: 5px solid #ddd;
    font-size: 16px;
    font-style: italic;
    font-family: 'Georgia', sans-serif;
    line-height: 1.8em;
}
pre {
    margin: 30px 0; padding: 20px;
    background-color: #e9e9e9; color: #505050;
    border-left: 5px solid #ddd;
    font-size: 15px;
    font-family: 'Georgia', sans-serif;
    line-height: 1.8em;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
address {
    margin: 20px 0;
    letter-spacing: 1px
}
/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #000;
	font-family:"BebasNeue",sans-serif;
    font-weight: 400;
	text-shadow:0 1px 1px #fff;
	margin:0;
}
h1 {
    margin: 0 0 20px;
    font-size: 28px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
.entry p:last-child {
    margin: 0
}
.entry ul {
    margin: 30px 0 30px 20px;
}
.entry ul li, .entry ol li {
    margin: 0 0 5px;
}
.entry ol {
    margin: 30px 0 30px 25px;
}
.entry ol {
    list-style: decimal;
}
.entry ul, .entry-text ul {
    list-style: disc;
	margin:20px;
}
.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin: 20px 0;
}
p {
    margin: 0 0 20px;
}
p.lead {
    color: #777;
    font-size: 21px;
    line-height: 27px;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}
hr {
    height: 0;
    margin: 30px 0 30px;
    border: solid #eee;
    border-width: 1px 0 0;
    clear: both;
}
a {
    outline: 0;
}
p a, p a:visited {
    line-height: inherit;
}
/* Headings + Main Titles
================================================== */
p a, p a:visited {
    line-height: inherit;
}
#page-heading {
    margin-bottom: 20px;
}
#page-heading h1 {
    margin: 0;
}
#archive-description {
    font-size: 14px;
}
#archive-description p:last-child {
    margin: 0;
}
#author-page-avatar {
    float: left;
    margin-right: 15px;
}
#author-page-avatar img {
    border-radius: 45px;
}
/* Header
================================================== */
#topbar-wrap {
    padding: 0 30px;
    background: #1e1e1e;
	border-bottom:1px solid #333;
	border-top:2px solid #000;
}
#topbar {
    position: relative;
    height: 40px
}
#topbar.row {
    margin-bottom: 0
}
#logo {
    display: inline-block;
}
#logo h1, #logo h2 {
    margin: 0;
    font-size: 36px; font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.15em
}
#logo h2 a {
    color: #fff;
}
#logo h2 a:hover {
    color: #fff;
}
#site-description {
    margin: 5px 0 0 8px;
    color: #fff;
    font-size: 12px;
    line-height: 1.45em;
}
#header-wrap {
    padding: 0;
    background-color: #01143d;
	background-image: url(../images/roadandgrass.jpg);
	background-position:top center;
	background-repeat: no-repeat;
    background-size: 100%; //propotional resize
	border-top:1px solid #000;
	border-bottom:1px solid #666;
}
#header-wrap .row {
    margin-bottom: 0;
}
#header-slides {
    float: right;
    margin:10px 6px 0;
}
#header-ad {
    float: right;
    margin-top:40px;
	color:#fff;
	text-align:center;
}
#header-ad a, #header-ad a:hover {
	color:#fff;
}

/* Navigation
================================================== */
/* Important Drop-down Styles */
.dropdown-menu {
    margin: 0; padding: 0;
    list-style: none;
}
.dropdown-menu .icon-angle-right {
    position: absolute;
    right: 10px; top: 50%;
    margin-top: -6px;
    color: #aaa;
    font-size: 12px;
}
.dropdown-menu > li {
    display: block; float: left;
}
.dropdown-menu > li ul {
    min-width: 200px;
}
.dropdown-menu ul {
    position: absolute;
    left: 0; top: 100%;
    margin: 10px 0 0 0;
    /*IE6 only*/
    _margin: 0;
    nowhitespace: afterproperty;
    opacity: 0;
    transition: all .2s ease-in-out;
    visibility: hidden;
    z-index: 99;
}
.dropdown-menu ul ul {
    left: 100%; top: 0;
}
.dropdown-menu ul ul li {
    width: 100%;
}
.dropdown-menu li {
    position: relative;
}
.dropdown-menu li:hover > ul {
    margin: 0;
    opacity: 1;
    visibility: visible;
}
.dropdown-menu a {
    display: block; position: relative;
}
#topbar .col {
    width: 49%!important;
}
#topbar .container {
	min-width:49%;
}
#navigation .dropdown-menu .icon-angle-right {
    margin-top: -7px;
}
/* position arrows */
/*styling*/
#navigation .dropdown-menu > li {
    margin-right: 20px;
}
#navigation .dropdown-menu > li > a:hover, #navigation .dropdown-menu > li.sfHover > a, #navigation .dropdown-menu > .current-menu-item > a, #navigation .current-menu-parent > a, #navigation .current-menu-parent > a:hover, #navigation .current-menu-item > a:hover {
    color: #aaa;
}
#navigation .dropdown-menu a {
    height: 40px;
    color: #797979;
    font-size: 10px; font-weight: 400;
    text-align: left;
	text-decoration: none;
	text-transform: uppercase;
    cursor: pointer;
    line-height: 40px;
}
/*drop-down styles*/
#navigation .dropdown-menu ul {
    border-bottom: none; border-top: none;
    /* border: 1px solid #ddd; */
    background: #202020;
}
#navigation .dropdown-menu ul ul.sub-menu {
    margin-left: 2px;
}
#navigation .dropdown-menu ul li {
    border-bottom: 1px solid #404040;
}
#navigation .dropdown-menu ul li:last-child {
    border: 0;
}
#navigation .dropdown-menu ul li > a:hover {
    color: #ccc;
}
#navigation .dropdown-menu ul a {
    display: block;
    height: auto;
    margin: 0px; padding: 10px 15px;
    font-size: 12px;
    text-transform: none;
    border: 0px;
    line-height: 1.7em;
}
#navigation-secondary .selector {
    display: none;
}
.menu-main-container {
    text-align: center;
}
#navigation .selector {
    display: none;
}
/* Secondary Navigation
================================================== */
#navbar-wrap {
    padding: 0 30px;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #dadada 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dadada));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#dadada 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#dadada 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#dadada 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#dadada 100%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 );
	border-top:1px solid #000;
}
#navbar {
    position: relative;
    height: 55px;
}
#navbar.row {
    margin-bottom: 0;
}
/* current item */
#navigation-secondary .dropdown-menu > li > a:hover, #navigation-secondary .dropdown-menu > li.sfHover > a, #navigation-secondary .dropdown-menu > .current-menu-item > a, #navigation-secondary .current-menu-parent > a, #navigation-secondary .current-menu-parent > a:hover, #navigation-secondary .current-menu-item > a:hover {
    color: #bb1a23;
}
#navigation-secondary .dropdown-menu > .current-menu-item > a, #navigation-secondary .current-menu-parent > a {
    font-weight: bold;
}
#navigation-secondary .dropdown-menu > li {
    margin-right: 20px;
}
#navigation-secondary .dropdown-menu a {
    height: 55px;
    color: #606060;
    font-weight: 400;
    text-align: left;
	text-decoration: none;
    cursor: pointer;
    line-height: 55px;
}
/*drop-down styles*/
#navigation-secondary .dropdown-menu ul {
    border-top: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15) inset;
}
#navigation-secondary .dropdown-menu ul ul.sub-menu {
    margin-left: 2px; margin-top: -1px;
    border-top: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: none;
}
#navigation-secondary .dropdown-menu ul li {
    border-bottom: 1px solid #ddd;
}
#navigation-secondary .dropdown-menu ul li:first-child {
    
}
#navigation-secondary .dropdown-menu ul li:last-child {
    border: 0;
}
#navigation-secondary .dropdown-menu ul li > a:hover {
    color: #bb1a23;
}
#navigation-secondary .dropdown-menu ul a {
    display: block;
    height: auto;
    margin: 0px; padding: 12px 15px;
    text-transform: none;
    border: 0px;
    line-height: 1.7em;
}
#navigation-secondary .selector {
    display: none;
}
/* Social
================================================== */
#header-social {
    position: absolute;
    right: 0; top: 50%;
    margin-top: -11px;
}
#header-social img {
    opacity: 0.7;
}
#header-social li {
    float: left;
    margin-left: 5px;
    text-align: center;
    background: rgba(255,255,255,0.1);
    border-radius: 2px;
}
#header-social a, #header-social img {
    display: block;
    height: 11px; width: 11px;
}
#header-social img:hover {
    opacity: 1;
}
#header-social a {
    padding: 5px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
/* Blog Entries
================================================== */
.loop-entry {
    margin-bottom: 25px;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}
.loop-entry h2 {
    margin: 0 0 8px;
    font-size: 21px;
}
.loop-entry-content {
    padding: 30px 40px 0;
}
.loop-entry-thumbnail img {
    display: block;
    width: 100%;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    border-radius: 8px 8px 8px 8px;
    transition: all 0.15s ease-in-out;
}
.loop-entry-thumbnail-category img {
    display: block;
    width: 100%;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    border-radius: 4px 4px 0 0!important;
    transition: all 0.15s ease-in-out;  
    width:150px;
}
.loop-entry-thumbnail img:hover {
    opacity: 0.8;
}
body.blog .entry-text p, body.archive .entry-text p {
    margin-bottom: 0;
}
.featured-content {
	text-align:center;
    padding: 20px 20px 0;
	min-height:50px;
}
/* Post Meta
================================================== */
.meta {
    padding: 10px 10px 0;
    border-top: 1px solid #EEEEEE;
    font-size: 14px;
}
.meta li {
    float: left;
    margin-right: 10px;
}
.meta li a {
    
}
.meta li a:hover {
    
}
.meta li i {
    margin-right: 6px;
    color: #505050;
}
.single .meta {
    margin: 40px -40px 0;
}
/* Blog Posts
================================================== */
#post .boxed {
    padding-bottom: 20px;
}
#post .boxed.rounded {
	border-radius: 4px;
}
#post .boxed:not(.rounded) {
	border-radius: 0 0px 4px 4px;
}
/* Title */
#post-title {
    margin: 0 0 12px;
    font-size: 21px; font-weight: bold;
    line-height: 1.15em;
}
/* Thumbnail */
#post-thumbnail img {
    display: block;
    width: 100%;
    border-radius: 4px 4px 0 0;
}
/* Author */
#post-author-box {
    background-color: #e5e5e5;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
}
#post-author-image {
    float: left;
    max-width: 20%;
    margin-bottom: 25px; margin-right: 25px;
}
#post-author-image img {
    border-radius: 4px;
}
#post-author-bio h4 {
    margin-bottom: 10px;
    font-size: 16px;
}
/* Pagination
================================================== */
/*numbered pagination*/
ul.page-numbers {
    margin: 25px 0 0;
    list-style: none;
}
ul.page-numbers li {
    display: block; float: left;
    margin: 0 5px 5px 0;
    text-align: center;
}
.page-numbers:after {
    display: block;
    height: 0;
    clear: both;
    content: ".";
    line-height: 0;
    visibility: hidden;
}
.page-numbers a, .page-numbers span {
    display: block;
    padding: 2px 10px;
    color: #444;
    font-size: 12px;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 0px 0 rgba(0,0,0,0.10);
    cursor: pointer;
}
.page-numbers a:hover, .page-numbers.current {
    color: #fff;
    background: #bb1a23;
    border-color: #bb1a23;
}
/*next/prev posts*/
#post-pagination {
    margin-top: 50px;
}
#post-pagination .post-prev, #post-pagination .post-next {
    display: block; float: left;
}
#post-pagination .post-prev span {
    margin-right: 7px;
}
#post-pagination .post-next span {
    margin-left: 7px;
}
#post-pagination .post-prev a, #post-pagination .post-next a {
    display: block;
    height: 26px;
    color: #666;
    line-height: 26px;
}
#post-pagination .post-prev a:hover, #post-pagination .post-next a:hover {
    color: #bb1a23;
}
#post-pagination .post-next {
    float: right;
}

/* Listings
================================================== */
.list-entry {
    margin-bottom: 25px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}
.list-entry h2 {
    margin: 0 0 4px;
    font-size: 21px;
}
.list-entry-content {
    padding: 10px;
}
.list-entry-content ul {
	margin:10px 20px;
}
.list-entry-content ul li {
	list-style: disc;
}
/* Thumbnail */
.list-entry img {
    float:left;
	margin:0 12px 12px 0;
    border-radius: 4px;
}
.list-entry .border {
	border-bottom:1px solid #efefef;
	margin-bottom:8px;
}
.cat-title {
	padding: 6px 0 2px 6px;
	background: #aaddf5;
	background: -moz-linear-gradient(top,  #aaddf5 0%, #75c4e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaddf5), color-stop(100%,#75c4e9));
    background: -webkit-linear-gradient(top,  #aaddf5 0%,#75c4e9 100%);
    background: -o-linear-gradient(top,  #aaddf5 0%,#75c4e9 100%);
    background: -ms-linear-gradient(top,  #aaddf5 0%,#75c4e9 100%);
    background: linear-gradient(to bottom,  #aaddf5 0%,#75c4e9 100%);
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #999;
}
.cat-title h3 {
	padding: 0 0 0 22px;
	background: url(../images/icon-scuba.png) 0 0 no-repeat;
	font-size:22px;
}
.post-title {
	padding: 6px 0 2px 6px;
	background: #aaddf5;
	background: -moz-linear-gradient(top,  #aaddf5 0%, #75c4e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaddf5), color-stop(100%,#75c4e9));
    background: -webkit-linear-gradient(top,  #aaddf5 0%,#75c4e9 100%);
    background: -o-linear-gradient(top,  #aaddf5 0%,#75c4e9 100%);
    background: -ms-linear-gradient(top,  #aaddf5 0%,#75c4e9 100%);
    background: linear-gradient(to bottom,  #aaddf5 0%,#75c4e9 100%);
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #999;
}
.post-title h3 {
	padding: 0 0 0 8px;
	font-size:22px;
}
.job-link {
	font-family: 'Open Sans', arial, sans-serif;
	display:inline-block;
	margin-top:4px;
}
.badge {
	float: right;
    padding: 0 8px;
    font-size: 12px;
	font-weight: 400;
    text-transform: uppercase;
    background: #d01d10;
    border: 1px solid #98150c;
    border-radius: 4px 4px 4px 4px;
	margin-bottom:8px;
	color:#fff;
}
a.badge:hover {
	color:#fff;
}
/* Sidebar
================================================== */
#sidebar {
    float: right;
    padding-left: 15px;
}
#sidebar .widget_recent_entries li, #sidebar .widget_categories li, #sidebar .widget_archive li, #sidebar widget_meta li, #sidebar .taxonomies-widget li, #sidebar #sidebar .recent-post-types-widget li, #sidebar .widget_pages li, #sidebar .widget_links li, #sidebar .widget_recent_comments li, #sidebar .widget_top-posts li, #sidebar .widget_nav_menu li {
    margin-bottom: 4px;
    padding-bottom: 4px; padding-left: 15px;
    border-bottom: 1px solid #d7d7d7;
    background: url(../images/list-arrow-black.png) left 8px no-repeat;
}
#sidebar .widget_recent_entries ul, #sidebar .widget_categories ul, #sidebar .widget_archive ul, #sidebar widget_meta ul, #sidebar .taxonomies-widget ul, #sidebar #sidebar .recent-post-types-widget ul, #sidebar .widget_pages ul, #sidebar .widget_ulnks ul, #sidebar .widget_recent_comments ul, #sidebar .widget_top-posts ul, #sidebar .widget_nav_menu ul {
    padding-top: 4px;
    border-top: 1px solid #d7d7d7;
}
#sidebar .widget_twitter li {
    padding-bottom: 8px; padding-top: 8px;
    border-bottom: 1px solid #d7d7d7;
}
#sidebar .widget_twitter li:first-child {
    padding-top: 0;
}
#sidebar .widget_twitter li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
#sidebar .heading {
    margin-top: 0;
}
#sidebar h4 {
    margin-bottom: 15px;
    font-size: 20px;
}
#sidebar h4 a {
    color: #000;
}
#sidebar h4 a:hover {
    text-decoration: none;
}
#sidebar a {
    color: #bb1a23;
}
#sidebar a:hover {
color: #d32417;
	text-decoration: none;
}
.sidebar-box {
    margin-bottom: 35px;
}
#sidebar .widget_categories li a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	font-size:16px;
	display:block;
}
/* Widgets
================================================== */
/*taglcloud*/
.tagcloud a {
    
}
.tagcloud a:hover {
    color: #000
}

/*recent posts with thumbs*/
.widget-recent-posts {
    
}
    .widget-recent-posts img {
        float: left;
        margin-right: 15px;
        padding: 4px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    .widget-recent-posts img:hover {
        border-color: #ccc
    }
    .widget-recent-posts li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #d7d7d7
    }
        .widget-recent-posts li .date {
            color: #999;
            font-size: 11px
        }
        .widget-recent-posts li .date {
            color: #666
        }
/* Search
================================================== */
input[type="search"] {
    display: block;
    width: 100%;
    padding: 6px 32px 6px 6px!important;
    color: #202020;
    font-size: 13px;
    -moz-box-sizing: border-box;
    -webkit-appearance: none !important;
    -webkit-box-sizing: border-box;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
	height:auto;
	line-height:18px;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}
input[type="search"]::-webkit-search-decoration {
    display: none
}
input[type="search"]:focus {
    color: #000;
    outline: none
}
.searchform {
    position: relative
}
    .searchform #searchsubmit {
        position: absolute;
        right: 5px; top: 50%;
        height: 16px;
        margin-top: -9px;
        color: #999;
        font-size: 11px;
        -webkit-appearance: none;
        background: none;
        border: none;
        cursor: pointer;
        line-height: 16px;
        outline: none;
    }
    .searchform #searchsubmit:hover {
        color: #000
    }
/* Forms / Inputs / Buttons
================================================== */
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="file"], textarea, select {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
	margin-left: 0;
    padding: 6px!important;
    color: #808080;
    font-size: 13px; 
	font-weight: 400;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.030) inset;
    box-sizing: border-box;
	height:auto;
	line-height:18px;
}
textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6em !important;
	overflow:auto;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="file"]:focus, textarea:focus, select:focus {
    color: #505050;
    border-color: #ccc;
    outline: none;
}
input[type="button"], input[type="submit"], .theme-button {
    display: inline-block;
    margin-top: 25px;
    padding: 0 15px;
    background-color: #fff; color: #666;
    text-decoration: none;
    -webkit-appearance: none !important;
    background: #fff;
    	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%);
    	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%);
    	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%);
    	background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); 
    min-height: 36px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    line-height: 36px;
    nowhitespace: afterproperty;
    nowhitespace: afterproperty;
    nowhitespace: afterproperty;
    nowhitespace: afterproperty;
    text-shadow: 1px 1px 0 #FFFFFF;
}
input[type="button"]:active, input[type="submit"]:active, input[type="submit"]:active, .theme-button:active {
    background-image: linear-gradient(to bottom, #efefef 0px, #fff 100%);
    border-color: #bbb #bbb #ddd;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10) inset;
}
input[type="button"]:hover, input[type="submit"]:hover, .theme-button:hover {
    background: #fff
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 33px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 33px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
label.checkbox {
  display: block;
  margin-bottom: 5px;
}
/* Comments
================================================== */
#commentsbox {
    padding-top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
    #commentsbox span.required {
        color: #C30;
        font-size: 9px
    }
.commentlist {
    margin: 0
}
    .commentlist .children {
        margin: 0
    }
    .commentlist #respond {
        margin-bottom: 0;
        border-bottom: 1px solid #EEEEEE
    }
    .commentlist li {
        margin: 0;
        list-style: none
    }
.children li.depth-2 .comment-details {
    margin: 0 0 0px 45px
}
.children li.depth-3 .comment-details {
    margin: 0 0 0px 90px
}
.children li.depth-4 .comment-details {
    margin: 0 0 0px 135px
}
.children li.depth-5 .comment-details {
    margin: 0 0 0px 180px
}
.children li.depth-6 .comment-details {
    margin: 0 0 0px 225px
}
.children li.depth-7 .comment-details {
    margin: 0 0 0px 270px
}
.children li.depth-8 .comment-details {
    margin: 0 0 0px 315px
}
.children li.depth-9 .comment-details {
    margin: 0 0 0px 360px
}
.children li.depth-10 .comment-details {
    margin: 0 0 0px 405px
}
.children li.depth-5 .reply-break {
    display: none
}
.comment-body {
    margin-left: -40px; margin-right: -40px;
    padding: 40px;
    border-bottom: 1px solid #EEEEEE
}
.comment-details {
    display: block; position: relative;
    -moz-box-sizing: border-box
}
    .comment-details ul {
        margin: 0
    }
        .comment-details ul li {
            padding-bottom: 8px; padding-top: 8px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1)
        }
        .comment-details ul li:first-child {
            border-top: 1px solid rgba(0, 0, 0, 0.1)
        }
ol.commentlist > li:last-child .comment-body {
    
}
.comment-avatar {
    float: left; position: relative;
    right: 0; top: 0;
    margin-right: 25px
}
    .comment-avatar img {
        display: block;
        border-radius: 25em 25em 25em 25em
    }
.custom-avatar {
    height: 50px; width: 50px
}
#comment-team-badge {
    display: inline-block; float: right;
    padding: 0 8px;
    color: #FFFFFF !important;
    font-size: 12px; font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    background: #7FBA5C;
    border: 1px solid #7FBA5C;
    border-radius: 4px 4px 4px 4px;
}
.comment-content {
    margin-left: 70px;
    color: #000
}
    .comment-content p:last-child {
        margin: 0
    }
.comment-author .author, .comment-author .author a:link, .comment-author .author a:visited {
    color: #000 !important;
    font-size: 16px; font-weight: 600
}
.bypostauthor {
    
}
.comment-author .author a:hover {
    color: #aaa
}
.comment-reply-link {
    color: #bb1a23;
    font-size: 12px; font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.65px
}
    .comment-reply-link a:hover {
        
    }
.comment-reply-link:before {
    content: ""
}
.reply-break {
    margin-left: 10px; margin-right: 5px;
    font-size: 11px
}
.comment-meta {
    margin-bottom: 15px
}
    .comment-meta .reply {
        
    }
    .comment-meta a {
        color: #909090 !important
    }
    .comment-meta a:hover {
        color: #000 !important;
        text-decoration: underline
    }
    .comment-date, .comment-meta .reply {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.65px
    }
        .comment-meta .reply a {
            display: inline-block
        }
.comment-break {
    color: #aaa
}
#respond {
    margin-left: -40px; margin-right: -20px;
    padding: 40px
}
    #respond h4.heading {
        margin: 0 0 25px;
        font-size: 18px
    }
#cancel-comment-reply-link {
    margin-left: 10px;
    font-size: 11px; font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    cursor: pointer
}
#cancel-comment-reply-link:hover {
    text-decoration: underline
}
#comments-title {
    margin-top: 30px;
    padding-bottom: 10px; padding-top: 10px;
    color: #222;
    border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;
    text-align: center;
    background: #fbfbfb
}
#comments_wrap {
    margin-top: 15px
}
#comments-logged-in {
    margin-bottom: 30px; margin-top: 10px;
    font-size: 15px
}
#log-out {
    float: right;
    margin-top: -56px
}
.form-submit {
    margin-bottom: 0
}
h3#reply-title {
    margin-bottom: 15px
}
#commentform input {
    
}
#commentform label {
    font-size: 12px; font-weight: normal
}
#commentform input {
    margin-left: 0; margin-top: 0
}
.comment-reply {
    margin-top: 15px
}
    .comment-reply [class^="icon-"], .comment-reply [class*=" icon-"] {
        color: #bb1a23;
        font-size: 10px
    }
#subscribe_comments, #subscribe_label {
    margin-top: 20px !important
}
.comment-subscription-form {
    margin-bottom: 0px
}
#comments .heading {
    margin: 0 -40px; padding: 25px 40px;
    border-bottom: 1px solid #EEEEEE;
    font-weight: bold
}
/* 404 Page
================================================== */
#error-page-text {
    margin: 0;
    font-size: 16px
}
/* Footer
================================================== */
#footer-wrap {
    padding: 0 30px;
    color: #efefef;
    background-color: #01143d;
	background-image: url(../images/sub-bkg.jpg);
	background-position:top center;
	background-repeat: no-repeat;
    background-size: 100%; //propotional resize
	border-bottom:1px solid #000;
	border-top:1px solid #999;
}
#footer {
    position: relative;
    padding-bottom: 5px;
	padding-top: 30px;
    font-size: 12px
}
    #footer .searchform #searchsubmit {
        color: #606060
    }
    #footer .searchform #searchsubmit:hover {
        color: #aaa
    }
    #footer .widget_recent_entries li, #footer .widget_categories li, #footer .widget_archive li, #footer widget_meta li, #footer .taxonomies-widget li, #footer #footer .recent-post-types-widget li, #footer .widget_pages li, #footer .widget_links li, #footer .widget_twitter li, #footer .widget_recent_comments li, #footer .widget_top-posts li, #footer .widget_nav_menu li {
        margin-bottom: 4px;
        padding-bottom: 4px;
        border-bottom: 1px solid #efefef;
    }
    #footer .widget_recent_entries ul, #footer .widget_categories ul, #footer .widget_archive ul, #footer widget_meta ul, #footer .taxonomies-widget ul, #footer #footer .recent-post-types-widget ul, #footer .widget_pages ul, #footer .widget_links ul, #footer .widget_twitter ul, #footer .widget_recent_comments ul, #footer .widget_top-posts ul, #footer .widget_nav_menu ul {
        padding-top: 4px;
        border-top: 1px solid #efefef;
    }
    #footer input[type="search"] {
        width: 100%;
        margin-bottom: 10px;
        color: #999;
        -moz-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: #efefef;
        border-color: #252525;
        box-shadow: none;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
        box-sizing: border-box;
        box-sizing: border-box;
    }
    #footer .widget-recent-posts {
        padding: 0;
        background: none;
        border-radius: 0;
        box-shadow: none;
    }
    #footer .widget-recent-posts img {
        border-color: #606060
    }
    #footer .widget-recent-posts li {
        border-color: #efefef;
    }
    #footer .tagcloud a:hover {
        color: #fff
    }
    .widget-recent-posts li:last-child, #footer .widget-recent-posts li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none
    }
    #footer input[type="search"] {
        border: none
    }
    #footer input[type="text"], #footer input[type="password"], #footer input[type="email"], #footer input[type="url"], #footer input[type="tel"], #footer textarea {
        width: 100%;
        margin-bottom: 10px;
        color: #333;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: #efefef;
        border-color: #252525;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
        box-sizing: border-box;
    }
    #footer h6 {
        margin-bottom: 20px;
        color: #fff;
        font-size: 22px;
    }
    #footer input[type="text"]:focus, #footer input[type="password"]:focus, #footer input[type="email"]:focus, #footer input[type="url"]:focus, #footer input[type="tel"]:focus, #footer textarea:focus {
        color: #666;
    }
    #footer textarea {
        max-height: 150px;
		overflow:auto;
    }
    #footer a {
        color: #aaa;
    }
    #footer a:hover {
        color: #ccc;
    }

/* Copyright */
#footerbottom-wrap {
    padding: 10px 30px;
    color: #616161;
    font-size: 12px;
    text-align: left;
    background: #1E1E1E;
    overflow: hidden;
	border-top:1px solid #333;
}
    #footerbottom-wrap a {
        color: #797979;
    }
    #footerbottom-wrap a:hover {
        color: #aaa;
    }
#copyright p {
    margin: 0;
}
#footer-menu ul {
    float: right;
}
#footer-menu ul li {
    float: left;
    margin-left: 10px;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	text-shadow:0 1px 1px #01143d;
}
/* Default Styles
================================================== */
.aligncenter {
    display: block;
    margin: 0 auto
}
.alignright {
    float: right
}
.alignleft {
    float: left
}
.post-navigation {
    padding-bottom: 15px; padding-top: 15px;
    border-bottom: 1px solid #eee; border-top: 1px solid #eee;
    font-weight: bold; font-weight: bold
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.textcenter {
    text-align: center
}
.textright {
    text-align: right
}
.textleft {
    text-align: left
}
blockquote.left {
    float: left;
    width: 33%;
    margin-left: 0; margin-right: 20px;
    text-align: right
}
blockquote.right {
    float: right;
    width: 33%;
    margin-left: 20px; margin-right: 0;
    text-align: left
}
.menu-user {
	float:right;
	color:#797979;
	font-size:10px;
	font-weight: 400;
	text-align:right;
	text-transform: uppercase;
	line-height:40px;
}
.menu-user a {
height: 40px;
color: #fff;
font-size: 10px;
font-weight: 400;
text-align: left;
text-decoration: none;
text-transform: uppercase;
cursor: pointer;
line-height: 40px;
}
index.htmlmedia="all"
.menu-user a {
display: block;
position: relative;
}