
/* ##########[ Reference ]########## */
/**
 * Header & Footer Colors:
 * #95d5dc -- Bright Blue; background
 * #fff    -- White; heading
 * #c2dd21 -- Gray; content
 * 
 * Payload Colors:
 * #eae4de -- Light Gray; background
 * #666    -- Dark Gray; content
 * #e4e3e2 -- Medium Gray; horizontal rule
 * 
 * Button & Link Colors:
 * #8ad1d9 -- Blue Button
 * #c5d75b -- Light Green Button
 * #c2dd21 -- Darker Green Button
 * #31a8c5 -- Anchor
 * #009db7 -- Menu Anchor
**/

/* ##########[ Base ]########## */

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    height: 100%;
    font-size: 1.4em;
    line-height: 1.6em;
    background: #eae4de url('/images/default/layout/import/body-bg.jpg') center center repeat-y;
    font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
    color: #666;
}

#page {
    height: 100%;
    min-width: 960px;
}

#page .layout {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#footerstick {
    position: relative;
    min-height: 100%;
}

* html #footerstick {
    height: 100%;
}

a {
    color: #31a8c5;
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    text-decoration: underline;
}

/* ##########[ Masthead ]########## */

#masthead {
	background: #95d5dc url('/images/default/layout/import/header-bg.jpg') no-repeat top center;
    position: relative;
    margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

#masthead h1 {
    line-height: 1em;
}

#masthead .strokes {
    background: url('/images/default/layout/import/nav-strokes.png') 0 63px repeat-x;
}

#branding a {
    position: relative;
    top: -11px;
    left: -18px;
    margin-bottom: -15px;
    display: block;
    text-indent: -9999em;
    width: 296px;
    height: 188px;
    background: url('/images/default/layout/weducation.png') no-repeat;
}

#masthead p {
    font-family: "gesta-1","gesta-2","Lucida Grande", Helvetica, sans-serif;
    font-size: 1.15em;
    color: #444;
}

#masthead .intro .right {
    margin-top: -30px;
}




/* ##########[ Main Menu & Session Menu ]########## */

#session-menu ul li {
    display: inline;
    font-family: "superclarendon-1","superclarendon-2","Lucida Grande", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
}

#main-menu,
#session-menu {
    position: absolute;
    right: 0px;
    top: 63px;
}

#session-menu a {text-decoration:none;}
#session-menu a:hover { color: #FFB154;}

#session-menu {
    top: 20px;
}

#main-menu ul {
	list-style-type: none;
	padding: 6px 0 0 0;
	position: absolute;
	right: -62px;
	width: 700px;
}

#main-menu ul li {
	float: left;
	margin: 0 0 0 25px;
	position: relative;
}

#main-menu a {
	padding: 0; margin: 0;
	height: 28px;
	background: url('/images/default/layout/import/nav-sprite.png') no-repeat top left;
	text-indent: -9999px;
	display: block;
}

#main-menu ul li ul {
    position: absolute;
    top: 38px;
    left: 0;
    padding: 0;
    width: auto;
    margin: 0;
    background: #31A8C5;
    display: none;
    padding: 3px 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.85em;
    z-index: 99;
}

#main-menu ul li:hover {
    height: 38px;
}
#main-menu ul ul li:hover {
    height: auto;
}

#main-menu ul li:hover ul {
    display: block;
}

#main-menu ul li ul li {
    float: none;
    margin: 0;
}

#main-menu ul li ul li a {
    display: block;
    background: transparent;
    height: auto;
    text-indent: 0;
    color: #a9e3f9;
    text-decoration: none;
    border-bottom: 1px solid #99d3e9;
    padding: 3px 0;
    width: 100%;
}

#main-menu ul li ul li:hover a,
#main-menu ul li ul li a:hover {
    color: white;
}

#main-menu a#menu-main-workshops { display: block; width: 113px; background-position: 0px 0px; }
#main-menu li:hover a#menu-main-workshops,
#main-menu a#menu-main-workshops:hover { background-position: 0px -28px; }

#main-menu a#menu-main-video { display: block; width: 63px; background-position: -122px 0px; }
#main-menu li:hover a#menu-main-video,
#main-menu a#menu-main-video:hover { background-position: -122px -28px; }

#main-menu a#menu-main-about { display: block; width: 69px; background-position: -194px 0px; }
#main-menu li:hover a#menu-main-about,
#main-menu a#menu-main-about:hover { background-position: -194px -28px; }

#main-menu a#menu-main-membership { display: block; width: 112px; background-position: -272px 0px; }
#main-menu li:hover a#menu-main-membership,
#main-menu a#menu-main-membership:hover { background-position: -272px -28px; }

#main-menu a#menu-main-blog { display: block; width: 56px; background-position: -393px 0px; }
#main-menu a#menu-main-blog:hover { background-position: -393px -28px; }

#main-menu a#menu-main-contact { display: block; width: 86px; background-position: -458px 0px; }
#main-menu a#menu-main-contact:hover { background-position: -458px -28px; }


/* ##[ remove bottom borders to sub-menu items ]## */

#main-menu ul li ul li .last-item {
    border-bottom-width: 0;
}


/* ##[ Set the width of child submenus ]## */

#main-menu ul li#menu-branch-main-workshops  ul { width: 190px; }
#main-menu ul li#menu-branch-main-video      ul { width: 225px; }
#main-menu ul li#menu-branch-main-about      ul { width: 175px; }
#main-menu ul li#menu-branch-main-membership ul { width: 150px; }
#main-menu ul li#menu-branch-main-blog       ul {  }
#main-menu ul li#menu-branch-main-contact    ul {  }




/* ##########[ Pagination ]########## */

div.pagination-wrap {
    padding-top: 15px;
    background: url('/images/default/layout/elegant-header-top.png') top left repeat-x;
}

ul.pagination {
    list-style-type: none;
    text-align: center;
    background: url('/images/default/layout/elegant-header-bottom.png') bottom left repeat-x;
    padding-bottom: 15px;
}

ul.pagination li {
    display: inline;
}

ul.pagination li.active,
ul.pagination li a,
ul.pagination li a:hover {
    padding: 4px 9px;
    margin: 0 3px;
    background: #CCDEE2;
    color: #258498;
    font-size: 1.3em;
    font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

ul.pagination li a {
    background: #C5D85B;
    color: #fff;
}

/* ##########[ Masthead Resource Intro ]########## */

#masthead .intro {
    position: relative;
}

