/*
Theme Name: Buller District Council
Description: Buller District Council theme
Version: 1.0
Author: Andy
*/

@import url('webfontkit-luna/stylesheet.css');

/* General styles                                   */
/* ------------------------------------------------ */
body {
	margin: 0;
}

html, body, p, li, ul, dd, td {
	color: #006395;
	line-height: 150%;
	font: 1.0em 'Asap', sans-serif;
}

img a, a img {
	border: 0;
}

td {
	vertical-align: top;
}

a {
	color: #b33244;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #ca707c;
}

b {
	font-weight: 700;
}

ul {
	margin: 8px 0 18px 18px;
	padding: 0;
}

li {
	padding: 0 0 10px 4px;
	line-height: 140%;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	line-height: 120%;
	font: 1.0em 'Asap', sans-serif;
	font-weight: 400;
}

h1, h1 a {
	font-size: 1.6em;
	margin-top: 0;
}

h2, h2 a {
	font-size: 1.4em;
}

h3, h3 a {
	font-size: 1.2em;
}

h4, h4 a {
	font-size: 1.1em;
}

hr {
	height: 2px;
	border: 0;
	width: 100%;
	background: #cce0ea;
	color: #cce0eb;
	margin: 15px 0 25px 0;
}

#wrapper {
	width: 100%;
	position: absolute;
	top: 0;
}

/* Move elements 28px down when the admin bar is visible */
/* #wrapper  { top: 28px} */


#page {
	width: 950px;
	margin: 0 auto;
}


/* Header                                           */
/* ------------------------------------------------ */

#header {
	height: 96px;
	padding-right: 24px;
	background: #fff;
}

#header img {
	float: left;
}

#slideshow {
	height: 272px;
	overflow: hidden;
}


#header-pic {
	max-height: 500px;
	min-height: 500px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}

#header-pic img {
	min-width: 1920px;
	min-height: 500px;
	width: 101%;
}

#headerbox {
	height: 44px;
	width: 510px;
	padding-top: 10px;
	float: right;
	color: #ca707c;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
	text-align: right;
}

#freephone {
	display: inline;
	font-size: 13px;
	margin: 0 5px 0 0;
	line-height: 38px;
	vertical-align: top;
}

#searchbox {
	float: left;
	padding: 0;
	width: 227px;
	height: 32px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #ccc !important;
}

#searchbox input, #searchbox {
	border: 0;
	padding: 0;
	font-size: 0.7em;
}

#searchbox td  {
	line-height: 28px;
}

#s {
	width: 178px;
	margin-left: 12px;
	font: 0.85em 'OpenSansRegular', arial, sans-serif;
	color: #999999;
}

#services {
	background: #ca707c;
	height: 40px;
	padding-left: 25px;
}

#services ul li a, #services h3 {
	float: left;
	line-height: 40px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

#services ul li a {
	padding: 0 10px;
}

#services ul li a:hover {
	text-decoration: underline;
}

.homepage-button, a.readmore, #navbar ul li a {
	-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;
}


/* Navbar and Subnavbar                             */
/* ------------------------------------------------ */
#navbar {
	float: right;
	height: 42px;
	width: 618px;
    display: none;
}

#navbar ul {
	float: right;
}

#navbar ul li {
	margin-left: 10px;
	min-width: 170px;
	text-align: center;
	float: left;
}

#navbar ul li a {
	background: #b33244;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	display: block;
	padding: 0 14px;
	line-height: 42px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

#navbar ul li a:hover, #navbar ul li.navbar-events a:hover, #navbar ul li.navbar-marketing a:hover {
	background-image: url(images/navbar-over.png);
}

#navbar ul li.navbar-events a {
	background: #1f7798;
}

#navbar ul li.navbar-marketing a {
	background: #7a9723;
}

#subnavbar {
	background: #b33244;
	height: 48px;
	padding-left: 7px;
}

#subnavbar ul, #navbar ul, #services ul, #leftcol ul {
	margin: 0 auto;
	list-style-type: none;
}

#subnavbar ul li, #navbar ul li, #services ul li, #leftcol ul {
	padding: 0;
}

#subnavbar ul li {
	padding-right: 6px;
}

#subnavbar ul li a {
	display: block;
	padding: 0 14px;
	color: #fff;
	text-decoration: none;
	line-height: 48px;
	font-size: 17px;
	/* border-left: 1px solid rgba(255, 255, 255, .5); */
}

#navbar .children li.current_page_parent a {
	background: blue !important;
}

/* #subnavbar ul li:first-child a {
	border: 0;
} */

#subnavbar ul li a:hover, #subnavbar li.current_page_item a, body.home #subnavbar li.nav-home a, body.page-id-27 #subnavbar a.nav-contact, body.parent-pageid-27 #subnavbar a.nav-contact {
	color: #d5818d;
}

.events {
	background: #1f7798 !important;
}

.events ul li a:hover, .events li.current_page_item a, body.page-id-407 #subnavbar li.nav-home a {
	color: #81b5c9 !important;
}

.business_and_marketing {
	background: #7a9723 !important;
}

.business_and_marketing ul li a:hover, .business_and_marketing li.current_page_item a, body.page-id-389 #subnavbar li.nav-home a {
	color: #bbcc86 !important;
}


