@charset "UTF-8";
/* CSS Document */

.entry img {
	background-color:transparent;
}


/*-------------TOP NAVIGATIION---------------*/


#top {
	margin-top:-10px;
	}
	
#top .nav {
	display:none;
	}

#blakeNav {
	background-color:#ededed;
	margin-top:-10px;
	}

#linkPos {
	width:980px;
	margin:0px auto;
	}

#blakeLinks{
	overflow: hidden;
	padding: 5px 10px;
	float:right;
	padding-right:70px;
	margin-top:10px;
	}

#blakeLinks a {
	overflow:hidden;
	display:block;
	float:left;
	border-bottom:none;
	font: bold 18px/1em 'Josefin Sans', arial, sans-serif;
	color: #555;
	}


#blakeLinks a.cart {
	background-position:0px 0px;
	width:35px;
	height:26px;
	margin-top:0px;
	padding:5px 0px 0px 10px;
	}

#blakeLinks a:hover.cart {
	background-color:#FFF;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	}

#blakeLinks a.basicLink {
	padding:7px 10px 7px 10px;
	}

#blakeLinks a:hover.basicLink {
	background-color:#FFF;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	text-decoration:none; 
	}
	
.userPos {
	font-size:10px;
	position:absolute;
	top:-20px;
	right:77px;

}

#dailyDevo {
	overflow:hidden;
	position:absolute;
	top:-52px;
	left:100px;
	width:140px;
	margin:0px auto;

}

#dailyDevo a {
	width:140px;
	height:70px;
	overflow:hidden;
	display:block;
	background-image: url(../../../uploads/2012/04/devosBtn.png);
	background-repeat:no-repeat;
	border-bottom:none;
}
	
	#dailyDevo a:hover {background-position: 0px -70px;}
	
/* ----------------PAGE HEADERS----------------- */

#loopedSlider .pagination-wrap {
	padding-top:5px;
}

#header {
    margin-top: -10px;
    height: 284px;
    background-color: transparent;
}

/* Store Title */
.storeTitle{
width: 980px;
height: 45px;
background-image: url("../../../uploads/2012/02/pageTitle_img.png");
background-repeat: no-repeat;
text-align:center;
padding-top:18px;
position:relative;
top:4px;
z-index:1;
font: bold 24px/1.2em 'Josefin Sans',arial,sans-serif;
color: rgb(53, 75, 79);
}

/*Page Title */
.page .title{
width: 980px;
height: 45px;
background-image: url("../../../uploads/2012/02/pageTitle_img.png");
background-repeat: no-repeat;
text-align:center;
padding-top:18px;
position:absolute;
left:0px;
top:4px;
font: bold 24px/1.2em 'Josefin Sans',arial,sans-serif;
color: rgb(53, 75, 79);
}


/*Blog page Title */
.blogPageTitle{
width: 980px;
height: 45px;
background-image: url("../../../uploads/2012/02/pageTitle_img.png");
background-repeat: no-repeat;
background-color:#FFF;
text-align:center;
padding-top:18px;
position:absolute;
left:0px;
top:4px;
font: bold 24px/1.2em 'Josefin Sans',arial,sans-serif;
color: rgb(53, 75, 79);
}


/*---------------------SUB BLOG STYLES---------------------*/

ol, ul {
	list-style-position:inside;
}

.post ul, ol {
	padding-left:40px;
	font-size:12px;
}

.titlePost {
	
	line-height:15px;
	font:normal bold 18px Arial, Helvetica, sans-serif;
	color:#666666;
	text-transform:uppercase;
	}

.titlePost a {
	font:normal bold 18px Arial, Helvetica, sans-serif;
	color:#666666;
	text-transform:uppercase;
	}
	
.blogEntry {
	margin-top:-15px;
}

.post{
	margin-top:100px;
	}

.post-more{
	font-size:14px;
	text-transform:none;
	}
	
	.post-more a{
	font: normal 12px Arial, Helvetica, sans-serif;
	}

#sidebar a {
	font: normal 12px Arial, Helvetica, sans-serif; color:#555; 
	}
	

