/* 
Original Design Concept by Dan Cederholm | www.simplebits.com
Revised Version by Ewen Bell | www.twocats.com.au
*/

/* ---( page defaults )--- */

body {
  margin: 0;
  padding: 0;
  color: #333;
  background: #fff;
  font-size: 75%;
  text-align: left;
  font-family: "Verdana", "Gill Sans", "Tahoma", "Lucida Grande", "Tahoma", sans-serif;
  line-height: 150%;
  }

.title {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 100%;
  background: url(2009/images/behind.jpg) no-repeat top left;
  display: block;
  padding-left: 10px;
  padding-top: 2px;
  margin-top: 20px;
  width: 332px;
  height: 23px;
  font-family: "Tahoma", "Helvetica Neue", "Helvetica", "Lucida Grande", "Tahoma", sans-serif;
 }

.feature {
  padding-top: 3px;
  padding-bottom: 9px;
  padding-left: 30px;
  padding-right: 0px;
  }

.right {
	text-align: right;
}

#indented {
  margin-left: 25px;
}

#indented .title, #indented .subtitle {
  margin-left: -25px;
}


.intropanel {
  padding-top: 35px;
  padding-left: 32px;
}

#stuff {
padding: 9px;
padding-bottom: 5px;
border: solid #666 1px;
}

.teaser {
	padding-top: 20px;
	padding-bottom: 20px;
}

.caption {
  font-weight: normal;
  font-size: 85%;
  color: #aaa;
  width: 400px;
  margin-bottom: 30px;
}

.photoshow {
padding: 5px;
padding-bottom: 0px;
border: solid #bbb 1px;
}

.photo_below {
margin-bottom: 5px;
padding: 1px;
border: solid #bbb 1px;
}

.photofeature {
	padding-top: 5px;
	padding-bottom: 6px;
}

#photobig {
width: 496px;
}

#photofla {
width: 496px;
}

.quoted {
  font-style: italic;
}

blockquote {
  margin: 0 0 0 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #666;
  background: url(images/quotes.gif) no-repeat top left;
  }

blockquote p {
  margin-top: 0;
  }

.quotes {
  font-style: italic;
  }

abbr, acronym {
  cursor: help;
  font-style: normal;
  border-bottom: 1px dotted;
  }

code {
  color: #066;
  }

hr {
  display: none;
  }

img {
  border: none;
  }

/* unordered list style */

UL {
  list-style: none;
  margin: 0 0 20px 0px;
  padding: 0;
  }

.mini {
  padding-left: 18px;
  background: url(images/miniarrow.jpg) no-repeat 0 2px;
  }

.bookmark {
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 6px;
  }

.rss {
  background: url(images/rss.gif) no-repeat 0 4px;
  }

.deli {
  background: url(images/del.gif) no-repeat 0 4px;
  }

.fb {
  background: url(images/fb.gif) no-repeat 0 4px;
  }

.goo {
  background: url(images/goo.gif) no-repeat 0 4px;
  }

.twitter {
  background: url(images/twitter.gif) no-repeat 0 4px;
  }

.spacer {
  padding-top: 7px;
}

.links {
  padding-top: 4px;
  padding-bottom: 12px;
  padding-left: 24px;
  background: url(2009/images/link.png) no-repeat 0 5px;
  }

.shade {
  padding-top: 4px;
  padding-bottom: 7px;
  background: url(images/link.jpg) repeat-x;
  width: 180px;
  }

.colour a.link {
  color: #c60;
  }


.list {
  padding-top: 2px;
  padding-left: 14px;
  padding-bottom: 2px;
  background: url(images/listing.gif) no-repeat 0 5px;
  }

/* links */

a:link, a:visited, a:active {
  color: #090;
  text-decoration: none;
  }

a:hover {
  color: #009;
  text-decoration: none;
  }

.listing a:link, .listing a:visited, .listing a:active {
  color: #c00;
  text-decoration: none;
  }

.listing a:hover {
  color: #f60;
  text-decoration: none;
  }

.story a:link, .story a:visited, .story a:active {
  color: #630;
  text-decoration: none;
  }

.story a:hover {
  color: #f60;
  text-decoration: none;
  }

.storylinks {
	margin-top: -13px;
	margin-left: 20px;
}

#extras a:link, #extras a:visited, #extras a:active {
  color: #aaa;
  text-decoration: none;
  }

#extras a:hover {
  color: #f60;
  text-decoration: none;
  }

#row3 a:link, #row3 a:visited, #row3 a:active {
  color: #ddd;
  text-decoration: none;
  }

#row3 a:hover {
  color: #f60;
  text-decoration: none;
  }

