/* 
Theme Name: Song of The Tui
Description: Song of the tui theme
Version: 1.0
Author: Team DP
*/

body {
  margin: 12px 0 0 0;
  background: #ffffff url(images/bg.png) center -6px repeat-x;
  }

p, body, li, ul, dd, td {
  font-family: 'Titillium Web', sans-serif;
  color: #656a70;
  line-height: 150%;
  }

img a, a img {
  border: 0;
  }
  
a {
  font-family: 'Titillium Web', sans-serif;
  color: #2c7dce;
  text-decoration: underline;
  outline: none;
  }
  
a:hover {
  text-decoration:underline;
  }

h1, h1 a, h2, h2 a, h3, h3 a {
  color: #000;
  line-height: 120%;
  }

h1, h1 a {
  font-size: 25px;
  margin-top: 0;
  padding-top: 0;
  }
h2, h2 a {
  font-size: 20px;
  }
h3, h3 a {
  font-size: 16px;
  }

hr {
  height: 1px;
  border: 0;
  width: 100%;
  background: #81aad2;
  color: #81aad3;
  margin: 5px 0 15px 0; 
  }
  
#wrapper {
  width: 955px;
  margin: 0 auto;
  background: #fff;
  }

#header {
  background: url(images/headerpic.jpg) left top no-repeat;
  height: 344px;
  overflow: hidden;
  }

#headerunder {
  background: url(images/header-under.gif) left top no-repeat;
  height: 28px;
  
  }

#navbar {
  background: #fafafa url(images/nav-bg.gif) left top repeat-x;
  height: 62px;
  width: 100%;
  }
#navbar ul, #subnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  }
#navbar li {
  display: inline;
  }
#navbar ul li a {
  display: block;
  float: left;
  padding: 0 28px;
  line-height: 62px;
  text-decoration: none;
  color: #0154a8;
  font-size: 18px;
  background: url(images/nav-separator.gif) right top no-repeat;
  }
#navbar ul li a:hover, #navbar li.current_page_item a {
  background: #4278a4;
  color: #fff;
  }

#subnav {
  }
#subnav a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #888787;
  border-bottom: 1px solid #ecede9;
  padding: 0 0 4px 9px;
  margin-bottom: 10px;
  background: url(images/subnav-arrow.gif) right top no-repeat;
  }
#subnav a:hover, #subnav li.current-menu-item a {
  color: #000;
  background-position: right -32px;
  }

#bookonline a * {
  display: none;
  }
#bookonline a, #bookonline a .hover {
  height: 92px;
  display: block;
  background: url(images/book-online.gif) 0 0 no-repeat;
  }
#bookonline a {
  background-position: 0 0;
  width: 232px;
  margin: 6px 0 22px 0;
  }
#bookonline .highlight a:hover, #bookonline a .hover {
  background-position: 0 -92px;
  }
 
#content {
  padding-bottom: 10px;
  overflow: hidden;
  height: 100%;
  min-height: 200px;
  background: url(images/content-bg.gif) left top repeat-y;
  border-bottom: 45px solid #fff;
  }

#content-left {
  width: 230px;
  float: left;
  }

#content-main {
  margin-left: 60px;
  width: 630px;
  float: left;
  margin-top: -4px;
  }

#footer {
  width: 100%;
  background: #4278a4;
  }

#footercontent {
  width: 955px;
  margin: 0 auto;
  min-height: 112px;
  padding: 20px 0;
  }
#footercontent a, #footercontent, #footercontent p, #footercontent td #footercontent ul li {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  }

#footercontent li {
  color: #ffffff
}

#footercontent a:hover {
  text-decoration: underline;
  }
#footercontent td {
  vertical-align: top;
  }

#copyright, #copyright a {
  font-size: 12px;
  color: #ffffff;
  }
  
.leftborder {
  border-left: 1px solid #5d7fa0;
  padding-left: 80px;
  }

#dpfooter {
  margin: 0 auto;
  text-align: center;
  width: 878px;
  }
#dpfooter a, #dpfooter {
  font-size: 12px;
  color: #18697e;
  }
  
#flag {
  position: absolute;
  top: 195px;
  left: -19px;
  z-index: 6;
  background: url(/wp-content/uploads/flag2.png) left top no-repeat;
  width: 462px;
  height: 74px;
  padding: 40px 0 0 40px;
  color: #4278a4;
  font-size:16px;
  font-weight: bold;
  }
#flag h2 {
  margin: 0;
  padding-bottom: 5px;
  }
#flag a {
  line-height: 20px;
  font-weight: bold;
  font-size: 32px;
  color: #0154a8;
  text-decoration: none;
  }
#flag a:hover {
  text-decoration: underline;
  }
.lightblue {
  color: #16b0fd;
  }

.printfriendly {
  padding: 0;
  }

/* WP Common Styles */
.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}
img.aligncenter, div.aligncenter {
   display: block;
   margin: 20px auto;
}
img.alignright, div.alignright {
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft, div.alignleft {
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
img.aligncenter {
   text-align: center;
}
img.alignright {
   text-align: right;
}
img.alignleft {
   text-align: left;
}

.alignright {
   float: right !important;
   margin:0 0 15px 15px !important;
   background: #f1f1f1;
   padding: 10px;
   }

.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.more-link {
   display:block;
   text-align:right;
}
.linklove {
   display:none;
}


#homepage-panels a, #homepage-panels a .hover {
  width: 232px;
  height: 129px;
  display: block;
  }
#homepage-panels a .hover {
  background-position: 0 -129px;
  }

.panel {
  width: 230px;
  height: 250px;
  float: left;
  margin: 0 29px 10px 0;
  }
.culinary a, .culinary a .hover {
  background: url(images/culinary-experience-nelson-bnb.jpg) 0 0 no-repeat;
  }
.apartment a, .apartment a .hover {
  background: url(images/waterside-apartment.jpg) 0 0 no-repeat;
  }
.nelson a, .nelson a .hover {
  background: url(images/nelson-activities.jpg) 0 0 no-repeat;
  }
.food a, .food a .hover {
  background: url(images/food-wine.jpg) 0 0 no-repeat;
  }
.spa a, .spa a .hover {
  background: url(images/spa-options.jpg) 0 0 no-repeat;
  }
.team a, .team a .hover {
  background: url(images/team-bonding.jpg) 0 0 no-repeat;
  }

.homepanel-text, .homepanel-text p {
  width: 230px;
  line-height: 130%;
  }

.add-menu {
  overflow: hidden;
}

.add-menu > div {
  display: inline-block;
  margin: 5px;
}