@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:700&v2');

body {
  font-family: "Liberation Sans", helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

h1, h2, h3 {
	font-family: "PT Sans Narrow", "Liberation Sans", helvetica, arial, sans-serif;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}

h1 { font-size: 36px; }

h2 { font-size: 30px; }

h3 { font-size: 24px; }


/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  position: relative;
  z-index: 0;
}

div#slide-down-container {
  background-color: #ddd;
  padding: 0;
  text-align: right;
  color: black;
}

div#slide-down-container h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 0;
}

div#slide-down-container p {
  margin: 0 0 6px 0;
  padding: 0;
}


div#slide-down-container a {
  color: black;
  text-decoration: none;
}

div#slide-down-container a:hover {
  text-decoration: underline;
}

div#header-wrap {
  border-top: 5px solid #d90000;
}

div#header-container a#slide-toggle {

  position: absolute;
  top: 0;
  right: 0;
  background-color: #d90000;
  color: white;
  display: inline-block;
  padding: 3px 10px 5px 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0 0 10px 10px;
  box-shadow: #999 1px 1px 1px;


/** disabled **/
  display: none;



}

div#header-container #header-dude {
  margin-top: 0;
  background: white url(../img/header-dude.png) no-repeat 50% -50%;
  height: 180px;
  position: relative;
}

div#header-container #header-dude h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 10px 0;
  padding: 0;
  color: black;
}

div#header-container #header-dude h1 a {
  color: black;
  text-decoration: none;
}


div#header-container #header-dude h1.header-left {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
}

div#header-container #header-dude h1.header-right {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

div#menu-wrapper {
  background: #c90000 url(../img/menu-bg.png) repeat-y center;
  box-shadow: #333 0px 2px 2px;
  position: relative;
  z-index: 200;
}

div#menu-main {
  text-align: center;
  font-family: 'PT Sans Narrow', sans-serif;
}

div#menu-main ul.menu {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

div#menu-main ul.menu li {
  display: inline;
  font-weight: bold;
  font-size: 26px;
}

div#menu-main ul.menu li a {
  padding: 0.5em 1em;
  text-decoration: none;
  color: #ddd;
  display: inline-block;
  text-shadow: 1px 1px #333;
}

div#menu-main ul.menu li.active a,
div#menu-main ul.menu li a:hover {
  text-shadow: 2px 2px #333;
  color: white;
}

/* this wraps the entire banner area and depending on the class, will have different background colors/images etc */
/* it contains the banner items and the toolbar */
div#banner-wrapper {
  position: relative;
  z-index: 100;
  padding: 10px 0;
}


/* common styles for all banner items */
/*  all banner-items take up the whole width and have a margin that's the same height as the services bar */
div.banner-item {
  z-index: 101;
  height: 300px;
}

div.banner-home {
  background: #999999 url(../img/brushed-metal-dark-bg.jpg) repeat center center;
  color: white;
}

div.banner-item .banner-content {
  text-align: center;
}

div#banner-bottom-wrapper {
  position: relative;
  z-index: 1000;
  box-shadow: 0px -2px 2px black;
  padding: 5px 0;
  background-color: white;
}

div#banner-bottom {
  text-align: center;
}

div#banner-bottom h1 {
  font-size: 46px;
  font-family: "PT Sans Narrow", "LiberationSansRegular", "Liberation Sans", Arial, Helvetica, sans-serif;
}

.content-column {
  text-align: justify;
}

body.inner div.sidebar {
  padding-top: 90px;
}


body.inner .item-page {
    
}


body.inner .item-page h1 {
  display: block;
  padding: 50px 0px 0px 50px;
  background: transparent url(../img/dude-logo-small-trans.png) no-repeat -140px 0px;
  font-family: "PT Sans Narrow", "Liberation Sans", Arial, sans-serif;
  font-size: 36px;
  line-height: 40px;
  border-bottom: 2px solid #D90000;
}


ul.menu.current-submenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.menu.current-submenu li {
  margin: 0 0 0.66em 0;
  text-align: right;
  padding-right: 16px;
  padding-left: 16px;
  font-family: "PT Sans Narrow", "LiberationSansRegular", "Liberation Sans", Arial, Helvetica, sans-serif;
  line-height: 1em;
}

ul.menu.current-submenu > li {
  font-size: 24px;
  font-weight: normal;
}

ul.menu.current-submenu > li > a {
  color: black;
  text-decoration: none;
}

ul.menu.current-submenu > li.active > a,
ul.menu.current-submenu > li > a:hover {
  color: #D90000;
  text-decoration: none;
}




#footer-wrap {
  position: absolute;
  bottom: 0;
  left:0;
  right:0;
  width:100%;
  border-top: 1px solid #666;
  margin-top: 10px;
  padding: 10px 0;
  background-color: #ddd;
  color: #666;
  text-shadow: -1px -1px #eee;
}

#footer-left {
  text-align: left;
}

#footer-middle {
  text-align: center;
}

#footer-right {
  text-align: right;
}