#masthead .intro h2 {
    color: white;
    font-family: "superclarendon-1","superclarendon-2","Lucida Grande", Helvetica, sans-serif;
    font-size: 1.685em;
    line-height: 1.1em;
    font-weight: normal;
    text-shadow: 1px 1px 1px #777;
    margin-bottom: 0.6em;
}

#masthead .intro h3 {
    color: #298292;
	font-family: "gesta-1", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 1.685em;
    line-height: normal;
    font-weight: normal;
    text-shadow: 1px 1px 1px #fff;
    margin-bottom: 0.6em;
    margin-top: -0.4em;
}

#masthead .intro {
    padding-bottom: 30px;
}

#masthead .intro .copy-container {
}

#masthead .intro .media-container,
#masthead .intro .minor-container,
#masthead .intro .minor-split-container {
 
}

#masthead .intro .media-container object {
	z-index: -1;
}

#masthead .intro p {
    margin-bottom: 0.75em;
	line-height: 1.3em;
}

body.workshops #page.index #masthead .intro h2 {
    font-weight: normal;
}

/*
h1 {
    font-size: 1.9em;
    line-height: 2em;
    color: #335;
}

h2 {
    font-size: 1.5em;
    color: #111;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
}
*/

p {
    margin-bottom: 1em;
}

hr {
    padding: 0;
    border-width: 0;
    height: 1px;
    background: #E0DFDB;
}

/* ##########[ Payload ]########## */

#resource {
    padding-top: 20px;
    padding-bottom: 250px;
}


/* ##########[ Common Elements ]########## */

.left  { float: left; }
.right { float: right; }
.clear       { clear: both; }
.clear-left  { clear: left; }
.clear-right { clear: right; }


/* ##[ Split Container ]## */

.split-container {
    width: 465px;
}

.split-container .split-container {
    width: 190px;
}

.major-split-container {
    width: 705px;
}

.major-split-container .split-container {
    width: 310px;
}

.minor-split-container {
    width: 225px;
}

/* ##[ Buttons ]## */

.cta-buttons {
    margin: 1.3em 0 0;
}

.cta-buttons .cta-button {
	width: 150px;
	display: block;
	font: 0.85em "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #fff;
	background-color:#C6D85B;
	padding: 4px 5px 5px 60px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

.cta-button:hover {
	background-color: #258999;
}

.button-workshops-learn-more {
    background: #C6D85B url('/images/default/layout/import/icon-learn-more.png') no-repeat top left;
}

.button-users-signup {
    background: #C6D85B url('/images/default/layout/import/icon-membership.png') no-repeat top left;
}


/* ##[ Elegant White Box ]## */

.elegant-wrap {
	background: url('/images/default/layout/import/box2-top.png') no-repeat top left;
	padding: 14px 0 0;
	margin: 0 0 30px;
}

.elegant-wrap .elegant-wrap {
    width: auto;
    margin: 0;
    padding: 0;
	background: url('/images/default/layout/import/box2-bottom.png') no-repeat bottom left;
	padding: 0 0 14px 0;
}

.elegant-wrap .elegant-wrap .elegant-wrap {
	padding: 5px 20px 1px;
	background: url('/images/default/layout/import/box2-content.png') repeat top left;
	width: auto;
}

.minor-split-container .elegant-wrap {
    background-image: url('/images/default/layout/import/box2-top-minor.png');
}
.major-split-container .elegant-wrap {
    background-image: url('/images/default/layout/import/box2-top-major.png');
}
.minor-split-container .elegant-wrap .elegant-wrap {
    background-image: url('/images/default/layout/import/box2-bottom-minor.png');
}
.major-split-container .elegant-wrap .elegant-wrap {
    background-image: url('/images/default/layout/import/box2-bottom-major.png');
}
.minor-split-container .elegant-wrap .elegant-wrap .elegant-wrap,
.major-split-container .elegant-wrap .elegant-wrap .elegant-wrap {
    background-image: url('/images/default/layout/import/box2-content.png');
}



/* ##[ Content Container ]## */

.content-container {
    margin-bottom: 30px;
    font-size: 0.9em;
}

.content-container p {
    color: #666;
	font: 1.25em "gesta-1", "Lucida Grande", Helvetica, Arial, sans-serif;
	line-height: 1.3em;
}

.content-container header,
body.pages .content-container h1 {
    background: url('/images/default/layout/elegant-header-top.png') top left repeat-x;
    margin-bottom: 25px;
}

body.pages .content-container h1 span {
    display: block;
}

body.pages .content-container h1 span,
.content-container header h1,
.content-container header h2 {
    background: url('/images/default/layout/elegant-header-bottom.png') bottom left repeat-x;
    line-height: 1.1em;
    font-weight: normal;
    text-align: center;
    padding: 13px 10px;
    
	font: 1.7em "superclarendon-1","superclarendon-2";
	text-align: center;
	text-transform: lowercase;
	color: #67bdc8;
}

.content-container article h3 {
    margin-bottom: 3px;
	font: 1.2em "adelle-1","adelle-2", Georgia, Times, serif;
	font-weight: 600;
	color: #ABC246;
}

.content-container article h3 a {
	color: #ABC246;
	text-decoration: none;
}

.content-container article h3 a:hover {
	color: #258999;
}	

.content-container article {
    font-size: 1em;
    line-height: 1.4em;
    border-top: 1px solid #e4e3e2;
    padding-top: 0.8em;
    margin: 0.8em 0;
}

.content-container article.first {
    margin-top: 0;
    padding-top: 0;
    border-top-width: 0;
}

.content-container article.last {
}

.content-container article p {
	margin: 0; padding: 0;
	font: .85em "Lucida Grande", Helvetica, Arial, sans-serif;
	color:#666;
    margin-bottom: 0.9em;
}


/* ##########[ Pagelets ]########## */

.cta-pagelet {
    margin-bottom: 30px;
}

.cta-pagelet .pagelet_model {
    display: inline;
}

.cta-pagelet p {
	margin: 50px 0 0;
	color: #666;
	font: .85em "Lucida Grande", Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

#cta-register-now, #cta-sign-up {
	width: 465px;
	float: left;
 	position: relative;
}

#cta-register-now { margin-right: 30px;}

a.badge-register-now {
	display:block;
	width: 119px; height: 119px;
	background: url('/images/default/layout/import/badge-register-now.png') no-repeat top left;
	float: left;
	text-indent: -9999px;
	margin-right: 10px;
}

#cta-register-now h2 a {
	display:block;
	width: 335px; height: 19px;
	background: url('/images/default/layout/import/h2-register.png') no-repeat top left;
	text-indent: -9999px;
	position:absolute;
	top: 20px; right: 0px;
}

