/*
	Theme Name: Travelogic
	Theme URI: http://www.travelogic.co.za
	Version: 1.0
	Author: Jason Bagley

*/

/* ------- CSS Reset - courtesy of Eric Meyer. ------------ */

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;
}

/* ------- End CSS Reset ------------------------------------- */

html{

}

body{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 1em;
line-height: 18px;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-color: #EAF0F7;

}

h1, h2, h3, h4, h5{
font-family: Verdana,Arial,Helvetica,sans-serif;
}

.entry h2{
	font-size:1em;
	border-bottom:1px solid #DBDBDB;
    color: #555555;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 8px;

}

.entry h3{
	font-size: 1.1em;
	color: #555555;
    font-weight: lighter;
    margin-bottom: 8px;

}

p.red{
    color: #990000;
    font-weight: bold;
}


#container{
margin-left: auto;
margin-right: auto;
width: 898px;
background: url(images/container-bg.png);
background-repeat: repeat-y;
overflow:auto;
}

#masthead{
    width: 898px;
    height: 60px;
    background-image: url(images/header-bg.png);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding-top: 10px;
    margin-bottom: -10px;
}

#masthead img.logo{
  margin-left: 15px;
}

#masthead h2.slogan{
    font-family: Arial;
    font-weight: lighter;
    font-size: 20px;
    text-align: right;
    color: #666666;
    line-height: 25px;
    position: relative;
    top: -29px;
    right: 20px;
}

#main-content{
float: left;
width: 574px;
margin-left: 18px;
}

	#main-content #window{
		width: 564px;
	}

	#myGallery
	{
	width: 562px !important;
	height: 220px !important;
	}

#container #photos{
  background-image: url(images/photos.jpg);
  width: 888px;
  height: 90px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
}

ol{
    list-style-type: decimal;
}

/*----------- Pages and Single posts ------------------------*/
#page-content{
  margin: 0px 15px 0px 15px;
}


/*----------- END Pages and Single posts --------------------*/


/*---------- Homepage left & right columns ------------------*/

#main-content .maintext{
  width: 548px;
  background-color: #EEEEEE;
  border: 1px solid #C6C6C6;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 8px;
}

#main-content .col{
width: 275px;
float: left;
margin-top: 10px;
margin-bottom: 10px;
background-color: #EEEEEE;
border: 1px solid #C6C6C6;
}

.col p, .maintext p, .entry p{
  font-size: 0.750em;
  line-height: 21px;
  margin-bottom: 8px;
}

h3.colheader{
    font-size: 1.1em;
	font-weight: lighter;
	margin-bottom: 3px;
}

h3.colheader a, h3.colheader a:visited{
  color: #2B59A7;
  text-decoration: none;
  font-weight: lighter;

}

h3.colheader a:hover{
    text-decoration: underline;
}
/*---------- END Homepage left & right columns ------------------*/

.col p a, .col p a:visited, .col li a, .col li a:visited, .maintext p a, .maintext p a:visited, .maintext li a, .maintext li a:visited, .entry a, .entry a:link, .entry a:visited{
    color: #2F3F80;
    text-decoration: underline;
}

.col p a:hover, .col li a:hover, .maintext p a:hover, .maintext li a:hover, .entry a:hover{
  text-decoration: none;
}

.col, .maintext{
  color: #4D4D4D;
}

.whiteborder{
width: 273px;
background-color: #EEEEEE;
border: 1px solid #FFFFFF;
}

#main-content ul, #page-content ul{
    list-style: disc;
    list-style-position: inside;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
}

#main-content li, #page-content ul{
    font-size: 0.750em;
}

#download{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 10px;
}


/*----------- newsletter block -----------------------*/

#newsletter{
  background-image: url(images/newsletter.jpg);
  background-repeat: no-repeat;
  width: 282px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  margin-top: 0px;
  margin-bottom: -22px;
}

#newsletter form{
    padding-left: 10px;
}

#newsletter div{
    margin-bottom: 3px;
    padding: 0px 0px 0px 0px;
    display: block;
}

#newsletter h2.contact a, #newsletter h2.contact a:visited{
    color: #2B59A7;
    text-decoration: underline;
}

#newsletter h2.contact a:hover{
    text-decoration: none;
}

/*------------ END newsletter block ------------------*/


