/*
Theme Name: Waterjet West
Theme URI: 
Description: 
Version: 1.0
Author: Kurt E. Peck
Author URI: http://www.peckcreative.com
*/


/*****************************************************************************************************/
/************************************************ Reset **********************************************/
/*****************************************************************************************************/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
/*hr,*/
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
/*ol,*/
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-content {
  font-size: 16px !important;  
}

.entry-content p {
  font-weight: normal !important;
  margin-bottom: 8px;
}

a,
#submit,
.button {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}

p:empty {
  display: none !important;
}

.center {
  text-align: center;
}

.subhead {
  padding: 10px 0 15px;
  font-weight: bold;
}

.main_content ul/*, .main-content ol*/ {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
    margin-left: 20px;
}

.main_content ul li/*,  .main-content ol li*/ {
  list-style-type: disc;
  list-style: disc;
}

.main_content ol li {
  list-style-type: decimal;
}

ol {
  list-style-position: inside;
  list-style-type: decimal;
}

* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%; /* This forces the browser to display a vertical scroll bar at all times, thereby eliminating horizontal shift when navigating between long and shortpages */
  margin-bottom: .1px;
}

article img {
/*   border: 1px solid #000000 !important; */
  margin: 12px !important; 
}

article img.noborder {
  border: 0px !important;
}

.noborder  {
  border: none !important;
}

.clearboth {
  clear: both;
}
 
.alignleft {
  float: left;
  margin: 7px 28px 28px 0;
}
 
.alignright {
  float: right;
  margin: 7px 0 28px 28px;
}
 
.aligncenter {
  clear: both;
  display: block;
  margin: 7px auto;
}

.wr-element-container img {
  height: auto;
}

.clr { clear: both; }
.left { float: left; }
.right { float: right; }

/*****************************************************************************************************/
/******************************************* Common styles *******************************************/
/*****************************************************************************************************/

body {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #000;
  background: #000000; 
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
  font-size: 26px;
  margin-bottom: 20px; 
}

h2 {
  font-size: 22px;  
}


h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

a {
}