#ext a:link, #ext a:visited, #ext a:active {
  color: #aaa;
  }

#ext a:hover {
  color: #f60;
  text-decoration: none;
  }

.topline {
  border-top: solid #eee 1px;
}

.overline {
  padding-top: 10px;
  border-top: solid #eee 1px;
}

.underline {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid #ddd 1px;
}

.dotunder {
  border-bottom: dotted #ddd 1px;
}

.listbody {
	margin-left: 50px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #eee;
	}

.comment {
	margin-left: 50px;
	padding-top:10px;
	border-top: 1px solid #eee;
	}

.comment-header {
	color: #999;
	}

/* ---( layout structure )---*/

#addcomment {
	display:none;
}

#mycomments {
	display:none;
}

#wrapping {
  width: 1002px;
  margin: 0 auto 0 auto;
  min-height: 100%;
  height: 100%;
  }

#infobox {
  float: right;
  margin: 0px;
  width: 130px;
  padding: 7px;
  background-color: #eee;
  margin-left: 20px;
}

.subbed {
  color: #999;
  font-weight: bold;
}

#floatright {
  float: right;
  margin: 0 ;
  padding: 5px;
  padding-left: 25px;
}

/* 657 adds 110px to the main section */
/* 597 adds 60px to the main section */

.address {
line-height: 125%;
text-align: left;
padding-left: 20px;
}

/* ---( header and site name )--- */

#gha-header {
  margin: 0px;
  padding: 0;
  height: 700px;
  background: #fff url(2009/images/title-grey.jpg) no-repeat top left;
  }


#gha-header h1 {
  margin: 0;
  padding: 0px 0 0px 0;
  height: 130px;
  font-weight: normal;
  font-size: 100%;
  }

.postcard {
  padding-top: 0px;
  padding-left: 460px;
  display: block;
  }

#gha-header span { display: none; }

/* ---( main column )--- */

h2.date-header {
  margin-top: 0;
  padding-left: 14px;
  font-size: 66%;
  color: #066;
  background: url(images/date_icon.gif) no-repeat 0 50%;
  }

.subtext {
  color: #aaa;
}

.icon {
	padding-top: 10px;
	padding-bottom: 5px;
}

.icon-bike {
  line-height: 200%;
  padding: 5px 0px 5px 25px;
  background: url(images/20-bike.gif) no-repeat 0 80%;
  }

.icon-uni {
  line-height: 200%;
  padding: 5px 0px 5px 25px;
  background: url(images/20-uni.gif) no-repeat 0 80%;
  }

.icon-short {
  line-height: 200%;
  padding: 5px 0px 5px 25px;
  background: url(images/20-short.gif) no-repeat 0 80%;
  }

.icon-trip {
  line-height: 200%;
  padding: 5px 0px 5px 25px;
  background: url(images/20-trip.gif) no-repeat 0 80%;
  }

.icon-trek {
  line-height: 200%;
  padding: 5px 0px 5px 25px;
  background: url(images/20-mt.gif) no-repeat 0 80%;
  }

.icon-photo {
  line-height: 200%;
  padding: 5px 0px 5px 25px;
  background: url(images/20-photo.gif) no-repeat 0 80%;
  }

.icon-photo {
  line-height: 200%;
  padding: 5px 0px 5px 25px;
  background: url(images/20-photo.gif) no-repeat 0 80%;
  }

.icon-web {
  line-height: 150%;
  padding: 15px 0px 15px 26px;
  background: url(images/link-web.gif) no-repeat 0 16px;
  }

.icon-ins {
  line-height: 200%;
  padding: 5px 0px 5px 26px;
  background: url(images/link-ins.gif) no-repeat 0 80%;
  }

.icon-q {
  line-height: 200%;
  padding: 5px 0px 5px 26px;
  background: url(images/link-q.gif) no-repeat 0 80%;
  }

.icon-pdf {
  line-height: 200%;
  padding: 5px 0px 5px 26px;
  background: url(images/link-pdf.gif) no-repeat 0 80%;
  }

.icon-chart {
  line-height: 200%;
  padding: 5px 0px 5px 26px;
  background: url(images/link-chart.gif) no-repeat 0 80%;
  }

.icon-info {
  line-height: 200%;
  padding: 5px 0px 5px 23px;
  background: url(images/link-info.gif) no-repeat 0 80%;
  }

.subauthorind {
  color: #c60;
  padding-left: 30px;
}

.subauthor {
  color: #c60;
}

.writer {
  color: #aaa;
  font-size: 75%;
}

.regionlist {
  font-size: 85%;
  font-weight: normal;
  line-height: 150%;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: solid 1px #eee;
}

