/*****************
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: Trebuchet MS, Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 90.01%;
   line-height: 1.4em;
}

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


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


#footer-wrapper {
        position: absolute;
        bottom: 0;
	min-height: 280px;
	height: auto!important;
	height: 280px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
        margin-bottom: 0px;
        padding: 0px;
        border-top: 1px #CCC solid;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0) transparent;
/* RGBa with 0.2 opacity */
background: rgba(0, 0, 0, 0.1);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#10000000, endColorstr=#10000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#10000000, endColorstr=#10000000";
}
#footer {
        position: relative;
	font-size: 1em;
	min-height: 290px;
	height: auto!important;
	height: 290px;
        width: 980px;
        margin: 10px auto 0 auto;
        padding: 10px 0px 0 0px;
}
#footer .block {
        float: left;
	width: 320px;
	margin: 10px 20px 0 0px;
	text-align: left;
}
#footer .cms {
        float: right;
	text-align: left;
	color: #666;
	margin: 10px 0px 0 0;
        border: 0px;
	width: 320px;
}
/* ------------ Footer Links ------------ */
#footer ul {
	width: auto;
	text-align: left;
	margin-left: 0px;
	color: #666;
        list-style: none;
        text-transform: uppercase;

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

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

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

#footer .cms a:hover {
	color: #CCC;
}
#logofloat {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 10px;
  width: 200px;
  height: 200px;
  text-align: center;
}

div#main {
   width: 940px;
   position: relative;
   float: left;
   display: block;
   vertical-align: top;
   padding: 20px;
   margin: 0px auto 20px 220px;
   background: url(http://raasblaar.co.za/uploads/images/main.png) repeat;
   min-height: 100px;
   color: #FFF;
}

/********************
CONTENT STYLING
*********************/
div#content {
  position: relative;
}

#sidebar strong {color: #333;}

/* HEADINGS */


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

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

div#content h2 {
   color: #FFF; 
   font-size: 28px;  /* font size for h2 */
   margin-bottom: 25px;
   /* 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;
}
#footer h3 {
   color: #333; 
   font-size: 17px;
   margin: 10px 0 10px 0;
   text-transform: uppercase;
   font-weight: normal;
}
div#content #sidebar h3 {
   color: #333; 
   font-size: 17px;
   margin: 0 0 20px 0;
   font-weight: normal;
   line-height: 20px;
}
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 */


		.fluid_container {
			bottom: 0;
			left: 0;
			position: fixed;
			right: 0;
			top: 0;
			z-index: 0;
		}
		#camera_wrap_4, #camera_wrap_5 {
			bottom: 0;
			left: 0;
			margin-bottom: 0!important;
			position: fixed;
			right: 0;
			top: 0;
		}
		.camera_bar {
			z-index: 2;
		}
		.camera_thumbs {
			margin-top: -100px;
			position: relative;
			z-index: 1;
		}
		.camera_thumbs_cont {
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
		}
		.camera_overlayer {
			opacity: .1;
		}

#mycopyright { width: 100%; color: #FFF; text-align: center;
background: url(http://raasblaar.co.za/uploads/images/caption.png) repeat; padding: 5px 0px;
}
#mycopyright a, #mycopyright a:visited {color: #fff; text-decoration: none;}
	