/*
	COLORS
 
	Dark Blue 		#222438
	Medium Blue		#69697A
	Light Blue	 	#C5C3DE
	Yellow			#FFB000
	Red				#D92B00
	
*/

body {
	background: url(../images/background.jpg) no-repeat fixed #fff;
	position: relative;
	margin: 0;
	font: 12px/1em "Trebuchet MS", Verdana, Lucida, sans-serif;
}

#trinity_branding {
	display: block;
	width: 477px;
	z-index: 0;
	float: right;
	position: fixed;
	padding-top: 15px;
	left: 520px;
}

ul.page_top a li {
	color: #007eab;
	font-weight: bold;
	display: block;
	width: auto;
	font-size: 2em;
	font-style: italic;
	line-height: 2em;
	text-decoration: underline;
}

ul.navigation {
	font-size: 1.2em;
	text-align: center;
	position: fixed;
	z-index: 9;
	margin-left: 10px;
	display: block;
	width: auto;
}

ul.navigation li {
	float: left;
	width: 100px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: auto;
	color: #e1ebf4;
	padding: 8px 10px;
	margin-right: 10px;
	margin-left: 10px;
	background: url(../images/hilite.png) no-repeat -5px -8px #000000;
	border: 2px solid #2c454f;
}

ul.navigation li:active, ul.navigation a.active li {
	width: 100px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: auto;
	color: #e1ebf4;
	padding: 8px 10px;
	margin-right: 10px;
	margin-left: 10px;
	border: 2px solid #7db0c6;
	-moz-box-shadow: inset 0 0 5px black;
	-webkit-box-shadow: inset 0 0 5px black;
	box-shadow: inset 0 0 5px black;
	background: url(../images/hilite.png) no-repeat -140px -8px #10749a;
}


#contact li{
	width: 55px;
	margin-right: 0;
}

.directions {
	font-style: italic;
	font-size: .8em;
	position: relative;
	display: block;
	width: 100%;
	clear: both;
}

h1 {
	color: #00a5e2;
	margin: 10px auto 0;
	font-size: 1.3em;
	line-height: 1em;
}

h2 {
	margin: 10px 0;
	text-shadow: 0 2px 1px #000;
	color: #FFB000;
	text-transform: uppercase;
	font: normal 80px 'Bowlby One SC',"Arial Black",Gadget,sans-serif;
}

h3 {
	margin: 10px 0;
	color: #D92B00;
	text-shadow: 0 2px 1px #000;
	text-transform: uppercase;
	font: normal 40px 'Bowlby One SC',"Arial Black",Gadget,sans-serif;
}

p {
	color: #00a7e3;
	margin: 0;
	text-align: left;
	line-height: 1.5em;
	font-size: 1.2em;
}

.body_text {
	width: 475px;
	display: block;
	position: relative;
	margin-top: 315px;
	float: right;
	right: 30px;
}

.body_text table {
	width: 480px;
	font-size: 1.2em;
	text-align: left;
}

.instructor_text {
	width: 475px;
	display: block;
	position: relative;
	float: right;
	right: 30px;
	top: 225px;
}

table th {
	font-weight: bold;
	font-size: 1.2em;
	color: #0086b6;
}

table th, table td {
	padding: 5px;
	line-height: 1.1em;
}

table tr {
	border-bottom: 1px solid #00a7e3;
}

.body_text p, .instructor_text p {
	color: #000000;
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 6px;
}

.column {
	float: left;
	width: 50%;
}

.column:last-child {
	width: 235px;
	z-index: 9;
	float: right;
	display: block;
	position: relative;
}

.video img{
	position: relative;
	display: block;
	margin-top: 100px;
}

.video {
	margin-top: 120px;
	position: relative;
	display: block;
	margin-left: 70px;
	float: left;
}

a:visited {
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0;
}

.download {
	padding: 10px;
}

pre {
	font-size: 18px;
}

blockquote {
	text-align: left;
	width: 720px;
	margin: 10px auto;
	background: #C5C3DE;
	border: solid 2px #69697A;
	padding: 0 40px;
}

