/* 
Project Stylesheet
Author: Jack Behar
Questions/Comments: jack.behar@project83.com
*/
body#home #contentArea {
	padding:.6em 0 2em 0;
}
#contentArea {
	padding:2em 0 2em 0;
}
#content {
	float: left;
	width:668px;
}
body#home #content, body#community #content, body#recovery #content, body#beginner #content {
	width:620px;
}
body#listings #content {
	width:690px;
}
#sidebar {
	float:right;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
}
body#home #sidebar, body#community #sidebar, body#recovery #sidebar, body#beginner #sidebar {
	width:320px;
}
#contentArea.search #content {
	float:right;
	width:665px;
}
#contentArea.search #sidebar {
	float:left;
	width:223px;
}

#content.full{
	width:auto;
	float:none;
}

/* header */
#logo {
	position:absolute;
	top:10px;
	left:30px;
	width:210px;
	height:66px;
	text-indent:-9000px;
}
#logo a {
	float:left;
	position:relative;
	width:210px;
	height:66px;
	background:url(../images/logo.png) no-repeat top left;
}
#header ul {
	position:absolute;
	list-style:none;
	margin:0;
}
#header li {
	float:left;
	margin:0;
}
#header li a {
	display:block;
}
ul#nav {
	bottom:0;
	left:0;
	height:36px;
}
ul#nav li a {
	line-height:36px;
	color:#6c3f7a;
	font-size:1.1em;
	padding:0 1.7em;
	text-decoration:none;
}
ul#nav li a:hover {
	color:#f36e21;
}
body#home li#navHome a, body#recently-added li#navRecent a, body#community li#navCommunity a, body#dvd li#navStreaming a, body#recovery li#navRecovery a, body#channel li#navFree a, body#all-products li#navFull a, body#beginner li#navBeginner a {
	color:#fff;
	background:url(../images/nav_active_bg.png) repeat-x top left;
}
ul#secondary {
	right:0;
	top:10px;
}
ul#secondary a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#6c3f7a;
	text-decoration:none;
	padding:0 1.2em;
	line-height:1.2em;
	border-right:1px solid #f7a058;
}
ul#secondary a.rt {
	border:0;
}
ul#secondary a:hover {
	text-decoration:underline;
}
/*form#search fieldset {
	position:absolute;
	top:45px;
	right:10px;
	background:#ede6ef;
	padding:.8em;
	margin:0;
}
form#search input#q {
	border:1px solid #e7daeb;
	width:300px;
	font-size:1.1em;
	color:#666;
	padding:.2em .3em .2em 25px;
	background:#fff url(../images/search_bg.png) no-repeat 5px center;
}
form#search input#searchBtn {
	width:54px;
	height:19px;
	border:0;
	padding:0;
	text-indent:-9000px;
	background:url(../images/search.png) no-repeat top left;
}
*/
/* home content */
#slideshow {
	margin-bottom:1em;
}
.latestVids {
	margin:1em 0;
}
.latestVids a {
	color:#642769;
	text-decoration:none;
}
.latestVids a:hover {
	text-decoration:underline;
}
.latestVids .top {
	padding-bottom:.3em;
	margin-bottom:1.3em;
	border-bottom:2px solid #9b7aa6;
}
.latestVids .top h1, .latestVids .top h3 {
	float:left;
	font-size:1.6em;
	font-weight:normal;
	color:#6c3f7a;
	margin-bottom:0;
}
.latestVids .top h3 {
	font-size:1.4em;
}
.latestVids .top p {
	float:right;
	margin:0;
}
.latestVids .top p a {
	text-decoration:none;
	color:#fd7e10;
	text-transform:uppercase;
	font-size:.9em;
}
.orange {
	float:right;
	margin:0;
}
.orange a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:.8em;
}
.latestVids .vid {
	float:left;
	position:relative;
	background:#ece3ef;
	padding:2px;
	width:284px;
	height:96px;
	margin:0 5px 1em 2px;
	padding:5px;
	border:#fff 1px solid;
}
#instructors.latestVids .vid {
	padding:10px;
	margin-right:10px;
}
.latestVids.related .vid {
	width:315px;
}
.latestVids .vid a.thumb {
	float:left;
	padding-right:10px;
}
.latestVids .vid .desc {
	float:right;
	width:128px;
	padding-bottom:20px;
}
.latestVids.related .vid .desc {
	width:158px;
}
.latestVids .vid .desc h3 {
	font-size:.9em;
	font-weight:bold;
	margin-bottom:0;
}
.latestVids .vid .desc p {
	margin-bottom:.2em;
}
.latestVids .vid p.play {
	position:absolute;
	bottom:6px;
	right:6px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
	font-size:.9em;
}
.latestVids .vid p.play a, #videoWrapNew.free .video p.play a {
	font-size:.9em;
	display:block;
	color:#fff;
	background:#642769;
	padding:0 1em;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:8px;
}
#videoWrapNew .video p.play a {
	font-size:.9em;
}

#videoWrapNew.free .video p.play a, #videoWrapNew .video p.play a {
	position:absolute;
	bottom:5px;
	right:5px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	line-height:18px;
	padding:1px .7em;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:8px;
	border:#dcc5e1 1px solid;
	color:#642769;
	background:#ece3ee;
}

