/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}


/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 85.01%;
   line-height: 1.4em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div, table{
   margin: 0;
   padding: 0;
   font-size: 1em;
   line-height: 1.4em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
   margin: 0;
}

.gallery {
 float: left;
 margin-bottom: 10px;
 border: 0px;
}

.photo-left {
 display: inline;
 position: relative;
 float: left;
 margin-right: 30px;
 margin-bottom: 5px;
 border: 1px #666 solid;;
}

.photo-right {
 display: block;
 position: relative;
 float: right;
 margin-left: 30px;
 margin-bottom: 5px;
 border: 1px #666 solid;
}

.photo {
 border: 1px #666 solid;
}

 a:link, 
 a:active,
#content-bottom a:link,
#content-bottom a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #ff9900;
}
a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #ff9900;               
}
a:hover {
   text-decoration: none;
   background-color: none;
   color: #FFF;
}

#sidebar ul {
	width: auto;
	text-align: left;
	margin-left: 0px;
	color: #333333;
        list-style: none;
}
#sidebar ul ul {
	margin-left: 0px;
}
#sidebar ul li a, #sidebar ul li a:visited {
	color: #990099;
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
        padding-bottom: 3px;
	text-decoration: none;
        border-bottom: 1px #999 dotted;
}

#sidebar ul li a:hover {
	color: #cccccc;
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
        padding-bottom: 3px;
	text-decoration: none;
}

#sidebar a,
#sidebar a:link,
#sidebar a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #FFF;
}

#sidebar a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #FFF;                /* a different color can be used for visited links */
}

/* remove underline on hover and change color */
#sidebar a:hover {
   text-decoration: none;
   background-color: transparent;
   color: #CCC;
}

div#main a:link, div#main a:visited, div#main a:hover,
#sidebar a:link, #sidebar a:visited, #sidebar a:hover {
   color: inherit; text-decoration: inherit;
}

#small tr td a:link,
#small tr td a:visited {color: #F90;}


/*****************
basic layout 
*****************/
body {
   color: #666;
   margin: 0; /* gives some air for the pagewrapper */
}
/* center wrapper, min max width */
div#top-content {
   position: relative;
   border: 0;
   margin: 0px auto 0px auto;     /* this centers wrapper */
   width: 100%;
   color: #FFF;
   height: 49px;
   background: #333;
   z-index:20;
}

div#top {
   position: relative;
   width: 980px;
   margin: 0px auto 0px auto;
   background: none;
   height: 42px; 
}

div#top-contact-info {
   margin: 0px auto 0 auto;
   width: 980px;
   text-align: center;
}

div#top-contact-info a:link,
div#top-contact-info a:visited
{color: #FFF; text-decoration: none;}

div#top-contact-info a:hover
{color: #666; text-decoration: none;}


/* center wrapper, min max width */
div#pagewrapper {
   border: 0;
   margin: 0px auto 0px auto;     /* this centers wrapper */
   max-width: 1660px;
   width: auto;
   padding: 0;
   background: #FFF url(http://botaneproperties.co.za/uploads/images/body-background.jpg) top center no-repeat;
}
div#contentwrapper {
   border: 0;
   margin: 0px auto 0px auto;     /* this centers wrapper */
   width: 1040px;
   padding: 0;
}

#container {
   position: relative;
   width: 1040px;
   margin: 0px auto 0px auto; 
   padding: 60px 0px 0px 0px;
   border: 0;
   background: none;
}

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


#footer-wrapper {
        position: relative;
	min-height: 285px;
	height: auto!important;
	height: 285px;
	width: 100%;
	margin-top: 0px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
        margin-bottom: 0px;
        padding: 0px;
        background: url(http://botaneproperties.co.za/uploads/images/footer-background.jpg) bottom center no-repeat;
}