code {
	font-style: normal;
	padding-left: 5px;
}

/*----------------------------------------  BLOCKS */

.scrollblock {
	position: relative;
	width: 1024px;
	height:768px;
	left: 0;
	z-index: -1;
	display: block;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

.scrollblock h2 {
	padding-top: 100px;
}

.divider {
	font-size: 14px;
}

.divider, .accent {
	color: #69697A;
	text-shadow: none;
}

#console {
	display: none;
	position: fixed;
	top: 0;
	left: 15px;
	width: 500px;
	margin: 0;
	font-size: 14px;
	font-style: italic;
	background-color: #69697A;
	text-shadow: none;
	text-align: left;
	padding: 3px 10px;
	border-radius: 0 0 10px 10px;
	z-index: 99;
	opacity: .8;
}

#intro {
	overflow: hidden;
}

img.teaching_class, img.pilates_class, img.instructor {
	position: relative;
	display: block;
	float: left;
}

img.pilates_class {
	top: 80px;
	left: 25px;
}

img.teaching_class {
	top: 150px;
}

img.instructor {
	float: left;
	display: block;
	position: relative;
	top: 260px;
	right: 0;
}

span.info {
	width: 420px;
	position: relative;
	display: block;
	margin-left: 60px;
	padding: 8px;
	line-height: 1.5em;
	-webkit-border-radius: 12px;
   	-moz-border-radius: 12px;
    border-radius: 12px;
	background-color: #00a7e3;
	z-index: 0;
	font-size: .9em;
	-moz-box-shadow: inset 0 0 8px rgb(0, 69, 93);
	-webkit-box-shadow: inset 0 0 8px rgb(0, 69, 93);
	box-shadow: inset 0 0 8px rgb(0, 69, 93);
	color: #fff;
	text-align: center;
	top: 190px;
}

img.pilates_piloxing {
	top: 70px;
	left: 0;
}

#author {
	width: 640px;
	position: absolute;
	top: 180px;
	right: 15%;
	font-size: 20px;
	text-align: right;
	font-style: italic;
	color: #D92B00;
	z-index:100;
}

.twitter-follow-button {
	position: relative;
	top: 8px;
	left: 4px;
}

#desc {
	position: absolute;
	top: 250px;
	width: 100%;
}

#download {
	position: absolute;
	top: 320px;
	font-size: 18px;
	width: 100%;
	line-height: 1.8;
}

#download a {
	color: #69697A;
}

#examples-pin {
	height: 500px;
}

#examples-transition {
	overflow: hidden;
}

#examples-parallax {
	overflow: hidden;
}

#parallax2 {
	position: absolute;
	top: 200px;
	left: -50px;
	color: #C5C3DE;
	opacity: .2;
	font-size: 210px;
	text-shadow: none;
}

#parallax3 {
	position: absolute;
	top: 320px;
	right: 40px;
	color: #C5C3DE;
	opacity: .4;
	font-size: 160px;
	text-shadow: none;
}

#easing span {
	position: relative;
	top:0;
	left:0;
}
#easing_bottom {
	width: 330px;
	height: 13px;
	margin: auto;
	background: #131420;
	border-bottom: 1px solid #30334F;
	position: relative;
	top: 276px;
	border-radius: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#howtouse {
	height: 2100px;
}

#disclaimer {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 0 auto;
}

#instructions {
	padding-top: 40px;
}

#instructions p {
	margin: 0px auto 20px;
}

#instructions-animation {
	padding-top: 40px;
}

.param-list {
	color: #C5C3DE;
	font-size: 18px;
	line-height: 1.4;
	padding: 0 18px;
}

.param-list li {
	padding-bottom: 20px;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.48);
}

.param {
	display: block;
	color: #69697A;
}

.param-def small {
	display: block;
	font-weight: normal;
	font-style: italic;
}

#credits {
	height: 525px;
}

.nowuseeme {
	display: none;
}