#videoWrapNew .video p.play a:hover, #videoWrapNew.free .video p.play a:hover {
	background:#fff;
	text-decoration:none;
}
/* home page slideshow */
#slideshow {
	margin:6px 0 0 0;
}
#slide-nav-wrap {
	position:relative;
	background:#fff;
	border:#cfc3d1 1px solid;
	width:auto;
	padding:10px;
	margin:0;
	text-align:center;
}
#slide-nav {
	display:inline-block;
	width:auto;
	margin:0 auto;
}
#slide-nav ul {
	list-style:none;
	display:inline-block;
	width:auto;
	margin:0 auto;
	padding:0;
	float:left;
}
#slide-nav ul li {
	float:left;
	margin:0 3px;
	padding:0;
}
#slide-nav ul li a {
	display:block;
	width:10px;
	height:10px;
	border:#fd7f11 1px solid;
	color:#2d2d2c;
	text-indent:-9999px;
	line-height:0;
}
a#pauseButton, a#resumeButton {
	position:absolute;
	right:15px;
	top:12px;
	border:0;
	margin:0;
	padding:0;
	cursor:pointer;
	color:#fd7f11;
	font-size:.85em;
}
a#pauseButton:hover, a#resumeButton:hover {
	color:#6c3f7a;
}
#slide-nav ul li a.activeSlide {
	background:#fd7f11;
}
#slideshow ul {
	list-style:none;
	margin:0;
}
#slideshow li {
	margin:0;
}
#prev {
	display:block;
	float:left;
	height:11px;
	width:10px;
	background:url(../images/slide-prev.gif) left 1px no-repeat;
	margin-right:15px;
	text-indent:-9999px;
}
#next {
	display:block;
	float:left;
	height:11px;
	width:10px;
	background:url(../images/slide-next.gif) left 1px no-repeat;
	margin-left:15px;
	text-indent:-9999px;
}
/* customer account area */
fieldset#checkout ul {
	margin-left:1em;
}
fieldset#checkout li label {
	width:150px;
}
fieldset#checkout li.check label {
	width:auto;
	font-weight:normal;
}
fieldset#checkout li input {
	margin-right:.5em;
}
fieldset#checkout input#securityCode {
	width:60px;
}
fieldset#checkout input#submitBtn {
	margin:0 0 1em 160px;
}
p.req strong, p.req span, fieldset#checkout li label em {
	color:#FD7E0D;
}
#cards-list .paymentWrap, #address-list .addyWrap {
	float:left;
	width:150px;
	height:230px;
	display:inline;
	margin:0 2em 2em 0;
	padding:1em;
	background:#fff;
	border:1px solid #886595;
}
#cards-list.member .paymentWrap {
	height:140px;
}
#address-list .addyWrap {
	height:170px;
}
#cards-list .paymentWrap p {
	margin-bottom:.4em;
}
/* checkout process */
#orderDetails fieldset#shipTo, #orderDetails fieldset#billTo {
	float:left;
	width:200px;
	display:inline;
	margin:0 5em 1.5em 0;
	border:1px solid;
	padding:1.2em;
}
#orderDetails fieldset p {
	margin-bottom:.4em;
}
#orderDetails p.oDate {
	margin-bottom:0;
}
ul.downloads, ul.subVids {
	margin:0 0 2em 1.5em;
	list-style:none;
}
ul.downloads li {
	float:left;
	width:170px;
	height:185px;
	text-align:center;
	padding:0 1em;
}
ul.downloads li a {
	display:block;
}
ul.downloads img, ul.subVids img {
	border:3px solid #999;
	margin-bottom:.3em;
}
ul.subVids img {
	float:left;
}
ul.subVids .desc {
	margin-left:175px;
}
#orderDetails table#lineItems, #storeTable {
	width:100%;
	border:1px solid #886595;
}
#orderDetails table#lineItems th, #storeTable th {
	text-align:left;
	color:#fff;
	background:#886595;
	border-bottom:1px solid #886595;
}
#orderDetails table#lineItems td, #storeTable td {
	background:#fff;
	border-bottom:1px solid #886595;
}
#orderDetails table#lineItems td table, #storeTable td table {
	float:right;
	display:inline;
	margin-right:1.7em;
	margin-bottom:0;
}
#orderDetails table#lineItems td table td, #storeTable td table td {
	border-bottom:0;
}
form#OrderForm .orderNotes {
	float:left;
}
form#OrderForm .orderNotes h4 {
	margin-bottom:.3em;
}
form#OrderForm .orderNotes textarea {
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:.2em;
}
form#OrderForm .btns {
	float:right;
}
form#OrderForm .btns input {
	margin:0 1em;
}
#errorContainer {
	padding:1em;
	background:#FBE3E4;
	color:#8a1f11;
	border:3px solid #FBC2C4;
	margin-bottom:2em;
}
#errorContainer ul {
	list-style:none;
	margin:0 0 0 1.5em;
}
#errorContainer ul.merchantError {
	list-style:disc;
	margin-bottom:1.5em;
}
/* search and category styles */
#content .top {
	padding-top:.8em;
	border-bottom:2px solid #886595;
}
#content .top h2 {
	float:left;
	color:#6c3f7a;
	font-weight:normal;
	font-size:1.2em;
	padding-top:4px;
	margin:0;
}
#content .top .vidType {
	float:right;
	width:235px;
}
body#channel #content .top .vidType {
	width:255px;
}
#content .top .vidType p {
	float:left;
	margin:0;
	padding-right:.4em;
	font-size:1.1em;
	color:#e37332;
	line-height:1.8em;
}
#content .top .vidType ul {
	list-style:none;
	margin:0;
}
#content .top .vidType li {
	float:left;
	margin:0 .3em 0 0;
}
#content .top .vidType li label {
	font-weight:normal;
}
#content .top .vidType li input {
	position:relative;
	top:2px;
}
.webkit #content .top .vidType li input {
	top:0;
}
#vidWrap .vid {
	margin:1em 0;
	padding:.2em;
	background:#F3EEF6;
}
#vidWrap .vid img {
	float:left;
}
#vidWrap .vid .desc {
	float:right;
	width:495px;
}
#vidWrap .vid .desc h3 {
	font-size:1.3em;
	color:#6c3f7a;
	margin-bottom:0;
	padding:0 0 .3em 0;
}
#vidWrap .vid .desc h3 a {
	color:#6c3f7a;
	text-decoration:none;
	padding:0;
}
#vidWrap .vid .desc h3 a:hover {
	color:#9469a1;
}
#vidWrap .vid .desc ul {
	float:left;
	position:relative;
	right:.5em;
	line-height:1.3em;
	margin:0;
	list-style:none;
	padding:.5em 0 0 0;
}
#vidWrap .vid .desc li {
	float:left;
	color:#e37332;
	padding:0 .5em;
	line-height:1em;
	border-right:1px solid;
}
#vidWrap .vid .desc li.noBdr {
	border:0;
}
#vidWrap .vid .desc .brief {
	clear:both;
	padding:.5em 0;
	line-height:1.3em;
}
#vidWrap .vid .desc p {
	margin:0 0 1em 0;
	line-height:1.3em;
}
#vidWrap .vid .desc a {
	color:#562d63;
}
#vidWrap .vid .desc p.play a {
	text-transform:uppercase;
	font-size:.9em;
	font-weight:bold;
}
#pagination ul {
	list-style:none;
	margin:0;
}
#pagination li {
	float:left;
	padding:0 .1em;
	font-size:1.2em;
	color:#e37332;
}
#pagination li a {
	display:block;
	color:#6C3F7A;
	background:#EBE2EE;
	line-height:25px;
	padding:0 .5em;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:8px;
}
#pagination li a:hover {
	text-decoration:none;
}
#pagination li.prev a, #pagination li.next a {
	text-indent:-9000px;
	width:118px;
	height:25px;
	padding:0;
}
#pagination li.prev a {
	background:url(../images/pages_prev.png) no-repeat top left;
}
#pagination li.next a {
	background:url(../images/pages_next.png) no-repeat top left;
}
/* additional search styles */
.resultWrap h4 {
	margin-bottom:.3em;
}
.resultWrap {
	margin-bottom:1.5em;
	border-bottom:1px solid #562D63;
}
.resultWrap h4 a {
	text-decoration:underline;
}
.resultWrap h4 a:hover {
	text-decoration:none;
}
.resultWrap p.desc {
	margin-bottom:.7em;
}
.resultWrap p.url {
	color:#F16B22;
}
#pages span {
	background:#fff;
}
#pages span, #pages a {
	padding:0 .4em;
}
/* video template */
#content h1 {
	font-size:1.4em;
	line-height:1.4em;
	margin-bottom:.3em;
	color:#562D63;
}
#content h1 a {
	color:#562D63;
}
#content div {
	line-height:1.5em;
}
#videoWrap h2 {
	font-size:1.1em;
	margin-bottom:.4em;
}
#videoWrap p.details {
}
#videoWrap p.details a {
	color:#9864a9;
}
#videoWrap p.details span.pre {
	text-transform:uppercase;
	color:#f47f20;
}
#videoWrap #player {
	margin-bottom:1.5em;
}
#socialShare {
	margin:.5em 0 1em 0;
}
#socialShare iframe {
	display:block;
	margin:0 0 .5em 0;
}
#videoWrap #desc {
	padding:2em 0;
}
#reviews {
	margin-bottom:1.5em;
}
#reviews h3 {
	font-size:1.4em;
	font-weight:normal;
	color:#6c3f7a;
	margin-bottom:.5em;
	padding-bottom:.2em;
	border-bottom:2px solid #886595;
}
#reviews .rev {
	margin-bottom:.5em;
	padding:.5em 1em;
	background:#E6DAEA;
}
#reviews .rev h4 {
	font-size:1em;
	margin-bottom:.3em;
}
#reviews .rev p {
	margin-bottom:0;
}
/* store account page */
.yourAccount {
	margin-bottom:1em;
	border-bottom:2px solid #886595;
}
.yourAccount h3 {
	float:left;
	margin-bottom:.2em;
}
.yourAccount a {
	display:block;
	float:right;
	text-indent:-9000px;
	width:96px;
	height:19px;
	background:url(../images/print.png) no-repeat top left;
}
.acctBox {
	padding:1em;
	background:#F6F2F7;
	margin-bottom:1em;
}
.acctBox h3 {
	font-size:1.3em;
	color:#572D66;
	margin-bottom:.5em;
}
.acctBox h3 a {
	font-size:.8em;
	padding-left:1em;
	font-weight:normal;
}
.acctBox p {
	color:#000;
	margin-bottom:.5em;
}
.acctBox a {
	color:#ef803d;
	text-decoration: underline;
}
.panel ul.profile {
	margin:0 0 1.5em 1em;
	list-style:none;
}
.panel li {
	clear:both;
}
.panel li label, .panel li p.label {
	float:left;
	width: 140px;
	padding-bottom:.5em;
	margin-bottom:.5em;
	font-weight:bold;
}
.panel li span, .panel li p.info {
	margin:0 0 .5em 150px;
	padding-bottom:.5em;
}
.acctBox .wrapper {
	padding:1em;
	background:#fff;
	color:#000;
}
.acctBox .wrapper ul {
	float:left;
	width:175px;
	list-style:none;
	margin:0;
}
.acctBox .wrapper li {
	margin:.1em 0;
}
.acctBox .wrapper p.bAddress {
	float:left;
	width:250px;
}
.acctBox .wrapper p.sAddress {
	float:left;
	width:auto;
}
.acctBox .wrapper .options {
	text-align:center;
	margin-top:1em;
}
.acctBox .wrapper .options h4 {
	font-size:1em;
	margin:0 0 .2em 0;
}
.acctBox .wrapper .options p a {
	padding:0 .5em;
}
#sAddress.acctBox .wrapper .options {
	float:right;
	width:175px;
}
dl.acctBox dt {
	font-size:1.4em;
	padding-bottom:.5em;
}
dl.acctBox input#noAcct {
	margin-bottom:1em;
}
dl.acctBox input#signIn {
	width:auto;
	margin-left:200px;
}
/* account area */
h3.bdr {
	border-bottom:2px solid #886595;
}
h3.bdr a {
	font-size:.7em;
	padding-left:.5em;
	font-weight:normal;
}
/* wishlist area */
select#sort {
	float:left;
}
div.selectWl {
	float:right;
}
div.selectWl p {
	font-size:.9em;
	text-align:right;
	padding:.3em 0;
}
#vidWrap .info {
	margin-left:160px;
}
#vidWrap .info h3 {
	font-size:1.3em;
	margin-bottom:.4em;
}
#vidWrap .info h3 a {
	color:#6C3F7A;
}
#vidWrap .info h3 a:hover {
	color:#9469A1;
}
#vidWrap .info h4 {
	margin-bottom:.5em;
}
#vidWrap .info p {
	margin-bottom:.5em;
}
#vidWrap .info textarea {
	width:400px;
	height:50px;
	margin-bottom:1em;
}
#vidWrap .info .move {
	margin-bottom:.5em;
}
/* instructors page */
.boxHeading h2 {
	width:250px;
	font-size:1.4em;
	color:#fff;
	padding:.3em .5em .3em .5em;
	font-weight:normal;
	letter-spacing:1px;
	border:1px solid #6c3f7a;
	background:#471257 url(../images/sb_cat_bg.png) repeat-x top left;
}
.boxHeading {
	background:url(../images/bottomBorder.png) no-repeat bottom right;
}
#instructor {
	background:#F3EEF6 none repeat scroll 0 0;
	padding:1em;
	margin-bottom:3em;
}
#latestVidWrap.inst .vid {
	width:325px;
}
#latestVidWrap.inst {
	width:700px;
}
#latestVidWrap.inst .vid .desc {
	width:168px;
}
img#instructorImg {
	float:left;
	padding:.5em 0 .5em 0;
}
#instructorBio {
	float:left;
}
#aboutInstructor {
	margin-left:200px;
}
#aboutInstructor h3 {
	font-size:1.5em;
	margin-bottom:.2em;
	font-weight:normal;
}
#aboutInstructor h4 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:1em;
}
#aboutInstructor p {
	font-size:.98em;
	margin-bottom:1em;
}
.latestVids h3.heading {
	font-size:1.2em;
	font-weight:normal;
	padding-bottom:.5em;
	margin-bottom:.4em;
	border-bottom:1px solid #886595;
	color:#562D63;
}
#latestVidWrap .latestVids {
	margin-bottom:1em;
}
#latestVidWrap .vid {
	margin-right:10px;
}
#latestVidWrap .vid.rt {
	margin-right:0;
}
/* Instruct Sidebar */
#sidebar .instructorInfo {
	padding:1em;
	background:#F3EEF6 none repeat scroll 0 0;
}
#sidebar .instructorInfo h3 {
	font-size:1.4em;
	margin-bottom:.2em;
	color:#EA661B;
}
#sidebar .instructorInfo h4 {
	color:#915AA2;
	line-height:1.5em;
	font-size:1.1em;
	margin-bottom:0;
}
#sidebar .instructorInfo p {
	margin-bottom:1.5em;
}
#sidebar .instructorInfo a {
	display:block;
	line-height:1em;
}
#sidebar .instructorInfo a.bodyColor {
	color:#562D63;
}
#sidebar .instructorInfo ul {
	list-style:none;
	margin:0;
	line-height:1em;
}
/* recovery vibe */
#recoveryBg {
	width:960px;
	height:169px;
	margin-bottom:1em;
	background:url(../images/recovery_header.jpg) no-repeat top left;
}
#recoveryBg h1 {
	display:none;
}
/* beginner vibe */
#beginnerBg {
	width:960px;
	height:169px;
	margin-bottom:1em;
	background:url(../images/beginner_header.jpg) no-repeat top left;
}
#beginnerBg h1 {
	display:none;
}
img.topVids {
	float:left;
	margin:0 20px 8px 0;
}
a.playVid-lg {
	display:block;
	width:168px;
	height:35px;
	background:url(../images/playVid-lg.gif);
	text-indent:-9000px;
	margin:0 0 0 410px;
}
/* community vibe */
#videoBg {
	padding:.5em;
	margin-bottom:1em;
	border:2px solid #421851;
	background:#320C3D url(../images/video_area_bg.png) repeat-x top left;
}
#videoBg object {
	float:left;
}
#videoBg .vibeContent {
	float:right;
	width:380px;
	margin-top:.5em;
}
#videoBg .latestPost {
	background-color:#ECE3EF;
	padding:.5em;
}
#videoBg .latestPost h3 {
	font-size:2em;
	color:#452052;
	margin-bottom:.3em;
}
#videoBg .latestPost blockquote, #videoBg .latestPost blockquote ul {
	margin:0;
	list-style:none;
}
#videoBg .latestPost blockquote li {
	padding:.5em;
}
#videoBg .signup {
	color:#fff;
	padding:.5em;
	margin-top:.5em;
	background:#25082F;
}
#videoBg .signup h3 {
	font-size:2em;
	margin-bottom:.3em;
}
#videoBg .signup p {
	font-size:1.1em;
}
#videoBg .signup form {
	text-align:center;
}
#videoBg .signup input#mce-EMAIL {
	font-size:1.6em;
	padding:5px;
	width:355px;
	margin:0 auto;
	border:0;
}
#videoBg .signup input#mc-embedded-subscribe {
	width:133px;
	margin:1em 0 0 0;
	height:31px;
	text-indent:-9000px;
	border:0;
	background:url(../images/submit.png) no-repeat top left;
}
.ie6 #videoBg .signup input#mc-embedded-subscribe, .ie7 #videoBg .signup input#mc-embedded-subscribe {
	float:left;
	margin:1em 0 0 110px;
}
#videoBg .signup #mce-success-response {
	padding:.5em 0;
	line-height:1.2em;
	font-size:.9em;
}
#sidebar .commPhotos {
	text-align:center;
	padding:.5em;
	background:#9864a9;
}
#sidebar .commPhotos h3 {
	text-align:left;
	font-size:1.9em;
	color:#e9d5ef;
	margin-bottom:.5em;
}
#sidebar .commPhotos h3 span {
	display:block;
	color:#fff;
	font-size:.7em;
	font-weight:normal;
	padding-bottom:.2em;
}
#sidebar .commPhotos img.photo {
	border:3px solid #e5d8e9;
	margin-bottom:.5em;
}
#sidebar .commPhotos p {
	text-align:left;
	color:#fff;
	margin-bottom:.5em;
}
#sidebar .commPhotos p.ctr {
	text-align:center;
	color:#e9d5ef;
	font-size:.9em;
}
#sidebar .commPhotos p.ctr a {
	color:#e9d5ef;
	font-weight:bold;
}
/*  recovery Column1 */
#content .contentBox {
	background:#ECE3EF;
	padding:1em 1em .5em 1em;
	margin-bottom:1em;
	clear:both;
	display:table;
}
#content .contentBox h3 {
	margin-bottom:.5em;
}
#content .separator {
	width:100%;
	height:1px;
	border-top:2px solid #886595;
	margin:1.5em 0;
}
.contentBox .post, .sbBoxTwo .post {
	padding-top:1em;
	margin-bottom:.2em;
}
.contentBox .post h4, .sbBoxTwo .post h4 {
	font-size:1.1em;
	margin-bottom:.3em;
	padding-left:18px;
	background:url(../images/arrow_orange.png) no-repeat 0 2px;
}
.contentBox .post h4 a, .sbBoxTwo .post a {
}
.contentBox .post .postDesc, .sbBoxTwo .post p {
	font-size:.9em;
	line-height:1.4em;
	margin:0 0 .5em 18px;
	padding-bottom:1.5em;
	border-bottom:1px dotted #9864a9;
}
.contentBox .post .postDesc p.keepReading {
	margin-top:.5em;
}
a.visitBlog, a.morePhotos, a.commBlog {
	display:block;
	margin:1em auto;
	width:283px;
	height:31px;
	text-indent:-9000px;
}
a.visitBlog {
	background:url(../images/visit_blog.png) no-repeat top left;
}
a.morePhotos {
	background:url(../images/more_photos.png) no-repeat top left;
}
a.commBlog {
	background:url(../images/comm_vibe_blog.png) no-repeat top left;
}
#sidebar .commGallery {
	background:#844D98;
	padding:1em;
	color:#fff;
}
#sidebar .commGallery h3 {
	font-size:1.3em;
	margin-bottom:.5em;
}
#sidebar .commGallery ul {
	list-style:none;
	margin:0;
}
#sidebar .commGallery li {
	float:left;
	padding:0 .4em;
}
.sbBox #prodDesc {
	line-height:1.3em;
}
/* home sidebar */
#discoverYv {
	height:341px;
	margin:5px 0 2em 0;
	padding:0;
}
#discoverYv h3 {
	font-size:2em;
	color:#e9d5ef;
	margin-bottom:.5em;
}
#discoverYv h3 span {
	color:#fff;
}
#discoverYv img.photo {
	border:3px solid #D3C7D8;
}
#discoverYv ul {
	margin:1em 0 0 0;
	list-style:none;
}
/* old join us code 
#joinUs {
	width:279px;
	margin:.5em 0 2em 0;
	padding:1em 6px 6px 6px;
	background:url(../images/join_bg.png) no-repeat top left;
}
#joinUs h2 {
	font-size:2em;
	font-weight:normal;
	color:#fff;
	margin-bottom:.5em;
}
#joinUs a.joinPhoto img {
	margin-bottom:.5em;
}
#joinUs h2 span {
	color:#DCC3DD;
}
#joinUs h4 {
	color:#fff;
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:0;
}
#joinUs p {
	color:#E0B6E3;
	font-size:.9em;
	margin-bottom:.5em;
}
#joinUs input#joinEmail {
	border:2px solid #905F93;
	width:265px;
	padding:4px 2px;
	margin-bottom:.5em;
}
#joinUs input#joinBtn {
	width:145px;
	height:32px;
	border:0;
	padding:0;
	margin:.5em 0 .2em 60px;
	text-indent:-9000px;
	background:url(../images/join_now.png) no-repeat top left;
}
*/

