/*colors:
light green: f3f8e2
mid green:  ddebc7
darker: d8e7a3
background: #f2f2f2, blue: d4ecf2
*/

body {
	background: #f0f0f0 url(/imgs/bg_nzbrown_small.gif) right -100px no-repeat fixed;
	font-family: "Lucida Grande", Calibri, Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#page {
	padding: 12px;
	margin: 20px auto;
	text-align: left;
	width: 920px;
	background: url(/imgs/bg_page_grey.png) repeat;
}

#innerpage { background: #fff;  padding: 0; margin-top: 6px;}


h1, h2, h3, h4, #header strong {
	font: 22px	font-family: "Lucida Grande", Calibri, Helvetica, Arial, sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
}
h1{ background: url(/imgs/h1_bg.gif) bottom right no-repeat;
padding-bottom: 4px; font-weight: normal;

font-size: 30px;
}

h2 {
	color: #666666;
	font-size: 20px;
	font-weight: bold;
}
h3 {
	color: #555;
	font-size: 18px;
	font-weight: bold;
}
h4 {
	color: #333;
	font-size: 16px;
}
p, li, td {
	line-height: 170%;
}
ul, ol, dl, p {
	margin: 0 0 10px 0;
	padding: 0;
}
li {
	margin: 0 0 5px 30px;
}
input, textarea, select {
	font-family: "Lucida Grande", Calibri, Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 4px;
}
a, a:visited {
	color: #ff751a;
}
.clear {
	clear: both;
	display: block;
	float: none;
}
hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
	margin: 20px 40px;
}
hr.divider {
	clear: both;
	float: none;
	padding: 0 20px;
	visibility: hidden;
}
.loading {
	background: url(../img/spinner.gif) 10px 17px no-repeat;
	clear: both;
	color: #ccc;
	height: 50px;
}
.loading span {
	display: block;
	padding: 17px 32px 0;
}
.under {
	margin-top: 20px;
}
.close {
	margin-bottom: 40px;
}
.close a, .close a:visited {
	color: #333;
	font-size: 11px;
}


/*========= nav       */

ul#thenav { list-style-type: none; margin: 0; padding: 0;border-bottom: 1px solid #f3f8e2; margin-top: 13px;}
ul#thenav li { margin: 0;  list-style-type: none; /*text-transform:lowercase;*/  width: 250px;  overflow: hidden; }
ul#thenav li a:link, ul#thenav li a:visited {/*background: #56873a;*/ color: #444444; width: 237px; line-height: 30px;   display: block;padding:9px 3px; padding-left:10px; border-top: 1px solid #f3f8e2;text-decoration: none;font-size: 16px;}

ul#thenav li a.current_page_item:link, ul#thenav li a.current_page_item:visited { background: #ddebc7;}

ul#thenav li a:hover, ul#thenav li a:active {color: #000; background: #ddebc7;}/*background: #56873a; background: #e3ffbd; ddebc7*/


ul#thenav ul {margin: 0; }
ul#thenav ul li{ }
ul#thenav ul li a:link, ul#thenav ul li a:visited{ background: #ddebc7 url(/imgs/arrow.gif) center left no-repeat; padding-left: 10px;border-bottom: 0px solid #f3f8e2; margin-top: 0px; width: 227px; font-size: 14px; border-left: 10px solid #ddebc7;}


ul#topnav { list-style-type: none; margin: 0; padding: 0;border-bottom: 1px solid #fff; float: right; width: 360px;  height: 30px; }
ul#topnav li { margin: 0;  list-style-type: none; text-transform:lowercase; float: left; font-size: 16px; padding-top: 6px; }
ul#topnav li a:link, ul#topnav li a:visited {   color: #666; line-height: 30px;  padding: 3px 15px; border-left: 1px solid #eee; text-decoration: none;}
ul#topnav li a:hover, ul#topnav li a:active {color: #000; }