#cta-register-now h2 a:hover { background-position: bottom left; height: 18px;}

a.badge-sign-up {
	display:block;
	width: 119px; height: 119px;
	background: url('/images/default/layout/import/badge-sign-up.png') no-repeat top left;
	float: left;
	text-indent: -9999px;
	margin-right: 15px;
}

#cta-sign-up h2 a {
	display:block;
	width: 284px; height: 16px;
	background: url('/images/default/layout/import/h2-sign-up.png') no-repeat top left;
	text-indent: -9999px;
	position:absolute;
	top: 20px;
	right: 49px;
}

#cta-sign-up h2 a:hover { background-position: bottom left; height: 15px;}

/* Register Now & Sign Up CTA's in the right sidebar */
.sidebar-ctas .pagelet_21,
.sidebar-ctas .pagelet_22 {
    margin-bottom: 2em;
}

.sidebar-ctas .pagelet_21 a.badge-register-now,
.sidebar-ctas .pagelet_22 a.badge-sign-up {
    float: none;
    margin: 0 auto;
}


/* ##########[ Buttons ]########## */

.button-cta,
a.button-cta {
	display: block;
	font: .9em "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin: 0 0 10px;
}

a.button-register {
	background: url('/images/default/layout/import/icon-register.png') no-repeat top left;
	width: 135px;
}

.button-check-out,
a.button-check-out {
	background: url('/images/default/layout/import/icon-check-out.png') no-repeat top left;
	width: 83px;
}

a.button-comment {
	background: url('/images/default/layout/import/icon-comment.png') no-repeat top left;
	width: 135px;
}

a.button-purchase,
a.button-account-purchases {
	background: url('/images/default/layout/import/icon-purchase.png') no-repeat top left;
	width: 135px;
}

a.button-learn-more {
	background: url('/images/default/layout/import/icon-learn-more.png') no-repeat top left;
	width: 135px;
}

a.button-workshop-list {
	background: url('/images/default/layout/import/icon-workshop-list.png') no-repeat top left;
	width: 135px;
}

a.button-watch-now {
	background: url('/images/default/layout/import/icon-watch-now.png') no-repeat top left;
	width: 135px;
}

a.button-account-information {
	background: url('/images/default/layout/import/icon-account-settings.png') no-repeat top left;
	width: 135px;
}

a.button-more-details {
	background: url('/images/default/layout/import/icon-learn-more.png') no-repeat top left;
	width: 90px;
}

a.button-enroll-now {
	background: url('/images/default/layout/import/icon-register.png') no-repeat top left;
	width: 90px;
}

a.button-purchase-workshop {
	background: url('/images/default/layout/import/icon-purchase.png') no-repeat top left;
	width: 90px;
}

a.button-account-subscriptions {
	background: url('/images/default/layout/import/icon-subscriptions.png') no-repeat top left;
	width: 90px;
}

a.button-pri {
	background-color: #C6D85B;
	padding: 4px 5px 5px 60px;
}

a.button-pri:hover {
	background-color: #258999;
}


/* ##########[ Rudder ]########## */

#rudder {
    margin-top: -250px;
	background: #95d5dc url('/images/default/layout/import/footer-bg.jpg') no-repeat top center;
	border-top: 1px solid #fff;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0.9em;
}

#rudder .layout {
    background: url('/images/default/layout/rudder-dividers.png') repeat-y;
}

#rudder .copyright {
    font-size: 0.9em;
    line-height: 1.5em;
    color: #31a8c5;
}


#rudder a {
    color: white;
}

#rudder h1,
#rudder h2,
#rudder h3 {
    color: #31a8c5;
}

#rudder h2 {
    margin-bottom: 10px;
}

#rudder .split-container {
    width: 195px;
    padding: 0 20px 0 25px;
    position: relative;
}

#rudder .split-container.first {
    width: 200px;
    padding-left: 20px;
    padding-bottom: 75px;
}

#rudder .copyright {
    position: absolute;
    bottom: 0;
    left: 20px;
}

#rudder ul.social-buttons li {
    float: left;
}

#rudder ul.social-buttons a {
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top left;
}

#rudder ul.social-buttons .twitter a {
    width: 84px;
    height: 17px;
    background-image: url('/images/default/layout/import/button-twitter.png');
    margin-right: 15px;
}

#rudder ul.social-buttons .facebook a {
    width: 94px;
    height: 16px;
    background-image: url('/images/default/layout/import/button-facebook.png');
}

#rudder ul.social-buttons .vimeo {
    clear: left;
}

#rudder ul.social-buttons .vimeo,
#rudder ul.social-buttons .rss {
    margin-top: 10px;
}

#rudder ul.social-buttons .vimeo a {
    width: 72px;
    height: 20px;
    background-image: url('/images/default/layout/import/button-vimeo.png');
    margin-right: 20px;
}

#rudder ul.social-buttons .rss a {
    margin-top: 4px;
    width: 60px;
    height: 16px;
    background-image: url('/images/default/layout/import/button-rss.png');
}

#rudder ul.social-buttons a:hover {
	background-position: bottom left;
}



/* ##########[ Home ]########## */


body.default #page.index .cta-buttons .button-workshops-learn-more {
    margin-right: 30px;
}


/* ##########[ Blog ]########## */

body.blog .content-container article {
    border-top-width: 0;
    margin-top: 0;
    padding-top: 0;
    font-family: gesta-1, gesta-2, 'Lucida Grande', Helvetica, sans-serif;
    font-size: 1.2em;
    color: #999;
}

body.blog .content-container article p {
    color: #999;
    font-size: 1em;
}

body.blog .content-container article footer {
    display: block;
    background: url('/images/default/layout/elegant-header-bottom.png') repeat-x;
    padding-top: 1.2em;
    margin-top: 25px;
}

body.blog .content-container article footer .comment-count,
body.blog .content-container article footer .post-date,
body.blog .content-container article footer .social-sharing {
    width: 221px;
}

body.blog .content-container article footer .comment-count,
body.blog .content-container article footer .post-date {
    float: left;
    font: normal 0.9em/normal adelle-1, adelle-2, Georgia, Times, serif;
}


