/*
Theme Name:cirquedusoir
Theme URI: 
Author: the SuperJungle team
Author URI: http://superjungle.org/
Version: 1.0
License: GNU General Public License
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


/*  HTML5 ✰ Boilerplate RESET */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FFF; color:#000; text-shadow: none; }
::selection { background:#FFF; color:#000; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #fff; font-size:12px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}
h1{ font-weight: bold; }
h1{font-size:28px;}
h2{font-size:25px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:13px;}
a, a:active, a:visited { text-decoration:none; }
a:hover { color: #fff; }
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:0.6em}


a, object, img, embed {
   outline: 0;
}

/*
THEME
========================================== 
*/

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
	background: url('images/bkg.jpg') no-repeat center top #000;
	color: #f6d36d;
	font: 14px "Times New Roman", Times, serif;
}

p {
	margin-bottom: 20px;
}

a {
	color: red;
}

a:hover {
	color: red;
	text-decoration: underline;
}

#wrap {
	position: relative;
	z-index: 2;
	min-height: 100%;
}

header {
	padding-top:0px;	
	width:800px;
	height: 210px;
	margin: 0 auto;
	position:relative;
	z-index:4;
	background: url('images/nav.png') no-repeat left bottom transparent;
}

/*
LOGO
========================================== 
*/

#logo {
	padding-top:0px;	
	width:125px;
	height: 142px;
	margin: 0 auto;
	position:relative;
	z-index:5;
}

/*
NAVIGATION
========================================== 
*/

nav {
    float: left;
    height: 44px;
    width: 640px;
    margin-top: 3px;
    padding: 0 70px 0 90px;
    position: relative;
    z-index: 150;
}
nav ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 620px;
    z-index: 100;
}
nav ul li {
    display: inline;
    float: left;
    height: 40px;
    margin-top: 1px;
    position: relative;
}
nav ul li a {
    display: block;
    height: 44px;
    padding: 0;
	z-index: 101;
    text-indent: -9999px;
	float: left;
}

* html nav ul li a {
    display: inline-block;
}

nav #about a{
	width: 100px;
    background: url("images/nav-about.png") repeat scroll 0 0 transparent;
}

nav #tour a{
	width: 150px;
    background: url("images/nav-tour.png") repeat scroll 0 0 transparent;
}

nav #gallery a{
	width: 110px;
    background: url("images/nav-gallery.png") repeat scroll 0 0 transparent;
}

nav #corporate a{
	width: 140px;
    background: url("images/nav-corporate.png") repeat scroll 0 0 transparent;
}

nav #contact a{
	width: 110px;
    background: url("images/nav-contact.png") repeat scroll 0 0 transparent;
}

nav #about a:hover,
nav #tour a:hover,
nav #gallery a:hover,
nav #corporate a:hover,
nav #contact a:hover{
    background-position: 0 -44px;
}

nav #about.active a,
nav #tour.active a,
nav #gallery.active a,
nav #corporate.active a,
nav #contact.active a {
    background-position: 0 -44px;
}



/*
CONTENT
========================================== 
*/


#container {
	width:650px;
	height: 400px;
	margin: 0 auto;
	position:relative;
	z-index:3;
	top: -20px;
}

#content .customScrollBox{
	overflow: auto;
}

#content{
	width:610px;
	height: 400px;
	color: #f6d36d;
	padding: 0 0 0 40px;
	position:relative; 
	background: url('images/content-bkg.png') repeat top left transparent;
	
}

#content .dragger_container{display:none;}


#container footer {
	width:665px;
	height: 20px;
	float: left;
	background: url('images/container-bkg.png') no-repeat -7px -4px transparent;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*
EVENT
========================================== 
*/

h2.event_title {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0;
}

.event:before,
.event:after {
  display: table;
  content: "";
}
.event:after {
  clear: both;
}

.event {
	border-bottom: 1px solid #907d43;
	min-height: 50px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.event figure {
	float: left;
	width: 200px;
	height: 50px;
	padding: 0 10px 0 0;
}

.event h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}

.event p {
	margin-bottom: 0;
}

.event p a{
	font-weight: bold;
	
}


/*
Flash Background
========================================== 
*/
#flash_background{
	width: 100%;
	height: 100%;
    margin: 0 auto;
    position: fixed;
    z-index:1;
    top: 0;
    text-align: center;
    display: block;

}
#flash{
    width: 100%!important;
	height: 100%!important;
}


/*
FOOTER
========================================== 
*/



.footer {
	bottom: 0;
	height: 30px;
	position: absolute;
	width: 100%;
	z-index: 10;
	background: url('images/content-bkg.png') repeat top left transparent;
}

#footer-content {
	margin: 0 auto;
	width: 90%;
}


.footer-left {
	width: 50%;
	float: left;
}

.footer-right {
	width: 50%;
	float: right;
}

.footer-left a
, .footer-right a {
    display: block;
    padding: 0;
	z-index: 11;
    text-indent: -9999px;
	float: left;
}

.footer-right a {
	float: right;
}

.footer-left #fb {
	width: 30px;
	height: 30px;
	background: transparent url('images/ico-facebook.png') no-repeat left top;
}
.footer-left #tw {
	width: 30px;
	height: 30px;
	background: transparent url('images/ico-twitter.png') no-repeat left top;
}
.footer-left #nl {
	width: 250px;
	height: 30px;
	background: transparent url('images/ico-newsletter.png') no-repeat left top;
}

.footer-left #fb:hover
, .footer-left #tw:hover
, .footer-left #nl:hover {
    background-position: 0 -30px;
}

.footer-right #sj {
	width: 150px;
	height: 30px;
	background: transparent url('images/ico-superjungle.png') no-repeat left top;
}

.footer-right #sj:hover {
    background-position: 0 -30px;
}

/*
SCROLL AREA
========================================== 
*/


#content .customScrollBox{
	position:relative; 
	height:100%; 
	overflow:hidden;
}
#content .customScrollBox .container{
	position:relative; 
	width:575px; 
	top:0; 
	float:left;
	padding: 30px 0 0;
}
#content .customScrollBox .content{
	clear:both;
}

#content .dragger_container{
	position:relative; 
	width:22px; 
	height:400px; 
	float:left; 
	margin:0 0 0 13px; 
	background:url("images/bkg-scroller.png") no-repeat left bottom transparent; 
	cursor:pointer; 
}

#content .dragger{
	background:url("images/drag.png") no-repeat left bottom transparent; 
	position:absolute; 
	width:17px; 
	height:169px; 
	margin: 0 0 0 4px;	
	overflow:hidden; 
	cursor:pointer; 
}


/*
FORM ELEMENTS
========================================== 
*/

input.wpcf7-text {
	height: auto;
	background: none repeat scroll 0 0 #CCCCCC;
	border: medium none;
	color: #000; 
	font-size:12px; 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
	padding: 2px 4px;
	vertical-align: middle;
}

input.wpcf7-submit {
	border-radius: 3px 3px 3px 3px;
	padding: 0 6px 2px;
	background: url("images/btn.gif") no-repeat scroll left top transparent;
	border: 1px solid #111111;
	color: #FCFCFC;
	text-shadow: 0 1px 0 #000000;
	
	cursor: pointer;
    display: inline-block;
    font: 11px/22px 'Lucida Grande','Trebuchet MS',Verdana,sans-serif;
    height: 24px;
    margin: 0 auto;
    opacity: 0.99;
    padding: 0 8px;
    text-align: center;
    text-shadow: 0 -1px 0 #000000;
	
}