#sidebar{
float: left;
width: 282px;
margin-left: 5px;
margin-bottom: 10px;
}

#sidebar #sidebar-text{
	border: 1px #DDDDDD solid;
	background-color: #EEEEEE;
    padding: 8px;
    /*margin-top: -50px;*/
	}

	#sidebar-text h2{
    font-family: georgia,"times new roman",serif;
	font-size: 1.2em;
	font-weight: lighter;
	margin-bottom: 3px;
	color: #3d383b;
	background-color: #f9f9f9;
	padding: 5px;
    margin: -5px -5px 5px -5px;}

	#sidebar-text p{
	padding: 5px;
    font-size: 0.8em;}
	
    #sidebar-text form{
    margin-left: 5px;}

h3.testimonial{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    color: #115BA6;
    margin-top: 3px;
    margin-left: 5px;
    margin-bottom: -5px;
}

#sidebar ul.links{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin-left: 5px;
    margin-bottom: 3px;
    font-size: 0.8em;
}

ul.links li a, ul.links li a:visited{
    color: #115BA6;
}

ul.links li a:hover{
    text-decoration: none;
}

#sidebar .block{
  border: 1px solid #C6C6C6;
  padding: 8px;
  margin-bottom: 10px;
}

#sidebar .block h2{
  background-color: #D4E4FD;
  margin: -7px -7px 5px -7px;
  padding: 5px;
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  color: #36548B;
  background-image: url(images/block-header-bg.png);
  background-repeat: repeat-x;
}

.block p{
    font-size: 0.750em;
  font-weight: bold;
}

.block p a, .block p a:visited{
    color: #2652B7;
    text-decoration: underline;
}

.block p a:hover{
    text-decoration: none;
}

.block label{
    float: left;
    width: 50px;
    padding-top: 0pt;
    padding-right: 5px;
    padding-bottom: 0pt;
    padding-left: 5px;
    text-align: right;
    font-size: 0.750em;

}

.block input.field{
    width: 150px;
    color: #333333;
    border: 1px solid;
    padding: 1px 1px 1px 1px;
    margin-bottom: 5px;
    border-color: #6F6F6F;
    background-color: #EEF4FB;
}

.block input.submit{
    margin-left: 60px;

}

/*--- navbar ----*/

#navbar{
width: 888px;
height: 30px;
margin-left: 5px;
margin-bottom: 10px;}

#navbar ul
{
    height: 40px;
    padding-left: 0;
    margin-left: 0;
    background-image: url(images/navbar-bg.png);
    background-repeat: repeat-x;
    color: #2B59A7;
    float: left;
    width: 100%;
    font-family: georgia,"times new roman",serif;
    font-size: 1.2em;
    font-weight: bold;
}

#navbar ul li {
    display: inline;
    height: 60px;
    }

#navbar ul li a
{
    padding: 5px 10px 6px;
    color: #2B59A7;
    text-decoration: none;
    float: left;
    border-right: 1px solid #044A8F;
}

#navbar ul li a:hover
{
    background-color: #115BA6;
    color: #C1DDF9;
}

img.icon{
    position: relative;
    top: 4px;
}

/*-----New Navbar---------------------------------------*/

#tabsJ{
    width:888px;
    height: 30px;
    background-image: url(images/navbar-bg.png);
    background-repeat: repeat-x;
    font-size:12px;
    font-weight: bold;
    line-height:normal;
    margin-left: 5px;
    margin-bottom: 10px;

}
#tabsJ ul{
	margin:0;
	padding:6px 10px 0 10px;
	list-style:none;

}
#tabsJ li{
    display:inline;
    padding:0;

}
#tabsJ a{
    float:left;
    background:url(images/tableft.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 5px;
    text-decoration:none;
}
#tabsJ a span{
    float:left;
    display:block;
    background:url(images/tabright.gif) no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {float:none;}
    /* End IE5-Mac hack */
#tabsJ a:hover span{
    color:#24618E;
}
#tabsJ a:hover{
    background-position:0% -42px;
}
    #tabsJ a:hover span{
    background-position:100% -42px;
}

/*-----entry -------*/
.entry p{
    margin-bottom: 15px;
}

h2.pageheading{
    font-size: 1.3em;
    padding-top: 10px;
    margin-bottom: 10px;
    font-weight: lighter;
}