#recentcomments li {
	list-style-type:none;
	}

#recent-posts-2 li{
	list-style-type:none;
	background-color:#f6f6f6;
	border-bottom:solid 1px #979797;
	padding:5px;
	margin:6px 0px 6px -10px;
	line-height:20px;
	text-indent:-5px;
	}

#recent-posts-2 li a {
	font-size:14px;
	}
	
#tabs .list li a {
	font: normal 12px Arial, Helvetica, sans-serif; color:#555; 
	}

#tabs .list li  {
	line-height:18px;
	}

#tabs ul.wooTabs li a {
	font: normal 12px Arial, Helvetica, sans-serif; color:#555; 
	}

#tabs .inside li span.meta{
	font: normal 12px Arial, Helvetica, sans-serif; color:#b3b3b3; 
	}

.post-more{
	margin-bottom:-50px;
	}

.col-left {
	margin-top:20px;
}


/* Move sidebar down for blogs */
#sidebar{
	margin-top:90px;
	}

.widget_woo_twitter ul li .content {
	font-size:12px;
	}

.widget_woo_twitter .back {
	padding:0px;
	background-color:#FFF;
	}

.widget.widget_woo_twitter h3 {
	border-bottom: 3px solid #93bace;
	padding-bottom:5px;
	}
	
#sidebar .widget.widget_woo_twitter a {
	color:#2e6e84;
	}

	
.widget h3 {
	border-bottom: 3px solid #93bace;
	padding-bottom: 0px;
	/*font: normal bold 12px Arial, Helvetica, sans-serif;*/
	font: normal bold 12px Josefin Sans;
	margin-bottom:7px;
}

.widget.widget_woo_subscribe {
	background-color:#ededed;
	border-radius:10px;
	moz-border-radius:10px;
	padding:10px;
	padding-bottom:0px;
}

.widget.widget_woo_subscribe h3 {
	border-bottom:none;
}

#blogTitle {
	background-image:url(../../../uploads/2012/02/blogTitle.png);
	background-repeat:none;
	width:274px;
	height:44px;
	padding-top:13px;
	font-weight: bold;
	font-size:20px;
	text-align:center;
	}


.blogEntry p{
	margin-bottom: 1.2em;
	font-size:12px;
	}
	
	
.widget .textwidget {
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height:18px; 
}

.widget p {
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height:18px; 
}
	
/*------------------END SUB BLOGS---------------------*/


.entry {
	padding-top:90px;
	}

.product{
	padding-top:30px;
	}

.col-1 .title{
	padding: 0px;
	}
	
.titlebilling{
	padding: 0px;
	}

.titleshipping{
	padding: 0px;
	}

.shortcode-tabs.boxed {
	background-color: rgb(238, 238, 238);
	}



/*--------------------NAVIGATION---------------------*/



/* Top Nav alignment */
#top .nav {
  float:right;
  margin: 0 8% 0 0;
  }

#top {
	border-bottom:1px solid #999;
	border-top:none;
	}

/* center Main Nav */
#main-nav {
    float: none;
    margin: -136px auto 0px auto;
    padding-left: 25px;
    width: 550px;
	}

.nav a {
	font-weight:bold;
}


/* bg img behind Main Nav */
#navigation { 
margin-top:0px;
padding:0px;
background-repeat:no-repeat;

}

/* add home image to home link in Main Nav */

#menu-item-177 {
     margin: 0px 18px 0 10px;
     width: 30px;
	 height:30px;
}

#menu-item-177 a {
     background: url("../images/house-bttn.png") no-repeat scroll 0pt 0pt transparent;
	 background-position:13px 3px;
     text-indent: -99em;
	 display:block;
	 height:20px;
	 width:30px;
}

#menu-item-177 a:hover {
	background-color:rgb(238, 238, 238);
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

/* add home image to home link in Main Nav IN SUB BLOGS */
#menu-item-4 {
     margin: 0px 18px 0 10px;
     width: 30px;
	 height:30px;
}
#menu-item-4 a {
     background: url("../images/house-bttn.png") no-repeat scroll 0pt 0pt transparent;
	 background-position:13px 3px;
     text-indent: -99em;
	 display:block;
	 height:20px;
	 width:30px
}

