/*
Theme Name: Eco-Rafting
Theme URI: http://wordpress.org/
Description: Custom WordPress theme for Eco-Rafting Adventures
Version: 1.0
Author: We Collaborative Design

Eco-Rafting WordPress Theme
We Collaborative Design
http://wecollaborative.com
*/

/* @group Imports */

	@import url("http://ecorafting.co.nz/css/reset.css"); 
	@import url("http://ecorafting.co.nz/css/clearfix.css");

/* @end */

/* @group Tags */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background: white url(http://ecorafting.co.nz/img/background.jpg) repeat-y left top;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}

p {
	font-size: 12px;
	line-height: 18px;
}

em {
	
}

strong {
	
}

hr {
	
}

a, a:link, a:visited {
	color: #339999;
}

a:hover {
	color: #003333;
}

/* @end */

/* @group Classes */

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	visibility: hidden;
}

.removed {
	display: none;
}

.orange-text {
	color: #ff9933;
}

.light-orange-text {
	color: #ffcc99;
}

.orange-bg {
	background: #ff9933;
}

.blue-text {
	color: #003333;
}

.light-blue-text {
	color: #339999;
}

.blue-bg {
	background: #003333;
}

.green-text {
	color: #99cc33;
}

.light-green-text {
	color: #ccff66;
}

.green-bg {
	background: #99cc33;
}

.pink-text {
	color: #ec008c;
}

.light-pink-text {
	color: #ef84c4;
}

.pink-bg {
	background: #ec008c;
}

.yellow-text {
	color: #fff200;
}

.light-yellow-text {
	color: #fffddd;
}

.yellow-bg {
	background: #fff200;
}

/* @end */

/* @group Containers */

#wrapper {
	width: 920px;
	margin: 36px auto;
	background: white;
}

/* @group Header */

#header {
	width: 100%;
	height: 70px;
	margin: 0 0 60px 0;
}

#header #logo {
	width: 600px;
	height: 70px;
	margin: 0 30px 0 0;
	float: left;
	background: white url(http://ecorafting.co.nz/img/header-logo.jpg) no-repeat left top;
}

#header #logo h1 {
	height: 35px;
}

#header #logo p {
	height: 35px;
}

#header #main-nav {
	width: 290px;
	height: 100%;
	float: left;
	text-align: left;
}

#header #main-nav ul {
	width: 100%;
	padding: 3px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
}

#header #main-nav ul li {
	float: left;
	width: 50%;
}

#header #main-nav ul li a,
#header #main-nav ul li a:link,
#header #main-nav ul li a:visited {
	color: #000000;
	text-decoration: none;
}

#header #main-nav ul li a:hover {
	color: #7d7e81;
}

/* @end */

/* @group Content */

#content {
	width: 100%;
}

#content #left-column {
	width: 600px;
	margin: 0 30px 0 0;
	float: left;
}

#content #right-column {
	width: 290px;
	float: right;
}

/* @end */

/* @group Footer */

#footer {
	width: 100%;
	margin: 30px 0 0 0;
}

#footer #footer-copyright {
	width: 580px;
	height: 16px;
	margin: 0 30px 0 0;
	padding: 10px;
	vertical-align: middle;
	background: url(http://ecorafting.co.nz/img/footer-background.jpg) no-repeat;
}

#footer #footer-copyright p {
	font-size: 10px;
	color: #606060;
}

#footer #footer-copyright a,
#footer #footer-copyright a:link,
#footer #footer-copyright a:visited {
	font-size: 10px;
	color: #606060;
	text-decoration: none;
}

#footer #footer-copyright a:hover {
	color: #909090;
}

#footer #footer-nav {
	width: 290px;
	text-align: left;
}

#footer #footer-nav ul {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
}

#footer #footer-nav ul li {
	float: left;
	width: 50%;
}


#footer #footer-nav ul li a,
#footer #footer-nav ul li a:link,
#footer #footer-nav ul li a:visited {
	color: #000000;
	text-decoration: none;
}

#footer #footer-nav ul li a:hover {
	color: #7d7e81;
}

/* @end */

/* @end */

/* @group Page Specific */

/* @group Home Page */

#featured-post {
	width: 600px;
	height: 300px;
	overflow: hidden;
	margin: 0 0 30px 0;
}

#featured-post h2,
#featured-post p,
#featured-post small {
	display: none;
}