ul#topnav li a#a_home{ border-left: 0px solid white;}


/*========= STRUCTURE       */
#content {
	float: right;
	margin: 0 30px 20px 10px;
	width: 600px;
	margin-top: 20px;
}
#sidebar {
	float: left;
	margin: 0 0 0 0;
	width: 250px;
	padding: 30px 0;

}
#topbar{ background: #fff; line-height: 20px; width: 100%; margin-bottom: 6px; height: 38px;}

#top a {
	display: none;
}
#header, #footer {
	padding: 20px 0px;  margin: 0;
}
#footer{ background: #bbb; margin-top: 6px; text-align: center;}
#header{padding-top: 0px; margin-bottom: 6px; padding-bottom: 0;}


#head_left{ background: #bbb; height: 220px; width: 248px; float: left; text-align: center; color: #fff; }
#head_left h1{margin-top: 20px;}
#head_right{ background: #fff url(/imgs/spinner.gif) center center no-repeat;  height: 214px; width: 662px; float: right; border: 3px solid white;}
#right_text_holder{position: relative; left:30px;height: 1px; width: 662px; top: 138px; z-index: 10000;
}
#head_right_words{  height: 60px; width: 500px;  left: 0px; position: absolute: top: 0px; margin-top: 0px; }

#head_left strong a{ padding-top: 40px !important;}
#blog-title a, #blog-title a:visited { width: 248px; height: 86px; display: block;
color: #000; 
/*padding-top: 40px !important;
	font-size: 30px;
	text-decoration: none;*/
	 background: url(/imgs/logo_wide.png) center bottom no-repeat;
}
#blog-description {
	color: #444; padding: 10px 20px;
}



#content .entry-content h1, #content .entry-content h2, #content .entry-content h3, #content .entry-content h4 {
	margin: 16px 0 10px;
	padding: 10px 0px 4px;
	/*letter-spacing: -2px;*/
	
}

#content .entry-content h1, #content .entry-content h2{
background: url(/imgs/h1_bg.gif) bottom right no-repeat;
padding-bottom: 4px; font-weight: normal;
}

#content .notification {
	background: #ddd;
	color: #444;
	font-size: 11px;
	padding: 7px;
}
#content div.hentry.post {
	margin-bottom: 40px;
}
#content .entry-title, #content .entry-title a, #content .entry-title a:visited {
	color: #444;
	margin-bottom: 10px;
	text-decoration: none;
}
#content .entry-title a:hover {
	text-decoration: underline;
}
#content div.entry-content {
	color: #444;
	margin-bottom: 10px;
}
#content .entry-content blockquote {
	border-left: 1px solid #ddd;
	margin: 0 0 10px 20px;
	padding: 7px 10px;
}
#content div.entry-content ol, #content div.entry-content ul {
	margin: 0 0 10px 30px;
	padding: 0;
}
#content div.entry-content ul {
	list-style: disc;
}
#content div.entry-content li, #content ol.archive div.entry-content li {
	margin: 0 0 5px 0;
	padding: 0;
}

