/* @override 
	http://www.rivers.co.nz/raftingnewzealand/wp-content/themes/twentyten-child/style.css
	http://www.rivers.co.nz/raftingnewzealand/wp-content/themes/twentyten/style.css
*/

/*
Theme Name: Twentyten-Child
Theme URI: http://rivers.co.nz/
Description: Child Theme for Twentyten
Author: Wandering.g
Author URI: http://rivers.co.nz/
Template: twentyten
Version: 0.1
*/
 
@import url("../twentyten/style.css");

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin: 0px 0px 0px 0px;
	background-color: white;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
/*div#container {margin-left:250px; margin-right:250px; width:100%; margin-top: 0px;} t Edit width:50% to 100% , add margin-right:250px;*/
div#content {margin: 0 auto;}/* t Edit  0 0 0 -60px to 0*/
/* left menu position and width */
#primary {position: absolute; top:10px; right:0; }/* t Edit  left:800px; to none ,add  right:0px  */
/* right menu position and width */
#secondary {position: absolute; left:0; width:250px; padding-top:20px; }


#container {
}

#content {
	margin: 0 240px 0 80px;
	border-left: 1px solid #BBB;
	border-top: 0px;
	border-right: 1px solid #BBB;
	background-color: #E7F7F2;
	width: 500px;/* t Edit width:570px to 100% hold*/
}
#primary{
	float: right;
	overflow: hidden;
	width: 250px;
}
#secondary {
	float: left;
	overflow: hidden;
	width: 250px;
	clear: right;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 570px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Times New Roman", Times, serif; 
}
h3#comments-title,
h3#reply-title,

#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}

#access .menu,
#access div.menu ul {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	color: #ffffff;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	color: #ffffff;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	height: 100%;
	margin: 0 auto;
	width: 100%;/* t Edit 1000 to 100%*/
}
#wrapper {
	background: #fff;
	margin-top: 0px;
	padding: 0px;/* t Edit  0 20px to 0px*/
	border-width: 1px;
	border-color: #f00;
	position:relative;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 100%;/* t Edit width:950px to 100% hold*/
	background-color: #525252;
	padding-left: 10px;
	vertical-align: middle;
	padding-top: 17px;
	padding-bottom: 20px;
}

#site-infoo {
	text-align:right;
	color:#fff;
	padding-top:34px;
	padding-bottom:12px;
}

#site-infoo a {
	color: #fff;
	text-decoration: none;
}

#site-generator {
	float: right;
	width: 220px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

/* =UDNZ added Elements
-------------------------------------------------------------- */
#teamposts {
	display: block;
	width: 90%;
	margin: 0 auto;
	border-width: 1px;
	padding-top: 10px;
	border-bottom: 1px dotted #754C24;
}

#teamposts .teamtitle {
	font: 16px "Impact", Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
	color: black;
	padding-bottom: 5px;
}

#teamposts .teamcontent{
	
}
#teamposts .teamthumb{
	float: left;
	margin-right: 10px;
	border-style: solid;
	border-width: 1px;
	position: relative;
	top: 4px;
	margin-bottom: 5px;
}

#nxthelitour {
    margin: 0 auto 15px;
    font: bold 12px Georgia, "Times New Roman", Times, serif;
    text-align: center;
}
#nxthelitour a, #nxthelitour a:visited, #nxthelitour a:link {
	color:#000;
}
#nxthelitour a, #nxthelitour a:hover {
    text-decoration: none;
}
#nxthelitour a:hover { color:red; }

/* Dee: Temporary until HTML code changed */
#nxthelitour img { border: 1px solid #bbb; padding:2px; margin-bottom:5px; margin-left:23px; display:block; }

#newsfeeds {
	float: left;
	padding-top: 30px;
	padding-left: 20px;
}

#newsfeeds img {
	padding: 3px;
}


#udnz-tour-pricing {
	text-align: right;
	padding-bottom: 10px;
		font: 18px Impact, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.udnz-tour-pricing-adult {
	color: #f00;
	padding-bottom: 10px;
	padding-right: 20px;
}

.udnz-tour-pricing-child {
	color: #f00;
	padding-bottom: 10px;
	padding-right: 20px;
}