#introduction-post {
	width: 100%;
}

#introduction-post h2 {
	margin: 0 0 18px 0;
}

#home-side-top,
#home-side-middle,
#home-side-bottom {
	height: 90px;
	padding: 5px;
}

#home-side-bottom {
	margin: 0 0 30px 0;
}

#home-side-top p,
#home-side-middle p,
#home-side-bottom p {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

#home-side-top a,
#home-side-top a:link,
#home-side-top a:visited,
#home-side-middle a,
#home-side-middle a:link,
#home-side-middle a:visited,
#home-side-bottom a,
#home-side-bottom a:link,
#home-side-bottom a:visited {
	color: white;
	text-decoration: none;
}

#home-side-top a:hover {
	background: #ff6600;
}

#home-side-middle a:hover {
	background: #002020;
}

#home-side-bottom a:hover {
	background: #669933;
}

#home-bottom-links p {
	width: 120px;
	font-size: 18px;
	font-weight: bold;
}

#home-bottom-links a,
#home-bottom-links a:link,
#home-bottom-links a:visited {
	color: #000000;
	text-decoration: none;
}

#home-bottom-links a:hover {
	color: #58595b;
}

/* @end */

/* @group Default Page */

#left-column .default-post h2 {
	background: #ff9933;
	color: #ffcc99;
	padding: 5px;
}

#left-column .default-post p {
	padding: 18px 0 0 0;
}

#right-column .default-post-header h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0;
	color: #d1d3d4;
}

#right-column .default-post p {
	margin: 18px 0 0 0;
}

#right-column .default-post .small-print {
	margin: 18px 0 0 0;

}

#right-column .default-post small {
	font-size: 10px;
}

/* @end */

/* @group Adventures Page */

#adventure-category-orange .adventure,
#adventure-category-green .adventure,
#adventure-category-blue .adventure {
	margin: 0;
	padding: 30px 10px 0px 10px;
	background: #ffffff;
	border-bottom: 1px dotted #000000;
}

/* @group Adventure Category Orange */

#adventure-category-orange h2 {
	background: #ff9933;
	color: #ffcc99;
	padding: 5px;
}

#adventure-category-orange .adventure h3 {
	font-size: 18px;
	line-height: 18px;
	float: left;
}

#adventure-category-orange .adventure h3 a,
#adventure-category-orange .adventure h3 a:link,
#adventure-category-orange .adventure h3 a:visited {
	margin: 0 30px 0 0;
	color: #ff9933;
	text-decoration: none;
}

#adventure-category-orange .adventure h3 a:hover {
	color: #ffcc99;
}

#adventure-category-orange .colored-link a,
#adventure-category-orange .colored-link a:link,
#adventure-category-orange .colored-link a:visited {
	color: #ff9933;
	text-decoration: none;
}

#adventure-category-orange .colored-link a:hover {
	color: #ffcc99;
}

/* @end */

/* @group Adventure Category Green */

#adventure-category-green h2 {
	background: #99cc33;
	color: #ccff66;
	padding: 5px;
}

#adventure-category-green .adventure h3 {
	font-size: 18px;
	line-height: 18px;
	float: left;
}

#adventure-category-green .adventure h3 a,
#adventure-category-green .adventure h3 a:link,
#adventure-category-green .adventure h3 a:visited {
	margin: 0 30px 0 0;
	color: #99cc33;
	text-decoration: none;
	
}

#adventure-category-green .adventure h3 a:hover {
	color: #ccff66;
}

#adventure-category-green .colored-link a,
#adventure-category-green .colored-link a:link,
#adventure-category-green .colored-link a:visited {
	color: #99cc33;
	text-decoration: none;
}

#adventure-category-green .colored-link a:hover {
	color: #ccff66;
}

/* @end */

/* @group Adventure Category Blue */

#adventure-category-blue h2 {
	background: #003333;
	color: #339999;
	padding: 5px;
}

#adventure-category-blue .adventure h3 {
	font-size: 18px;
	line-height: 18px;
	float: left;
}

#adventure-category-blue .adventure h3 a,
#adventure-category-blue .adventure h3 a:link,
#adventure-category-blue .adventure h3 a:visited {
	margin: 0 30px 0 0;
	color: #339999;
	text-decoration: none;
}

#adventure-category-blue .adventure h3 a:hover {
	color: #003333;
}