#content .comments-link {
	margin-bottom: 15px;
}
#content p.comments-link a, #content p.comments-link a:visited {
	color: #333;
}
#content .by-line, #content .filed {
	color: #777;
	font-size: 11px;
	margin-bottom: 8px;
	margin-top: -5px;
}
#content .page .by-line {
	margin-top: 30px;
}
#content .by-line a, #content .by-line a:visited, 
#content .filed a, #content .filed a:visited {
	color: #555;
}
#content .by-line address {
	display: inline;
	font-style: normal;
}
#content .entry-editlink, #content .comment-editlink {
	visibility: hidden;
	float: right;
}
#content .hentry:hover .entry-editlink, #content .hentry:hover .comment-editlink {
	visibility: visible;
	float: right;
}
#content .comment-feed {
	padding-top: 5px;
	float: right;
}
#content a.comment-feed, #content a.comment-feed:visited {
	color: #333;
	font-size: 12px;
}
#content h2.comments {
	margin-bottom: 10px;
}
#content h3.pings {
	margin-top: 40px;
}
#content form.comment-form {
	color: #333;
	margin-bottom: 20px;
}
#content form.comment-form label em {
	color: #777;
	font-size: 11px;
	font-style: normal;
}
#content .some-html-is-ok {
	color: #666;
	font-size: 11px;
	font-style: normal;
}
#content .comment-form-trackback, #content .comment-form-trackback a, #content .comment-form-trackback a:visited {
	color: #555;
	font-size: 11px;
}
#content ol.comments {
	margin: 0 0 20px 0;
	padding: 0;
}
#content ol.comments li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content ol.comments .depth-2 {
	margin-left: 20px;
}
#content ol.comments .depth-3 {
	margin-left: 40px;
}
#content ol.comments .depth-4 {
	margin-left: 60px;
}
#content ol.comments .depth-5 {
	margin-left: 80px;
}
#content ol.comments .entry-content {
	color: #333;
}
#content ol.comments .meta {
	color: #777;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}
#content ol.pings .meta {
	height: 20px;
	line-height: 20px;
	padding-left: 0;
}
#content ol.comments .avatar {
	left: 0;
	position: absolute;
	top: 0;
}
#content ol.comments .meta a, #content ol.comments .meta a:visited {
	color: #777;
}
#content ol.comments .meta .author {
	color: #444;
	font-size: 13px;
	font-weight: bold;
}
#content ol.comments .meta .author a, #content ol.comments .meta .author a:visited {
	color: #00f;
}
#content ol.comments .meta .comment-reply-link, #content ol.comments .meta .comment-reply-link:visited {
	color: #333;
}
#content .pagination {
	margin: 40px 0;
}
#content .pagination a, #content .pagination a:visited {
	color: #333;
}
#content .pagination .next {
	float: right;
}
#content ol.archive {
	color: #444;
	list-style: none;
	margin: 0;
	padding: 0;
}
#content ol.archive li {
	margin: 0 0 20px;
	padding: 0;
}
#content ol.archive .meta, #content ol.archive .meta a, #content ol.archive .meta a:visited {
	color: #777;
	font-size: 11px;
}
#content ol.archive li.search h3, #content ol.archive li.search p {
	line-height: 130%;
	margin-bottom: 5px;
}
#content ol.archive li.search .meta {
	line-height: 100%;
}
#content ol.archive .entry-title {
	font: 18px Georgia, "Times New Roman", serif;
	line-height: 100%;
	margin-bottom: 5px;
}
#content ol.archive .hentry {
	margin-bottom: 0;
}

.linkcat h2{ background: none;}

#box_video{ width: 100%; background: #eee; padding: 12px; text-align: center; }






/*SIDE BAR =============*/

#sidebar { background: url(/imgs/bg_green_nav.gif);
	color: #444;
}
#sidebar h2 {
	font-size: 20px;
	margin: 20px 0 0 4px;
	/*letter-spacing: -2px;*/
	color: #fff; /*f3f8e2*/

}
#sidebar .widget {
background: url(/imgs/bg_lightgreen.gif);
padding: 10px 4px;
margin-top: 0px;
}


#sidebar .widget ul {
	margin: 0;
	padding: 10px 4px;
}
#sidebar .widget ul li {
	color: #999;
	font-size: 12px;
	list-style: disc;
	margin: 0 0 5px 16px;
	padding: 0;
}
#sidebar .widget a, #sidebar .widget a:visited {
	color: #555;
}
#sidebar .meta {
	font-size: 12px;
}


