/*
THEME NAME: BigTop
THEME URI: http://dancecircus.com/
DESCRIPTION: Built for DanceCircus.com
VERSION: 0.0.1
AUTHOR: Sam Bauers
AUTHOR URI: http://unlettered.org/
*/

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,
fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

html {
	background-color: transparent;
}

body {
	text-align: center;
	font-size: 0.625em; /* Makes 1em = 10px in the body when default browser size is 16pt */
}

body.black {
	background-color: rgb(0, 0, 0);
}

div#btContainer {
	background: rgb(255, 255, 255) url('i/white/body-background.png') no-repeat scroll 0px 0px;
	position: relative;
	width: 960px;
	margin: 0 auto 30px auto;
	text-align: left;
}

body.black div#btContainer {
	background-color: rgb(0, 0, 0);
	background-image: url('i/black/body-background.png');
}

p#btAccess {
	padding: 8px 0 0 0;
	height: 12px;
	overflow: visible;
	font-size: 1.2em;
}

p#btAccess a {
	color: rgb(200, 200, 200);
	text-decoration: none;
}

body.black p#btAccess a {
	color: rgb(45, 45, 45);
	text-decoration: none;
}

p#btAccess a:hover {
	color: rgb(90, 90, 90);
}

body.black p#btAccess a:hover {
	color: rgb(169, 169, 169);
}

div#btBackgroundTail {
	display: block;
	position: absolute;
	top: 0;
	left: 380px;
	width: 98px;
	height: 380px;
}

div#btBackgroundTail img {
	display: block;
	width: 98px;
	height: 380px;
}

* html div#btBackgroundTail img {
	display: none !important;
}

* html div#btBackgroundTail {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://dancecircus.com/wordpress-content/themes/bigtop/i/body-background-tail.png', sizingMethod='crop');
}

h1 {
	position: absolute;
	top: 0;
	left: 352px;
	width: 256px;
	height: 256px;
}

h1 a {
	display: block;
	margin: 0 auto;
	width: 256px;
	height: 256px;
}

h1 a img {
	display: block;
	width: 256px;
	height: 256;
}

* html h1 a img {
	display: none !important;
}

* html h1 a {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wordpress-content/themes/bigtop/i/h1-dancecircus.png', sizingMethod='crop');
}

#btNavigation {
	position: absolute;
	top: 0;
	right: 0;
	padding: 30px 4px 20px 0;
	background: url('i/white/verticalLine.png') no-repeat 100% 100%;
}

body.black #btNavigation {
	background-image: url('i/black/verticalLine.png');
}

ul.btNavigation li {
	margin-bottom: 2px;
}

*:first-child+html ul.btNavigation li {
	margin-bottom: 0;
}

ul.btNavigation li a {
	display: block;
	position: relative;
	height: 2.4em;
	width: 160px;
	line-height: 2.4em;
	color: rgb(255, 255, 255);
	text-decoration: none;
}

ul.btNavigation li a div {
	position: absolute;
	top: 0;
	left: 0;
	height: 2.4em;
	width: 160px;
	-moz-border-radius-topleft: 1.2em;
	-moz-border-radius-bottomleft: 1.2em;
	-khtml-border-top-left-radius: 1.2em;
	-khtml-border-bottom-left-radius: 1.2em;
	-webkit-border-top-left-radius: 1.2em;
	-webkit-border-bottom-left-radius: 1.2em;
	border-top-left-radius: 1.2em;
	border-bottom-left-radius: 1.2em;
	background-color: rgb(135, 0, 215);
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

ul.btNavigation li ul {
	margin-top: 1px;
}

ul.btNavigation li ul li {
	padding-left: 20px;
	margin-bottom: 1px;
}

*:first-child+html ul.btNavigation li ul li {
	margin-bottom: 0;
}

ul.btNavigation li ul li a {
	width: 140px;
}

ul.btNavigation li ul li a div {
	width: 140px;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

ul.btNavigation li ul li.home-contact-us a div,
ul.btNavigation li ul li.fire-safety a div {
	-moz-border-radius-bottomleft: 1.2em;
	-khtml-border-bottom-left-radius: 1.2em;
	-webkit-border-bottom-left-radius: 1.2em;
	border-bottom-left-radius: 1.2em;
	margin-bottom: 0;
}

ul.btNavigation li a.normal div {
	background-color: rgb(90, 90, 90);
}

ul.btNavigation li a.current div,
ul.btNavigation li a:hover div {
	background-color: rgb(215, 40, 40);
}

ul.btNavigation li a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0.8em;
	font-size: 1.2em;
}

#btPage {
	margin-top: 295px;
	background: transparent url('i/white/verticalLine.png') no-repeat 50% 0%;
}