a:hover {
  text-decoration: none;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

.link_white a { color: #fff; }
a.link_black { color: #000; }
.left { float: left; }
.right { float: right; }
.clr { clear: both }
.txt_center { text-align: center; }
.txt_white { color: #fff; }
.txt_grey { color: #999; }
.txt_big1 { font-size:  16px; line-height: 22px; }
.txt_burgundy { color: #7d0000; }
.txt_small { font-size: 10px; line-height: normal; }

.wrapper {
  max-width: 1152px;
  margin: 0 auto;
}

.header {
  color: #fff;
}

.inside .header {
  min-height: 113px;
}

.col_left {
  text-align: right;
  background: url(images/desktop.jpg) no-repeat left top;
  height: 103px;
    max-height: 113px;
  width: 410px;
  padding: 15px 10px 0 0;
}

.col_left img {
  vertical-align: top
}

.language_wrap {
  padding-top: 60px;
  font-size: 12px;
  text-align: center;
}

.inside .language_wrap p {
  display: inline;
}

.language_wrap a {
  margin: 0 1px;
  line-height: 22px;
}

.language_wrap a img {
  border: solid 1px #1e1ec5;
}

.inside .language_wrap {
  padding-top: 50px;
}

.ad_top {
  margin-top: 30px;
}

.slideshow {
  width: 684px;
}

.content_wrap {
  background: #ccc; 
}

.search_wrap {
  width: 308px;
  max-height: 341px;
  background: #999999;
}

.blue_wrap {
  padding: 10px 25px 14px;
  background: #00007e;
  color: #fff;
}

ul.menu1 {
  text-align: center;
}

ul.menu1 li {
  display: inline-block;
  font-size: 10px;
  border-right: solid 1px #fff;
}

ul.menu1 li:last-child {
  border: none;
}

ul.menu1 li a {
  display: inline;
  margin: 0 8px 0 5px;
  font-size: 11px;
  color: #fff;
}

ul.menu2 {
  margin: 20px 20px 0;
  text-align: center;
}

ul.menu2 li {
  display: inline;
  border-right: solid 1px #999;
    white-space: nowrap;
  font-size: 11px;
    line-height: 16px;
}

ul.menu2 li.hide-br {
  border-right: none;
}

ul.menu2 li.hide_line {
  border: none;
}

ul.menu2 li:last-child {
  border: none;
}

ul.menu2 li a {
  display: inline;
  margin: 0 8px 0 5px;
  font-size: 15px;
  color: #fff;
}

.hp_bg {
  background: #999;
}

.main_container {
  max-width: 992px;
}

.inside .main_container {
  background: #fff;
}

.main_content {
    padding: 20px;
  min-height: 634px;
}

.logo {
  background: #00007e;
}

.side_ads_container {
  width: 160px;
  text-align: center;
  overflow: hidden;
  max-height: 762px;
}

.side_ads_pad {
  padding: 22px 16px;
}

.side_ad {
  margin: 0 0 18px 0;
}

.ad_control {
  text-align: left;
  margin: 8px 4px;
}

.ad_control a {
  margin: 0 4px 0 2px;
}

/* SEARCH FORM
------------- */

.search_form_wrap {
  padding: 10px 18px;
  font-size: 12px;
}

.search_form {
}

.search_form h4 {
  margin-bottom: 10px;
}

.search_form p {
    padding: 0 0 12px 0;
}

.search_form select {
  margin-top: 1px;
  width: 172px;
}

.search_form input[type="button"], .search_form input[type="submit"] {
  border: solid 1px #000;
  font-size: 10px;
  background: #fff;
  padding: 1px 6px;
  margin-top: 2px;
}

.search_form_keyword input[type="text"], .search_form_keyword input[type="submit"] {
  border: solid 1px #000;
  background: #fff;
  padding: 2px ;
}

.search_form_keyword input[type="submit"] {
  padding: 1px 4px;
  font-size: 10px;
}

.search_form_keyword input[type="text"] {
  width: 65px;
}

.image_wrap { }

/* TABLES
------------- */
table.regular tr td {
  padding: 4px;
}

table.regular tr td img {
  margin: 12px 0 6px !important;
}


/* ------------- */

.bg_burgundy {
  width: 594px;
  padding: 20px 45px;
  background: #7d0000;
  text-align: center;
  min-height: 156px;
  color: #999;
  font-size:15px;
}

.blog_wrap {
  width: 300px;
  padding: 30px 4px 25px;
  background: #999;
  text-align: center;
}

.blog_wrap p {
  margin: 6px 0;
}

.sub_title {
  background: #7d0000;
  color: #fff;
  display: block;
  padding: 8px 20px;
}

.footer {
  padding: 23px 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.footer a {
  color: #fff;
}

/*****************************************************************************************************/
/******************************************* Mobile styles *******************************************/
/*****************************************************************************************************/

@media (max-width: 1166px) {
.wrapper { width: 992px }
.col_left { position: relative; }
.language_wrap { position: absolute; margin-left: 22%; }
.inside .language_wrap { position: relative;  margin-left: 0 }
.side_ads_container { width: 100%; text-align: left; max-height: none; }
.side_ads_pad { white-space: nowrap; padding: 10px 16px; }
.side_ad_wrap { margin: 5px 0 }
.side_ad { display: inline-block; margin: 0 16px 0 0; }
.ad_control img {
   -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    }
.ad_control { display: inline; }

article img { max-width: 100%; height: auto; }
table.regular { width: 100% }
}

@media (max-width: 991px) {
.wrapper { width: 100%; }
.main_container { width: 100%; }
.col_left { display: none; }
.language_wrap { position: relative; margin: 10px 0 0 10px; padding: 0; text-align: left }
.inside .language_wrap { padding-top: 0 }
.ad_top { margin: 10px 0 ; }
.side_ad { margin: 0 0.5% 0 0; }
.logo { width: 100% }
.logo img { width: 100%; height: auto; }
.image_wrap { overflow: hidden; }
.slideshow { width: 65%; }
.search_form_wrap { padding: 10px 3%; }
.search_wrap { width: 35%; min-height: 341px }
.bg_burgundy { width: 60%; padding: 2.5% }
.blog_wrap { width: 31%; padding: 2% 2% 0 }
}

@media (max-width: 800px) {
.slideshow { width: 60% }
.search_wrap { width: 40%; min-height: 341px }
.language_wrap { text-align: center; width: 100%; margin: 10px 0; float: none;}
.language_wrap a { margin: 3px; display: inline-block; }
.language_wrap p { display: inline; }
.ad_top { text-align: center; float: none;  margin: 15px 0 5px}
ul.menu1 li a { font-size: 14px; line-height:24px; margin: 15px inherit; display: inline-block  }
ul.menu2 li a { font-size: 14px; line-height:24px; margin: 15px inherit; display: inline-block  }
.blog_wrap { white-space: nowrap }
}

@media (max-width: 700px) {
.slideshow { width: 100% }
.slideshow img { width: 100%; height: auto }
.search_wrap { width: 100%; min-height: 350px; margin-bottom: 8px; }
.bg_burgundy { width: 95% }
.blog_wrap { width: 100%; padding: 20px 0; }
.inside .main_container { min-height: 250px }
input,
.search_form input[type="button"],
.search_form input[type="submit"],
.search_form_keyword input[type="submit"] { font-size: 13px; }
.search_form_wrap { font-size: 13px; }
.txt_small { font-size: 12px; }
table.regular { width: 100%: }
table.regular tr td { float: left; display: inline-block; width: 100%; }
}

@media (max-width: 468px) {
.language_wrap p { display: block !important }
.header  { min-height: inherit !important; }
.ad_top { margin: 0; }
.ad_top img { width: 100%; height: auto; }
.side_ads_pad { padding: 8px; }
.footer { font-size: 13px; line-height: 18px; padding: 25px 5px }
.blue_wrap { padding: 0 }
ul.menu1 li { margin: 12px 0; display: inline-block; width: 50%; float: left; border: none;  }
ul.menu1 li a {  text-decoration: none; }
ul.menu2 li { margin: 12px 0; display: inline-block; width: 50%; float: left; border: none;  }
ul.menu2 li a {  text-decoration: none; }
.search_form_keyword input[type="submit"] { padding: inherit 2px; }
}