body.blog .content-container header h1,
body.blog .content-container header h2 {
    font-size: 1.5em;
}

body.blog .content-container header h2 a,
body.blog .content-container header h2 a:hover {
    text-decoration: none;
    color: #67BDC8;
}

body.blog .content-container article footer .comment-count a {
    color: #C5D85B;
}

body.blog .content-container article footer .post-date {
    margin-left: 1px;
    text-align: center;
    color: #67BDC8;
}

body.blog .content-container article footer .social-sharing {
    float: left;
    margin-left: 1px;
}


body.blog #masthead .button-blog-subscribe-rss {
    margin-right: 30px;
}

.pagelet_blog_categories ul li a {
    background: #f4f4f2;
    display: block;
    padding: 5px 10px;
    font-size: 0.8em;
    margin-bottom: 4px;
    border-radius: 6px;
}

.pagelet_blog_categories ul li a:hover {
    color: #FFB154;
}

.pagelet_blog_categories ul li.even a {
    background: #f7f7ef;
}

.pagelet_blog_categories ul li.even a:hover {
    color: #FFB154;
}


/* ##########[ Account Dashboard ]########## */

body.users #page.dashboard .intro .cta-buttons {
    margin: -0.6em 0 0;
}

body.users #page.dashboard .intro .cta-button {
    margin-right: 20px;
    width: 100px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

body.users #page.dashboard .intro .cta-buttons .active {
    background-color: #DEF2F3;
    color: #7D827E;
    background-position: bottom left;
}

body.users #page.dashboard .intro .cta-buttons .active:hover {
	background-color: #258999;
	color: white;
	background-position: top left;
}

body.users .eip-services .sso-service {
    float: left;
    display: block;
    padding: 5px;
    background: #ddd;
    margin-right: 10px;
}

body.users .eip-services .connected {
    background: #aaa;
}


/* ##########[ Workshops Listing ]########## */

body.workshops #page.index .title-and-date,
body.workshops #page.index .workshop-summary {
    width: 295px;
}

body.workshops #page.index .special-notices,
body.workshops #page.index .workshop-preview {
    width: 325px;
}

body.workshops #payload.index .cta-button {
    width: 90px;
}

body.workshops #payload.index .button-more-details {
    margin-right: 15px;
}

body.workshops #page.index .title-and-date {
    margin-bottom: 1em;
}

body.workshops #page.index .title-and-date h3 a,
body.workshops #page.index .title-and-date time {
    font-size: 1.2em;
    font-family: "adelle-1","adelle-2",Georgia, Times, serif;
    color: #82D3D7;
    font-weight: 600;
}

body.workshops #page.index .special-notices p em {
    font-size: 0.8em;
    color: #777;
}

body.workshops #page.index .special-notices p {
    margin-bottom: 0;
}

body.workshops #page.index #resource p {
    color: #777;
}


/* ##########[ Workshop as Event ]########## */

#workshop-as-event {}

#workshop-as-event #itinerary table {
    width: 100%;
    margin-bottom: 0.3em;
}

#workshop-as-event #itinerary thead {
    display: none;
}

#workshop-as-event #itinerary td {
    font-family: "gesta-1","gesta-2","Lucida Grande", Helvetica, sans-serif;
    font-size: 1.1em;
    padding: 8px 15px;
    border-bottom: 5px solid #FAF9F7;
}

#workshop-as-event #itinerary tr.last td {
    border-bottom-width: 0px;
}

#workshop-as-event #itinerary td.time-range {
    color: #34A6CA;
    font-weight: bold;
    width: 120px;
    border-right: 5px solid #FAF9F7;
}

#workshop-as-event #itinerary td.description {
    color: #777;
}

#workshop-as-event #itinerary tr.odd td {
    background: #F6F6F4;
}

#workshop-as-event #itinerary tr.even td {
    background: #F9FAF2;
}



/* ##########[ Workshop as Video ]########## */

#workshop-as-video {}

#workshop-as-video #price-point .cta-button {
    width: 125px;
}

#workshop-as-video #price-point h3 {
    color: #abc246;
    margin-bottom: 10px;
	font: 1.1em "adelle-1","adelle-2", Georgia, Times, serif;
	font-weight: 600;
	color: #ABC246;
}

#workshop-as-video #price {
	font-size: 5.3em;
	line-height: 1em;
    font-family: "Lucida Grande", Helvetica, sans-serif;
	color: #31A9C4;
	display: block;
	width: 190px;
	height: 115px;
	background: url('/images/default/layout/import/price.png') no-repeat top left;
	text-indent: -9999em;
	margin: 5px 0 0;
}

#workshop-as-video #price-point .cta-buttons {margin-top: 0;}

#workshop-as-video #cta-register-now,
body.workshops #payload.watch #cta-register-now {
    margin-bottom: 30px;
}

#workshop-as-video #cta-register-now,
body.workshops #payload.watch #cta-register-now,
#workshop-as-video #cta-sign-up,
body.workshops #payload.watch #cta-sign-up {
    margin-right: 0;
}

#workshop-as-video #cta-register-now p,
#workshop-as-video #cta-sign-up p,
body.workshops #payload.watch #cta-register-now p,
body.workshops #payload.watch #cta-sign-up p {
    position: absolute;
    top: 47px;
    right: 0;
    width: 335px;
    font-size: 1.1em;
}

body.workshops .intro #player {
    display: block;
    width: 690px;
    height: 388px;
    border: 10px solid #d9f0f3;
}

/* Example for how to replace Workshop 6 price with an image */
/*
#workshop-as-video #workshop-as-video-6 #price {
    display: block;
    text-indent: -9999em;
}
*/


/* ##########[ Speakers ]########## */

body.speakers .profile-picture {
    float: right;
    margin-top: -40px;
    border: 10px solid #D9F0F3;
    margin-left: 20px;
    margin-bottom: 10px;
}

body.speakers .profile-picture img { padding: 0;}

body.speakers .speaker-details {
    float: right;
    padding: 10px;
    background: #D5EFF0;
    clear: right;
    margin: 0 0 10px 20px;
}

body.speakers #masthead .intro .speaker-details dl {
    margin-bottom: 1.3em;
    padding-right: 20px;
}

body.speakers #masthead .intro .speaker-details dl dt,
body.speakers #masthead .intro .speaker-details dl dd {
    font-size: 0.9em;
    line-height: 1.2em;
}