body.black #btPage {
	background-image: url('i/black/verticalLine.png');
}

#btPageImages {
	float: left;
	width: 478px;
}

#btPageImages img.hero {
	display: block;
	width: 478px;
}

#btPageImages.herocontainer.home {
	margin-top: -180px;
}

#btPageImages img.hero.home {
	height: 600px;
}

#btPageImages.herocontainer.home-contact-us {
	margin-top: -60px;
}

#btPageImages img.hero.home-contact-us {
	height: 458px;
}

#btPageImages.herocontainer.fire {
	margin-top: -230px;
}

#btPageImages img.hero.fire {
	height: 700px;
}

#btPageImages.herocontainer.fire-shows {
        margin-top: -50px;
}

#btPageImages img.hero.fire-shows {
	height: 500px;
}

#btPageImages.herocontainer.fire-themes {
        margin-top: -200px;
}

#btPageImages img.hero.fire-themes {
	height: 717px;
}

#btPageImages.herocontainer.fire-specialist-skills {
        margin-top: -180px;
}

#btPageImages img.hero.fire-specialist-skills {
	height: 613px;
}

#btPageImages.herocontainer.fire-safety {
        margin-top: -100px;
}

#btPageImages img.hero.fire-safety {
	height: 377px;
}

#btPageImages.herocontainer.stilt-walking {
        margin-top: -180px;
}

#btPageImages img.hero.stilt-walking {
	height: 770px;
}

#btPageImages.herocontainer.ultra-violet {
        margin-top: -185px;
}

#btPageImages img.hero.ultra-violet {
	height: 700px;
}

#btPageImages.herocontainer.acrobalance {
        margin-top: -270px;
}

#btPageImages img.hero.acrobalance {
	height: 804px;
}

#btPageImages.herocontainer.human-statues {
        margin-top: -90px;
}

#btPageImages img.hero.human-statues {
	height: 571px;
}

#btPageImages.herocontainer.musical-acts {
        margin-top: -200px;
}

#btPageImages img.hero.musical-acts {
	height: 730px;
}

#btPageText {
	float: right;
	width: 478px;
	padding-top: 35px;
}

h2.btPageTitle img {
	display: block;
	height: 40px;
	width: 478px;
}

* html h2.btPageTitle img {
	display: none !important;
}

div.btPageContent {
	margin: 0 0 20px 36px;
	color: rgb(90, 90, 90);
	line-height: 1.8em;
}

div.btPageContent p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 1em;
	clear: both;
}

div.btPageContent address {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 1em;
	clear: both;
}

div.btPageContent h3 {
	font-size: 1.8em;
	color: rgb(215, 40, 40);
	margin: 3.6em 0 0 -16px;
	clear: both;
}

div.btPageContent a {
	color: rgb(135, 0, 215);
	text-decoration: none;
	cursor: pointer;
}

div.btPageContent a:hover {
	color: rgb(215, 40, 40);
}

div.btPageContent span.dance {
	color: rgb(135, 0, 215);
}

div.btPageContent span.circus {
	color: rgb(215, 40, 40);
}

div.btPageContent a.enquire,
div.btPageContent a.download {
	display: block;
	float: right;
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(135, 0, 215);
	line-height: 1.5em;
	height: 1.6em;
	-moz-border-radius: 0.8em;
	-khtml-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	border-radius: 0.8em;
	padding: 0.1em 0.8em 0 0.8em;
	margin-bottom: 1.4em;
	margin-right: 8px;
}