#menu-item-4 a:hover {
	background-color:rgb(238, 238, 238);
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

/*add cart image to cart link in Top Nav */
#menu-item-203 {
     padding: 0 0 0px 0;
     width: 26px;
}
#menu-item-203 a {
     background: url("../images/cartbttn.png") no-repeat scroll 0pt 0pt transparent;
     text-indent: -99em;
}

#social{
	overflow:hidden;
}
	
#social a {
	width:30px;
	height:30px;
	margin-top:3px;
	overflow:hidden;
	display:block;
	background-image:url(../images/socialAll.png);
	background-repeat:no-repeat;
	float:left;
	border-bottom:none;
	} 
	
	#social a.facebook {background-position:0px 0px;}
	#social a:hover.facebook {background-position: 0px -30px;}
	#social a.pinterest {background-position: -30px 0px;}
	#social a:hover.pinterest {background-position: -30px -30px;}
	#social a.youtube {background-position: -60px 0px;}
	#social a:hover.youtube {background-position: -60px -30px;}
	#social a.twitter {background-position:-90px 0px;}
	#social a:hover.twitter {background-position: -90px -30px;}
	#social a.blogger {background-position:-120px 0px;}
	#social a:hover.blogger {background-position: -120px -30px;}
	#social a.myspace {background-position:-150px 0px;}
	#social a:hover.myspace {background-position: -150px -30px;}
	#social a.vimeo {background-position:-180px 0px;}
	#social a:hover.vimeo {background-position: -180px -30px;}
	#social a.podcast {background-position:-210px 0px;}
	#social a:hover.podcast {background-position: -210px -30px;}
	#social a.flickr {background-position:-240px 0px;}
	#social a:hover.flickr {background-position: -240px -30px;}
	#social a.itunes {background-position:-270px 0px;}
	#social a:hover.itunes {background-position: -270px -30px;}
	#social a.mail {background-position:-300px 0px;}
	#social a:hover.mail {background-position: -300px -30px;}
	
	

#rssPodcast{
	overflow:hidden;
}
	
#rssPodcast a {
	width:105px;
	height:97px;
	overflow:hidden;
	display:block;
	background-image:url(../../../uploads/2012/04/podcastFeed.png);
	background-repeat:no-repeat;
	float:left;
	border-bottom:none;
	} 
	
	#rssPodcast a.podcastFeed {background-position:0px 0px;}
	#rssPodcast a:hover.podcastFeed {background-position: -105px 0px;}
	
	


/*HEADER LOGO LINKS*/

.headerLink a{
	display:block;
	padding:100px;
	}

#brandLinks{
	overflow:hidden;
	position:absolute;
	left:270px;
	top:140px;
	}
	
#brandLinks a {
	width:75px;
	height:24px;
	overflow:hidden;
	display:block;
	background-image:url(../../../uploads/2012/04/brandLinks.png);
	background-repeat:no-repeat;
	border-bottom:none;
} 
	
#brandLinks a.threeDM {background-position:0px 0px;}
#brandLinks a:hover.threeDM {background-position: 0px -24px;}
#brandLinks a.wayfarer {background-position:-75px 0px;}
#brandLinks a:hover.wayfarer {background-position: -75px -24px;}

#logoLink{
	overflow:hidden;
	position:absolute;
	left:418px;
	top:26px;
	}

#logoLink a {
	width:169px;
	height:146px;
	overflow:hidden;
	display:block;
	background-image:url(../../../uploads/2012/04/headerLink.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border-bottom:none;
} 

#logoLink a:hover {background-position: 0px -146px;}


/*----------------END NAVIGATION--------------------*/



/*---------------SLIDER------------------------*/


/* resize slider */
.business #loopedSlider, .business #loopedSlider .container  p {
    float: left;
    width: 980px;
    border-top:1px solid #000;
}

.business #loopedSlider .entry { padding: 0px;
}

.business #loopedSlider .entry img { padding:0px; border: 0px;
}