#aboutYv.sbBox {
	background:#fff;
	padding:1em;
}
.sbBox {
	padding:.5em;
	background:#fff;
	margin:0 0 1em 4px;
}
.sbBox h2 {
	font-size:2em;
	margin-bottom:.5em;
	color:#410F46;
}
.sbBox h2 span {
	color:#8F5E92;
}
.sbBox h3 {
	font-size:1.3em;
	margin-bottom:.5em;
	color:#EA661B;
}
#sidebar h3.boxTop {
	color:#fff;
	font-size:1.1em;
	text-align:center;
	padding:.5em;
	margin:0 0 0 4px;
	background:#562e63 url(../images/sb_heading_bg.png) repeat-x top left;
}
.sbBox h4 {
	color:#915aa2;
	margin-bottom:.2em;
}
.sbBox h4.bdr {
	margin-top:1em;
	padding-top:1em;
	border-top:1px solid #DEBAEC;
}
.sbBox p {
	line-height:1.2em;
	font-size:.95em;
	margin-bottom:1em;
}
.sbBox a.more {
	display:block;
	text-transform:uppercase;
	text-align:right;
	font-size:.9em;
	font-weight:bold;
}
.sbBox img.inst {
	margin-bottom:.5em;
	border:3px solid #fff;
}
.sbBox ul.dets {
	list-style:none;
	margin:0 0 .5em 0;
}
.sbBox ul.dets li {
	margin:0;
}
.sbBox ul.dets li strong {
	text-transform:uppercase;
	color:#915AA2;
}
.sbBox ul.moreVids {
	list-style:none;
	margin:0 0 1em 0;
}
.sbBox ul.moreVids li a {
	display:block;
	font-size:.9em;
	font-weight:bold;
	padding-left:14px;
	background:url(../images/orangeArrow.png) no-repeat 0 5px;
}
.sbBox ul.socialIcons {
	list-style:none;
	margin:0 0 1em 30px;
	width:224px;
	height:47px;
	background:url(../images/social_icons.png) no-repeat top left;
}
.sbBox ul.socialIcons li {
	float:left;
	margin:0;
	text-indent:-9000px;
}
.sbBox ul.socialIcons li a {
	display:block;
	height:47px;
}
.sbBox ul.socialIcons li.fb a {
	width:53px;
}
.sbBox ul.socialIcons li.tw a {
	width:59px;
}
.sbBox ul.socialIcons li.yt a {
	width:100px;
}
.sbBox input#addCart {
	margin-bottom:.5em;
	display:block;
}
.sbBoxTwo {
	background:#ECE3EF;
	padding:.5em;
}
.sbBoxTwo h3 {
	font-size:1.3em;
	margin-bottom:0;
	color:#EA661B;
}
.sbBoxTwo .post h4 {
	font-size:1em;
}
.sbBoxTwo .post p {
	margin-bottom:0;
	padding-bottom:1em;
}
.sbBoxTwo p.moreEntries {
	padding:1em;
	text-align:right;
	margin-bottom:0;
	text-transform:uppercase;
	font-size:.9em;
}
.sbBoxTwo p.moreEntries a {
	color:#ea661b;
	font-weight:bold;
}
.sbBoxTwo p.prpl {
	font-size:.9em;
	padding-top:.5em;
	font-weight:bold;
}
.sbBoxTop {
	margin-bottom:12px;
}
img.rVibeShare {
	margin:1.5em 0;
}
/* contact page */
form#contactForm ul {
	margin:0;
}
form#contactForm label {
	width:150px;
}
form#contactForm label.block {
	display:block;
	float:none;
	width:auto;
	padding-top:.5em;
}
form#contactForm textarea#recommend {
	margin-left:150px;
}
form#contactForm textarea#recommend, form#contactForm textarea#message {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1em;
	height:100px;
}
form#contactForm input#submitBtn {
	width:auto;
	border:0;
	padding:.5em 1em;
	color:#fff;
	text-transform:uppercase;
	background:#DC6C2D;
	margin-left:280px;
}
form#contactForm input#other {
	display:none;
}
/* shopping cart */
table#shopCart {
	width:665px;
	background-color:transparent;
	margin: 0;
	padding: 0;
	border-bottom:none;
	border-collapse:separate;
	border-spacing:3px 3px;
}
table#shopCart td.post {
	background-color:#fff;
}
table#shopCart th {
	text-align:left;
	border:0;
	color:#fff;
	background:#442151;
}
table#shopCart th.price {
	text-align:center;
}
tr#total td {
	padding-top:.4em;
}
table#shopCart tr#total td {
	background:#442151;
	text-align: right;
	color: #c9bfcf;
	margin: 0;
	padding: .5em;
}
table#shopCart tr#total td p {
	line-height: 1em;
	margin: .3em;
	font-size: 1.1em;
}
table#shopCart tr#total td p.btmBorder {
	border-bottom: 2px solid #ccc;
	width:150px;
	float: right;
	padding-bottom: 5px;
}
table#shopCart tr#total td p#estTotal {
	clear: both;
	line-height: 1.4em;
}
table#shopCart table td.post {
	background-color:#F5F2F9;
	width:90%;
	vertical-align:top;
}
table#shopCart td.post img {
	float:left;
}
table#shopCart td.price {
	font-weight:bold;
	text-align:center;
	background-color:#dfd0e3;
	vertical-align: top;
	width:10%;
	color:#000;
}
table#shopCart td#price {
	background-color:#451f50;
}
table#shopCart td#video {
	background-color:#451f50;
}
table#shopCart td.title {
	padding:0em;
}
h3.sCart {
	margin:0 0 .3em 0;
	padding:0 0 .25em .3em;
	border-bottom:2px solid #886594;
	font-size: 1.5em;
}
div#promo {
	position:relative;
	left:1px;
	bottom:4px;
	width: 659px;
	margin:0 2px 2em 2px;
	padding:0;
}
#promo .checkout {
	text-align:right;
}
#promo .checkout span {
	display:block;
	clear:both;
	margin-bottom:.5em;
	padding-right:60px;
	font-weight:bold;
}
#promoCode {
	float:left;
	width:316px;
	padding:.7em 1em;
	background:url(../images/promo_bg.png) no-repeat bottom left;
}
#promoCode input#promoBox {
	padding:2px;
	font-weight:bold;
	color:#442151;
	width:195px;
	font-size:1.1em;
}
#promoCode input#promoApply {
	text-indent:-9000px;
	width:82px;
	height:24px;
	padding:0;
	border:0;
	background:url(../images/applyCode.png) no-repeat top left;
}
div#checkout {
	height:33px;
}
input#checkButton {
	float:right;
	background:url(../images/checkout.png) no-repeat top left;
	width:133px;
	height:31px;
	margin-top:.5em;
	display:block;
	border:0;
	padding:0;
	text-indent:-9000px;
}
/*form*/
form#promoCode {
	clear:both;
}
/* table text/other */
td #post p {
	color:#6a4b79;
}
table#shopCart a.checkout {
	padding:5px;
	display:block;
	text-indent:-9000px;
	height: 30px;
}
table#shopCart td p.tiny {
	color:#9c81a8;
	font-size:.9em;
	margin:0px;
	padding:0px;
}
img#pic {
	width:178px;
	height:100px;
}
.description {
	line-height:0px;
	width:350px;
	float: right;
}
.description h3 {
	color:#451f50;
	text-align:left;
	margin:.3em 0em .1em 0;
	padding:0px;
}
.description p {
	margin-bottom:.5em;
}
span.red {
	color:#e45621;
}
span.white {
	color:#fff;
}
div#totals p, div#totals h3 {
	text-align: right;
	margin: .5em;
	line-height: 1em;
	color:#d5c2dc;
	font-size:1.2em;
}
p#promoCode {
	padding-bottom:5px;
	border-bottom:2px solid #d5c2dc;
}
/* search and category sidebar styles */
#sidebar h1 {
	font-size:1.4em;
	color:#fff;
	padding:.5em;
	font-weight:normal;
	border:1px solid #6c3f7a;
	background:#471257 url(../images/sb_cat_bg.png) repeat-x top left;
}
#sidebar .pBox {
	font-family:Arial, Helvetica, sans-serif;
	padding:1em;
	background:#c8b6cd;
}
#sidebar .pBox h3 {
	color:#552465;
	font-size:1.4em;
	padding-bottom:.3em;
	margin-bottom:.7em;
	border-bottom:2px solid #886595;
}
#sidebar .pBox h4 {
	margin-bottom:.3em;
}
#sidebar .pBox ul {
	list-style:none;
	margin:0 0 1.5em 1.5em;
}
#sidebar .pBox li {
	margin:0;
}
#sidebar .pBox li a {
	color:#431c4f;
	font-size:13px;
}
#checkout {
	clear:both;
}
#payments {
	background:url(../images/cards2.png) no-repeat;
	background-position:15px -4px;
	height:75px;
}
.sbBox ul.orange, .sbBoxTwo ul.orange {
	float:none;
	list-style:none;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin:.3em 0;
	padding:0 .5em .5em 0;
}
.sbBox ul.orange li {
	padding-left:16px;
	background:url(../images/orangeArrow.png) no-repeat 0 3px;
}
.sbBox ul.orange.recent li {
	margin:.5em 0;
}
.sbBox ul.orange li a, .sbBoxTwo ul.orange li a {
	font-size:.9em;
	font-weight:bold;
}
a#contShopping {
	display:block;
	width:192px;
	height:31px;
	margin:0 0 1em 4px;
	text-indent:-9000px;
	background:url(../images/contShopping.png) no-repeat top left;
}
#cartBox ul {
	list-style:none;
	margin:0;
	padding:0 .5em;
}
#cartBox li {
	background:#EDE6F0;
	padding:.5em;
	margin:.5em 0;
	color:#000;
	font-weight:bold;
}
#cartBox p.subtotal {
	color:#572D66;
	font-weight:bold;
	margin:0 .5em .5em 0;
	text-align:right;
}
#cartBox .btns {
	text-align:center;
	margin-bottom:.5em;
}
#cartBox .btns a {
	padding:0 .3em;
}
/*blog*/
#blog-wrap .top h1 {
	float:left;
	font-weight:normal;
	width:500px;
}
#blog-wrap .top h1 a:hover {
	text-decoration:none;
}
#blog-wrap .top p.date {
	color:#FD7E10;
	font-size:0.9em;
	text-decoration:none;
	text-transform:uppercase;
	float:right;
	padding-top:5px;
}
#blog-wrap .top {
	margin-bottom:20px;
}
.post {
	margin-bottom:1.5em;
}
.post p a.more {
	background:transparent url(../images/arrow_orange.png) right 3px no-repeat;
	color:#9864A9;
	padding-right:14px;
}
p.postDetails {
	border-bottom:1px dotted #9864A9;
	border-top:1px dotted #9864A9;
	color:#562D63;
	font-size:0.9em;
	margin-bottom:2.5em;
	background:#fbf9fc;
	padding:6px 8px;
}
p.postDetails a {
	color:#9864A9;
	text-decoration:none;
}
p.postDetails a:hover {
	text-decoration:underline;
}
fieldset#comment-form {
	padding:0;
}
fieldset#comment-form ul {
	margin:0;
}
fieldset#comment-form ul.lt {
	float:left;
	padding-right:2em;
}
fieldset#comment-form ul.rt {
	float:left;
}
fieldset#comment-form ul li {
	margin-bottom:1em;
}
fieldset#comment-form ul li.submit {
	text-align:right;
	margin-right:100px;
	clear:both;
}
fieldset#comment-form ul li.submit #submit-btn {
	width:145px;
	height:32px;
	padding:0;
	border:none;
}
fieldset#comment-form label {
	float:none;
	display:block;
	text-align:left;
	width:260px;
}
fieldset#comment-form label .req {
	font-size:.75em;
}
fieldset#comment-form input {
	float:none;
	width:240px;
	border:#999 1px solid;
	padding:.3em .6em;
}
fieldset#comment-form textarea {
	height:116px;
	width:260px;
}
.commentBox {
	background:#ECE3EF;
	padding:10px;
	margin-bottom:15px;
}
.commentBox p.info {
	font-size:1.1em;
	font-style:italic;
	border-bottom:1px dotted #9864A9;
}
.commentBox p.info a {
	color:#FD7E10;
}
#comment-wrap {
	margin-bottom:50px;
}
/* footer */
#footerWrap {
	position:relative;
	background:#371443;
	padding:1em 0 2em 0;
}
#footerContent {
	width:900px;
	margin:0 auto;
	text-align:left;
	font-family:Arial, sans-serif;
}
#footerContent a {
	color:#fff;
	text-decoration:none;
}
#footerContent a:hover {
	text-decoration:underline;
}
#footerContent a.orange {
	color:#f8a15b;
}
#footerContent ul {
	float:left;
	list-style:none;
	width:130px;
	margin:0;
	font-size:.9em;
}
#footerContent li {
	margin:0;
}
#footerContent #btmInfo {
	float:right;
}
#btmInfo h3 {
	font-size:1.3em;
	font-weight:normal;
	color:#fff;
	margin-bottom:0;
}
#btmInfo p {
	margin-bottom:1em;
	color:#ddcce1;
}
#btmInfo ul {
	width:auto;
}
#btmInfo li {
	float:left;
}
#btmInfo li a {
	padding:0;
	color:#b598bc;
}
#brmInfo h3 {
	color:#fff;
}
#btmInfo li {
	line-height:1em;
}
#btmInfo a, #btmInfo p {
	color:#876591;
}
#btmInfo li.divideLeft {
	border-right:2px solid #ac4e28;
	padding-right:1em;
}
#btmInfo li.divideRight {
	padding-left:1em;
}
p.newsletter {
	margin:2em 0;
}
fieldset#checkout li p.newsletter label, fieldset#checkout li p.newsletter input {
	width:auto;
	font-weight:normal;
}
#grabber {
	width:598px;
	height:75px;
	background:URL(../images/class_pass/grabber_yvunlimited.jpg) top no-repeat;
}
#grabber_inside {
	width:359px;
	height:58px;
	padding-top:8px;
	margin-left:225px;
}
#grabber_10 {
	display:inline;
}
#grabber_20 {
	display:inline;
	padding:0 0 0 20px;
}
#grabber_25 {
	display:inline;
	padding:0 0 0 20px;
}
/*AMBASSADORS

#amb_container{
	width:100%;
	display:table;
	margin-top:15px;
	padding:10px;
	background:#c8b6d4;
}

#amb_image{
	width:130px;
	float:left;
}

#amb_image img{
	border:5px solid #FFF;
}

#amb_content{
	width:515px;
	float:right;
}*/