div.btPageContent a.enquire:hover,
div.btPageContent a.download:hover {
	background-color: rgb(215, 40, 40);
}

div.btPageContent a.enquire:active,
div.btPageContent a.download:active {
	background-color: rgb(215, 40, 40);
}

.gallery {
	margin: auto;
}
.gallery-item {
	display: block;
	float: left;
	margin: 0 4px 4px 0;
}
.gallery-icon {
	display: block;
}
.gallery-icon a {
	display: block;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: rgb(135, 0, 215);
	padding: 1px;
}
.gallery-icon a:hover {
	background-color: rgb(215, 40, 40);
}
.gallery-icon a img {
	display: block;
}

dd.gallery-caption {
	display: none;
}

#lightbox-container-image-data-box {
	font-family: arial,helvetica,clean,sans-serif !important;
	font-size: 1.2em !important;
}

.gallery-item-caption {
	font-weight: bold;
}

.gallery-item-description {
	font-weight: normal;
}

#lightbox-image-details-currentNumber {
	margin-top: 5px;
	font-style: italic;
}

#tooltip {
	border-width: 0 !important;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div.btEditLink {
	float: left;
	margin: 0 0 20px 36px;
	font-size: 1.2em;
	clear: both;
}

div.btEditLink a {
	display: block;
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(135, 0, 215);
	line-height: 1.5em;
	height: 1.6em;
	-moz-border-radius: 0.8em;
	-khtml-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	border-radius: 0.8em;
	padding: 0.1em 0.8em 0 0.8em;
}

div.btEditLink a:hover {
	background-color: rgb(215, 40, 40);
}

div.btEditLink a:active {
	background-color: rgb(215, 40, 40);
}

#btPageClear {
	clear: both;
	height: 20px;
	background: transparent url('i/white/verticalLine.png') no-repeat 50% 100%;
}

body.black #btPageClear {
	background-image: url('i/black/verticalLine.png');
}

#btCopyright {
	padding: 8px;
	color: rgb(200, 200, 200);
	font-size: 1.2em;
}

body.black #btCopyright {
	color: rgb(45, 45, 45);
}

.wpcf7 {
	color: rgb(255, 255, 255);
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 1em !important;
	background-color: rgb(90, 90, 90);
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px !important;
}

.wpcf7 label {
	display: block;
	margin-bottom: 1em;
}

.wpcf7 label input,
.wpcf7 label textarea {
	width: 394px;
	max-width: 394px;
	display: block;
	border: 1px solid rgb(169, 169, 169);
	padding: 3px !important;
}


.wpcf7 div.submit {
	background-color: rgb(255, 255, 255);
	float: left;
	margin-bottom: 1em;
	-moz-border-radius: 0.9em;
	-khtml-border-radius: 0.9em;
	-webkit-border-radius: 0.9em;
	border-radius: 0.9em;
	padding: 0.1em;
}

.wpcf7 div.clear {
	clear: both;
}

.wpcf7 div.submit input {
	display: block;
	float: left;
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(135, 0, 215);
	border-width: 0;
	line-height: 1.5em;
	height: 1.5em;
	-moz-border-radius: 0.8em;
	-khtml-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	border-radius: 0.8em;
	padding: 0 0.8em 0 0.8em;
}

.wpcf7 div.submit input:hover {
	background-color: rgb(215, 40, 40);
}

.wpcf7 div.submit img.ajax-loader {
	display: block;
	float: left;
	margin: 1px;
}

.wpcf7-response-output {
	clear: both;
	margin: 0 !important;
	padding: 3px 5px !important;
	display: none;
	color: rgb(255, 255, 255);
	border: 1px solid rgb(169, 169, 169) !important;
	-moz-border-radius: 0.8em;
	-khtml-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	border-radius: 0.8em;
}

.wpcf7-not-valid-tip {
	border: 1px solid rgb(169, 169, 169) !important;
	background-color: rgb(215, 40, 40) !important;
	-moz-border-radius: 0.8em;
	-khtml-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	border-radius: 0.8em;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
	color: rgb(255, 255, 255);
	margin: -16px 0 0 30px;
	padding: 3px 5px !important;
}
