/*
Theme Name: Sally Robbins
Author: Phillip Johnson
Author URI: http://www.flipcreative.com.au
Description: 
Version: 1
*/

 /* RESETTING ELEMENTS
 ================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
background: transparent;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #00baf2;
}
a:hover{
	color: #1BA0D1;
}

.clear {clear:both;}
.left {float:left;}
.right {float:right;}
img {border: 0;}
 
body{
	font-family:Helvetica, Arial, sans-serif;
	background: url('images/dark_pattern.jpg') top;
}
html, body{
	width: 100%;
	min-width: 1024px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

h1, h3, h4{
	font-weight:normal;
}
.blue{
	color:#00baf2;
}
.green{
	color:#57ba47;
}
h1.blue, h2.blue, h3.blue, h4.blue {
	color: #00baf2;
}
h1.green, h2.green, h3.green, h4.green {
	color: #57ba47;
}
h1{
	color:#FFF;
	font-size:25px;
}
h2, h3{
	font-size:30px;
	font-weight:bold;
}

.content h2{
	font-size:35px;
	font-weight:normal;
}
.content h3{
	font-size: 20px;
	margin-top: 15px;
}

.content h2, .content h3{
	margin-bottom: 15px;
}

p, label{
	font-size:12px;
	line-height:20px;
	margin-bottom:10px;
}
.content li{
	font-size:12px;
	line-height:20px;
}
.content ul{
	margin-left: 15px;
	margin-bottom: 10px;
}
.light{
	background: url('images/light_pattern.jpg') top;
}
.dark{
	background: url('images/dark_pattern.jpg') top;
}
.white {
	background:#FFF;
}

.hero{
	height:318px;
	width:100%;
	position:relative;
}

.hero-image{
	position:absolute;
	top:0;
	height:318px;
	width:100%;
	min-width:990px;
	overflow:hidden;
	z-index:-10;
}
.hero-image img{
	position:absolute;
	left:50%;
	margin-left:-800px;
}

.inside .hero{
	height:200px;
}

.inside .hero-image{
	height:200px;
}
.heroText{
	float:left;
	width:370px;
	color:#fff;
}
.heroText h2{
	font-size:32px;
	line-height:30px;
}
.heroText p{
	margin:10px 0;
}
.container{
	position:relative;
	width:100%;
}
.black{
	background:#000;
	width: 100%;
	display: block;
	height: 293px;
	z-index: -100;
	position: absolute;
	top: 13px;
}
.inside .black{
	height:200px;
	top:0;
}
.wrapper{
	position:relative;
	width:990px;
	margin:auto;
	padding:30px 0;
}
.hero .wrapper{
	padding:0;
}

footer{
	margin:15px 0;
}
header .wrapper{
	padding-bottom:17px;
}

.content-left{
	float:left;
	width:580px;
	text-align:left;
}

.content-left h2, .content-left h3, .content-left h4{
	color:#57ba47;
}
.content-right h2, .content-right h3, .content-right h4{
	color:#00baf2;
}
.content-right{
	float:right;
	width:360px;
	text-align:left;
}

.excerpt{
	display:block;
	width: 100%;
	margin-bottom:40px;
}

.excerpt_image{
	float:left;
}

.excerpt_image img{
	width:87px;
}

.excerpt_content{
	float:right;
	width:465px;
	max-width: 100%;
}
.button{
	font:arial;
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	padding: 3px 20px;
	display:block;
	color:#FFF;
	float:left;
	border-radius: 16px;
	-moz-border-radius: 16px;
	margin: 10px 0;
}
.content-left .button{
	background:#0f974c;
}
.content-right .button{
	background:#00b2e7;
}


.logo{
	float:left;
}
.logo img{
	vertical-align:middle;
}
nav{
	
	font-weight:bold;
	padding-bottom:11px;
	margin-top:16px;
	position:relative;
}
nav.header{
	border-bottom: #514b52 solid 1px;
	float:right;
}
nav.footer{
	float: left;
}
nav ul, nav li{
	display:inline;
	position:relative;
	font-size:18px !important
}
nav .menu-item a, .subnav .page_item a{
	color:#d3d3d3;
}
nav .menu-item.menu-item-object-page a:hover, .subnav .page_item a:hover{
	color:#00baf2;
}
nav .current_page_item a, .subnav .current_page_item a{
	color:#00baf2;
}
nav .menu{
	position:relative;
}
.menu-divider{
	margin:0 10px;
	display:inline-block;
	width:5px;
	height:10px;
	background: url(images/dot.png) center no-repeat;
}
.current-dot{
	height:5px;
	width:5px;
	background: url(images/current-dot.png) center no-repeat;
	position:absolute;
	bottom:-14px;
	left:50%;
	margin-left:-2.5px;
}
li.menu-divider:last-child{
	display:none;
}

.subnav{
	float: right;
	display: inline;
	list-style: none;
	font-size: 12px;
}

.subnav li{
	display: inline;
	margin-right: 8px;
}
.subnav li:after{
	content: "•";
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color:#d3d3d3;
	top:2px;
	right:-5px;
}

.subnav li:last-child{
	margin-right: 0;
}
.subnav li:last-child:after{
	content: "";
}
.flip-logo{
	float: right;
	display: block;
	overflow: hidden;
	width:116px;
	height:18px;
	margin-top:20px;
	background: url("images/flip-logo.png") center center no-repeat;
}
.flip-logo span{
	margin:-300px;
}

.yoga {
	margin:0px;padding:0px;
	width:100%;
	border:none;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.yoga table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.yoga tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.yoga table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.yoga table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.yoga tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.yoga tr:hover td{
	
}
.yoga tr:nth-child(odd){ background-color:#f7f7f7; }
.yoga tr:nth-child(even)    { background-color:#ffffff; }.yoga td{
	vertical-align:middle;
	
	
	border:none;
	border-width:0px 0px 0px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.yoga tr:last-child td{
	border-width:0px 0px 0px 0px;
}.yoga tr td:last-child{
	border-width:0px 0px 0px 0px;
}.yoga tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.yoga tr:first-child td{
		background:-o-linear-gradient(bottom, #1fbaf2 5%, #1fbaf2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1fbaf2), color-stop(1, #1fbaf2) );
	background:-moz-linear-gradient( center top, #1fbaf2 5%, #1fbaf2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1fbaf2", endColorstr="#1fbaf2");	background: -o-linear-gradient(top,#1fbaf2,1fbaf2);

	background-color:#1fbaf2;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 0px 0px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.yoga tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #1fbaf2 5%, #1fbaf2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1fbaf2), color-stop(1, #1fbaf2) );
	background:-moz-linear-gradient( center top, #1fbaf2 5%, #1fbaf2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1fbaf2", endColorstr="#1fbaf2");	background: -o-linear-gradient(top,#1fbaf2,1fbaf2);

	background-color:#1fbaf2;
}
.yoga tr:first-child td:first-child{
	border-width:0px 0px 0px 0px;
}
.yoga tr:first-child td:last-child{
	border-width:0px 0px 0px 0px;
}

/* Expandable divs */

.expand-divs .expandable .expand-content{
	display: none;
}

.expand-divs .expandable h2:hover, .expand-divs .expandable h3:hover {
	color: #1BA0D1;
	cursor: pointer;
}

/* Contact Form Styling */



#contact_form label {
	font-size: 17px;
	color: #57BA47;
	font-weight: bold;
	float: left;
	width: 100px;
	padding:11px 0;
}

#contact_form input {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #222;
	font-family: Arial, Helvetica, sans-serif!important;
	border: 1px solid #ddd;
	padding: 5px 5px;
	margin-bottom: 20px!important;
	width: 468px;
	float: left;
}

#contact_form textarea {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #222;
	font-family: Arial, Helvetica, sans-serif!important;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 5px;
	width: 568px;
	height: 200px;
}

#contact_form input[type=submit] {
	margin-bottom:20px;
	background: #00BAF2;
	padding: 7px 10px;
	display: inline-block!important;
	width: 100px!important;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	border: 0px;
	cursor: pointer;
}