#grabber_inner {
	width:710px;
	height:92px;
	background:URL(../images/class_pass/ad_classpassheader.jpg) top no-repeat;
	margin-bottom:20px;
}
#grabber_inner_inside {
	width:425px;
	height:58px;
	padding-top:18px;
	margin-left:300px;
}
#grabber_inner_10 {
	display:inline;
}
#grabber_inner_20 {
	display:inline;
	padding-left:20px;
}
#grabber_inner_25 {
	display:inline;
	padding-left:20px;
}
/* AMBASSADOR SLIDESHOW */

#slider_container {
	width:660px;
	height:269px;
	margin:0 0 150px 35px;
	position:relative;
	text-align:left;
}
#slider {
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	width:586px;
	height:366px;
	overflow:hidden;
	background:url(../images/ambassadors/bg_amb.jpg) no-repeat 0 0;
}
#prevBtn, #nextBtn {
	display:block;
	width:37px;
	height:52px;
	position:absolute;
	left:-37px;
	top:150px;
}
#nextBtn {
	left:586px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:37px;
	height:52px;
	background:url(../images/ambassadors/btn_prev.png) no-repeat 0 0;
}
#nextBtn a {
	background:url(../images/ambassadors/btn_next.png) no-repeat 0 0;
}
#slider #amb_container {
	width:566px;
	display:table;
	margin:10px;
}
#slider #amb_image {
	width:130px;
	float:left;
}
#slider #amb_image img {
	border:5px solid #FFF;
}
#slider #amb_content {
	width:420px;
	float:right;
}
#slider #amb_content p {
	margin:0;
	padding:0;
	color:#FFF;
	font-size:11px;
}
#slider #amb_content a {
	color:#e67336;
	text-decoration:underline;
}
#slider #amb_content a:hover {
	text-decoration:none;
}
#amb_info {
	width:566px;
	clear:both;
	margin:0 0 10px 0;
	padding:0;
}
#amb_info h1 {
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	margin:0;
	padding:0;
}
#amb_info p {
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	margin:0;
	padding:0;
}
url(../../../../var/folders/So/So3vnqfSEoOzrwQ3a4dup++++TI/-Tmp-/com.apple.mail.drag-T0x10051fc20.tmp.bQPJKi/Mail%20Attachment.jpeg)  #basic-modal-content {
display:none;
}
#simplemodal-overlay {
	background-color:#000;
	cursor:wait;
}
#simplemodal-container {
	height:415px;
	width:683px;
	color:#bbb;
	background-color:#333;
	border:4px solid #444;
	padding:12px;
}
#simplemodal-container code {
	background:#141414;
	border-left:3px solid #65B43D;
	color:#bbb;
	display:block;
	margin-bottom:12px;
	padding:4px 6px 6px;
}
#simplemodal-container a {
	color:#ddd;
}
#simplemodal-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-16px;
	cursor:pointer;
}
#simplemodal-container #basic-modal-content {
	padding:8px;
}
/*NEW STYLES*/
body {
	font-family: Helvetica, Arial, sans-serif;
	background:#ded0e3 url(../images/bg.gif) repeat-x top left;
	position:relative;
}
a {
	text-decoration:none;
	color:#5c3b67;
}
a:hover {
	text-decoration:underline;
}
#ribbon {
	position:absolute;
	top:0;
	left:0;
	width:104px;
	height:107px;
	background:url(../images/ribbon.png) left top no-repeat;
	z-index:10;
	text-indent:-9000px;
}
#wrap {
	width:960px;
	margin:0 auto;
	color:#2b2b2b;
}
/*HEADER*/
body#home h1 {
	text-indent:-9000px;
	height:0;
}
header {
	position:relative;
	height:129px;
}
header a.logo {
	position:absolute;
	text-indent:-9000px;
	left:0;
	top:3px;
	display:block;
	width:227px;
	height:88px;
	background:url(../images/logo.gif) left top no-repeat;
}
header a.login, header a.myVids {
	position:absolute;
	top:3px;
	right:0;
	display:block;
	width:110px;
	height:24px;
	background:#5d346a;
	color:#fff;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	padding-top:6px;
	-moz-border-radius: 0 0 14px 14px;
	border-radius: 0 0 14px 14px;
}