body.speakers #masthead .intro .speaker-details dl dd {
    margin-bottom: 0.8em;
}

body.speakers #masthead .intro .speaker-details dl dd a {
    color: #FFB154;
}

body.speakers #masthead .intro .speaker-details h3 {
    margin: 0;
    font-size: 0.9em;
    margin-bottom: 0.3em;
    color: #31A8C5;
    text-shadow: none;
    font-family: superclarendon-1, superclarendon-2, 'Lucida Grande', Helvetica, sans-serif;
}

body.speakers #masthead .intro .speaker-details h3 {
    margin-bottom: 7px;
}
body.speakers .speaker-details {
    width: 250px;
}
body.speakers .speaker-details .speaker-workshops li {
    display: inline;
}
body.speakers .speaker-details .speaker-workshops li a {
    float: left;
    background: #FFB154;
    color: white;
    padding: 5px 7px 5px 7px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
body.speakers .speaker-details .speaker-workshops li a:hover {
    text-decoration: none;
    background: #258999;
}

body.speakers #page.index .intro {
    padding-bottom: 10px;
}

/* ##########[ Sidebar items ]########## */


h3.stand-alone,
.minor-split-container .pagelet_model h3 {
    color: #FFB154;
    line-height: 1.3em;
    margin-bottom: 0.6em;
    font: normal 1em "adelle-1","adelle-2", Georgia, Times, serif;
}

h3.stand-alone a,
.minor-split-container .pagelet_model h3 a {
    color: #FFB154;
}

/*.minor-split-container .content-container p {
    font-family: "gesta-1","gesta-2","Lucida Grande", Helvetica, sans-serif;
    font-size: 1em;
    color: #666;
    margin-bottom: 0.3em;
}
*/



/* ##########[ CLEARFIX ]########## */
ul.pagination:after,
#masthead .intro #register-countdown .countdown-numbers:after,
.cta-pagelet:after,
#cta-register-now:after,
#cta-sign-up:after,
#branding h1:after,
#masthead:after,
.cta-buttons:after,
#masthead .intro:after,
#resource:after,
.elegant-wrap .elegant-wrap .elegant-wrap:after,
.layout:after,
.pagelet_model:after,
body.speakers .speaker-details .speaker-workshops:after,
body.blog .content-container article footer:after,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}




/* ##########[ Ben's CSS Adjusments ]########## */

.layout img {
	display: block;
	border: 1px solid #C3B9B3;
	padding: 4px;
}


.layout a:hover img,
.layout a img:hover {
    border-color: #C3B9B3;
    background-color: #FFC57F;
}

.intro img { padding: 0;}

.split-container article .left {
	float: left;
	width: 150px;
}

.split-container article .left h4 {
	font: normal italic .9em "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 0 0 2px;
	color: #999;
}

.split-container article .left p {
	padding: 0;
	margin: 8px 0 0;
	color: #666;
}

.content-container article h3 {
	margin: 10px 0 0;
}

a img.speaker-company {
	border: 10px solid #D9F0F3;
	margin-left: 20px;
}

a img.speaker-company:hover {
	border-color: #31A8C5;
}

#watch-video-playlist {
    border: 10px solid #D9F0F3;
    width: 195px;
}

#watch-video-playlist ol {
	background-color: #D9F0F3;
	height: 553px;
}

#watch-video-playlist li {
    padding: 0 0 10px 0px;
}

#watch-video-playlist li a {
    display: block;
    width: 175px;
}

#watch-video-playlist img { border:none;}

#video-playlist article {
	width: 100%;
	clear: both;
}

#video-playlist .workshop-video-image {
    float: left;
    display: block;
    margin: 0 30px .8em 0;
}

#video-playlist h3 { margin: 0;}

#video-playlist #workshop-video-teaser { 
	width: 190px;
	float: left;
}

.intro object { 
	border: 10px solid #d9f0f3;
}

#price-point .split-container p {
	font-size: 1.1em;
}


/* ##########[ Workshop Register Form ]########## */

#workshop-register {}

#workshop-register label {
    display: block;
}

#workshop-register #state {
    width: 30px;
}

/* ##########[ GET INVOLVED FORM ]########## */

p#involved-left,p#involved-right {
	width: 315px;
	float: left;
}

p#involved-left {margin-right: 30px;}

form#get-involved {
	width: 100%;
	overflow: auto;
}

form#get-involved .left, form#get-involved .right {
	margin: 0;
	padding: 0;
	float: left;
}

form#get-involved .left {
	margin-right: 35px;
}

form#get-involved label {
	font-size: .9em;
	display: block;
	line-height: 1.3em;
}

form#get-involved input, form#get-involved textarea#comments {
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-border-radius: 3px;
	border: 1.5px solid #B3D6DB;
	background-color: #F4F4E9;
	padding: 5px;
	width: 300px;
	margin: 5px 0 10px;
	color: #666;
}

form#get-involved input#involved-submit {
	border: none;
	background-color: #8BD1D9;
	color: #fff;
	padding: 10px 8px 10px 20px;
	width: 125px;
	outline: none;
	float: right;
}

p#involved-submission {
	margin: 20px 0;
}

.errors {
	font-size: .9em;
	color: #FF1D25;
	font-style: italic;
}

/* ##########[ CONTACT FORM ]########## */

form#contact-form .left, form#contact-form .right {
	margin: 0;
	padding: 0;
	float: left;
}

form#contact-form .left {
	margin-right: 35px;
}

form#contact-form label {
	font-size: .9em;
	display: block;
	line-height: 1.3em;
}

form#contact-form input, form#contact-form textarea, form#contact-form select {
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-border-radius: 3px;
	border: 1.5px solid #B3D6DB;
	background-color: #F4F4E9;
	padding: 5px;
	width: 300px;
	margin: 5px 0 10px;
	color: #666;
}

form#contact-form select {
	font-size: .9em;
	width: 310px;
	background: #F4F4E9 url('/images/default/layout/select-bg.png') no-repeat top right;
}

form#contact-form textarea {
	float: right;
	min-height: 67px;
}

form#contact-form input#contact-submit {
	border: none;
	display: block;
	background-color: #8BD1D9;
	color: #fff;
	padding: 10px 8px 10px 10px;
	width: 155px;
	outline: none;
	float: right;
}

/* ##########[ WORKSHOP ENROLLMENT FORM ]########## */