#bit-pagesearch {
	font-size: 12px;
		color: white;
			width: 400px;
	height: 50px;
	background-color: gray;
	padding: 5px 0 5px 5px;
	border: 1px dotted #525252;
	margin-right: 200px;
}

#bit-pagesearch input {
	position: relative;
	left: 238px;
	top: -18px;
	font-size: 12px;
	width: 150px;
}
#breadcrumb {
	color: #333;
	text-decoration: none;
	position: relative;
	padding-bottom: 7px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 7px;
	margin-left: 20px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover {
	color: #333;	
}
a { text-decoration: none; }
a:hover { text-decoration:underline; }
.booknow {
	color: black;
	font: 14px Impact, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.booknow a, .booknow a:visited, .booknow a:link {
	color: black;
}
.booknow a, .booknow a:link {
	text-decoration: none;
}
.booknow a:hover {
	color: gray;
	text-decoration: underline;
}

#bit-footerdetails img {
	z-index: 5;
	position: relative;
	left: 190px;
	top: -50px;
}

#bit-footerdetails a {
	color: white;
	text-decoration: underline;
}
#udnz-slideshow {
    margin: 0 auto 10px;
}

#udnz-slideshow {
    margin: 0 auto 10px;
    height: 200px;
}

#udnz-slideshowmain {
    padding-bottom:15px;
    padding-top:15px;
    width: 100%;
}
#udnz-slideshowmain img {
	border: 2px solid black;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    -webkit-border-radius: 20px;
    width: 1024px;
    height: 220px;
}
		
#bit-footerdetails {
	float: right;
	height: 70px;
	margin: 0 auto;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	position: relative;
	right: 120px;
	top: -4px;
}

#bit-search-form input {
  	position: relative;
	top: 40px;
	left: 792px;
	margin: 0 auto;
	z-index: 8;
	padding-left: 3px;
	padding-top: 0px;
	width: 150px;
height: 25px;
}

.pgm .geo { 
	display: none; 
}

.canvas { 
	width: 800px;
	height: 350px;
	margin: 0 auto;
	text-align: left;
}

#bit_logo img {
	position: relative;
	z-index: 10;
	top: -100px;
	left: 10px;
}

#bit_header {
	position: relative;
	height: 425px;
	margin: 0 auto;
	width: 950px;
	top: 10px;
}

#bit_logo_inner img {
	position: relative;
	z-index: 3;
	top: 0px;
	left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#maplet-ggle {
	margin: 0px auto;
	width: 220px;
	text-align: center;
	padding: 7px 0;
}

.company-logos {
	margin: 10px auto;
	width: 170px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}

.barekiwi img {
	border:1px solid #000;
	margin-bottom:7px;
}

.barekiwi a:hover {
	text-decoration:none;
}

.barekiwi a:hover h3 {
	text-decoration:underline;
}

.barekiwi {
	line-height:1em;
	font-weight:bold;
	color:#000;
	padding-top:5px;
	font-size:0.9em;
}

#udnz-mandala {
	margin: 0 auto;
	width: 210px;
	height: 200px;
}

#udnz-mandala img {
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
}

#udnz-facebook {
	margin: 0 auto;
	width: 210px;
	height: 60px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
#udnz-facebook a, #udnz-facebook a:link, #udnz-facebook a:visited, #udnz-facebook a:hover {
	color: black;
}
#udnz-facebook a, #udnz-facebook a:hover {
	text-decoration: none;
}
#udnz-facebook img {
	text-align: right;
	float: left;
	position: relative;
	top:7px;
	left: 15px;
}
#udnz-facebook .txtsans {
	font: 20px Impact, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	position: relative;
	top: 2px;
	left: 10px;
}

#udnz-facebook .txtserif {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: black;
	position: relative;
	top: 20px;
	left: -30px;
}

#bit_header_inner {
	height:130px;
	border-width: 0px;
	margin: 0 auto;
	width: 950px;
	top: 10px;
	border-style: solid;
	position: relative;
}

.qtrans_language_chooser li { float:left; margin-right:3px }

.qtrans_language_chooser {
	position: absolute;
	top: 0px;
	width: 950px;
	margin: 0 auto;
	z-index: 8;
	padding-left: 870px;
	padding-top: 16px;
}