.entry img, img.thumbnail { padding: 0px; border: 0px solid #e6e6e6; }


/* slider pagination */
#loopedSlider .pagination-wrap { 
	text-align: center; 
	margin: -50px 10px 20px 10px; 
	position: absolute; 
	width: 97%; 
	z-index: 10;
	}

/* slider shadow */
.business #loopedSlider, .business #loopedSlider .container {
    box-shadow: 1px 1px 3px 0px #555555;
    margin-bottom: 50px; 
   border-bottom:1px solid #000;
}
/* remove slider buttons 
.business #loopedSlider a.previous {
  display:;
}
.business #loopedSlider a.next {
  display:;
}*/



/* Video Box */
#videoBox{
float:left;
width:436px;
padding: 2px;
border: 1px solid #000;
height: 270px;
margin-right:20px;
}

#videoTitle {
width: 436px;
text-align: center;
font-size:10px;
margin-top: -14px;
}

#videoBrand {
width: 968px;
height: 345px;
/* border:1px solid #000; */
margin-left:-10px;

}

#videoBrandBG {
background-color:#ededed;
width:930px;
margin-left:-10px;
height:271px;
padding:20px;
}


#feedTitle {
 margin: -20px 0 10px 0; padding:0 0 10px; text-transform:uppercase; font:normal bold 14px Arial, Helvetica, sans-serif; color:#555; border-bottom:2px solid #e6e6e6;
}



.leftCol670 {
float:left;
width: 645px;
padding: 5px 20px 5px 5px;
}

.rightCol270 {
float:left;
width: 260px;
padding:5px 5px 30px 12px;
border-left: 1px #ededed solid;
}

.whatWeDo-left {
width:625px; 
float:left; 
padding-right:15px;
text-align:justify;
text-justify:auto;
}

.whatWeDo-right {
width:289px;
float:left;
padding-left:15px;
margin-top:30px;
text-align:center;
}

.whatWeDo-right img {
border: solid 1px #e6e6e6;
padding:3px;
}

.forms {
	background-color:#ededed;
	text-align:center;
	border-radius:10px;
	moz-border-radius:10px;
	width:500px;
	margin:20px auto;
}


	

.speaker {
float:left;
width:110px;
text-align:center;
padding-bottom:20px;
}



.form-row {
float:none;
}

.clear50 {
clear:both;
padding-bottom:50px;
}

#FAQ .gray{
background-color:#ededed;
padding:25px 10px;
border:1px solid #999999;
border-right:0px;
border-left:0px;
}

#FAQ .white{
padding:25px 10px;
}


.page-title{
padding-left:5px;
}

ul.products li {
width: 200px;
padding:8px;
float: left;
text-align: center;
margin-bottom: 1.5em;
position: relative;
list-style: none;
}

.woocommerce .images {
width: 300px;
margin-right: 3.8%;
float: left;
}

.woocommerce .summary {
width: 625px;
float: right;
margin-bottom: 1.5em;
}

.woocommerce .woocommerce_tabs {
clear: both;
padding:5px;
background-color: #EEE;
margin-bottom: 3em;
border:none;
padding-bottom:30px;
}

.panel {
background-color:#FFF;
padding:10px;
margin-top:-20px;
border: none;

}

.woocommerce .woocommerce_tabs ul.tabs {
background:#EEE;
margin-bottom:15px;
padding:0px
}

.woocommerce .woocommerce_tabs ul.tabs a {
color: #777;
text-transform: uppercase;
font: 11px/18px sans-serif;
}

.product h3 {
font-size:14px;
}

ul.products li a.button {
display:none;
}

.woocommerce.one-col .related  {
float: left;
width:750px;
}

.fbboxbody {
padding:0px;
}

.fbthumb, .fbalbumpics .fbthumb {
width:137px;
height:102px;
}

#sb-body .html{
background-color:#ededed;
}

#formBuilderlc_inquiry {
padding:10px 30px 10px 30px;
font-size:12px;
}

#formBuilderbooking_a_communicator {
padding:10px 30px 10px 30px;
font-size:12px;
}

#formBuilderinterested_in_coaching {
padding:10px 30px 10px 30px;
font-size:12px;
}

