@font-face {
  font-family: 'Lobster';
  src: url('font/lobster_1.4-webfont.eot');
  src: url('font/lobster_1.4-webfont.eot#iefix') format('embedded-opentype'), url('font/lobster_1.4-webfont.woff') format('woff'), url('font/lobster_1.4-webfont.ttf') format('truetype'), url('font/lobster_1.4-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Museo';
  src: url('font/museo_slab_500-webfont.eot');
  src: url('font/museo_slab_500-webfont.eot#iefix') format('embedded-opentype'), url('font/museo_slab_500-webfont.woff') format('woff'), url('font/museo_slab_500-webfont.ttf') format('truetype'), url('font/museo_slab_500-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
}
a {
  color: #4d0f23;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
body {
  font-family: "Tahoma", "Sans-serif";
  background: url('../images/bg.png');
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Museo";
  font-weight: normal;
  color: #4d0f23;
}
h2 {
  font-size: 30px;
  margin-bottom: 8px;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.17);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.17);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.17);
  behavior: url(http://www.sunsetstanduppaddle.com/css/PIE.php);
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
  margin-bottom: 14px;
}
p {
  font-size: 14px;
  line-height: 21px;
  color: #4d4c4c;
  margin-bottom: 1em;
}
form input,
form select {
  margin-bottom: 12px;
  font-size: 14px;
  color: #4d4c4c;
  padding: 3px;
}
form label {
  display: block;
  clear: both;
  margin-right: 8px;
}
form.flow input,
form.flow select {
  width: 220px;
  margin-left: 10px;
}
form.flow input[type=submit] {
  margin-left: 200px;
  margin-top: 10px;
  width: auto;
}
form.flow label {
  clear: none;
  width: 160px;
  text-align: right;
  margin-right: 30px;
  float: left;
}
.flash_message {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  text-align: center;
}
.message {
  display: inline-block;
  padding: 22px 12px 12px;
  margin-top: -10px;
  background: #7a977a;
  background: white;
  -webkit-box-shadow: 0 3px 0 rgba(109, 109, 109, 0.78);
  -moz-box-shadow: 0 3px 0 rgba(109, 109, 109, 0.78);
  box-shadow: 0 3px 0 rgba(109, 109, 109, 0.78);
  behavior: url(http://www.sunsetstanduppaddle.com/css/PIE.php);
}
.hidden {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.no-text-shadow {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.lobster {
  font-family: "Lobster";
}
.divider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 1px;
  background: #cccccc;
  margin: 15px 0%;
}
.center {
  margin: 0 auto;
  position: relative;
  display: block;
}
.wrap {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 960px;
}
.social {
  float: right;
  margin-top: 16px;
}
.social div {
  width: 39px;
  height: 39px;
  margin-left: 10px;
  float: left;
}
.social div.google {
  background: url('../images/google-icon.png');
}
.social div.google:hover {
  background: url('../images/google-icon-on.png');
}
.social div.facebook {
  background: url('../images/facebook-icon.png');
}
.social div.facebook:hover {
  background: url('../images/facebook-icon-on.png');
}
.social div.twitter {
  background: url('../images/twitter-icon.png');
}
.social div.twitter:hover {
  background: url('../images/twitter-icon-on.png');
}
.social div.instagram {
  width: ;
  background: url('../images/instagram-icon.png') center center no-repeat;
}
.social div.instagram:hover {
  background: url('../images/instagram-icon-on.png') center center no-repeat;
}
.logo {
  width: 233px;
  clear: both;
  margin-top: 63px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.nav {
  margin-top: -90px;
}
.nav a {
  text-decoration: none;
  color: #4d0f23;
  font-size: 24px;
  font-family: "Lobster";
}
.nav a:hover,
.nav a.active {
  color: #8d1b40;
}
.nav table {
  width: 100%;
}
.nav .nav-left {
  float: left;
  width: 350px;
}
.nav .nav-right {
  float: right;
  width: 335px;
}
.nav .nav-right td {
  text-align: right;
}
.banner {
  margin-top: 75px;
}
.box {
  border: 5px solid white;
  position: relative;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.17);
  behavior: url(http://www.sunsetstanduppaddle.com/css/PIE.php);
}
table.events p {
  width: 450px;
  font-size: 14px;
  line-height: 21px;
  color: #4d4c4c;
}
table.events img.box {
  margin-bottom: 12px;
}
table.photos p {
  width: 226px;
  font-size: 14px;
  line-height: 21px;
  color: #4d4c4c;
}
table.photos img.box {
  margin-bottom: 12px;
}
.quote {
  margin-right: 25px;
  padding-top: 10px;
  float: left;
}
.testimonial {
  font-size: 18px;
  line-height: 30px;
  color: #4d4c4c;
}
.footer {
  margin-top: 95px;
  padding: 50px 0;
  background: rgba(141, 89, 29, 0.14);
}
.footer .col {
  width: 155px;
  float: left;
}
.footer .col.first {
  width: 275px;
}
.footer .footer-social {
  top: 20px;
  position: relative;
}
.footer .footer-social div {
  width: 45px;
  height: 45px;
}
.footer .footer-social div.google-footer {
  background: url('../images/google-footer.png');
}
.footer .footer-social div.google-footer:hover {
  background: url('../images/google-footer-on.png');
}
.footer .footer-social div.facebook-footer {
  background: url('../images/facebook-footer.png');
}
.footer .footer-social div.facebook-footer:hover {
  background: url('../images/facebook-footer-on.png');
}
.footer .footer-social div.twitter-footer {
  background: url('../images/twitter-footer.png');
}
.footer .footer-social div.twitter-footer:hover {
  background: url('../images/twitter-footer-on.png');
}
.footer .footer-social a {
  float: right;
  margin-right: 20px;
}
.footer h2,
.footer h3,
.footer h3 a {
  color: #3d3437;
}
.footer h2 {
  font-size: 22px;
  margin-bottom: 15px;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.footer h3 {
  font-size: 16px;
  display: block;
  height: 36px;
}
.footer p {
  font-size: 14px;
  line-height: 24px;
  color: #302f2f;
}
.page-top {
  height: 44px;
  width: 100%;
  background: url('../images/page-top.png');
}
.page-bottom {
  height: 16px;
  width: 100%;
  background: url('../images/page-bottom.png');
  -webkit-box-shadow: 0 4px 0 rgba(109, 109, 109, 0.78);
  -moz-box-shadow: 0 4px 0 rgba(109, 109, 109, 0.78);
  box-shadow: 0 4px 0 rgba(109, 109, 109, 0.78);
  behavior: url(http://www.sunsetstanduppaddle.com/css/PIE.php);
}
.page-content {
  margin-top: 100px;
}
.page-bg {
  padding: 5px 52px 40px;
  width: 856px;
  background: url('../images/page-bg.png');
}
.page-bg h1 {
  margin-bottom: 16px;
}
.page-bg h3 {
  margin-bottom: 10px;
  margin-top: 35px;
}
.page-bg img {
  float: left;
  border: 5px solid white;
  position: relative;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.17);
  behavior: url(http://www.sunsetstanduppaddle.com/css/PIE.php);
  margin-right: 20px;
}
.page-bg img.right {
  float: right;
  margin: 0 0 0 20px;
}
/* Admin */
a.btn,
.btn a,
input[type=submit] {
  background: #beac93;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  behavior: url(http://www.sunsetstanduppaddle.com/css/PIE.php);
  line-height: 18px;
  display: inline-block;
  color: white;
  position: relative;
  border: none;
  cursor: pointer;
  text-decoration: none;
  padding: 5px 10px;
}
a.btn:hover,
.btn a:hover,
input[type=submit]:hover {
  background: #ab9373;
}
span.btn.disabled {
  background: #ddd;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  behavior: url(http://www.sunsetstanduppaddle.com/css/PIE.php);
  text-decoration: none;
  padding: 5px 10px;
}
.pagination {
  margin: 30px 0;
  text-align: center;
}
.pagination span {
  margin: 0 5px;
  padding: 5px 10px;
}
.admin_table {
  margin-top: 7px;
}
.admin_table td,
.admin_table th {
  color: #4d4c4c;
  font-size: 14px;
  line-height: 21px;
  padding: 7px;
}
.admin_table td p,
.admin_table th p {
  margin-bottom: 0;
}
.photo {
  position: relative;
  float: left;
  width: 218px;
}
.remove {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -8px;
  right: 18px;
  z-index: 99;
  background: url('../images/remove.png');
}
.author {
  margin-left: 65px;
  margin-top: -10px;
}
.icon-referer {
  float: right;
  padding: 10px;
  margin: 10px;
  margin-top: -10px;
  width: 33px;
  height: 35px;
  position: relative;
  z-index: 2;
  background: url('../images/icon.png') center center no-repeat;
}
.icon-referer:hover {
  background: url('../images/icon-on.png') center center no-repeat;
}
.admin-nav {
  margin-bottom: 20px;
}
.boga {
  width: 162px;
  margin-right: 20px;
  float: right;
  clear: both;
  height: 39px;
  background: url('../images/boga-off.png');
}
.boga:hover {
  background: url('../images/boga-on.png');
}
.sportkini {
  width: 135px;
  margin-right: 20px;
  height: 39px;
  clear: both;
  float: right;
  background: url('../images/sportkini-off.png');
}
.sportkini:hover {
  background: url('../images/sportkini-on.png');
}