/*
 * Theme Name: Sail Place
 * Theme URI: http://sailplace.com/
 * Description: Custom theme based on custom styles for Sail Place, Inc.
 * Version: 1.0
 * Author: Michael Thompson
 * Author URI: http://satedproductions.com/
 * Tags: blue, custom, fixed width
 */
/*
 * Colors
 */
html, body {
  border: 0;
  color: #4E5A66;
  font: 13px/1.3em Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center; }

html {
  background: #246bb2 url(images/bg_html.jpg) top left; }

body {
  background: url(images/bg_body.jpg) repeat-x 0 117px; }

/*
 * General / non-structural
 */
a {
  color: #246BB2;
  font-weight: bold; }

a:hover {
  color: #4E5A66; }

h1, h2, h3, h4, h5, h6 {
  color: #245CB2; }

h1 {
  font-size: 22px;
  line-height: 1.3em;
  margin: 10px 0;
  padding: 0; }

h2 {
  font-size: 22px;
  line-height: 1.3em;
  margin: 10px 0;
  padding: 0; }

h3 {
  font-size: 18px;
  line-height: 1.3em;
  margin: 10px 0;
  padding: 0; }

h4 {
  font-size: 16px;
  line-height: 1.3em;
  margin: 10px 0;
  padding: 0; }

h5 {
  font-size: 13px;
  line-height: 1.3em;
  margin: 10px 0;
  padding: 0; }

h6 {
  font-size: 13px;
  line-height: 1.3em;
  margin: 10px 0;
  padding: 0; }

h6 {
  color: #4E5A66; }

blockquote {
  border-left: 5px solid #D7E7F8;
  padding: 0 30px 0 15px;
  margin: 10px 0 20px 10px; }

dl, ol, p, ul {
  margin: 10px 0 20px; }

dl, ol, ul {
  padding: 0 30px; }

dl dd, dl dt, ol li, ul li {
  padding: 0;
  margin: 0; }

dl dt {
  font-weight: bold;
  margin: 10px 0 5px; }

.clear {
  clear: both; }

.nav {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.nav li {
  float: left;
  margin: 0;
  padding: 0; }

.nav li a {
  display: block;
  float: left; }

.content-wrapper, #fader, #brands, .brands-sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border-radius: 4px;
  border-top: 3px solid #f2c1a2;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  width: 100%; }

/*
 * Non-general / structural (ha!)
 */
#wrapper {
  background: url(images/bg_wrapper.jpg) no-repeat center top; }

#header, #emote_wrapper, #content_wrapper, #footer {
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 960px; }

#header {
  height: 196px; }

#header h1,
#header h1 a {
  height: 95px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 350px; }

#header h1 {
  position: absolute;
  top: 28px;
  left: 0; }

#header h1 a {
  background: url(http://www.sailplace.com/wp-content/uploads/2014/12/sp_logo.png) no-repeat;
  display: block;
  line-height: 95px;
  text-indent: 350px; }

/*
 * The BG images weren't originally aligned to the bottom,
 * and there wasn't a need for overflow: hidden on the links
 * ...until we checked IE6. Those tweaks (and a PNG fix) made
 * IE6 work beautifully.
 */
#header .nav {
  background: url(images/bg_nav-item-div.png) no-repeat right top;
  float: right;
  position: relative;
  padding-right: 1px;
  top: 85px;
  z-index: 999; }

#header .nav li {
  background: url(images/bg_nav-item-div.png) no-repeat left top;
  padding-right: 1px;
  position: relative; }

#header .nav li a {
  color: #e0ecf9;
  font-size: 14px;
  font-weight: bold;
  height: 85px;
  left: 1px;
  line-height: 124px;
  overflow: hidden;
  padding: 0 .8em;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

#header .nav li.current a,
#header .nav li.current_page_item a,
#header .nav li a:hover {
  background: url(images/bg_nav-item.png) repeat-x left top;
  color: #fff; }

#header .nav li ul {
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  display: inline;
  display: none;
  float: left;
  left: 0;
  list-style: none;
  margin: 0;
  padding: .4em 0;
  position: absolute;
  top: 86px; }