#formBuilderinterested_in_camps {
padding:10px 30px 10px 30px;
font-size:12px;
}

.formPopUp {
display:none;
}

.formBuilderLabelRequired{
text-align:right;
}

.formBuilderLabel{
text-align:right;
}

/*.formBuilderInput {
border-bottom:1px solid #cccccc;
}
*/

#fancybox-outer{
padding:0px;
}

.rssincl-entry{
padding:0px;
}

.rssincl-entry{
padding:0px;
padding-top:10px;
}

.rssincl-content{
padding:0px;
}

/*---------------CHATTER------------------*/

#rssincl-box-460897 .rssincl-itemtitle{
margin-top:-7px;
padding:0px;
text-transform:uppercase;
}

#rssincl-box-460897 .rssincl-itemfeedtitle{
margin-top:-15px;
padding-bottom:10px;
padding-left:10px;
 border-bottom:1px solid #e6e6e6;
}


#rssincl-box-460897 .rssincl-itemtitle {
border-bottom:none;
margin-left:0px;
}


#rssincl-box-460897 .rssincl-entry {
padding:0px;
}


#rssincl-box-460897 .rssincl-itemtitle a{
font:normal bold 11px Arial, Helvetica, sans-serif;
color:#2e6e84;
color:#666666;
}

#rssincl-box-460897 .rssincl-itemauthor{
font:normal bold 12px Arial, Helvetica, sans-serif;
color:#c4c4c4;
padding-left:10px;
padding-bottom:5px;
margin-top:-15px;
border-bottom:1px solid #e6e6e6;
}

/*---------------END CHATTER----------------*/


/*----------------PODCAST FEED-------------*/


#rssincl-box-460817 .rssincl-entry {
	float:left;
	margin-right:20px;
	background-image:url(../../../uploads/2012/04/audioIcon.gif);
	background-repeat:no-repeat;
	background-position:90px 77px;
	background-color:#FFF;
	width:200px;
	height:110px;
	border-radius:10px;
	moz-border-radius:10px;
	overflow:hidden;
	text-align:center;
	position:relative;
}

#rssincl-box-460817 .rssincl-itemtitle {
	border-bottom:0px;
	padding:0px;
	text-align:center;
	margin-left:0px;
	padding-top:30px;
}

#rssincl-box-460817 .rssincl-itemtitle a{
	border-bottom:3px solid #93bace;
	padding-bottom:-1px;
}

#rssincl-box-460817 .rssincl-itemdate {
	border-right:0px;
	text-align:center;
	width:200px;
	margin-top:-10px;
}



/*-------------END PODCAST FEED-------------*/


.rssincl-itemauthor a{
color:#666666;
}



/*BLOGS LANDING PAGE*/

.rssincl-itemfeedtitle a{
color:#666666;
}

 .rssincl-itemimage {
float:left;
margin-right:10px;
display:none;
}

.rssincl-itemimage img {
border:1px solid #000;

}

.rssincl-itemtitle {
border-bottom:1px #ededed solid;
margin-left:20px;
margin-top:0px;
padding-bottom:10px;
}

.rssincl-itemtitle a {
text-transform:uppercase;
font-size:16px;
font-weight:bold;
color:#666666;
}


.rssincl-itemdesc {

}

.rssincl-itemdate {
float:left;
margin-right:5px;
padding:0px 5px 0px 0px;
border-right:4px solid #93bace;
}

p.rssincl-itemdate  {
text-transform:uppercase;
font-weight:bold;
margin-bottom:-2px;
}



.blogRoll {
width:240px;
padding:5px;
margin:20px 0px;
border:1px #CCC solid;
background-color:#ededed;
}


.blogColumn {
float:left;
width:240px;
margin:20px;
}

.blogTitle{
float:left;
width:170px;
height:170px;
/*border-right:6px solid #93bace;*/
border-right:6px solid #ededed;
padding-right:10px;
margin-right:20px;
}

.blogTitle a{
opacity:.6;
}

.blogTitle a:hover{
opacity:1;
}

.count {
background-color:#FFF;
}