form#workshop-register .left, form#workshop-register .right {
	margin: 0;
	padding: 0;
	float: left;
}

form#workshop-register .left {
	margin-right: 35px;
}

form#workshop-register label {
	font-size: .9em;
	display: block;
	line-height: 1.3em;
}

form#workshop-register input, form#workshop-register textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-border-radius: 3px;
	border: 1.5px solid #B3D6DB;
	background-color: #F4F4E9;
	padding: 5px;
	width: 300px;
	margin: 5px 0 10px;
	color: #666;
}

form#workshop-register .location { float: left; margin-right: 10px;}
form#workshop-register .location-no { float: left;}
form#workshop-register input#city, form#workshop-register input#zip {width: 111px;}

form#workshop-register input#register-submit {
	border: none;
	display: block;
	background-color: #8BD1D9;
	color: #fff;
	padding: 10px 8px 10px 10px;
	width: 155px;
	outline: none;
	float: right;
}

/* ##########[ SITE-WIDE TYPOGRAPHY ]########## */

/* Homepage */

.topics-list h3 {color: #FFB154 !important;}

p a {text-decoration: none;}
p a:hover {color: #FFB154; text-decoration: none !important;}

/* Workshop Listing Page */

body.workshops #page.index .title-and-date h3 { line-height: 1em;}
body.workshops #page.index .title-and-date h3 a { color: #ABC246; text-decoration: none;}
body.workshops #page.index .title-and-date h3 a:hover { color: #258999;}

.special-notices p { line-height: .9em; color:#777;}

h3#coming-soon {
	display: block;
	width: 315px;
	height: 140px;
	background: url('/images/default/layout/venue-coming-soon.png') no-repeat top left;
	text-indent: -9999em;
	float: left;
	margin: 0 30px 0 0;
}

/* Layout Sidebar Styles */


#layout-sidebar h3 { 
	font: normal 1.1em "adelle-1","adelle-2", Georgia, Times, serif;
	font-weight: 600;
}

#layout-sidebar p, #layout-sidebar a {
	font-size: .9em;
	line-height: 1.3em;
	font-family: "Lucida Grande", Helvetica, sans-serif;
}

a.sidebar-cta-link {
	border: none;
	display: block;
	background-color: #8BD1D9;
	color: #fff;
	width: 100%;
	text-align: center;
	outline: none;
	padding: 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-border-radius: 3px;
	text-decoration: none !important;
}

a.sidebar-cta-link:hover { background-color: #FFB154;}

#layout-sidebar .pagelet_21 a.badge-register-now,
#layout-sidebar .pagelet_22 a.badge-sign-up {
	display: block;
	float: none;
	margin-left: 55px;	
    margin-bottom: 10px;
}

#layout-sidebar .pagelet_21 h2 a,
#layout-sidebar .pagelet_22 h2 a {
	display: block;
	text-align: center;
	font: 1.3em "gesta-1","gesta-2","Lucida Grande", Helvetica, sans-serif !important;
	margin: 0 0 8px;
	text-decoration: none;
}

#layout-sidebar .pagelet_21 h2 a:hover,
#layout-sidebar .pagelet_22 h2 a:hover {
	color: #FFB154;
}

#layout-sidebar .pagelet_21 p,
#layout-sidebar .pagelet_22 p {
	text-align: center;
}

.content-container #itinerary h3 {color:#82D3D7;}

/* WYSIWYG Page Styles */

.page_model h4 {
	font: normal 1.2em "adelle-1","adelle-2", Georgia, Times, serif;
	font-weight: 600;
	color: #82D3D7;
}

.page_model h5 {
	font: italic normal 1em "adelle-1","adelle-2", Georgia, Times, serif;
	font-weight: 300;
	color: #999;
	margin-bottom: 15px; 
}

/* Upcoming Workshop Venue */

#venue img {
	float: left;
	margin: 0 30px 0 0;
}

#venue h3 {
	font: normal 1.2em "adelle-1","adelle-2", Georgia, Times, serif;
	font-weight: 600;
	color: #ABC246;
}

#venue h5 {
	font-size: .9em;
	font-weight: normal;
	line-height: 1.1em;
	margin-bottom: 15px;
}

/* Discover Video Training */

.discover-clear { width: 100%; overflow: auto;}

.discover-left {
	width: 317px;
	float: left;
}

.discover-right {
	width: 317px;
	float: right;	
}

h2.discover-price-title {
	font: normal 1.5em "adelle-1","adelle-2", Georgia, Times, serif;
	font-weight: 600;
	color: #31A8C5;
	text-shadow: none;
	margin: 5px 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #CCDEE2;
}

span#workshop-price {
	display: block;
	width: 213px;
	height: 80px;
	background: url(/images/default/layout/import/ws1-price-special.png) no-repeat top left;
	text-indent: -9999em;
	margin: 20px 0 10px 50px;
}

p.special-price {
	font-size: .9em;
	font-style: italic;
}

.discover-right ul {
	list-style-type: disc;
	margin: -5px 0 30px 12px;
}

.discover-right ul li {
	font: 1.2em "gesta-1","gesta-2","Lucida Grande", Helvetica, sans-serif !important;
	line-height: 1.5em;
	margin: 0 0 10px;
}

.discover-right a {
	display: block;
	font: 0.85em "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 0 30px;
	padding: 7px 5px 8px 60px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	background: #C6D85B url("/images/default/layout/import/icon-purchase.png") no-repeat top left;
}