#footer {
        position: relative;
	font-size: 1em;
	min-height: 265px;
	height: auto!important;
	height: 265px;
        width: 980px;
        margin: 0px auto 0 auto;
        padding: 20px 0 0 0;
}
#footer .block {
        float: left;
	width: 285px;
	margin: 10px 25px 0 15px;
	text-align: left;
}
#footer .cms {
        float: right;
	text-align: left;
	color: #FFF;
	margin: 10px 0px 0 0;
        border: 0px;
	width: 320px;
}
/* ------------ Footer Links ------------ */
#footer ul {
	width: auto;
	text-align: left;
	margin-left: 0px;
	color: #FFF;
        list-style: none;
        text-transform: uppercase;

}
#footer ul ul {
	margin-left: 0px;
}
#footer ul li a:link, #footer ul li a:visited {
	color: #FFF;
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
        padding-bottom: 3px;
	text-decoration: none;
        border-bottom: 1px #FFF solid;
}

#footer ul li a:hover {
	color: #CCC;
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
        padding-bottom: 3px;
	text-decoration: none;
}
#footer a, #footer a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#footer .cms a, #footer .block a {
	color: #FFF;
}

#footer .cms a:hover {
	color: #CCC;
}

/* ------------ END LAYOUT ---------------*/

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 450px;
   margin: 0;
}

div#search {
   position: absolute;
   display: inline;
   left: 0px;
   width: 320px;     /* enough width for the search input box */
   padding: 0;
   margin: 20px 0 0 0;
   z-index: 20;
}

div#search input {
   font-size: 105%;
   width: 300px;     /* enough width for the search input box */
   text-align:left;
   padding: 15px 10px 15px 10px;
   margin: 0;
   color: #FFF;
   background: #333;
   border: 0;
-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; behavior: url(tmp/configs/PIE.htc); overflow: hidden; 
}

div.breadcrumbs {
   padding: 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 10px 0 5px 0 ;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 0px dotted #000;
   height: 15px;
   text-transform: lowercase;
   color: #999;
}

div.breadcrumbs a, div.breadcrumbs a:visited {
   color: #000;
}

div.breadcrumbs a:hover {
   color: #666;
}

 div.breadcrumbs span.lastitem { 
   color: #999; 
 } 

div#content {
   position: relative;
   margin: 0 30px 0 30px; /* some air above and under menu and content */
}

.content-background {
   margin: 0; /* some air above and under menu and content */
   padding-bottom: 20px;
}

div#content-nav {position: relative; display: block; width: 100%; margin-bottom: 5px; height: 70px;  border: 0px ; }


div#content-header {
   float: right;
   display: inline;
   margin-right: 0px ; /* some air above and under menu and content */
   height: 60px;
   padding: 0px;
   background: none;
   width: 640px;
   margin-top: 0px;
}

#content-bottom {
  position:relative;
  float: left;
  display: inline;
  width: 980px;
  margin:0 0 20px 0;
  padding:0;
}

div#main {
   position: relative;
   float: left;
   display: inline;
   vertical-align: top;
   padding: 0px;
}

div#sidebar {
   position: relative;
   float: left;
   display: inline;
   width: 320px;    /* sidebar width, if you change this please also change #main margins */
   margin-right: 20px;
   margin-left: 0px;
   margin-top: 20px;
   margin-bottom: 20px;
   padding: 0px;
   color: #333;
}


/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0;
   width: 320px;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer p a {
   color: #333; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 0;
   border-bottom: 0px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 79%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 19%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {
}

#sidebar strong {color: #FFF;}

/* HEADINGS */


div#content h1 {
   color: #333; 
   font-size: 34px;  /* font size for h1 */
   line-height: 30px;
   margin: 0;
   /* text-transform: lowercase; */
}

div#content h2 {
   color: #333; 
   font-size: 24px;  /* font size for h2 */
   margin-bottom: 5px;
   /* text-transform: lowercase; */
   font-weight: normal;
}
div#content h3 {
   color: #333; 
   font-size: 22px;
   margin: 0 0 5px 0;
   /* text-transform: lowercase; */
   font-weight: normal;
}
div#content h4 {
   color: #333; 
   font-size: 16px;
   line-height: 16px;
   margin: 0 0 5px 0;
   /* text-transform: lowercase; */
   font-weight: normal;
}
div#content h5 {
   color: #333;  
   font-size: 14px;
   line-height: 14px;
   margin: 0 0 5px 0;
   /* text-transform: lowercase; */
   font-weight: normal;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}


/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 0.8em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #CCC;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
   list-style: circle;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