.woocommerce_tabs p {
font-size:12px;
}

.seriesContentsIcon {
float:left;
margin-right:20px;
}

.seriesArt {
float:left;
margin:0px 10px;
}

.seriesArt p {
margin-top:-20px;
font-size:10px;
color:#555555;
text-align:center;
}

.seriesVideo {
width:900px;
padding:10px;
margin:0px auto;
border:solid 1px #ededed;
}

.quoteAuthor {
font-size:12px;
margin-top:-20px;
margin-bottom:20px;
padding-left:20px;
}


.the-tooltip a {
font:normal bold 12px Arial, Helvetica, sans-serif;
color:#c4c4c4;
border-left: 3px solid #93bace;
padding-left:5px;
margin-left:5px;
}

.bioLink  a{
font:normal bold 12px Arial, Helvetica, sans-serif;
color:#c4c4c4;
border-left: 3px solid #93bace;
padding-left:5px;
margin-left:5px;
}


.bioLink {
text-align:center;
margin-top:-15px;
}


.bio {
display:none;
padding:0px 80px 0px 80px;
}

.bioOne {
display:none;
padding:0px 80px 0px 80px;
width:400px;
}

.bioTwo {
display:none;
padding:0px 80px 0px 80px;
width: 400px;
margin-left: 125px;
}

.bioThree {
display:none;
padding:0px 80px 0px 80px;
width: 400px;
margin-left: 325px;
}

.bioFour {
display:none;
padding:0px 80px 0px 80px;
margin-left: 500px;
}



.bioTitle {
float:left;
text-transform:uppercase;
font-weight:bold;
color:rgb(85, 85, 85);
width:90px;
text-align:right;
font-size:10px;
}


.bioLine {
color:rgb(85, 85, 85);
border-left: 3px solid #93bace;
margin-left:100px;
padding-left:10px;
margin-bottom:5px;
font-size:11px;
}

.map-box {
border: solid 1px #e6e6e6;
padding:3px;
}

.staffEmail  a{
font:normal bold 12px Arial, Helvetica, sans-serif;
color:#c4c4c4;
}

.clearDiv {
clear:both;
}




.schedule {
	float:left;
	width:138px;
	height:90px;
	padding:5px;
	text-align:center;
	margin-right:10px;
	margin-bottom:20px;
	background-color:#FFF;
	border-radius:10px;
	moz-border-radius:10px;
	
}

.scheduleLC02 {
	float:left;
	width:125px;
	height:80px;
	padding:10px;
	text-align:center;
	margin:0px 5px 20px 5px;
	background-color:#FFF;
	border-radius:5px;
	
}

.scheduleWorkshops {
	float:left;
	width:185px;
	height:155px;
	padding:5px;
	text-align:left;
	margin-right:10px;
	margin-bottom:20px;
	background-color:#FFF;
	border-radius:10px;
	moz-border-radius:10px;
	border:1px #ededed solid;
	
}

.scheduleDay {
	font-weight:bold;
	text-transform:uppercase;
	/*background-image:url(../../../uploads/2012/04/scheduleDayBG.jpg);
	background-repeat:no-repeat;*/
	height:20px;
	width:148;
	padding-top:7px;
	margin-bottom:5px;
	font-size:14px;
	text-align:center;
}

.scheduleLC {
	display:none;
	background-color:#FFF;
	border-radius:10px;
	moz-border-radius:10px;
	padding:10px;
}

.scheduleLC li {
	background-color:#FFF;
	border-bottom:1px solid #ededed;
	padding:5px;
	list-style-type:none;
}

.scheduleTitle {
	font-weight:bold;
	font-size:16px;
	padding-left:10px;
	margin-bottom:10px;
}

.miniCon_three {
	float:left;
	width:190px;
	
	padding:5px;
	text-align:center;
	margin-right:10px;
	margin-bottom:20px;
	background-color:#FFF;
	border-radius:10px;
	moz-border-radius:10px;
}

.miniCon_threeLC {
	float:left;
	width:170px;
	padding:10px;
	text-align:center;
	margin-bottom:20px;
	border-right: 2px solid #92bace;	
}