.qtrans_flag {
display: block;
height: 24px !important;
width: 24px !important;
float: left; 
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: white;
}
body,
input,
textarea {
	color: black;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}


/* Text elements */
.cat-post{ width:100%; } 

.cat-post-list{  display: block; margin-bottom: 20px; position: relative;

} 

.cat-post-images{ float:left; 
	border: 1px solid #000;
	margin-right: 20px;
	margin-bottom: 0;
}

.cat-content{ width:100%;
	font-size: 14px;
} 

.cat-post-title{ display: block; width:100%;
	font: 20px Impact, "Lucida Grande", Lucida, Verdana, sans-serif;
} 

.cat-post-excerpt{ display: block; width:100%;
	
} 

.cat-clear{ clear:both; }

p {
	margin-bottom: 18px;
}
ul {
	margin: 0 0 18px 1.5em;
	list-style-type: disc;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
	color: #666;
}
#content a,
#content a:link {
	color: #0066cc !important;
}
a:hover,
#content a:hover {
	text-decoration:underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* Clears floated elements so doesn't affect those following. All styles needed for IE6 */
.clear {
	clear:both;
	float:none;
	height:1px;
	overflow:hidden;
}

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0px 0px 38px;/* t Edit 0px 0 0 0 to 0px  */
	margin:0 auto;/* t Edit add  */
	background-color: black;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access {
    background: url(http://www.rivers.co.nz/raftingnewzealand/wp-content/gallery/site-graphics/nav-bg.gif) repeat-x;
    display: block;
    float: left;
    margin: 0 auto;
    width: 100%;
    height: 38px;
}

#access .menu-header,
div.menu {
    font-size: 13px;
    margin: 0 auto;/* t Edit 1000 to 100%*/
    width: 1024px;
}
#access .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
}
#access .menu-header li,
div.menu li {
    float: left;
    position: relative;
}
#access a {
    color: white;
    display: block;
    line-height: 38px;
    padding: 0 15px;
    text-decoration: none;
}
#access ul ul {
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
}
#access ul ul li {
    min-width: 180px;
}
#access ul ul ul {
    left: 100%;
    top: 0;
}
#access ul ul a {
    background: #fffeff;
    line-height: 1em;
    padding: 10px;
    width: 160px;
    height: auto;
    color: black;
}
#access li:hover > a,
#access ul ul :hover > a {
    background: #333;
    opacity:1;
    color: white;
}
#access ul li:hover > ul {
    display: block;
}
#access ul li.current_page_item > a {
    color: blue;
}
#access ul li.current-menu-parent > a {
    color: green;
}
#access ul li.current-menu-item > a {
    color: red;
}
#access ul li.current-menu-item > a:visited {
    color: red;
}
#access ul li.current-menu-ancestor > a {
    color: red;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
    color: white;
}

/* =Content
-------------------------------------------------------------- */
#adv-custom-field-2 {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#udnzrafthi {
    position:absolute;
    left:0;
    bottom:127px;
}

.stats-dwn {
	color: black;
	display: block;
	padding-bottom:10px;
	font-weight: bold;
}

.stats-up {
	background-color: #754C24;
	color: white;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;

}

#stats {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif!important;
width: 100%!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}

#stats table {
	width: 100%!important;
	border: 1px dotted #754C24!important;
}

#stats tr th,
#stats thead th {
	
}

#stats tr {
	margin: 0!important;
	padding: 0!important;
	border-style: none!important;
		border-width: 0!important;
}

#stats td {
	text-align: center!important;
	margin: 0!important;
	padding: 0!important;
	border-style: none!important;
	border-width: 0!important;
	width: 100px!important;
}

#stats tr.odd td {
}


.status-press {
	width: 170px;
}

.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #008700;
	margin-left: -55px;
}

 .bqend {
     float: right;
     height: 25px;
     margin-top: -43px;
     padding-top: 45px;
     color: #008700;
     font-size: 700%;
     margin-right: -61px;
     clear: both;
}
 
#udnz-tour-quote { 				margin: 0 auto;
	width: 70%;
	padding-bottom: 20px;
		padding-top: 10px;
}	

.udnz-tour-quotetxt {
	color: #754C24;
	font-size: 18px;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: italic;
	text-align: center;
}


