/* --------------------
AFRICA UNTOUCHED
Screen Stylesheet

Copyright 2010 by Africa Untouched
written by Patrick Heck
http://patrickheck.de

----------------------

Colors used:
#cec0ac - type on dark background
#4e4032 - Brown Boxes Background Alpha 0.9
#ffffff - link color
#43372b - Border Around Tweet Bubble
#4c4034 - Buttons Background

-------------------- */

/* Eric Meyer's Reset
   http://meyerweb.com/eric/tools/css/reset/
   Hosted Version: http://www.css-reset.com/ */
/* v1.0 | 20080212 */


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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Basic Styles */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #cec0ac;
	font-size: 13px;
	line-height: 15px;
}

html {
	background: #6c5b4c url(../img/bg_pattern.jpg) repeat 0 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial Black";
}

a {
	color: #fff;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}


/* Layout */

/* Head */

#toparea {
	background: transparent url(../img/rgba-78-64-50-0.9.png) repeat 0 0;
}
#toplinks {
	height: 21px;
	padding-top: 5px;
	margin:0 auto;
	text-align:left;
	width:963px;
	/* border-top: solid 1px #cec0ac; */
}
#toplinks a {
	font-family: "Arial Black";
	font-size: 12px;	
}
#toplinks li {
	display: inline;
	padding: 0 24px 0 0;
}
#header {-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-align: center;
}
#header h1 {
	width: 969px;
	margin: 0 auto;
}
#mainlogo {
	margin: 85px 0;
}

label {
display: block;
}

#contactformarea {
	width: 963px;
	margin: 0 auto;
	text-align: left;
}
#contactformarea p, #contactformarea h2 {
	/* padding-left: 325px; */
}
#contactformarea p {
	margin-top: 15px;
}
#contactformarea label {
	margin-bottom: 5px;
}
#contactformarea input[type="text"] {
	width: 346px;
}
#contactformarea textarea {
	width: 349px;
}

#contactformarea fieldset {
	margin-bottom: 10px;
}

#contactformsubmit {
	background: 12px 4px #CEC0AC;
	padding:4px 6px;
	-moz-border-radius:12px;
  	-webkit-border-radius:12px;
  	-khtml-border-radius: 12px;
  	-o-border-radius: 12px;
  	border-radius: 12px;
  	font-family: "Arial Black";
  	color: #4c4034;
  	margin: 10px 0 10px 0;
  	border-style: none;
}
#contactformsubmit:hover {
	text-decoration: underline;
	cursor: pointer;
}

#searchindicator {
	padding: 0 5px;
	position: relative;
	top: 3px;
}

#formstatus {
	padding: 0 5px;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
	
.LV_invalid {
    color:#CC0000;
}


/* Content */

#content {
	margin-left: auto;
	margin-right: auto;
	width: 963px;
}
#maincontent {
	display: inline;
	float: left;
	margin: 0 32px 0 0;
	width: 715px;
}

#sidebar {
	display: inline;
	float: left;
	margin: 0 0;
	width: 176px;
	background: transparent url(../img/rgba-78-64-50-0.9.png) repeat 0 0;
	padding: 20px 20px 20px 20px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
    -o-border-radius: 25px;
	border-radius: 25px;
}

#sidebar h3 {
	line-height: 18px;
	margin: 40px 0 20px 0;
	text-align: center;
}
#sidebar h3.first {
	line-height: 18px;
	margin: 20px 0 40px 0;
	text-align: left;
}
#sidebar ul.facts li {
	margin: 0 0 15px 20px;
	list-style-type: square;
	list-style-position: outside;
}
.tweetbubble {
  background: transparent url(../img/rgba-222-222-222-0.18.png) repeat 0 0;
  border:1px solid #43372b;
  margin:0 auto 13px;
  padding:15px;
  position:relative;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -khtml-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.tweetbubble-triangle {
  background: transparent url(../img/twitterbubble-triangle.png) 0 0 no-repeat;
  height:10px;
  width:20px;
  position:absolute;
  bottom:-10px;
  left:15px;
}

.tweetbubble span {
	display:block;
	padding-bottom:5px;
}
#tweetimg {
	padding: 0 5px 0 15px;
	float:left;
}
#twitter-link {
	background:url("../img/twitterbutton_bg.png") no-repeat scroll 12px 4px #CEC0AC;
	display:block;
	padding:4px 6px 4px 35px;
	-moz-border-radius:12px;
  	-webkit-border-radius:12px;
  	-khtml-border-radius: 12px;
  	-o-border-radius: 12px;
  	border-radius: 12px;
  	font-family: "Arial Black";
  	color: #4c4034;
  	margin: 10px 0 10px 0;
}