.sb_img{ background: #fff; padding: 2px; border: 0px solid white;}
a:hover .sb_img{ background: #81ac69; padding: 2px; border: 0px solid white;}

.sidebar_section{ padding: 4px;}
.homequote{margin: 1em 2em; font-size: 15px; color: #999;}

#sb_athleticsnz {}
#sb_grt { text-align: center;}

#sb_athleticsnz a img, #sb_grt a img{ border: 0px solid white; background: transparent; }
#sb_athleticsnz p{ font-size: 9px; font-style: italic; text-align: center;  color: #555; }





/*misc*/


#carrington-about {
	color: #555;
	font-size: 11px;
	line-height: 140%;
}
#carrington-about h2 {
	margin-top: 0;
}
#footer, #footer a, #footer a:visited {
	color: #fff;
	font-size: 12px;
}
#footer p {
	margin: 0;
	padding: 0;
	line-height: 10px;
	color: #fff;
}


#footerkiwi{ margin: 20px 10px 0;}
#developer-link a, #footer p#developer-link a:visited {
	background:url(../img/by-crowd-favorite.png) no-repeat;
	display: block;
	float:right;
	height:30px;
	overflow: hidden;
	text-indent:-32697px;
	width:270px;
}
a#TB_prev:hover {
	background:url(../img/lightbox-left.png) no-repeat left center;
}
a#TB_next:hover {
	background:url(../img/lightbox-right.png) no-repeat right center;
}
#attachement{border: 1px solid red; text-align: center !important; width: 900px; }
#attachment p.top {
	padding: 5px 10px;
	text-align: left;
	 background: white;
	  
}
#attachment p.top a, #attachment p.top a:visited {
	color: #666;
}
#attachment h1 {
	margin: 10px 0; background: none;
}
#attachment a img {
	border: 0;
}
#attachment .nav, #attachment #footer {
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	width: 900px;
}
#attachment .nav .next {
	float: right;
}

#attachment .nav img {
	padding: 2px; background: #ccc;
}

#body_attachment #page{ text-align: center;}


.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	background-color: #eee;
	padding: 11px 6px 6px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption.alignleft {
	margin-left: 0;
}
.wp-caption.alignright {
	margin-right: 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 0 0;
	margin: 0;
}



/* ========= table plugin ========*/

.wp-table-reloaded {
	/*background-color:#CDCDCD;*/
	margin:10px 0px 15px 0px;
	font-size:8pt;
	width:100%;
	text-align:left;
}
.wp-table-reloaded th {
	/*background-color:#E6EEEE;
	border:1px solid #FFFFFF;*/
	padding:4px;
}
.wp-table-reloaded td {
	/*color:#3D3D3D;*/
	padding:4px;
	background-color:#FFFFFF;
	vertical-align:top;
}
.wp-table-reloaded td.column-3{padding: 0px !important;}
.wp-table-reloaded td.column-3 .wp-caption{margin: 1px;}