header a.myAccount {
	right: 241px !important;
}

header a.login:hover {
	background:#a68dae;
	text-decoration:none;
}
header a.myVids {
	right:120px;
}
header section#search {
	position:absolute;
	right:0;
	top:56px;
}
header section#search input {
	height:26px;
	width:186px;
	border:#dad9da 1px solid;
	color:#999999;
	padding:0 5px 0 5px;
}
header section#search input.submit {
	text-indent:-9000px;
	background:#fff url(../images/search.gif) center center no-repeat;
	width:26px;
	height:28px;
	margin-left:2px;
}
header nav {
	position:absolute;
	height:35px;
	left:0;
	bottom:0;
}
header nav a {
	display:block;
	height:26px;
	float:left;
	padding:0 30px;
	color:#707070;
	font-size:1.05em;
	padding-top:9px;
}
header nav a:hover {
	color:#5d346a;
	text-decoration:none;
}
header nav a.active, header nav a.active:hover {
	background:#542b61;
	background: -webkit-gradient(linear, left top, left bottom, from(#9777a1), to(#542b61));
	background: -moz-linear-gradient(top, #9777a1, #542b61);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9777a1', endColorstr='#542b61');
	color:#FFF;
	font-weight:bold;
}
/*SLIDESHOW (homepage) */

#slideshow-wrap {
	position:relative;
	height:303px;
	padding-bottom:24px;
	background:url(../images/slideshow-shadow.png) center bottom no-repeat;
	/* overflow:hidden; */
}
.slide {
	width:722px;
	height:303px;
	position:relative;
}
#slide1 {
	/* background:url(../images/slideshow/slide1-BG.jpg) left top no-repeat; */
	background:url(../images/slideshow/slide1-BG-V2.jpg) left top no-repeat;		
}
#slide1 h3 {
	position:absolute;
	font-size:1.4em;
	line-height:1.2em;
	color:#61446a;
	font-weight:bold;
	width:177px;
	top:70px;
	left:195px;
}
#slide1 h3 span {
	font-weight:normal;
	color:#967c9e;
	display:block;
	padding-top:10px;
}
#slide1 h4 {
	position:absolute;
	font-size:1.15em;
	color:#2b2b2b;
	top: 57px;
	left:445px;
}
#slide1 a.comparePlans {
	display:block;
	position:absolute;
	text-indent:-9000px;
	left:189px;
	top: 200px;
	width: 172px;
	height: 40px;
}
#slide1 ul#plans {
	list-style:none;
	margin:0;
	position:absolute;
	left:425px;
	top:87px;
	width:269px;
}
#slide1 ul#plans li {
	margin:0 0 9px 0;
}
#slide1 ul#plans li a {
	display:block;
	height:60px;
	width:269px;
	text-indent:-9000px;
}
#slide2 {
	background:url(../images/slideshow/slide2-BG.jpg) left top no-repeat;
}
#slide2 object#embedded_player {
	position:relative;
	top:55px;
	left:180px;
}