#main {
	position:relative;
	clear: both;
	overflow: hidden;
	padding: 0 0 0 0;
	width:1024px;
	background-color: #fffff;
}

#content {
	margin-bottom: 36px;
}
#content, {
	color: black;
	font-size: 14px;
	line-height: 20px;
}

#content input,
#content textarea {
	color: #666;
	font-size: 14px;
	line-height: 20px;
}
#content p, {
	margin-bottom: 20px;
	font: 14px Times, Georgia, "Times New Roman", serif;
}

#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 12px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1em;
	font-weight:bold;
}
#content h1 {
	font: bold 21pt Impact, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:1.7em;
	margin: 0 0 20px 0;
}
#content h2 {
	font-size:1.2em;
	margin: 0 0 6px 0;
}
#content h3 {
	font-size:1em;
	margin: 0 0 6px 0;
}
#content h4, #content h5, #content h6 {
	font-size:1em;
	margin: 0 0 3px 0;
}
#statsicn {
	width: 100%;
	text-align: right;
}

#statsicn img{
	padding: 3px;
}

.hentry {
	margin: 0 auto;
	padding-bottom: 20px;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.single .hentry {
	margin: 0 0 36px 0;
}

.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
}
.page-title a {
	text-decoration: none;
}
.page-title a:hover {
	text-decoration:underline;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title,
#content h1 {
	color: black;
	margin-bottom: 0;
	margin-left:20px;
	font:28px Impact, Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	padding-top: 5px;
}
#content h1 {
	margin-left:0;
	padding-bottom:12px;
}
#content .entry-content {
	color: black;
	font: 14px/19px Georgia, "Times New Roman", Times, serif;
}

.entry-title a:link,
.entry-title a:visited {
	color: #000;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
	text-decoration: none;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	margin-right: 20px;
	margin-left: 20px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #754C24;
	color: white;
	font: bold 16px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 2px 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a {
	background: #f1f1f1;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.page-link a:link,
.page-link a:visited {
	color: #333;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
.home {
	min-height:822px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width:460px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

/* =Generic Content Area Styles
-------------------------------------------------------------- */
#content .cols-2 .col-left {
	width:220px;
	float:left;
}
#content .imgs-2 .img-left {
	float:left;
}
#content .imgs-2 .img-right {
	margin-left:5px;
}
.bord {
	border:1px solid #bbb;
	padding:2px;
}
#content .ngg-singlepic {
	background-color:transparent;
	padding:1px;
	border:1px solid #bbb;
	margin-bottom:10px;
}
#content .ngg-left { margin-right:10px; }
#content .ngg-right { margin-left:10px; }
#content .caption .ngg-singlepic {
	margin-bottom:1px;
}
.caption {
	text-align:center;
}
.caption span {
	font-size:0.8em;
	font-weight:bold;
	display:block;
	padding-bottom:5px;
}
.cols-3 {
	padding-bottom:15px;
padding-top:10px;
}
.cols-3 .col-left,
.cols-3 .col-mid  {
	float:left;
	margin-right:4px;
}
.cols-2-sml {
	width:370px;
	margin:0 auto;
}
.cols-2-sml .col-left{
	margin-right:10px;
	float:left;
}
.cols-2-sml .col-right{
	float:left;
}
/* =Contact Us Page
-------------------------------------------------------------- */
#content .contact img {
	float:left;
	margin:0 10px 0 0;
}
.contact span {
	position:relative;	
	top:20px;
}
.contact .phone span {
	top:13px;	
}
.contact .raft span,
.contact .office span {
	top:0;
}
.contact .clear {
	height:15px;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */
#masthead { 
	width:1024px;
	margin:0 auto;
}

#udnztag {
	position:absolute;
	top:41px;
	left:52px;
}

#udnztaghigh {
	text-align: left;
	display: block;
	margin: 10px 0 10px 0;
	float:left;
}
.logo {
	margin-top:10px;
}
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	position:absolute;
	top:8px;
	border: 0px hidden white;
	left: 10px;
	width: 160px;
}
.widget_search label {
	display: none;
}