.discover-right a:hover {background-color: #FFB154;}

a.discover-purchase-button, a.discover-workshop-details {
	display: block;
	font: 0.85em "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 0 30px;
	padding: 7px 5px 8px 60px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	width: 83px;
	float: left;
}

a.discover-purchase-button {background: #C6D85B url("/images/default/layout/import/icon-purchase.png") no-repeat top left; margin-right: 20px;}

a.discover-workshop-details {background: #C6D85B url("/images/default/layout/import/icon-learn-more.png") no-repeat top left;}

.discover-left a:hover {background-color: #FFB154;}

/* FAQs Page */

.faq-clear {
	border-bottom: 1px solid #CCDEE2;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.faq-left {
	float: left;
	width: 317px;
}

.faq-right {
	float: right;
	width: 317px;
}

.faq-clear h4 {
	margin: 0 0 8px;
}

.faq-clear h4 a {
	text-decoration: none;
	color: #ABC246;
}

.faq-clear h4 a:hover {
	color: #258999;
}

.faq-clear ul li {
	font-size: .9em;
	line-height: 1.3em;
	margin: 0 0 7px;
}

.faq-clear ul li a {
	text-decoration: none;
}

.faq-clear ul li a:hover {
	color: #FFB154;
}

a.faq-top {
	text-align: center;
	display: block;
	margin-bottom: 15px;
	font-size: .9em;
}

/* About Weducation Workshops */

.about-left { width: 317px; float: left;}

.about-right { width: 317px; float: right;}

.about-left h2#discover-live {
	display: block;
	width: 145px;
	height: 112px;
	background: url("/images/default/layout/import/wed-group.png") no-repeat top left;
	text-indent: -9999em;
	margin: 0 0 20px 76px;
}

.about-right h2#discover-online {
	display: block;
	width: 197px;
	height: 112px;
	background: url("/images/default/layout/import/wed-video.png") no-repeat top left;
	text-indent: -9999em;
	margin: 0 0 20px 70px;
}

.about-left ul, .about-right ul {
	list-style-type: disc;
	margin: -5px 0 30px 15px;
}

.about-left ul li, .about-right ul li {
	font: 1.2em "gesta-1","gesta-2","Lucida Grande", Helvetica, sans-serif !important;
	line-height: 1.5em;
	margin: 0 0 10px;
}

a.about-upcoming-link, a.about-video-link {
	display: block;
	font: 0.85em "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 0 30px;
	padding: 7px 5px 8px 60px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	width: 252px;
	background: #C6D85B url("/images/default/layout/import/icon-learn-more.png") no-repeat top left;
}

a.about-upcoming-link:hover, a.about-video-link:hover { background-color: #FFB154;}

/* Membership Page */

.member-left { width: 317px; float: left; }

.member-right { width: 317px; float: right; }

.member-right h2 {
	font: normal 1.2em "adelle-1","adelle-2", Georgia, Times, serif;
	font-weight: 600;
	color: #82D3D7;
	margin-bottom: 15px;
}

.member-right ul {
	list-style-type: disc;
	margin: -5px 0 30px 15px;
}

.member-right ul li {
	font: 1.2em "gesta-1","gesta-2","Lucida Grande", Helvetica, sans-serif !important;
	line-height: 1.5em;
	margin: 0 0 10px;
}

.member-left a.member-sign-up {
	display: block;
	font: 0.85em "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 0 30px;
	padding: 7px 5px 8px 60px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	width: 252px;
	background: #C6D85B url("/images/default/layout/import/icon-account-settings.png") no-repeat top left;
}

.member-left a.member-sign-up:hover { background-color: #FFB154;}


/* ##########[ MASTHEAD CTA'S ]########## */


/* Register Right Now / Countdown */

#register-now-CTA, #watch-online-CTA, #register-countdown {
	background-color: #d9f0f3;
	padding: 10px;
}

#masthead .intro #register-now-CTA h2, #masthead .intro #watch-online-CTA h2, #masthead .intro #register-countdown h2 {
	font: normal 1.5em "adelle-1","adelle-2", Georgia, Times, serif;
	font-weight: 600;
	color: #31A8C5;
	text-shadow: none;
	margin: 0 0 5px;
	padding: 0;
}

#masthead .intro #register-now-CTA p, #masthead .intro #watch-online-CTA p, #masthead .intro #register-countdown p {
	font: normal .75em "Lucida Grande" Helvetica, Arial, sans-serif;
	color: #888;
	border-top: 1px solid #CCDEE2;
	padding: 8px 0 3px;
}

#masthead .intro #register-now-CTA a.CTA-enroll-link, #masthead .intro #watch-online-CTA a.CTA-purchase-link {
	font-size: .8em;
	line-height: 1.2em;
	border: none;
	display: block;
	color: #fff;
	width: 140px;
	padding: 7px 5px 8px 60px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-border-radius: 5px;
	text-decoration: none;
	background: #C6D85B url('/images/default/layout/import/icon-register.png') no-repeat top left;
}

#masthead .intro #register-now-CTA a.CTA-enroll-link:hover, link, #masthead .intro #watch-online-CTA a.CTA-purchase-link:hover { background-color: #FFB154;}

link, #masthead .intro #watch-online-CTA a.CTA-purchase-link { background-image: url('/images/default/layout/import/icon-purchase.png');}

/* Register Countdown */

#masthead .intro #register-countdown .countdown-numbers {
    padding-top: 10px;
    border-top: 1px solid #CBE2E7;
}

#masthead .intro #register-countdown .count-number {
    float: left;
    width: 62px;
    text-align: center;
}

#countdown-hours {
    margin: 0 9px;
}

#masthead .intro #register-countdown .count-number strong {
    background: white;
    display: block;
    font-weight: normal;
    color: #8BA3A5;
    line-height: 1.3em;
    font-size: 0.9em;
    text-transform: uppercase;
}

#masthead .intro #register-countdown .count-number p {
	font: bold 1.5em Helvetica, Arial, sans-serif;
	color: #FFB154;
	margin: 0;
	padding: 0;
	padding-top: 3px;
}

#masthead .intro #register-countdown p {
	clear: both;
	border: none;
}

/* ##########[ TESTIMONIAL PAGELETS ]########## */

#testimonial h3 {
	font: normal 1.2em "adelle-1","adelle-2", Georgia, Times, serif;
	font-weight: 600;
	color: #ABC246;
	line-height: 0;
}

#testimonial .testimonial-description { font-size: 0.9em; font-style: italic; margin-bottom: 10px;}

/* ##########[ STYLING OF ACCOUNT PAGES ]########## */

#account-info-intro {position: relative;}

#account-info-intro .pagelet_11 p {
	width: 295px;
}

#account-info-intro p.last-updated {
	position: absolute;
	bottom: 0px; right: 0px;
	font: normal 1.2em "adelle-1","adelle-2", Georgia, Times, serif;
	font-weight: 600;
	color: #FFB154;
	margin: 0;
}

.eip dl {
	width: 100%;
	clear: both;
}

.eip dt {
	font: normal 1em "adelle-1","adelle-2", Georgia, Times, serif;
	font-weight: 600;
	color: #32A8C5;
	float: left;
	width: 132px;
	padding: 9px 10px 7px;
	margin: 0 5px 5px 0;
	background-color: #F2F2F2;
}