#adventure-category-blue .colored-link a,
#adventure-category-blue .colored-link a:link,
#adventure-category-blue .colored-link a:visited {
	color: #339999;
	text-decoration: none;
}

#adventure-category-blue .colored-link a:hover {
	color: #003333;
}

/* @end */

.adventure .post .header {
	margin: 0;
	padding: 0;
}

.adventure .post p.price {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	float: left;
}

.adventure .post .grade {
	float: right;
	font-size: 18px;
	font-weight: bold;
	color: #d1d3d4;
}

.adventure .post .description {
	margin: 0 0 18px 0;
	clear: right;
}

.adventure .post .excerpt p,
.adventure .post .details p {
	padding: 0 0 18px 0;
}

.adventure .post .details h3 {
	color: #d1d3d4;
}

.adventure .post .details .adventure-details {
	margin: 18px 0;
	font-size: 12px;
	line-height: 18px;
	float: none;
}

.adventure .post .details .adventure-details {
	float: none;
}

.adventure .post .details .colored-link {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

.adventure .adventure-nav {
	padding: 18px 0;
	height: 18px;
}

.adventure .adventure-nav p {
	font-weight: bold;
}

.adventure .adventure-nav .show-hide {
	float: left;
	line-height: 24px;
	margin: 0 30px 0 0;
}

.adventure .adventure-nav .st-taf {
	float: left;
	line-height: 24px;
	width: 100px;
}

.adventure .adventure-nav .booking-link {
	float: right;
	font-size: 18px;
}

.adventure .adventure-nav a,
.adventure .adventure-nav a:link,
.adventure .adventure-nav a:visited{
	color: #000000;
	text-decoration: none;
}

.adventure .adventure-nav a:hover {
	color: #58595b;
}

#right-column #feature,
#right-column #terms-policies {
	margin: 18px 0 0 0;
}

#right-column #discount h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	background: #cc3366;
	color: #ff9999;
}

#right-column #feature h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	background: #cccc33;
	color: #ffff66;
}

#right-column #terms-policies h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	background: #d1d3d4;
	color: #FFFFFF;
}

#right-column #discount h3,
#right-column #feature h3,
#right-column #terms-policies h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 18px 0 0 0;
	padding: 0 0 9px 0;
	border-bottom: 1px dotted #000;
}

#terms-policies p {
	margin: 18px 0 0 0;
}

/* @end */

/* @group Contact */



#contact-info h2 {
	margin: 0 0 36px 0;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	background: #d1d3d4;
	color: #ffffff;
}

#contact-info .indent {
	margin: 9px 0;
	padding: 27px 18px;
	border-bottom: 1px dotted #000000;
	border-top: 1px dotted #000000;
}

#contact-info .indent h3 {
	font-size: 18px;
	font-weight: bold;
}


#contact-info .indent p {
	margin: 18px 0 0 0;
}

#contact-info .contact-blue-link {
	font-size: 18px;
	font-weight: bold;
}

#contact-info .contact-blue-link a,
#contact-info .contact-blue-link a:link,
#contact-info .contact-blue-link a:visited {
	color: #339999;
	text-decoration: none;
}

#contact-info .contact-blue-link a:hover {
	color: #003333;
}

#contact-info .skype-link {
	margin: 36px 0 0 0;
}

/* @end */

/* @group Links */

/* @group Link Category Orange */

#link-category-orange h2 {
	background: #ff9933;
	color: #ffcc99;
	padding: 5px;
}

#link-category-orange ul li {
	margin: 0;
	padding: 18px 10px;
	background: #ffffff;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px dotted #000000;
}

#link-category-orange ul li:hover {
	background: #f5f5f5;
}

#link-category-orange ul li a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#link-category-orange ul li a:link {
	color: #ff9933;
}

#link-category-orange ul li a:hover {
	color: #ffcc99;
}

#link-category-orange ul li a:visited {
	color: #ff9933;
	text-decoration: line-through;
}

/* @end */

/* @group Link Category Green */

#link-category-green h2 {
	background: #99cc33;
	color: #ccff66;
	padding: 5px;
}

#link-category-green ul li {
	margin: 0;
	padding: 18px 10px;
	background: #ffffff;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px dotted #000000;
}

#link-category-green ul li:hover {
	background: #f5f5f5;
}