.widget_search {
	position:relative;
	background: #ffffff url("http://www.rivers.co.nz/raftingnewzealand/wp-content/gallery/site-graphics/searchbox.png") top left no-repeat;  
	height:40px;
	width:200px;
	border-style: none;
	margin: 0;
}

.widget_search #searchsubmit {
	position:absolute;
	top:1px;
	left:167px;
	width:37px;
	height:36px;
	background: url("http://www.rivers.co.nz/raftingnewzealand/wp-content/gallery/site-graphics/search-icn.png") top left no-repeat;  
	border: none; 
}

.widget-container {
	margin: 0 0 20px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height:20px;
	text-align:center;
	padding-bottom:5px;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
	}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

.xoxo {
	margin: 0 auto;
}

/* =Footer Navi
-------------------------------------------------------------- */
#site-info-phone {
    font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: white;
	line-height:42px;
}
#site-info-phone b {
    font: 24px/26px Impact, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: gray;
    padding-right: 4px;
    padding-left: 4px;
}
#site-info a {
    color: white;
    text-decoration: none;
}

#site-info i {
    font: normal normal 11px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    margin-left: -20px;
}
#colophon {
  padding-top:0px;        /* Move menu closer to thick black line (TwentyTen has 18px) */
}
#footernav {              /* Use same font-family as TwentyTen does for menus */
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-size: 18px;        /* Make a little bigger than default */
	padding-bottom: 20px;     /* Put some breathing room under the menu */
	text-align: right;
	width:1024px;
	color:white;
	margin:0 auto;
}
.menu-footer {
	float:right;
	position:relative;
	right:-30px;
	line-height:20px;
}
.menu, .menu-item, .menu-item a {
	padding:0;
	margin:0;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	list-style-type: none;
	text-align: left;
}
#footernav .menu-item a { font-size:16px; }
#footernav .sub-menu .menu-item a { font-size:12px; }

#footernav li {
    float: left;
    width: 150px;
    list-style-type: none;
    text-align: left;
    line-height:18px;
}
ul.sub-menu { margin:0 0 0 6px; }
ul.sub-menu .menu-item { line-height:1.3em; }
#footernav a {
  text-decoration:none;   /* Remove underlines from links */
  color:white;            /* Make the items easy to see with text in black */
  /* padding:0.25em 0.5em;   Add space around the items for the background to display*/
 /*  margin:0 0.5em;         Add space between the items */
}
#footernav a:hover {
  color:black;            /* Make the text for the same menu item be white */
}

#chunklist {        /* Make a little bigger than default */
  padding-bottom: 20px;     /* Put some breathing room under the menu */

	padding-right: 0px;
	text-align: center;
	width: 100%;
	font: 12px/22px 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	color: gray;
	padding-left: 0;
	margin-top: 20px;
}

#chunklist .sub-menu li{
  display: list-item;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	list-style-type: none;
	text-align: left;
}

#chunklist li {
	display: inline;
	list-style-type: none;
	text-align: center;
	padding-right: 5px;
	padding-left: 3px;
}

#chunklist a {
  text-decoration:none;   /* Remove underlines from links */
  background-color:#;  /* Create a light grey background for each option */
  color: gray;            /* Make the items easy to see with text in black */

}
#chunklist a:hover {
  color:black;            /* Make the text for the same menu item be white */
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 0px;
	margin-top: 0;
	clear: both;
	width: 100%;
}
#colophon {
	border-top: 0px solid #000;
	margin-top: 0px;
	overflow: hidden;
	padding: 0px 0;
}

#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
}

	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	border-width: 1px;
	border-style: solid;
	background-color: #transparent;
}

	#colophon {
		border-top: 2pt solid #000;
	}
	
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	
	#site-title {
		font-size: 13pt;
	}
	
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	color: black !important;
}

p #entry-content {
		font-size: 30pt;
		line-height: 30pt;
	color: black !important;
}

	.entry-title {
	color: black !important;
	margin-right: 15px !important;
	margin-left: 20px !important;
	margin-top: 20px;
}

h1 #entry-title {
	font: bold 21pt Impact, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
	margin: 0 auto;/* t Edit 0 to 0 auto*/
	width: 100%;/* t Edit 1200ox to 100%*/

}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
.page #ui-datepicker-div .ui-icon {
    text-indent: 9000px;
}