#slide2 h3.slide2 {
	    color: #F47F20;
    font-size: 20px;
    left: 480px;
    position: absolute;
    text-align: center;
    top: 75px;
    width: 220px;
}

#slide2 h4.slide2 {
    color: #422918;
    font-size: 17px;
    left: 480px;
    position: absolute;
    text-align: center;
    top: 134px;
    width: 220px;
}

#slide2 h4.slide2 span{
	color: #A68DAE;
}

#slide2 ul.slide2 {
   color: #391459;
    font-size: 15px;
    left: 480px;
    list-style: none outside none;
    margin: 0;
    padding-left: 16px;
    position: absolute;
    text-align: left;
    top: 186px;
    width: 220px;
}

#slide2 ul.slide2 li{
	padding-left:15px;
	background:url(../images/slideshow/bullet.png) left center no-repeat;
	margin:7px;
	font-weight:bold;
	line-height:15px;
}
/*#slide2 h3 {
	position:absolute;
	font-size:1.1em;
	line-height:1.3em;
	color:#61446a;
	font-weight:bold;
	width:209px;
	height:129px;
	top:56px;
	left:489px;
}
#slide2 h3 span {
	color:#967c9e;
	display:block;
	padding-top:5px;
}
#slide2 a.learnMore {
	display:block;
	position:absolute;
	text-indent:-9000px;
	left:484px;
	top: 186px;
	width: 145px;
	height: 40px;
}
*/
#slide2 iframe {
	position:absolute;
	top:56px;
	left:156px;
	padding:12px;
	background:#ece8ef;
	border:#cdc6d1 1px solid;
}
#slide3 {
	background:url(../images/slideshow/slide3-BG.jpg) left top no-repeat;
}
#slide3 h3 {
	position:absolute;
	top:50px;
	left:202px;
	color: #fff;
	font-size:1.4em;
}
#slide3 ul {
	position:absolute;
	top:95px;
	width:143px;
	list-style:none;
	margin:0;
}
#slide3 ul li {
	margin:0;
	line-height:1.25em;
}
#slide3 ul li a {
	font-weight:bold;
}
#slide3 ul#col1 {
	left:195px;
}
#slide3 ul#col2 {
	left:364px;
}
#slide3 ul#col3 {
	left:536px;
}
#slide3 a.meetInstructors {
	display:block;
	position:relative;
	text-indent:-9000px;
	left:318px;
	top: 246px;
	width: 237px;
	height: 40px;
}
#pager {
	position:absolute;
	right:10px;
	bottom:24px;
	width:260px;
	border-bottom:#fff 3px solid;
	z-index:10;
}
#pager a {
	display:block;
	height:53px;
	width:234px;
	background:url(../images/slideshow-bg.jpg) right top no-repeat;
	color:#ffffff;
	font-size:1.3em;
	font-weight:bold;
	padding-left:26px;
	padding-top:35px;
	text-align:center;
}
#pager a:hover {
	text-decoration:none;
}
#pager a.activeSlide {
	background: url(../images/slideshow-bg-active.png) right top no-repeat;
}