.standfirst {
  text-align: left;
  font-weight: bold;
  color: #333;
  line-height: 150%;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: solid 1px #eee;
}

.storytitle {
  font-size: 175%;
  margin: 0px;
  padding: 0px;
  padding-top: 20px;
  color: #c60;
  font-family: "Palatino", "Georgia", "Times New Roman", sans-serif;
}

.story {
  padding-top: 20px;
}

#row3 .highlight {
  color: #c60;
}

.subtitle {
  font-weight: bold;
  padding-bottom:20px;
}

.factsbox {
  padding:15px;
  background: #eee;
  border: 1px dotted #999;
}

.minititle {
  font-weight: bold;
  color: #333;
}

#row3 .title {
  margin: 0px;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 120%;
  font-weight: normal;
  padding: 0px;
  padding-left: 15px;
  padding-bottom: 11px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  color: #c60;
}

.itin {
        color: #066;
}

/* ---( photos )--- */


.photoclear {
float: right;
padding: 1px;
text-align: right;
margin-left: 15px;
margin-top: 10px;
clear: both;
}

.photo {
float: right;
padding: 1px;
border: solid #ccc 1px;
text-align: right;
margin-left: 15px;
margin-top: 10px;
clear: both;
}

.newsitem {
  padding-top: 15px;
  padding-bottom: 5px;
  line-height: 175%;
  clear: both;
}

.photoright {
  float: right;
  padding-left: 20px;
}


/* ---( footer )--- */

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  }

#maps {
  margin: 10px;
  padding: 10px;
  font-size: 75%;
  }

.map {
  padding: 1px;
  border: solid #ccc 1px;
}

.pix {
  padding-bottom: 20px;
}

#footer {
  border-top: 1px solid #ddd;
  height: 50px;
  width: 1000px;
  margin: 0;
  margin-top: 50px;
  margin-left: -330px;
  padding: 0px;
  font-size: 95%;
  white-space: nowrap;
  }

#logo {
display: none;
}

#content {
  position: absolute;
  top: 320px;
  text-align: left;
  width: 650px;
  padding: 0px;
  padding-right: 0px;
  padding-left: 330px;
  z-index: 1;
}

#main-content {
  margin: 0px;
  padding: 0px;
  min-height: 1050px;
}

#row1 {
  position: absolute;
  text-align: left;
  top:  171px;
  width: 180px;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  border-right: 1px solid #ddd;
  z-index: 1;
}

#extras {
  text-align: right;
  padding: 0px;
  min-height: 20px;
  margin-top: -50px;
  margin-right: 30px;
  font-family: gill, helvetica, sans-serif;
  font-size: 95%;
  color: #aaa;
}

#home {
  position: absolute;
  text-align: left;
  top:  5px;
  padding: 0px;
  margin: 0px;
  margin-left: 20px;
}

#navsearch {
  position: absolute;
  text-align: left;
  top:  22px;
  width: 100px;
  padding: 0px;
  margin: 0px;
  margin-left: 750px;
  color: #999;
}

#navigation {
  position: absolute;
  text-align: left;
  top:  285px;
  width: 690px;
  padding: 0px;
  margin: 0px;
  margin-left: 325px;
  font-family: gill, helvetica, sans-serif;
  white-space: nowrap;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
  color: #fff;
  text-decoration: none;
  }

#navigation a:hover {
  color: #ffa;
  text-decoration: none;
  }

.flylink a:link, .flylink a:visited, .flylink a:active {
  color: #fff;
  text-decoration: none;
  }

.flytours      {  margin-left: -35px; }
.flytrips      {  margin-left: 0px; }
.flyabout      {  margin-left: -110px; }
.flytravel     {  margin-left: -100px; }
.flycountries  {  margin-left: -55px; }

.flylink a:hover {
  color:#ff9;
}

.flyout {
  font-size: 80%;
  text-align: left;
  padding: 5px 15px 7px 15px;
  color: #fff;
  background: #666 url(2009/images/flyback.jpg) no-repeat 0 0;
  border: 0px;
  margin-top: 12px;
  z-index: 888;
}


.flytitle {
  font-weight: bold;
  font-size: 110%;
  color: #c00;
  line-height: 2em;
  font-family: "Oklahoma", "Gill Sans", "Tahoma", "Verdana", "Lucida Grande", sans-serif;
}

.flylink {
  line-height: 1.8em;
  color: #fff;
  padding-top: 2px;
  padding-left: 17px;
  padding-bottom: 2px;
  background: url(2009/images/flylink.gif) no-repeat 0 4px;
  }


.news_search {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
}