#link-category-green ul li a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#link-category-green ul li a:link {
	color: #99cc33;
}

#link-category-green ul li a:hover {
	color: #ccff66;
}

#link-category-green ul li a:visited {
	color: #99cc33;
	text-decoration: line-through;
}

/* @end */

/* @group Link Category Blue */

#link-category-blue h2 {
	background: #003333;
	color: #339999;
	padding: 5px;
}

#link-category-blue ul li {
	margin: 0;
	padding: 18px 10px;
	background: #ffffff;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px dotted #000000;
}

#link-category-blue ul li:hover {
	background: #f5f5f5;
}

#link-category-blue ul li a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#link-category-blue ul li a:link {
	color: #339999;
}

#link-category-blue ul li a:hover {
	color: #003333;
}

#link-category-blue ul li a:visited {
	color: #339999;
	text-decoration: line-through;
}

/* @end */

/* @group Link Category Magenta */

#link-category-magenta h2 {
	background: #cc3366;
	color: #ff9999;
	padding: 5px;
}

#link-category-magenta ul li {
	margin: 0;
	padding: 18px 10px;
	background: #ffffff;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px dotted #000000;
}

#link-category-magenta ul li:hover {
	background: #f5f5f5;
}

#link-category-magenta ul li a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#link-category-magenta ul li a:link {
	color: #cc3366;
}

#link-category-magenta ul li a:hover {
	color: #ff9999;
}

#link-category-magenta ul li a:visited {
	color: #cc3366;
	text-decoration: line-through;
}

/* @end */

/* @group Link Category Yellow */

#link-category-yellow h2 {
	background: #cccc33;
	color: #ffff66;
	padding: 5px;
}

#link-category-yellow ul li {
	margin: 0;
	padding: 18px 10px;
	background: #ffffff;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px dotted #000000;
}

#link-category-yellow ul li:hover {
	background: #f5f5f5;
}

#link-category-yellow ul li a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#link-category-yellow ul li a:link {
	color: #cccc33;
}

#link-category-yellow ul li a:hover {
	color: #ffff66;
}

#link-category-yellow ul li a:visited {
	color: #cccc33;
	text-decoration: line-through;
}

/* @end */

#link-with-us h2 {
	margin: 0 0 36px 0;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	background: #d1d3d4;
	color: #ffffff;
}

#link-with-us p {
	margin: 0 0 18px 0;
}

/* @end */

/* @group FAQs */

#faqs h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	color: #ffcc99;
	background: #ff9933;

}

#faqs .faq {
	margin: 0;
	padding: 36px 10px 18px 10px;
	border-bottom: 1px dotted black;
}

#faqs #post-93 {
	border-bottom: none;
}

#faqs .faq .question {
	width: 590px;
	margin: 0 30px 0 0;
	float: left;
}

#faqs .faq .question h3 {
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 18px 0;
}

#faqs .faq .question p {
	margin: 0 0 18px 0;
}

#faqs .faq .relative-links h3 {
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 18px 0;
	color: #d1d3d4;
}

/* @end */

/* @group Terms & Policies */

#rafting-terms-policies h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	color: #ffcc99;
	background: #ff9933;
}

#website-terms-policies h2 {
	font-size: 18px;
	font-weight: bold;
	background: #99cc33;
	color: #ccff66;
	padding: 5px;
	margin: 36px 0 0 0;
}

#rafting-terms-policies .policy,
#website-terms-policies .policy {
	margin: 0;
	padding: 36px 10px 18px 10px;
	border-bottom: 1px dotted black;
}

#rafting-terms-policies .policy h3,
#website-terms-policies .policy h3 {
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 18px 0;
}

#rafting-terms-policies .policy h4,
#website-terms-policies .policy h4 {
	font-size: 12px;
	line-height: 18px;
	margin: 18px 0 9px 0;
}

#rafting-terms-policies .policy p,
#website-terms-policies .policy p {
	margin: 18px 0 0 0;
}

#rafting-terms-policies .terms-policies-constants,
#website-terms-policies .terms-policies-constants {
	margin: 18px 0 0 0;
}

#rafting-terms-policies .policy ul,
#website-terms-policies .policy ul {
	margin: 0 0 18px 0;
	padding: 0 0 0 30px;
	font-size: 12px;
	line-height: 18px;
	list-style: disc;
}

/* @end */

/* @end */