/*=======================================================================
*** GLOBAL STYLE SHEET***
========================================================================*/
/* BODY, BANNERS, HOMEPAGE */

body {
  background: url('/files/editor/images/common/splash3.jpg') repeat-x;
  color: #555;
}
.content p a, a {color: #0062A0;}

#logo { float: none;}  
#header { 
  padding-top: 0;
  background-color: transparent;
}
/* pager */
.wp-pagenavi {
  margin-top: 20px;
  }
/*  IFRAMES FOR VIDEO OVERRIDE --------------  */
.video-container iframe {
    position: relative;
}
/*  PAGE TITLES ------------------ */
.page-header {
    margin: 0px 10px 40px;
    padding: 30px 0px;
    border-bottom: 1px solid #EBEBEB;
}  
/*  HOME PAGE -----------------  */
.flexslider {
  background-color:transparent; 
}
.slider {
position: relative;
margin-top: 20px;
margin-bottom: 5px;
height: auto;
zoom: 1;
}
.front #content {
margin-bottom: 0px;
}
.front #after-content {
 margin-top: 0px; 
} 
.front #header .container .eight {
   width: 100%;
   text-align: center;  
  }
/*  TOP MAST  ------------------------  */
.not-front #header {
  background: no-repeat;
  background-position: center top; 
  }
.not-front .logo {
  display: none;
  }
/* specific mast handled by extra.js with exceptions */
.page-blog-1181 #header {background-image: url(/files/editor/images/banners/jwp-blog.png) !important;}

/*  ----CAPTCHA-------------  */
.form-item-captcha-response .description {
  margin-top: 10px;
}
.form-item-captcha-response input[type=text] {
  width:60px;
  float:none;
}

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




/*  ADMIN AREA  */
#node-admin-content table { width: 820px; }