.wp-table-reloaded .even td {
	background-color:#FFFFFF;
}
.wp-table-reloaded .odd td{
	/*background-color:#F0F0F6;*/
}
.wp-table-reloaded .header {
	background-image:url(http://www.kiwirun.com/content/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
}


/*======= forms ======*/

.form_fieldset{ margin: 10px 0 0; background: #f5f5f5; border: 1px solid #eee;}
.mmf-form legend{ padding: 3px; font-size: 14px; color: #666; background: #fff; border: 1px solid #eee;}
.mmf-form label{ color: #333; padding-right: 30px;  /*float: left; width: 170px;*/ font-size:11px; }


.runningtable_col1{width: 50px;}
.mmf-form p{ clear: both; font-size: 11px;}
.formentry{ width: 180px;}
.formlabelfloat{float: left; width:  140px;}
.mmf-list-item{float: left; clear: left;}




/***** form submit *******/
.clear {clear:both}

.element{width: 450px;}

.element * {
	padding:2px; 
	margin:2px; 
	font-size:12px;
}
.element label {
	float:left; 
	width:75px;
}
.element input.text {
	float:left; 
	width:270px;
	padding-left:10px;
}
.element .textarea {
	height:120px; 
	width:270px;
	padding-left:10px;
}
.element .hightlight {
	border:2px solid #9F1319;
	background:url(iconCaution.gif) no-repeat 2px
}
.element #submit {
	float:right;
	margin-left: 77px;
}
.element.submit {
	padding-left: 77px;
}

.loading {
	float:right; 
	background:url(ajax-loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display:none;
}
.done {
	margin:20px auto; 
	display:none
}


/*======= forms ======*/
 #imagemap_nz {
    width: 300px; height: 350px;
    background: url(/imgs/interactivemap.gif) 0px 0px no-repeat;
    margin: 10px auto; padding: 0;
    margin-left: 150px; border: 1px solid #999;
    position: relative;
    overflow: hidden;
    }
 #imagemap_nz.map2 {
    width: 300px; height: 350px;
    background: url(/imgs/interactivemap2.gif) 0px 0px no-repeat;
    margin: 10px auto; padding: 0;
    margin-left: 150px; border: 1px solid #999;
    position: relative;
    overflow: hidden;
    }
    
    
      #imagemap_nz li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; }
  #imagemap_nz li, #imagemap_nz a {
    height: 45px; display: block; left: 0px; width: 300px; }
    
   #link_auckland {top: 49px;   }
  #link_rotorua {top: 69px;}
  #link_wellington {top: 155px; }
  #link_np {top: 105px; }
  #link_nelson {top: 145px; width: 170px !important; z-index: 100;}
   
    
  #link_auckland a:link{ background: url(/imgs/interactivemap.gif) 0px -649px no-repeat; z-index: 1000; }
  #link_rotorua a:link{ background: url(/imgs/interactivemap.gif) 0px -789px no-repeat;}
  #link_np a:link{ background: url(/imgs/interactivemap.gif) 0px -742px no-repeat;}
  #link_wellington a:link{ background: url(/imgs/interactivemap.gif) 0px -155px no-repeat;}
  #link_nelson a:link{ background: url(/imgs/interactivemap.gif) 0px -145px no-repeat; width: 170px;}

  .map2 #link_auckland a:link{ background: url(/imgs/interactivemap2.gif) 0px -649px no-repeat; z-index: 1000; }
  .map2 #link_rotorua a:link{ background: url(/imgs/interactivemap2.gif) 0px -789px no-repeat;}
  .map2 #link_np a:link{ background: url(/imgs/interactivemap2.gif) 0px -742px no-repeat;}
  .map2 #link_wellington a:link{ background: url(/imgs/interactivemap2.gif) 0px -155px no-repeat;}
  .map2 #link_nelson a:link{ background: url(/imgs/interactivemap2.gif) 0px -145px no-repeat; width: 170px;}


  #link_auckland a:hover {background: url(/imgs/interactivemap.gif) 0px -366px no-repeat; z-index: 1000;}
  #link_rotorua a:hover { background: url(/imgs/interactivemap.gif) 0px -481px no-repeat;}
  #link_np a:hover { background: url(/imgs/interactivemap.gif) 0px -962px no-repeat;}
  #link_wellington a:hover { background: url(/imgs/interactivemap.gif) 0px -418px no-repeat;}
  #link_nelson a:hover { background: url(/imgs/interactivemap.gif) 0px -1034px no-repeat;}

  .map2 #link_auckland a:hover {background: url(/imgs/interactivemap2.gif) 0px -366px no-repeat; z-index: 1000;}
  .map2 #link_rotorua a:hover { background: url(/imgs/interactivemap2.gif) 0px -481px no-repeat;}
  .map2 #link_np a:hover { background: url(/imgs/interactivemap2.gif) 0px -962px no-repeat;}
  .map2 #link_wellington a:hover { background: url(/imgs/interactivemap2.gif) 0px -418px no-repeat;}
  .map2 #link_nelson a:hover { background: url(/imgs/interactivemap2.gif) 0px -1034px no-repeat;}