.tourbox {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
    -o-border-radius: 25px;
	border-radius: 25px;
	width: 715px;
	height: 416px;
	color: #000;
	margin-bottom: 32px;
	position: relative;
}
.tourbox h3 {
	padding: 30px 0 25px 0;
	font-size: 30px;
	line-height: 38px;
}

.tourbox li {
	margin: 0 0 0.3em 20px;
	list-style-type: square;
	list-style-position: outside;
}
.tourbox ul {
	margin: 1em 0 0 0;
}
.extrainfo em {
	font-weight: bold;
}

.basicinfo {
	line-height: 1.3em;
	font-size: 1.1em;
}

#lesothobox {
	background: transparent url(../img/lesotho-box-bg.jpg) 0 0 no-repeat;
}

#tugelafallsbox {
	background: transparent url(../img/tugelafalls-box-bg.jpg) 0 0 no-repeat;
}
#cathedralpeakbox {
	background: transparent url(../img/cathedralpeak-box-bg.jpg) 0 0 no-repeat;
}
#townshipbox {
	background: transparent url(../img/township-box-bg.jpg) 0 0 no-repeat;	
}
#thukelagorgebox {
	background: transparent url(../img/thukelagorge-box-bg.jpg) 0 0 no-repeat;	
}
#custombox {
	background: transparent url(../img/custom-box-bg.jpg) 0 0 no-repeat;	
}

.tourbox .bgimginfo {
	bottom:10px;
	color:#fff;;
	font-size:0.7em;
	position:absolute;
	right:20px;
	text-align:right;
}

.tourbox .basicinfo {
	background: transparent url(../img/rgba-255-255-255-0.55.png) 0 0 repeat;
	padding: 0 30px;
	width: 190px;
	height: 100%;
	overflow: hidden;
	-moz-border-radius-topleft: 25px; 
	-webkit-border-top-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    -webkit-border-bottom-left-radius: 25px;
}

.tourbox .extrainfo {
	background: transparent url(../img/rgba-255-255-255-0.78.png) 0 0 repeat;
	position: absolute;
	padding: 0 30px;
	top: 0;
	right: 0;
	width: 405px;
	height: 100%;
	overflow: show;
	-moz-border-radius-topright: 25px; 
	-webkit-border-top-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -webkit-border-bottom-right-radius: 25px;
	
}

.tourbox .extrainfo .innertube {
	padding: 30px 0;
	overflow: hidden;
	line-height: 1.3em;
}

.tourbox .button {
	background: #4c4034;
	color: #cec0ac;
    font-family: "Arial Black";
    font-weight: bold;
}
.showextrainfo {
	width: 178px;
	height: 17px;
	-moz-border-radius-topleft: 25px; 
	-webkit-border-top-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    -webkit-border-bottom-left-radius: 25px;
    position: absolute;
    right:465px;
    top: 372px;
    padding: 2px 0 4px 15px;
}
.button:hover {
	text-decoration: underline;
	cursor: pointer;
}

.showextrainfo .triangle{
  border-color: transparent transparent transparent #4c4034;
  border-style:solid;
  border-width:11px;
  width:0;
  height:0;
  left:178px;
  top:-17px;
  position:relative;
}

.hideextrainfo {
	width: 178px;
	height: 17px;
	-moz-border-radius-topright: 25px; 
	-webkit-border-top-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -webkit-border-bottom-right-radius: 25px;
    position: absolute;
    right:273px;
    top: 372px;
    padding: 2px 0 4px 15px;
}
.hideextrainfo .triangle{
  border-color: transparent #4c4034 transparent transparent ;
  border-style:solid;
  border-width:11px;
  width:0;
  height:0;
  left:-37px;
  top:-17px;
  position:relative;
}

.booktrip {
  padding: 5px 15px 4px;
  -moz-border-radius: 25px; 
  -webkit-border-radius: 25px;
  position: absolute;
  height: 19px;
  bottom: 18px;
  right: 30px;
}

/* Footer */

#footer {
	background: transparent url(../img/rgba-78-64-50-0.9.png) repeat 0 0;
}
#footer ul {
	margin:0 auto;
	padding:20px;
	text-align:left;
	width:963px;
}
#footer img {
	vertical-align: middle;
}
#footer a {
	font-family: "Arial Black";
	font-size: 12px;	
}
#footer li {
	display: inline;
	padding: 0 12px;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
