/*
Theme Name: Greymouth Top 10a
Description: Greymouth Top 10a responsive theme
Version: 1.0
Author: Andy
*/

@import url('angelina/stylesheet.css');

/* General styles                                   */
/* ------------------------------------------------ */
body {
	margin: 0;
	background: #ffffff;
	min-width: 320px;
}

html, body, p, li, dd, td {
	color: #004f77;
	font-family: 'Lato', sans-serif;
	font-size: 1.05em;
}

img a, a img {
	border: 0;
}

td {
	vertical-align: top;
}

a {
	color: #fc7905;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #028ddd;
}

ul {
	margin: 8px 0 18px 18px;
	padding: 0;
}

li {
	padding-left: 4px;
	line-height: 160%;
	padding-bottom: 6px;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	line-height: 120%;
}

h1, h1 a {
	font-size: 1.9em;
	margin-top: 0;
}

h2, h2 a {
	font-size: 1.7em;
}

h3, h3 a {
	font-size: 1.5em;
}

hr {
	height: 2px;
	border: 0;
	width: 100%;
	background: #67b8e6;
	color: #67b8e6;
	margin: 5px 0 15px 0;
	clear: both;
}

.wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 30px;
}

/* Header                                           */
/* ------------------------------------------------ */
#header {
	text-align: center;
}

#top-motels-header {
	background: #4d5968;
	margin-top: 165px;
}

#top-experience-header {
	background: #67b8e6;
	margin-top: 165px;
	font-family: "Angelina";
	color: #fff;
	font-size: 90px;
}



#top-motels-header img {
	width: 100%;
	height: auto;
	max-width: 707px;
	display: block;
}

#default-header {
	height: 100px;
}

/* Navbar                                           */
/* ------------------------------------------------ */
#menu-header {
	background: #004f77;
	overflow: hidden;
}

#menuitems {
	background: #67b8e6;
	display: none;
}

#navbar {
	position: fixed;
	width: 350px;
	top: 25px;
	left: 25px;
	z-index: 999;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

#navbar ul {
	margin: 0 auto;
	list-style-type: none;

}

#navbar ul li {
	background: none;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	padding: 0;
}

#navbar ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 12px 25px 12px 25px;
}

#navbar ul li a:hover, #navbar li.current_page_item a {
	color: #fff;
	background: #004f77;
}

#navbar ul li a, .readmore, #footer img, .footer-more-box, .featured-twocolumn, .featured-threecolumn {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#menu-toggle {
	float: right;
	margin-right: 20px;
}


/* Content                                          */
/* ------------------------------------------------ */
#content, #content p {
	line-height: 160%;
}


#content img {
	max-width: 100%;
	height: auto;
}


/* Homepage                                         */
/* ------------------------------------------------ */
#homepage-intro {
	background: #67b8e6;
}

#homepage-intro p {
	font-size: 1.5em;
	margin: 0 0 10px 0;
	color: #fff;
}

#homepage-intro a {
	color: #fbb705;
}

#homepage-intro p:first-child {
	font-size: 1.9em;
}

#homepage-featured {
	overflow: hidden;
	text-align: center;
}

#homepage-featured h2 {
	margin-top: 0;
}

#homepage-featured a {
	text-decoration: none;
}

.featured-twocolumn {
	width: 48%;
	float: left;
	margin: 0 1% 2% 1%;
	background: #9ec75e;
}

.featured-threecolumn {
	width: 31.333%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	background: #67b8e6;
}

.featured-twocolumn:hover, .featured-threecolumn:hover {
	background: #88b95b;
}

.featured-twocolumn p, .featured-threecolumn p {
	font-size: 25px;
	color: #fff;
	margin: 10px;
}

.featured-twocolumn img, .featured-threecolumn img, .footer-more-box img {
	width: 100%;
	height: auto;
	display: block;
}

.readmore {
	background: #005077;
	color: #fff !important;
	font-size: 23px !important;
	padding: 20px 35px;
	text-decoration: none;
	display: inline-block;
	margin: 15px auto;
	line-height: 100%;
	text-transform: uppercase;
	cursor: pointer;
	border: 0;
}

.readmore:hover {
	background: #88b95b;
	color: #fff;
}

#footer .readmore {
	background: #fff200;
	color: #005077 !important;
}

.centered {
	text-align: center;
}

#accommodation-specs {
	margin-bottom: 25px;
	overflow: hidden;
	/*float: right;*/
}

#accommodation-specs div {
	background: #008dd7;
	width: 136px;
	float: left;
	margin-left: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	height: 60px;
}

#accommodation-specs div:first-child {
	margin-left: 0;
}

#accommodation-specs div b {
	display: block;
	color: #073a6b;
	font-size: 26px;
	font-weight: 300;
	font-style: normal;
	padding-top: 5px;
}

#accommodation-specs div img {
	display: block;
	float: left;
}

input#startDate {
	padding: 6px;
	border: 0;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	max-width: 160px;
	margin: 20px 40px 10px 40px;
	background: #fff url(images/calendar.gif) right top no-repeat;
}

/* Footer                                           */
/* ------------------------------------------------ */
#footer {
	font-size: 0.9em;
	padding: 40px 0 0 0;
	background: #005077 url(images/footer-bg.gif) left bottom no-repeat;
	text-align: center;
}

#footer a, #footer, #footer p {
	color: #fff;
	font-weight: 400;
	font-size: 30px;
}

#footer img:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
}


#footer-more {
	background: #88b95b;
	overflow: hidden;
	text-align: center;
	padding: 0 0 25px 0;
}

#footer-more .wrapper {
    max-width: 900px;
}

.justify-image {
    text-align: justify;
}

.justify-image img {
    display:inline-block;
    margin: 10px;
}

.justify-image:after {
    content:""; display: inline-block; width: 100%; height: 0;
}

#footer-more h2 {
	color: #004f77;
	margin: 0 0 25px 0;
}

.footer-more-box {
	width: 23%;
	float: left;
	background: #005077;
	height: 215px;
	margin-left: 1%;
	margin-right: 1%;
}

.footer-more-box:hover {
	background: #67b8e6;
}

.footer-more-box p {
	color: #fff;
	font-size: 18px;
	margin: 14px 4px 0 4px;
	font-weight: 300;
	line-height: 100%;
}

.footer-more-box a {
	text-decoration: none;
}

.footer-more-box a span {
	font-size: 12px;
}

#copyright {
	padding: 16px 0;
	text-align: center;
	text-transform: uppercase;
}

#copyright, #copyright a {
	color: #5c82a8;
	font-weight: 400;
	font-size: 12px;
}

a.scrollup {
	width: 67px;
	height: 67px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: url('images/top.gif') no-repeat;
	opacity: 0.7;
}


/* 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 {
   margin-top: 30px;
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #777;
   color: #fff;
   font-size: 18px;
   text-decoration: none;
   padding: 8px 15px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #444;
   text-decoration: none !important;
}
.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;
}