/*
Theme Name: Vibe
Theme URI: http://www.vibehealth.com.au/
Description: The site theme for Vibe Health Clubs.
Version: 1.1
Author: Jason Berry
Author URI: mailto:jason@thevagabond.net
Tags: vibe, fixed width, two columns

	Vibe v1.1
	 http://www.vibehealth.com.au/

	This theme was designed and built by Jason Berry,
	whom you can contact at jason@thevagabond.net

*/

/* Generic */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(images/body.gif) no-repeat 0 50px;
	color: #a1a1a1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5;
}
ul,
ol {
	margin-bottom: 1.5em;
	padding-left: 1.35em;
}
p,
table,
dl {
	margin-bottom: 1.5em;
}
a {
	color: #ffd200;
	text-decoration: underline;
}
h2, h3, h4, h5, h6, dt {
	font-weight: bold;
	line-height: 1;
	color: #1a1a1a;
}
h2 {
	margin-bottom: 0.5em;
	font-size: 1.5em;
	color: #d00;
}
h3 {
	margin-bottom: 0.5em;
	font-size: 1.33em;
}
h4 {
	margin-bottom: 0.5em;
	font-size: 1.17em;
}
dt {
	margin-bottom: 0.5em;
	font-size: 1.17em;
}
dd {
	margin-bottom: 0.675em;
}
address {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}
input,
textarea,
select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}

/* Layout */
#wrap {
	margin: 40px auto 0;
	width: 960px;
	font-size: 0.75em;
}
#header {
	margin-bottom: 60px;
}
h1#logo a,
a#logo {
	width: 161px;
	height: 97px;
	display: block;
	background: url(images/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#container {
	margin-bottom: 10px;
}
#footer {
	padding: 5px 20px;
	overflow: hidden;
	font-size: 0.92em;
	color: #6a6a6a;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#footer li {
	margin-left: 12px;
	float: left;
}
#footer a {
	color: #6a6a6a;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0;
	float: left;
}

/* Home */
#features {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 0.92em;
}
#features li {
	float: left;
}
#features .ui-tabs-selected {
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	background: #fff;
}
#features a {
	padding: 5px 20px;
	width: 200px;
	display: block;
	color: #aaa;
	text-decoration: none;
}
#features .ui-tabs-selected a {
	color: #3a3a3a;
	cursor: default;
}
#features span {
	display: block;
	font-weight: bold;
	color: #ffd200;
	font-size: 1.27em;
}
#features .ui-tabs-selected span {
	color: #333;
}
#features a:hover span {
	text-decoration: underline;
}
#features .ui-tabs-selected a:hover span {
	text-decoration: none;
}
#features br {
	display: none;
}
#feature-wrap {
	padding: 40px 0;
	min-height: 220px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	background: #fff;
	color: #3a3a3a;
}
#feature-wrap > div {
	overflow: hidden;
}
#feature-wrap a,
.timetable .timetable a {
	border-bottom: 1px dotted #aaa;
	color: #d00;
	text-decoration: none;
}
#feature-wrap a:hover,
.timetable .timetable a:hover {
	border-bottom: 1px solid #700;
	color: #700;
}
.column {
	padding: 0 20px;
	width: 440px;
	float: left;
}
#three-day-pass label.cf-after,
#three-day-pass label.cf-after span {
	width: 230px;
}
.heading-title-above-columns h2 {
	padding: 0 20px;
}

/* Get Connected Tab */
#get-connected ul {
	margin: 0 0 0 auto;
	padding: 0;
	width: 146px;
	list-style: none;
}
#get-connected ul a {
	border: 0;
	display: block;
	text-indent: -9999px;
	background: url(images/social-networks.png) no-repeat;
	overflow: hidden;
}
#get-connected li {
	margin-bottom: 20px;
}
#get-connected ul a:hover {
	border: 0;
}
#get-connected #sn-facebook a {
	height: 39px;
	background-position: 0 -56px;
}
#get-connected #sn-twitter a {
	height: 38px;
}
#get-connected #sn-youtube a {
	height: 77px;
	background-position: 0 -112px;
}

/* Timetables Tab */
#timetables dt span {
	font-size: 0.79em;
	color: #7a7a7a;
}
.timetable.ui-dialog h3 {
	display: none;
}
.timetable table {
	border-collapse: collapse;
	width: 100%;
}
.timetable th {
	padding: 4px 0 6px;
	text-align: center;
	color: #d00;
	vertical-align: top;
}
.timetable tbody th {
	padding: 4px 6px 6px 0;
	width: 6.9%;
	text-align: right;
	color: #000;
}
.timetable tbody td {
	padding: 4px 2px;
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	width: 13.3%;
	text-align: center;
	vertical-align: top;
	font-size: 0.92em;
	font-weight: bold;
}
.timetable .odd td {
	background: #f3f3f3;
	font-weight: normal;
}
.timetable tfoot td {
	padding: 4px 2px;
	text-align: right;
	font-size: 0.92em;
	font-style: italic;
}
.timetable sup {
	vertical-align: top;
}
.timetable em {
	color: #d00;
	font-weight: normal;
}
.timetable .column {
	padding: 0;
	width: 50%;
}
.timetable dl,
#locations dl {
	overflow: hidden;
	font-size: 0.92em;
}
.timetable dt,
#locations dt {
	margin: 0;
	width: 110px;
	float: left;
	font-size: 1em;
}
.timetable dd,
#locations dd {
	line-height: 1;
}
.timetable address,
#locations address {
	margin-top: -1.5em;
	padding-left: 110px;
	font-size: 0.92em;
}

/* Locations Tab */
#locations dl {
	font-size: 1em;
}
#locations address {
	margin-bottom: 2em;
}

/* jQuery Customisation */
.ui-widget {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
}
.ui-widget-content {
	color: #3a3a3a;
}
.ui-dialog {
	font-size: 0.75em;
}
#container {
	padding: 0;
	border: 0;
	background: transparent;
}
#features {
	border: 0;
	background: transparent;
}
#features li {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
#feature-wrap > .ui-tabs-panel {
	padding: 0;
}

/* cforms */
.linklove {
	display: none;
}