#flash {
  position: absolute;
  text-align: left;
  top:  -319px;
  width: 690px;
  padding: 0px;
  margin: 0px;
  margin-left: -28px;
}

#side {
  position: absolute;
  text-align: left;
  top:  -58px;
  left: 2px;
  width: 265px;
  padding: 0px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px;
  font-family: gill, helvetica, sans-serif;
  line-height: 150%;
  background: #d7efcf url(2009/images/side.jpg) no-repeat bottom left;
}

#side .title {
  color: #fff;
  font-weight: bold;
  background: none;
  padding: 0px;
  margin: 0px;
  width: 250px;
  background: url(2009/images/behind-side.gif) no-repeat top left;
  display: block;
  padding-left: 10px;
  padding-top: 2px;
  margin-top: 20px;
  width: 220px;
  height: 23px;
  font-family: "Tahoma", "Helvetica Neue", "Helvetica", "Lucida Grande", "Tahoma", sans-serif;
}

#side .photo {
float: left;
padding: 1px;
border: solid #ccc 1px;
text-align: left;
margin: 5px;
}

#side .tripstatus {
  padding-left: 12px;
}

#side .tripsummary {
  padding-left: 26px;
}

#side .dates {
  margin-top: -5px;
  line-height: 125%;
}

#side .subtitle {
	color: #000;
	font-weight: bold;
  	font-family: "gill sans", helvetica, sans-serif;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

#side a:link, #side a:visited, #side a:active {
  color: #090;
  text-decoration: none;
  }

#side a:hover {
  color: #c60;
  text-decoration: none;
  }

#side .links {
  padding-top: 4px;
  padding-bottom: 12px;
  padding-left: 18px;
  background: url(2009/images/link-s.png) no-repeat 0 5px;
  }

.boxed {
  padding-top: 2px;
  padding-bottom: 7px;
  padding-left: 18px;
  background: url(images/box.gif) no-repeat 0 3px;
  }

.new {
  padding-top: 4px;
  padding-bottom: 7px;
  padding-left: 22px;
  margin-left:30px;
  background: url(images/favies.gif) no-repeat 0 4px;
  }

.favies {
  padding-top: 4px;
  padding-bottom: 7px;
  padding-left: 22px;
  background: url(images/linkgrey.gif) no-repeat 0 4px;
  }

.end {
  min-height: 45px;
}

#photomiddle {
  text-align: center;
  margin-top: 20px;
}

#photopanel {
  float: right;
  width: 220px;
  margin: 0px;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 20px;
  margin-right: 5px;
  margin-top:5px;
}

.searchbox {
	padding-bottom: 15px;
}

input.radio {
	margin-top: 7px;
	margin-bottom: -3px;
}

input.check {
	margin-top: 7px;
	margin-bottom: 0px;
}

input.data {
        width: 200px;
        color: #333;
        height: 20px;
        background-color: #fff;
        border: solid 1px #999;
	font-size: 110%;
}

input.datalong {
        width: 300px;
        color: #333;
        height: 20px;
        background-color: #fff;
        border: solid 1px #999;
	font-size: 110%;
}

input.button {
	display: block;
        height: 25px;
        width: 300px;
        border: none;
	color: #fff;
	background: url(2009/images/submit.gif) no-repeat 0 2px;;
}

input.pbutton {
        color: #fff;
        height: 21px;
        width: 60px;
        background: #666;
        border: solid 1px #999;
	font-size: 95%;
	padding-bottom:2px;
}

.comment_box {
        width: 400px;
        color: #333;
        height: 100px;
        background-color: #fff;
        border: solid 1px #999;
}

input.comment_line {
        width: 400px;
        color: #333;
        height: 14px;
        background-color: #fff;
        border: solid 1px #999;
}

input.comment_button {
        color: #fff;
        height: 20px;
        width: 150px;
        background: #f60;
        border: none;
}

input.check_box {
        background-color: #fff;
        border: solid 1px #999;
}

input.search {
        background-color: #000;
        border: solid 1px #666;
	color: #aaa;
	text-align: left;
	width: 130px;
}

#side input.btn {
	display: block;
        height: 25px;
        width: 150px;
        border: none;
	margin-top: 10px;
	background: url(2009/images/subscribe.gif) no-repeat 0 2px;;
}

#side label {
	display: block;
	font-size: 100%;
}

#side input {
	display: block;
        color: #333;
        height: 20px;
        width: 220px;;
        background-color: #fff;
        border: solid 1px #aaa;
	font-size: 100%;
}

.oops {
	color: #66c;
}

.flashbox {
	padding: 19px;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
	margin-bottom: 12px;
	margin-top: -8px;
}

