/*
Theme Name: Seaview Apartments Charters
Description: Seaview Apartments theme
Version: 1.1
Author: Andy
*/

@import url('webfonts/font-AvenirNextLTProRegular.css');
@import url('webfonts/font-AvenirNextLTProBold.css');



body {
  margin: 0;
  background: #d6d6d6;
  }

p, li, ul, dd, td, a, body  {
  font-family: AvenirNextLTProRegular, sans-serif;
  font-size: 1.0em;
  color: #000;
  line-height: 150%;
  }

img a, a img {
  border: 0;
  }

td {
  vertical-align: top;
  }

a {
  color: #666;
  text-decoration: underline;
  outline: none;
  }

b, strong {
  font-family: 'AvenirNextLTProBold', sans-serif;
  font-weight: normal;
  }

a:hover {
  color: #ff9900;
  text-decoration:underline;
  }

h1, h1 a, h2, h2 a, h3, h3 a {
  line-height: 120%;
  color: #4d5968;
  }

h1, h1 a {
  font-size: 1.6.em;
  margin-top: 0;
  }
h2, h2 a {
  font-size: 1.4em;
  }
h3, h3 a {
  font-size: 1.2em;
  }

hr {
  height: 1px;
  border: 0;
  width: 100%;
  background: #000000;
  color: #000000;
  margin: 5px 0 15px 0;
  }

#headerwrapper, #navbarwrapper, #slideshowwrapper, #homepanelswrapper, #contentwrapper, #footerwrapper {
  width: 100%;
  }
#headerwrapper {
  background: #fff  url(images/header-bg.gif) top left repeat-x;
  height: 180px;
  }
#navbarwrapper {
  height: 44px;
  background: #4d5968 url(images/nabvar-bg.gif);
  border-top: 1px solid #fff;
  border-bottom: 2px solid #fff;
  }
#slideshowwrapper {
  background: #4d5968;
  height: 422px;
  padding-top: 35px;
  }
#homepanelswrapper {
  background: #b5b4b4;
  height: 100%;
  overflow: auto;
  padding-bottom: 20px;
  }

#slider, #sliderwrapper {
  width: 857px;
  height: 371px;
  margin: 0 auto;
  }
#slider {
  border: 6px solid #fff;
  overflow: hidden;
  }
#next, #prev {
  width: 23px;
  height: 51px;
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  top: 170px;
  }
#prev {
  left: -23px;
  background: url(images/prev.png);
  }
#next {
  right: -35px;
  background: url(images/next.png);
  }
#next:hover, #prev:hover {
  opacity: 0.70;
  filter: alpha(opacity=70);
  }
a.nivo-nextNav, a.nivo-prevNav {
  display: none;
  }

#header, #homepanels, #navbar, #content, #footer {
  width: 858px;
  margin: 0 auto;
  }

#header {
  padding-top: 80px;
  text-align: center;
  /*background: url(images/top-motels-header.png) center 10px no-repeat;*/
  }
#header a {
  color: #4d5968;
  font-size: 25px;
  text-decoration: none;
  line-height: 32px;
  }
#header a:hover {
  text-decoration: underline;
  }
#header .bigtext {
  line-height: 50px;
  }

#header .tagline {
  text-transform: uppercase;
  color: #f15f22;
  font-size: 18px;
  letter-spacing: 4px;
  }

#slideshow {
  height: 210px;
  overflow: hidden;
  }

#navbar {
  height: 40px;
  overflow: hidden;
  }
#navbar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  text-align: center;
  }
#navbar ul li {
  display: inline-block; /* for all other browsers */
  zoom: 1;
  *display: inline; /* for IE7 */
  }
#navbar ul li a {
  display: block;
  float: left;
  padding: 0 40px;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  background: url(images/navbar-separator.gif) left top no-repeat;
  }
#navbar ul li:first-child a {
  background: none;
  }

#navbar ul li a:hover, #navbar li.current_page_item a, #navbar li.current-menu-item a {
  color: #949fad;
  }

#navbar #menu-chinese-menu li a {
  margin-right: 50px;
  }

#homepanels {
  padding-top: 16px;
  }
#homepanels h1 {
  margin-bottom: 16px;
  font-size: 1.4em;
  text-align: center;
  color: #f15f22;
  }
#homepanels img {
  border: 4px solid #fff;
  }
#homepanels h2 {
  font-size: 1.6em;
  margin: 6px 0;
  }
.homepanel {
  float: left;
  width: 266px;
  font-size: 0.9em;
  line-height: 160%;
  }
#homepanels img:hover {
  border-color: #52616e;
  opacity: 0.70;
  filter: alpha(opacity=70);
  }

#homepanels img, .more a, .booknow a, .booknowwhite a, #rates a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  }

#content {
  overflow: auto;
  height: 100%;
  min-height: 300px;
  padding: 30px 0;
  }

#content, p {
  font-size: 1.1em;
}

#content img {
  max-width: 858px;
  height: auto;
  }

#content table td {
  padding: 0 5px 0 5px;
  }

#footerwrapper {
  background: #4d5968;
  height: 100%;
  }

#footer {
  padding: 20px 0;
  }

#footer a, #footer, #footer p, #footer td {
  color: #fff;
  font-size: 1.0em;
  }
#footer h3 {
  color: #fff;
  margin: 0 0 10px 0;
  }


#copyright {
  width: 100%;
  font-size: 0.7em;
  padding-top: 20px;
  text-align: center;
  }

.bigtext {
  font-size: 38px;
  }

.more a, .booknow a {
  height: 32px;
  line-height: 32px;
  width: 90px;
  text-align: center;
  margin-top: 15px;
  display: inline-block;
  border-radius: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #4d5968;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 12px;
  }
.more a, .booknow a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  }
.more a:hover {
  background: #f15f22;
  cursor: pointer;
  }

.booknow {
  margin: 15px 0;
  }
.booknow a {
  width: auto;
  padding: 0 34px;
  background: #ef5f21;
  }

#footer .booknow a {
  color: #000;
  }
.booknow a:hover {
  background: #4d5968;
  }


#rates a {
  position: absolute;
  top: -80px;
  right: 20px;
  width: 193px;
  height: 34px;
  line-height: 34px;
  background: #b5b4b4;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 4px #777;
  }
#rates a:hover {
  background: #ef5f21;
  text-decoration: none;
}


#flag {
 position: absolute;
 top: -30px;
 right: 24px;
 }





/* WP Common Styles */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.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 {
   display: block;
   text-align: center;
   margin: 0 auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}
.more-link {
   display:block;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}