.miniCon_three hr {
	color:#93bace;
	background-color:#93bace;
	height:3px;
	margin:-10px 0px 5px 0px;
}

.highlightBox {
	background-color:#ededed;
	border-radius:10px;
	moz-border-radius:10px;
	padding:10px;
}

.REDhighlightBox {
	background-color:#ff0000;
	border-radius:10px;
	moz-border-radius:10px;
	padding:5px;
	text-transform:uppercase;
	margin-bottom:20px;
}


.stagePersonality {
	float:left;
	width:120px;
	margin-right:10px;
	text-align:right;
	line-height:12px;
	color:#c4c4c4;
}

.stagePersonality .name {
	color:#909090;
	font-weight:bold;
}

.stagePersonality img {
	width:120px;
	height:120px;
	border-radius:5px;
	moz-border-radius:5px;
	overflow:hidden;
}

.currentLC_box {
	float:left;
	background-color:#FFF;
	width:375px;
	height:200px;
	border-radius:10px;
	moz-border-radius:10px;
	
	padding:20px;
	margin:20px;
}

.currentLC_event {
color:rgb(85, 85, 85);
padding-left:10px;
margin-left:130px;
margin-bottom:5px;
font-size:11px;
}

.currentLC_date {
float:left;
text-transform:uppercase;
border-right: 3px solid #93bace;
padding-right:10px;
font-weight:bold;
color:rgb(85, 85, 85);
width:120px;
text-align:right;
font-size:10px;

}

#whiteboardsloadbox {

 border:3px solid #e0e0e0; 
-moz-border-radius: 15px; 
border-radius: 15px; 
background-image:url('../../../../Loading/wp-content/uploads/loading1.gif'); 
background-repeat:no-repeat; 
background-attachment:inherit; 
background-position:center;

}

#membersectionBox {
padding: 4px;
border:3px solid #e0e0e0; 
-moz-border-radius: 15px; 
border-radius: 15px; 
background-repeat:no-repeat; 
background-attachment:inherit; 
background-position:center;

}

#podcastloadbox {

 border:3px solid #e0e0e0; 
-moz-border-radius: 15px; 
border-radius: 15px; 
background-image:url('../../../../Loading/wp-content/uploads/loading1.gif'); 
background-repeat:no-repeat; 
background-attachment:inherit; 
background-position:center;

}

.customMessage {
	margin-left:363px;
}

.customMessage p {
	font-size:20px;
	font-weight:bold;
	background-color:#d44e2f;
	padding:5px;
	padding-left:10px;
	border-radius:5px;
	moz-border-radius:5px;
	color:#FFF;
}

.stock {
	display:none;
}


.wallpaperLinks {
	font-size:12px;
	padding-top:5px;
	line-height:13px;	
}

.wallpaperLinks a {
	color:#666666;
	/*border-left:#93bace solid 3px;*/
	padding-left:5px;
	font-size:10px;
	
}

.wallpaper {
	margin-top:5px;
}

.wallpaper img {
	border-radius:5px;
	moz-border-radius:5px;
	overflow:hidden;
}

.wallpaper a {
	opacity:.7;
}

.wallpaper a:hover {
	opacity:1;
}

.wallpaperTitle {
	border-right:3px solid #93bace;
	margin-right:5px;
	padding-right:5px;
	font-size:10px;
	font-weight:bold;
}
.faq-linkz {
	display:none;
	background-color:#FFF;
	border-radius:10px;
	moz-border-radius:10px;
	padding:10px;
}

.faq-linkz-start {
	background-color:#FFF;
	border-radius:10px;
	moz-border-radius:10px;
	padding:10px;
}

.faq-linkz li {
	background-color:#FFF;
	border-bottom:1px solid #ededed;
	padding:5px;
	list-style-type:none;
}

.faq-issue-titles {
font-size:12px;
margin: 4px;
}

.faq-ques {
float:left;
border-right: 3px solid #93bace;
padding-right:10px;
text-transform:uppercase;
font-weight:bold;
color:rgb(85, 85, 85);
width:120px;
text-align:right;
font-size:10px;
}