.entry ol, .entry ul{
    margin-bottom: 15px;
    font-size: 0.750em;
}

.entry ol{
    margin-left: 30px;
}


/*---images ----------*/
img.pageimage{
    float: right;
    border: 5px solid #F7F7F7;
}

.satsa a{
margin-left: auto;
margin-right: auto;
margin-top: 10px;
display: block;
width: 157px;
height: 120px;
background: transparent url(images/SATSA_bonded_rollover.gif) no-repeat;
}

.satsa a:hover{
background-position: 0px -120px;
}

img.left{
  float:left;
}

.entry img{;
  border: 6px solid #E6E6E6;
  margin: 5px 8px 5px 0;
}

img.noborder{
  border: none;
  margin: 0px;
}


/*-----Tables ---------*/
#container #mytable {
	width: 650px;
	padding: 0;
	margin: 0;
    margin-bottom: 35px;
}

caption {
	padding: 0 0 5px 0;
	width: 500px;
	font: italic 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #E3F0FD;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/*--------------Footer -------------------------*/

#contactus-footer{
    background-image: url(images/contactus_footer.jpg);
    background-repeat: no-repeat;
    width: 564px;
    height: 71px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#contactus-footer h2.contact{
    font-size: 0.750em;
    font-weight: bold;
    padding-left: 10px;
    line-height: 25px;
    padding-top: 35px;
}

#contactus-footer p.contact{
    margin-top: 3px;
    margin-bottom: 12px;
    color: #2B59A7;
    font-weight: bold;
}

#contactus-footer h2.contact a, #contactus-footer h2.contact a:visited{
    color: #2652B7;
    text-decoration: underline;
}

#contactus-footer h2.contact a:hover{
    text-decoration: none;
}

#footer{
    width: 898px;
    background-image: url(images/footer.png);
    background-repeat: no-repeat;
    height: 88px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

#footer p{
    padding-left: 20px;
    padding-top: 26px;
    color: #2B59A7;
    text-align: left;
    font-size: 0.7em;
}

#footer p a:link, #footer p a:visited, #footer p a{
    color: #2F3F80;
    text-decoration: underline;
}

#footer p a:hover{
  text-decoration: none;
}

#masthead h2.slogan, h3.colheader a, h3.colheader a:visited, h3.testimonial{
  color: #3E3E3E;
}

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform {
	margin:10px 0 10px 0;
	width: 600px;
}

.cform fieldset	{
	margin-top:10px;
	padding:5px 0 15px 0;
	border:1px solid #adadad;
	border-left-color:#ececec;
	border-top-color:#ececec;
	background:#f7f7f7;
}

.cform .cf_hidden {
	display:none;
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend {
	margin-left:10px;
	padding: 0 2px;
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol {
	margin:0!important;
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important;
	margin:5px 0!important;
	padding:0;
	list-style:none!important;
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:150px;
	margin:4px 10px 0 0;
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

.cform label span {
	width:150px; /* must be the same as above!*/
	display:block;
}

label.cf-before {
	margin:4px 10px 0 0;
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select {
	padding:3px;
	background: #f9f9f9;
	border: 1px solid #888888;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#B0DAF9;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{
	background:#EEF5FD;
}

.cform textarea,
.cform input {
	width:200px;
}
.cform select {
	width:208px; /* attempt to have equal length */
	padding:2px 0;
}

.cform select.cfselectmulti	{
	height:7.5em;
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{
	margin:2px 0 0 0;
	width:14px;
	height:22px;
	border:none!important;
	background:none!important;
}

.cform input.cf-box-a 	{
	margin-left:100px; /* check with label 'width' incl. */
}


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt {
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box;
	vertical-align:top;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
}
.cform input.sendbutton	{
	width:100px;
	padding:5px;
	margin: 10px 0 0 500px;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x;
	border:1px solid #adadad!important;
	border-left-color:#ececec!important;
	border-top-color:#ececec!important;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px 0 10px 0;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#FCFDCC none repeat scroll 0%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}

/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error {
	color:#ad2929;
	border:1px solid #ad2929;
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
    display: none;
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px;
}
* html .cform legend {
	position:absolute;
	top: -10px;
	left: 10px;
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px;
}
*+html .cform legend {
	position:absolute;
	top: -10px;
	left: 10px;
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt {
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}