.eip dd input {
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-border-radius: 3px;
	border: 1.5px solid #B3D6DB;
	background-color: #F4F4E9;
	padding: 8px 5px 10px;
	width: 435px;
	color: #666;
	float: left;
}

.eip dd a.save-link {
	display: block;
	width: 52px;
	height: 33px;
	float: left;
	background: url('/images/default/layout/import/account-save-button.gif') no-repeat top left;
	text-indent: -9999em;
	margin-left: 5px;
}

.eip dd a.save-link:hover { background-position: 0px -34px;}

.eip dd a.save-link-saving,
.eip dd a.save-link-saving:hover { background-position: 0px -67px !important; }

.eip dd a.save-link-saved,
.eip dd a.save-link-saved:hover { background-position: bottom left !important;}

#edit-name.save-failed,
#edit-email.save-failed {
    background: #F4D4C9;
    border-color: #F6ABA3;
}


#purchases-table h3 {
	font: normal 1em "adelle-1","adelle-2", Georgia, Times, serif;
	font-weight: 600;
	color: #32A8C5;
	width: 155px;
	padding: 9px 10px 7px;
	margin: 0 5px 5px 0;
	background-color: #F2F2F2;
}

#purchases-table h3#purchases-online {float: left; margin-bottom: 10px;}

#purchases-table p {
	float: left;
	font-size: 1em;
	padding: 10px 0 0;
}

#purchases-table h3#thank-you {
	float: none;
	color: #FFB154;
	background-color: transparent;
	width: 100%;
	text-align: center;
}

#purchases-table hr { clear: both;}

/* ##########[ Thickbox ]########## */

#TB_title {
    display: none;
}

#TB_window {
    border: 10px solid #31A8C6;
}

#TB_ajaxContent {
    background: #EBF6F8;
    font-family: "gesta-1","gesta-2","Lucida Grande", Helvetica, sans-serif;
    color: #666;
    font-size: 1.3em;
    font-weight: normal;
}

#TB_ajaxContent .popup {
    padding: 20px;
}

#TB_ajaxContent h2 {
    color: #69BDC8;
    font-family: "superclarendon-1","superclarendon-2","Lucida Grande", Helvetica, sans-serif;
    margin-bottom: 0.8em;
    font-weight: normal;
}

#TB_ajaxContent .cta-buttons {
    font-size: 0.8em;
    margin-bottom: 0;
}

#TB_window a.cta-button:link,
#TB_window a.cta-button:visited {
    color: white;
}

#TB_window .checkout-payment .cta-buttons {
    position: relative;
}

#TB_window .checkout-payment .cta-buttons .checkout {
    position: absolute;
    top: -8px;
    right: 25px;
}

#TB_window .thanks .cta-buttons .cta-button {
    width: 110px;
    font-size: 1em;
}

#TB_window .thanks-workshop-event .cta-buttons .cta-button {
    width: 125px;
}
/* ##########[ Disqus ]########## */

body.workshops .dsq-comments-title,
body.workshops .dsq-options,
body.workshops #dsq-comments-title,
body.workshops .dsq-community-preview {
    display: none !important;
}

body.workshops .dsq-comment-header {
    background: #F9FAF2 !important;
    background: #F6F6F4 !important;
    border: 1px solid #F2F2F0 !important;
}

body.workshops .dsq-comment-cite {
    color: #34A6CA !important;
}

body.workshops .dsq-post-area h3 {
    display: none !important;
}

body.workshops .dsq-post-area {
    display: none !important;
}

/* ##########[ Playlist Scrollbar ]########## */

.jspVerticalBar {
	width: 10px !important;
}

.jspTrack {
	background: #fff !important;
}

.jspDrag {
	background: #31A8C6 !important;
}

/* ##########[ Social Flyout ]########## */
#social-flyout {
    position: fixed;
    right: -135px;
    top: 50%;
    z-index: 999;
    width: 209px;
    margin: 0;
    margin-top: -94px;
    padding: 0;
    padding-top: 30px;
    background: url('/images/default/layout/import/social-flyout-top.png') top right no-repeat;
}

#social-flyout ul {
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    background: url('/images/default/layout/import/social-flyout-bottom.png') bottom right no-repeat;
}

#social-flyout li {
    margin: 0;
    padding: 0;
}

#social-flyout li a {
    display: block;
    text-indent: -9999em;
    background-position: top right;
    background-repeat: no-repeat;
    height: 32px;
}

#social-flyout li a:hover {
    background-position: bottom right;
}

#social-flyout li.follow a {
    background-image: url('/images/default/layout/import/social-flyout-follow.png')
}
#social-flyout li.friends a {
    background-image: url('/images/default/layout/import/social-flyout-friends.png')
}
#social-flyout li.video a {
    background-image: url('/images/default/layout/import/social-flyout-video.png')
}
#social-flyout li.feed a {
    background-image: url('/images/default/layout/import/social-flyout-feed.png')
}



/* ##########[ Twitter Widget ]########## */

.twtr-hd { display: none !important; }
.twtr-bd { padding: 0 !important; }
.twtr-widget .twtr-tweet-wrap,
.twtr-tweet-wrap {
    padding: 0 !important;
}
.twtr-ft { display: none !important; }
.twtr-widget .twtr-tweet-text {
    font: normal normal normal 0.95em/normal 'Lucida Grande', Helvetica, Arial, sans-serif !important;
}
.twtr-widget .twtr-tweet-text em {
    font-size: 1em !important;
}
.twtr-widget .twtr-timeline {
    height: auto !important;
    margin-bottom: 1em !important;
}
#tweet-id-2 .twtr-tweet-text {
    padding-bottom: 0.75em !important;
    border-bottom: 1px solid #DCF3F5 !important;
    margin-bottom: 0.75em !important;
}


/* ##########[ Latest Disqus Comments ]########## */

.footer-disqus-comments {
    font: normal normal normal 0.95em/normal 'Lucida Grande', Helvetica, Arial, sans-serif;
    color: #666;
}

.footer-disqus-comments .comment-snippet {
    margin-bottom: 1em;
}

.footer-disqus-comments .comment-author {
    font-weight: bold;
    color: white;
    margin-bottom: 0.35em;
}

.footer-disqus-comments .comment-body {
    font-size: 0.95em;
    margin-bottom: 0.35em;
}
.footer-disqus-comments .comment-date {
    font-weight: bold;
    font-size: 0.95em;
    color: #888;
}