.faq-answ {
color:rgb(85, 85, 85);
padding-left:10px;
margin-left:100px;
margin-bottom:5px;
font-size:11px;
}

.faq-ques02 {
	text-transform:uppercase;
	font-weight:bold;
	color:rgb(85, 85, 85);
	font-size:10px;
}
	

#lcDownload a {
	/*color:#7b9bac;*/
	color:#ab7064;
} 

.lcDownloadMain a {
	opacity:.7;
}

.lcDownloadMain a:hover {
	opacity:1;
}

.lcDownloadSlides {
	border-left: 3px solid #d1d1d1;
	margin-left: 5px;
	padding-left: 5px;
	
}

.oikosGroup {
	float: left;
	text-align: center;
	margin: 0px 20px;
}

.zoneGroup {
	float:left;
	width:150px;
	margin-right:20px;
	text-align:center;
}

.zoneComponentTitle {
	padding:20px 20px;
	text-align:right;
	float:left;
	width:200px;
}


.zoneComponent {
	border-left:6px solid #c8d9e2;
	margin-left:240px;
	padding-left:20px;
}

.highlightText {
	background-color:#92bace;
	font-weight:bold;
	padding:5px;
	color:#FFF;
}

.imageLinkRow img {
	padding:3px;
	margin-right:10px;
	border:1px solid #ededed;
}

.highlightBox02 {
	padding:10px;
	background-color:#FFF;
	border:2px solid #92bace;
	border-radius:10px;
	border-bottom:7px #92bace solid;
	overflow:hidden;
}

.highlightBox02Title {
	background-color:#92bace;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	margin:-10px -10px 10px -10px;
	text-align: center;
	padding:10px;
}

.contentBox {
	padding:20px 10px;
	padding-bottom:0px;
	margin:30px 0px;
	border-bottom:2px solid #ededed;
	background-color:#F6F6F6;
	border-radius:5px;
}

.contentBoxTitle {
	padding-left:5px;
	border-left:10px #92bace solid;
	margin-bottom:10px;
	height:25px;
	text-transform: uppercase;
}

.contentBoxTitle h3 {
	margin-bottom:-10px;
}

.breakoutBox {
	border-radius:10px;
	border:2px solid #ededed;
	padding:10px;
	border-bottom:7px solid #ededed;
	background-color:#FFF;
}

.breakoutBoxTitle {
	margin:-10px -10px 10px -10px;
	padding:10px;
	border-bottom:1px #ededed solid;
}

.breakoutBox h3 {
	margin-bottom:-10px;
}

.miniHighlight {
	border-radius:10px;
	background-color:#FFF;
	padding:10px;
	margin-right:10px;
	float:left;
	text-align:center;
	width:170px;
}

.checkoutLogins {
	border-radius:5px;
	moz-border-radius:5px;
	padding:20px;
	background-color:#FFF;
	border:solid 1px #ededed;
	margin:20px;
	width:300px;
	box-shadow: 0px 4px 10px -1px rgba(200, 200, 200, 0.7);
	moz-box-shadow: 0px 4px 10px -1px rgba(200, 200, 200, 0.7);
}

/*-----------CURRENT LCs---------------------*/

.currentLC-list {
}

.currentLC-list li {
	
	list-style-image:none;
	list-style-type:none;
}

.currentLC-list li a{
	padding:10px;
	text-decoration:none;
	display:block;
}

.currentLC-list li a:hover{
	background-color:#FFF;
	border-radius:3px;
	moz-border-radius:3px;
}


/*------------FB plugin------------------------*/

.fb-BottomBar {
	width:95%;
	margin-left:5px;
}

.fb-PhotoSmallThumb {
	margin-left:7px;
}

/*-----------CASE STUDIES--------------------*/

.mc {
	float:left;
	width:188px;
	/*margin:0px 0px 20px 20px;*/
	margin:10px;
	text-align:left;
	background-color:#F6F6F6;
	border-radius:3px;
	moz-border-radius:3px;
	border:1px #ededed solid;
	border-bottom:3px #ededed solid;
	padding: 5px;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}