/* Homepage buttons                                 */
/* ------------------------------------------------ */
#homepage-buttons {
	margin: 20px 12px 50px 12px;
}

.homepage-button {
	height: 64px;
	padding: 16px 0 0 16px;
	margin: 0 12px 12px 0;
	background: #006395 url(images/homepage-button-arrow.png) right top no-repeat;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	float: left;
	text-decoration: none;
}

.homepage-button:hover {
	background-color: #d45264;
	color: #fff;
}

.homepage-button h2 {
	margin: 4px 0 0 0;
	font-size: 28px;
}

.rates {
	width: 190px;
}
.cemeteries {
	background-color: #d38700;
	width: 204px;
}
.building {
	background-color: #008056;
	width: 172px;
}
.plans {
	background-color: #8e6008;
	width: 260px;
	margin: 0;
}
.about {
	background-color: #d86317;
	width: 266px;
}
.funding {
	background-color: #7a9723;
	width: 166px;
}
.library {
	background-color: #494655;
	width: 184px;
}
.contact {
	background-color: #9e2f3e;
	width: 210px;
	margin: 0;
}

/* Content                                          */
/* ------------------------------------------------ */
#content {
	margin: 50px 12px;
	padding: 15px;
	overflow: hidden;
	clear: both;
	background: #fff;
}

#content-subpages {
	margin: 20px 0;
	padding: 24px;
	overflow: hidden;
	clear: both;
	background: #fff;
}

#content, #content p, #content td, #content-subpages, #content-subpages p, #content-subpages td {
	line-height: 140%;
}

#stay-and-play {
	margin-top: 20px;
}

.stay-and-play-westport {
	background: #dddfac;
}

.stay-and-play-wellington {
	background: #ffd400;
}

.content-stay-and-play h1, .content-stay-and-play h2 {
	font-family: lunaregular;
}

#stay-and-play img {
	width: 100%;
	height: auto;
}

#leftcol {
	float: left;
	width: 220px;
	margin-right: 20px;
	border-right: 1px solid #ddd;
}

#leftcol li {
	line-height: 120%;
	padding-bottom: 10px;
}

#leftcol ul li a:hover, #leftcol li.current_page_item a {
	color: #d5818d;
}

.breadcrumbs {
		margin-bottom: 20px;
}

.breadcrumbs, .breadcrumbs a {
	color: #009bb4;
	font-size: 0.9em;
}

.tablepress {
	width: 99% !important;
}

.cform {
	width: 100% !important;
}

ol.cf-ol li .single, ol.cf-ol li .area {
	background: #fff !important;
	border: 1px solid #ddd;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 5px;
	font-size: 16px;
	margin-bottom: 10px;
}



.cform label span {
	text-align: right !important;
	padding-top: 8px;
	font-size: 15px !important;
	color: #006395 !important;
	width: 150px !important;
}

.cform .sendbutton {
	background: #3382aa !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 5px 20px !important;
	margin-top: 20px !important;
}

.content-stay-and-play .cform .sendbutton {
	font-family: lunaregular;
	font-size: 20px;
}

form.cform label span, form.cform label {
	width: 180px !important;
}

span.reqtxt, span.emailreqtxt {
	margin-left: 200px !important;
}

/* Footer                                           */
/* ------------------------------------------------ */
#footer {
	font-size: 0.9em;
	background: #009bb4;
}

#footer a, #footer, #footer p {
	color: #9ad5ef;
}

#footer-links {
	border-bottom: 2px solid #66c3d2;
	padding: 25px;
	height: 56px;
	line-height: 56px;
}

#footer-links, #footer-links a {
	color: #fff;
}

#footer-links img {
	ffloat: right;
	display: inline;
}

#footer-links .cd {
	float: right;
}

#footer-links div {
	line-height: 0;
}

#footer-logos {
	clear: both;
	font-size: 0.8em;
	text-align: center;
	padding-bottom: 10px;
}

#footer-logos img {
	padding: 0 20px;
}

#copyright, #copyright a {
	color: #ccc;
}

.scrollup{
	width:40px;
	height:40px;
	/* opacity:0.3; */
	position:fixed;
	bottom:50px;
	right:100px;
	display:none;
	text-indent:-9999px;
	background: url('images/icon_top.png') no-repeat;
}



/* Misc                                             */
/* ------------------------------------------------ */

a.readmore {
	background: #cce0ea url(images/read-more-bg.png) right top no-repeat;
	height: 29px;
	line-height: 29px;
	padding: 0 35px 0 10px;
	display: block;
	width: 100px;
	margin-top: 20px;
	color: #006395;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

a.readmore:hover {
	color: #fff;
	background: #b33244 url(images/read-more-bg-over.png) right top no-repeat;
}

.pdf, .doc {
	background: url(images/download_pdf.gif) left 4px no-repeat;
	padding: 0 0 0 50px;
	line-height: 25px;
}

.doc {
	background: url(images/download_doc.gif) left 4px no-repeat;
}

h2.blogposttitle a {
	color: #006395;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.2em;
}

h2.blogposttitle {
	margin-bottom: 0;
}

.date {
	line-height: 150%;
	color: #7dacc4;
	font-weight: bold;
}


.googlemap {
	float: right;
	margin-left: 20px;
}

/* 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;
}