#header .nav li:hover ul {
  display: inline; }

#header .nav li ul li {
  display: block;
  float: none;
  padding: 0;
  margin: 0; }

#header .nav li ul li a {
  border-bottom: 1px solid #fff;
  color: #246BB2;
  display: block;
  float: none;
  height: auto;
  left: 0;
  line-height: 1.3em;
  margin: 0;
  padding: .45em 3.2em .35em .8em;
  text-shadow: none; }

#header .nav li ul li:last-child a {
  border-bottom: 0; }

#header .nav li ul li a:hover {
  background: #246BB2;
  background: rgba(36, 107, 178, 0.1);
  color: #4E5A66; }

#header .locations {
  color: #e0ecf9;
  font-size: 11px;
  line-height: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 40px; }

#header .locations a {
  color: #e0ecf9;
  text-decoration: none; }

#header .locations a:hover {
  color: #fff;
  text-decoration: underline; }

#header .locations li {
  float: left;
  margin: 0 0 0 30px;
  padding: 0; }

#header .locations li span {
  display: block; }

#header .locations li span a {
  font-weight: bold; }

#emote_wrapper {
  *zoom: 1;
  clear: both;
  margin-bottom: 16px;
  margin-top: 0;
  padding: 0; }
  #emote_wrapper:before, #emote_wrapper:after {
    content: " ";
    display: table; }
  #emote_wrapper:after {
    clear: both; }

#emote {
  *zoom: 1;
  padding: 14px 5px 0; }
  #emote:before, #emote:after {
    content: " ";
    display: table; }
  #emote:after {
    clear: both; }

#fader {
  *zoom: 1;
  border-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  z-index: 1; }
  #fader:before, #fader:after {
    content: " ";
    display: table; }
  #fader:after {
    clear: both; }

.fader ul,
.fader ul li {
  height: 322px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }

.fader a img {
  border: 0; }

.fader ul,
.fader ul li {
  list-style: none; }

.fader ul li {
  display: none;
  left: 0;
  position: absolute;
  top: 0; }

.fader ul li.fader_start {
  display: block; }

.fader ul li img {
  max-width: 100%; }

.fader ul li h3 {
  display: none; }

.fader .fader_controls {
  display: none; }

.brands-sidebar,
#brands {
  *zoom: 1;
  clear: both;
  overflow: hidden;
  padding: 20px;
  text-align: center; }
  .brands-sidebar:before, .brands-sidebar:after,
  #brands:before, #brands:after {
    content: " ";
    display: table; }
  .brands-sidebar:after,
  #brands:after {
    clear: both; }

#brands ul {
  float: left;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

#brands ul li {
  float: left;
  left: -50%;
  margin: 0 20px;
  padding: 0;
  position: relative; }

.brands-sidebar {
  border: none;
  margin-top: 10px;
}
  .brands-sidebar ul {
    clear: both;
    list-style: none;
    margin: 10px auto;
    padding: 0;
  }
    .brands-sidebar ul li {
      clear: both;
      margin: 5px auto;
      padding: 0;
    }
  .brands-sidebar img {
    max-width: 100%;
  }

#content_wrapper {
  background: url(images/bg_content-top.png) no-repeat;
  padding: 8px 0 0; }

#content {
  background: url(images/bg_content-mid-notrans.png) repeat-y;
  float: left;
  /* IE... */
  padding: 2px 5px 1px; }

#content-btm {
  background: url(images/bg_content-btm-notrans.png) no-repeat;
  clear: both;
  height: 9px; }

#main {
  display: inline;
  float: left;
  margin: 16px 20px 14px 30px;
  width: 590px; }

.nosidebar #main {
  width: 895px; }

#inner-emote {
  display: inline;
  float: left;
  margin: 16px 20px 6px 10px;
  width: 280px; }

#inner-emote p {
  margin: 0;
  padding: 0; }

#sidebar {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #e9f0f7;
  color: #4E5A66;
  display: inline;
  float: right;
  font-size: 12px;
  margin: 16px 20px 14px 10px;
  width: 280px; }

#sidebar a {
  color: #246BB2;
  font-weight: bold;
  text-decoration: none; }