#pager a.yv {
	background:url(../images/slideshow-bg-yv.jpg) right top no-repeat;
	text-indent:-9000px;
}

#pager a.activeSlide.yv {
	background: url(../images/slideshow-bg-active-yv.png) right top no-repeat;
}
/*PROMO BOXES (homepage)*/
#promos a {
	display:block;
	text-indent:-9000px;
	width:307px;
	height:100px;
	margin-right:16px;
	float:left;
}
#promos a#promo1 {
	background: url(../images/promoAthletes.jpg) left top no-repeat;
	margin-right:0;
}
#promos a#promo2 {
	background: url(../images/promo2.jpg) left top no-repeat;
}
#promos a#promo3 {
	background: url(../images/promo3.jpg) left top no-repeat;
	
}


/*SIDEBAR*/

aside#interior {
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfc), to(#ffffff));
	background: -moz-linear-gradient(top, #fbfbfc, #ffffff);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfc', endColorstr='#ffffff');
	width:175px;
	float:left;
	padding:45px 15px;
}
aside#interior h3 {
	color:#2b2b2b;
	font-weight:normal;
}
aside#interior img.asideBanner {
	margin:15px 0 0 -15px;
}
/*FIND A CLASS (Homepage)*/

body#home aside {
	margin-top:20px;
	width:auto;
}
body#home aside h2 {
	color:#410e51;
	font-weight:normal;
	font-size:1.9em;
}

body#home aside h2.find {
	color:#422918;
	font-size:19px;
	font-weight:normal;
	margin:30px 0 5px 0;
}

body#home aside h2.find span{
    color: #F47F20;
    display: block;
    float: left;
    font-size: 30px;
    font-weight: bold;
    margin: -6px 5px 0 0;
}
body#home aside #find-class-wrap {
	background:#FFF;
	padding:15px 0 15px 27px;
	margin-bottom:25px;
}
body#home aside .findClass {
	float:left;
	margin-right:25px;
}
body#home aside .findClass h3 {
	color:#d76911;
	font-size:1em;
}
body#home aside .findClass .bubble {
	background:#f6f3f8;
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f3f8), to(#decfe9));
	background: -moz-linear-gradient(top, #f6f3f8, #decfe9);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f3f8', endColorstr='#decfe9');
	padding:10px 10px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	width:110px;
	height: 110px;
}
body#home aside #by-instructor.findClass .bubble {
	width:420px;
}
body#home aside .findClass ul {
	margin:0;
	list-style:none;
}
body#home aside #by-instructor.findClass ul {
	float:left;
	margin-right:40px;
}
body#home aside #by-instructor.findClass ul.last {
	margin-right:0;
}
body#home aside .findClass ul li {
	margin:0 .2em;
}
body#home aside .findClass ul li a {
	font-size:.95em;
}
/*CONTENT*/

#contentNew {
	position:relative;
	width:720px;
	float:right;
	padding:45px 0;
}
#contentNew h1 {
	color:#674073;
	font-size:1.25em;
	border-bottom:#c9afce 1px solid;
	padding-bottom:5px;
}
#contentNew h1 span {
	font-weight:normal;
}
/*VIDEO PAGE*/
#sortBy {
	position:absolute;
	top:42px;
	right:0;
}
#sortBy.wishlist {
	position:static;
}
#videoWrapNew {
	padding:20px 0 0 0;
}
#videoWrapNew .video {
	position:relative;
	width:160px;
	padding:5px;
	float:left;
	background:#ffffff;
	border:#e3d7e7 1px solid;
	margin:0 8px 20px 0;
	height:200px;
}
#videoWrapNew .video.subscription {
	position:relative;
	width:auto;
	padding:20px;
	float:none;
	background:#ffffff;
	border:#e3d7e7 1px solid;
	margin:0 8px 20px 0;
	height:auto;
}
#videoWrapNew .video:hover {
	background:#f6f3f8;
	border:#ccb6d4 1px solid;
}
#videoWrapNew .video.subscription:hover {
	background:#ffffff;
	border:#e3d7e7 1px solid;
}
#videoWrapNew .video.last {
	margin-right:0;
}
#videoWrapNew img.videoimg {
	border:#cccccc 1px solid;
	width:148px;
	height:90px;
}
#videoWrapNew .duration {
	position:absolute;
	top:72px;
	left:10px;
	background:#575353;
	padding:3px 6px;
	color:#fff;
	font-size:.8em;
	font-weight:bold;
	border:#fff 1px solid;
	line-height:1.1em;
}
#videoWrapNew .level {
	position:absolute;
	top:68px;
	right:8px;
	width:23px;
	height:23px;
	background:url(../images/levelBg.png) no-repeat;
	text-indent:-9000px;
}
#videoWrapNew .level.level1 {
	background:url(../images/levelBg1.png) no-repeat;
}
#videoWrapNew .level.level2 {
	background:url(../images/levelBg2.png) no-repeat;
}
#videoWrapNew .level.level3 {
	background:url(../images/levelBg3.png) no-repeat;
}
#videoWrapNew .video h2 {
	font-size:.85em;
	padding:.2em 0;
	line-height:1.2em;
	margin-bottom:.4em;
	border-bottom:#e4d8e8 1px solid;
}
#videoWrapNew .video.subscription h2 {
	font-size:1.2em;
	padding:.2em 0;
	margin-bottom:.4em;
	border-bottom:#e4d8e8 1px solid;
}
#videoWrapNew .video p {
	font-size:.85em;
	margin:5px 0 5px 0;
	line-height:1.1em;
	color:#383838;
}
#videoWrapNew.free .video p {
	margin:5px 0 10px 0;
	line-height:1.2em;
}
#videoWrapNew .video.subscription p {
	font-size:1em;
	line-height:1.4em;
}
#videoWrapNew.free .video p.play {
	font-weight:bold;
}
ul.pagination {
	list-style:none;
	margin:0;
	clear:both;
}
 ul.pagination li {
	margin:0 3px 0 0;
	float:left;
	text-align:center;
}
 ul.pagination li a {
	display:block;
	width:18px;
	height:18px;
	border:#fff 1px solid;
	color:#fff;
	font-weight:bold;
	background:#969292;
}
 ul.pagination li a:hover {
	background:#787575;
	text-decoration:none;
}
 ul.pagination li a.active {
	background:#ff9711;
}