.flashtop {
	border-top: 1px solid #ddd;
	margin-top: 5px;
}

.storyflash {
	text-align: right;
	padding: 15px;
	border: 1px solid #ddd;
	width: 220px;
	background-color: #fff;
}

#row3 .box {
	padding: 15px;
	margin-bottom: 15px;
	border: none;
	background: #333 url(images/row3bg.jpg) no-repeat top left;
}

.box {
	padding: 15px;
	margin-bottom: 15px;
}

.wide {
	width: 690px;
}

.narrow {
	width: 280px;
}

.textbox {
	color: #666;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.red {
  color: #c60;
}

.dontshow {
  display: none;
  }

.adjustup {
  margin-top: -20px;
  }

.photonote {
  font-family: gill, helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  padding-top: 6px;
  line-height: 1.2em;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.click {
  vertical-align: -3px;
}

.shareicon {
	vertical-align: middle;
}

#menu {
  background-color: #efefef;
  padding: 20px;
}

#menu .post-body2 {
  font-size: 75%;
  line-height: 150%;
}

#post-body2 P {
  clear: both;
}

.post-data {
  line-height: 140%;
  margin-top: -88px;
  margin-left: 78px;
  margin-right: 80px;
  color: #999;
  padding-bottom: 10px;
  min-height: 60px;
  }

.post-title {
  font-family: "Gill Sans", "Tahoma", "Verdana", "Lucida Grande", sans-serif;
  font-weight: 500;
  font-size: 185%;
  color: #fff;
  text-align: left;
  letter-spacing: 0px;
  padding-top: 10px;
  padding-bottom: 95px;
  padding-left:10px;
  margin-top: 0px;
  background: url(images/icon-globe.gif) no-repeat 0 51px;
  white-space: nowrap;
  }

.title-Plane {
  background: url(images/icon-plane.gif) no-repeat 0 51px;
}

.title-Bike {
  background: url(images/icon-bike.gif) no-repeat 0 51px;
}

.title-Day {
  background: url(images/icon-bike.gif) no-repeat 0 51px;
}

.title-Unicycle {
  background: url(images/icon-uni.gif) no-repeat 0 51px;
}

.title-Short+Break+Cycle {
  background: url(images/icon-short.gif) no-repeat 0 51px;
}

.title-Short {
  background: url(images/icon-short.gif) no-repeat 0 51px;
}

.title-Bike-Multiday {
  background: url(images/icon-bike.gif) no-repeat 0 51px;
}

.title-Photo {
  background: url(images/icon-camera.gif) no-repeat 0 51px;
}

.title-Family {
  background: url(images/icon-family.gif) no-repeat 0 51px;
}

.title-Mail {
  background: url(images/icon-mail.gif) no-repeat 0 51px;
}

.title-Travel {
  background: url(images/icon-travel.gif) no-repeat 0 51px;
}

.title-Cal {
  background: url(images/icon-cal.gif) no-repeat 0 51px;
}

.title-Trekking {
  background: url(images/icon-mt.gif) no-repeat 0 51px;
}

#pm {
  padding-top: 20px;
  padding-left: 185px;
}

#pm a:link, #pm a:visited, #pm a:active {
  color: #fff;
  text-decoration: none;
  }

#pm a:hover {
  color: #ffa;
  text-decoration: none;
  }

#mybrochure {
  padding: 15px;
  padding-right: 0px;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 347px;
  height: 83px;
  background: url('images/brox.jpg') no-repeat top left;
}

#brox2 {
  float: right;
  width: 260px;
  text-align: left;
  font-size: 300%;
  font-weight: normal;
  line-height: 100%;
}

#brox2 a:link, #brox2 a:visited, #brox2 a:active {
  color: #fff;
}

#brox2 a:hover {
  color: #ff0;
}

#brox1 {
	float: left;
	text-align: left;
	width: 75px;
}

#buttonBook a:link, #buttonBook a:visited, #buttonBook a:active {
	color: #fff;
}

#buttonBook a:hover {
	color: #ff6;
}

.bookDate {
	background: url('/2009/images/buttonDate.png') no-repeat top left;
	display: block;
	height: 84px;
	width: 220px;
	color: #fff;
	border: none;
}

a.buttonBook {
	background: url('/2009/images/buttonBook.png') no-repeat top left;
	display: block;
	height: 41px;
	width: 208px;
	padding: 0px;
	color: #fff;
	border: none;
	padding-left: 12px;
	padding-top: 79px;
	line-height: 120%;
}

#buttonBook {
	padding-top: 5px;
}

#bookspace {
	margin-top: -88px;
}