#imagefloat {
  position: absolute;
  z-index: 5;
  width: 289px;
  height: 219px;
  top: -30px;
  left: 30px;
}

#logofloat {
  position: relative;
  display: block;
  float: left;
  z-index: 2;
  margin: 20px auto 10px 30px;
  padding: 0px;
  width: 320px;
  height: 80px;
  text-align: center;
}

#payoff {
  position: relative;
  display: block;
  float: right;
  z-index: 2;
  margin: 0px 30px 0 0;
  padding: 0px;
  width: 640px;
  text-align: center;
}

#header-image {
   position: relative;
   float: left;
   display: inline;
   width: 980px;
   height: 320px; 
   margin: 10px 0 20px 0;
   padding: 0 30px 0 30px;
   background: url(http://botaneproperties.co.za/uploads/images/showtime-shadow.png) bottom center no-repeat;
}

#showtime{
  position: relative;
  width: 980px;
  height: 320px;
  margin: 0px;
  border: 0px;
  z-index: 1;
  overflow: hidden;
  background: #FFF;
}

.table {
   border-collapse: collapse;
   width: 605px;
}
.table td {
  border-collapse: collapse;
  border: 1px #CCC solid;
  padding: 2px 5px 2px 5px;
}

#content div#main h2 {margin: 0px 0px 3px 0px;}
div#main h2.trigger { position: relative; text-align: left; cursor: hand; cursor: pointer; padding: 0px; margin:0;  height: 22px; font-size: 1.6em; top center repeat; color: #FFF; width: 620px; }
div#main h2.trigger a { color: #333; text-decoration: none; display: block; }
div#main h2.trigger a:hover { color: #666; }
div#main h2.active {}
div#main .toggle_container { position: relative; margin: 0px 0 0px 0; padding: 0px; border-top: 0px solid #d6d6d6; clear: both; }
div#main .toggle_container .block { position: relative; display: inline;  border: 0px #CCC solid; background: #FFF; padding: 0px; margin-bottom: 3px;}
div#main .toggle_container .block p { padding: 0px; margin: 5px 0 5px 0; text-align: left;}
div#main .toggle_container h3 { margin: 0; padding: 0; border-bottom: 0px dashed #ccc; }

div[id^='cggm_map_defn'] {position: relative; float: left; display: inline; margin: 0px; border: 1px #999 solid; padding: 1; color: #333;}
div.cggm_directions {width: auto; padding: 3px;}
div.cggm_directions_form {width: 220px; padding: 3px;}


input.cms_textfield, input.cms_password {width: 300px; border: 1px #CCC solid; padding: 8px;}
input.cms_submit:hover {background: #ff9900;}
input.cms_submit {border: 0px solid #000; background: #333; color: #FFF; padding:8px; width: auto; font-weight: bold; -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; behavior: url(tmp/configs/PIE.htc); overflow: hidden; }
select.cms_dropdown {border: 1px #CCC solid; width: 300px; padding: 8px; margin-bottom: 4px;}
.cms_form {width: auto; margin: 0;}

fieldset {position: relative; padding: 20px; margin: 0 0 20px 0; color: #FFF; background: #ff9900;
-moz-border-radius: 4px; -webkit-border-radius: 4xp; border-radius: 4px; -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;-moz-box-shadow: 0px 1px 5px 0px #4a4a4a; box-shadow: 0px 1px 5px 0px #4a4a4a;
behavior: url(tmp/configs/PIE.htc);  
}

.showtime img title {display:none;}

#social {
  position: fixed;
  left: 0;
  top: 50%;
  width: 40px;
  padding: 10px;
  margin-top: -2.5em;
  z-index: 20;
 background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
  background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
 background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
 background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
 background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7d7e7d , endColorstr=#0e0e0e);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7d7e7d, endColorstr=#0e0e0e";
-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; behavior: url(tmp/configs/PIE.htc); overflow: hidden; 
}

#content #sidebar h2, #content #sidebar h3 {text-transform: uppercase; color: #FFF;}

.large {font-size: 24px; line-height: 1.2em;}

html, body {
   background:#FFF;
}

#fb-root {width: 320px;}

.throbber { display:none; padding: 0; margin:40px auto; max-width: 32px; max-height: 32px; }
.throbber img {width: 32px; height: 32px;}