/*ATHLETES*/

#athleteBg {
    background: url("../images/athlete_header.jpg") no-repeat scroll left top transparent;
    height: 169px;
    margin-bottom: 1em;
    width: 960px;
    text-indent:-9000px;
}



.videoWrapAthletes {
	padding:20px 0 0 0;
	position:relative;
}
.videoWrapAthletes .video {
	position:relative;
	width:160px;
	padding:5px;
	float:left;
	background:#ffffff;
	border:#e3d7e7 1px solid;
	margin:0 8px 20px 0;
	height:200px;
}
.videoWrapAthletes .video.subscription {
	position:relative;
	width:auto;
	padding:20px;
	float:none;
	background:#ffffff;
	border:#e3d7e7 1px solid;
	margin:0 8px 20px 0;
	height:auto;
}
.videoWrapAthletes .video:hover {
	background:#f6f3f8;
	border:#ccb6d4 1px solid;
}
.videoWrapAthletes .video.subscription:hover {
	background:#ffffff;
	border:#e3d7e7 1px solid;
}
.videoWrapAthletes .video.last {
	margin-right:0;
}
.videoWrapAthletes img.videoimg {
	border:#cccccc 1px solid;
	width:148px;
	height:90px;
}
.videoWrapAthletes .duration {
	position:absolute;
	top:72px;
	left:10px;
	background:#575353;
	padding:3px 6px;
	color:#fff;
	font-size:.8em;
	font-weight:bold;
	border:#fff 1px solid;
	line-height:1.1em;
}
.videoWrapAthletes .level {
	position:absolute;
	top:68px;
	right:8px;
	width:23px;
	height:23px;
	background:url(../images/levelBg.png) no-repeat;
	text-indent:-9000px;
}
.videoWrapAthletes .level.level1 {
	background:url(../images/levelBg1.png) no-repeat;
}
.videoWrapAthletes .level.level2 {
	background:url(../images/levelBg2.png) no-repeat;
}
.videoWrapAthletes .level.level3 {
	background:url(../images/levelBg3.png) no-repeat;
}
.videoWrapAthletes .video h2 {
	font-size:.85em;
	padding:.2em 0;
	line-height:1.2em;
	margin-bottom:.4em;
	border-bottom:#e4d8e8 1px solid;
}
.videoWrapAthletes .video.subscription h2 {
	font-size:1.2em;
	padding:.2em 0;
	margin-bottom:.4em;
	border-bottom:#e4d8e8 1px solid;
}
.videoWrapAthletes .video p {
	font-size:.85em;
	margin:5px 0 5px 0;
	line-height:1.1em;
	color:#383838;
}
.videoWrapAthletes.free .video p {
	margin:5px 0 10px 0;
	line-height:1.2em;
}
.videoWrapAthletes .video.subscription p {
	font-size:1em;
	line-height:1.4em;
}
.videoWrapAthletes.free .video p.play {
	font-weight:bold;
}

.videoWrapAthletes .scroll{
	width:auto;
}

.videoWrapAthletes a.scrollprev{
	position:absolute;
	display:block;
	text-indent:-9000px;
	top:138px;
	left:0;
	width:27px;
	height:53px;
	background:url(../images/prevVids.png) left top no-repeat;
	cursor: pointer;
}

.videoWrapAthletes a.scrollprev:hover{
	background:url(../images/prevVids-hover.png) left top no-repeat;
}

.videoWrapAthletes a.scrollprev.disabled{
background:url(../images/prevVids-diabled.png) left top no-repeat;
}

.videoWrapAthletes a.scrollnext{
	position:absolute;
	display:block;
	text-indent:-9000px;
	top:138px;
	right:0;
	width:27px;
	height:53px;
	background:url(../images/nextVids.png) left top no-repeat;
	cursor: pointer;
}

.videoWrapAthletes a.scrollnext:hover{
	background:url(../images/nextVids-hover.png) left top no-repeat;
}

.videoWrapAthletes a.scrollnext.disabled{
background:url(../images/nextVids-diabled.png) left top no-repeat;
}

.videoWrapAthletes ul{
	list-style:none;
}

.videoWrapAthletes .scroll, .videoWrapAthletes .scroll1, .videoWrapAthletes .scroll2, .videoWrapAthletes .scroll3, .videoWrapAthletes .scroll4, .videoWrapAthletes .scroll5, .videoWrapAthletes .scroll6{
	margin-left:34px;
}


/*FOOTER*/

footer {
	border-top:#5d346a 4px solid;
	background:#62466b;
	background: -webkit-gradient(linear, left top, left bottom, from(#a78eaf), to(#62466b));
	background: -moz-linear-gradient(top, #a78eaf, #62466b);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a78eaf', endColorstr='#62466b');
	color:#fff;
}
footer a {
	color:#FFF;
}
#footer-wrap {
	width:960px;
	margin:0 auto;
	margin-top:18px;
	padding-bottom:18px
}
#footer-nav ul {
	margin:0 30px 0 0;
	list-style:none;
	float:left;
}
#footer-nav ul li {
	font-size:.9em;
	line-height:1.3em;
	margin:0;
	padding:0;
}
#footer-socialCopy {
	width:400px;
	float:right;
	text-align:right;
}
#footer-socialCopy a#fb {
	float:right;
	display:block;
	width:28px;
	height:28px;
	font-size:0;
	background:url(../images/fb.png) no-repeat;
	margin-right:5px;
}
#footer-socialCopy a#ya {
	float:right;
	display:block;
	width:28px;
	height:28px;
	font-size:0;
	background:url(../images/yogaAnonymousIcon.png) no-repeat;
	margin-right:5px;
}

#footer-socialCopy a#tw {
	float:right;
	display:block;
	width:28px;
	height:28px;
	font-size:0;
	background:url(../images/tw.png) no-repeat;
}
#footer-socialCopy a#yv {
	display:block;
	padding-top:5px;
	clear:both;
}
#footer-socialCopy p {
	padding-top:15px;
	font-size:.95em;
	line-height:1.4em;
}


/* ADDED BY NICK (CREATIVEMMS) */
#homeCTA {
/* 	background:url("../images/full-width-slide2.png") no-repeat; */
	background:url("../images/full-width-slide2-1.png") no-repeat;
	width: 966px;
	height: 303px;
	position: relative;
	left: -11px;	
	margin-top: 5px;
}
		
#homeCTA ul {
/*
	list-style: none;
	margin: 0;
	position: absolute;
	left: 776px;
	top: 241px;
	width: 166px;
*/
	list-style: none;
	margin: 0;
	position: absolute;
	left: 732px;
	top: 242px;
	width: 222px;		
}
		
#homeCTA ul li a {
	/* width: 166px; */
	width: 222px;
	height: 39px;
	display: block;
	text-indent: -9000px;			
}

#sidebarCheckout {
	min-height: 43px;
	margin-top: -20px;
	background: white;
	margin-bottom: 1em;
}

#sidebarCheckout input#checkButton {
	float: left;
	margin-left: 13px;
}

.inputButton {
	background:url("../images/inputButton.png") no-repeat;
	width: 133px;
	height: 31px;			
	border: none;
	color: white;
	font-family: Arial;
	font-size: 16px;			
}