#sidebar a:hover {
  color: #4E5A66;
  text-decoration: underline; }

#sidebar h3 {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #d7e7f8;
  border: 1px solid #c5d8ec;
  clear: both;
  color: #4E5A66;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin: 0 0 20px;
  padding: 9px 8px 7px; }

#sidebar p,
#sidebar ol,
#sidebar ul {
  margin: 10px 10px 20px;
  padding: 0; }

#sidebar ul {
  list-style: none; }

#sidebar ul.news_and_updates .last {
  font-size: .8em;
  margin-top: 10px;
  text-align: left; }

#sidebar ul li {
  margin: 0;
  padding: 0; }

#sidebar ul.news_and_updates li {
  margin: 4.5px 0; }

#sidebar .section {
  clear: both;
  margin: 10px 10px 30px; }

#sidebar #social {
  float: right;
  clear: both;
  height: 60px;
  margin: 0;
  padding: 0;
  width: 100%; }

#sidebar #social li {
  float: right;
  display: inline;
  padding: 0;
  margin: 0; }

#sidebar #social li a {
  display: block;
  display: inline;
  clear: none;
  height: 50px;
  float: left;
  line-height: 50px;
  overflow: hidden;
  margin-left: 5px;
  text-indent: 50px;
  width: 50px; }

/*
#sidebar #social li a:hover {
  text-decoration: none;
  text-indent: 50px;
  overflow: visible;
  width: auto;
}
*/
#sidebar #social #facebook a {
  background: url(http://www.sailplace.com/wp-content/uploads/2014/04/facebook.png) no-repeat; }

#sidebar #social #twitter a {
  background: url(http://www.sailplace.com/wp-content/uploads/2014/04/twitter.png) no-repeat; }

#sidebar #social #youtube a {
  background: url(http://www.sailplace.com/wp-content/uploads/2014/04/youtube.png) no-repeat; }

#sidebar .newsletter_sub {
  background: url(images/btn_newsletter.gif) no-repeat;
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: 0 0 0 10px;
  text-indent: 160px;
  width: 160px; }

#sidebar .baybreeze {
  background: url(images/btn_baybreeze.gif) no-repeat;
  display: block;
  height: 92px;
  line-height: 92px;
  overflow: hidden;
  margin: 0 0 0 10px;
  text-indent: 240px;
  width: 240px; }

#footer {
  background: url(images/bg_footer.jpg) no-repeat;
  clear: both;
  color: #55AAFF;
  font-size: 11px;
  margin-top: 11px;
  margin-bottom: 20px;
  text-align: center; }

#footer a {
  color: #fff;
  font-weight: bold;
  text-decoration: none; }

#footer a:hover {
  text-decoration: underline; }

#footer_nav_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%; }

#footer_nav_wrapper .nav {
  float: left;
  padding: 12px 0 10px;
  position: relative;
  left: 50%; }

#footer_nav_wrapper .nav li {
  position: relative;
  left: -50%; }

#footer_nav_wrapper .nav li a {
  padding: 5px 10px; }

#footer .legal {
  clear: both;
  padding: 0;
  margin: 14px 0 10px; }

#news_list {
  margin: 40px 10px; }

#news_search {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #E9F0F7;
  border: 1px solid #c5d8ec;
  clear: both;
  color: #4E5A66;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin: 20px 10px 20px;
  padding: 9px 8px 7px; }

#news_archives_wrapper {
  margin: 10px;
  padding: 9px 8px 7px; }

#news_archives_wrapper .news_archive {
  float: left;
  width: 50%; }

/*
 * WordPress Specific
 */
.alignright,
.alignleft {
  padding: 5px;
  margin: 30px; }

.alignright {
  float: right;
  margin-right: 0; }

.alignleft {
  float: left;
  margin-left: 0; }

img.alignright,
img.alignleft {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #E9F0F7; }

.navigation {
  clear: both;
  display: block;
  float: left;
  margin: 5px 0 20px;
  width: 100%; }

.navigation .alignleft,
.navigation .alignmid,
.navigation .alignright {
  float: left;
  padding: 0;
  margin: 0 10px 0 0; }
