#mainContent  h2 {
  line-height: 1.25;
  margin: 5px 0 !important;
  clear: both;
}

#mainContent  h2 a {
  text-decoration: none;
}

#mainContent .ePubLabel {
  background-color: #ebebeb;
  font-size: 12px;
  margin: 10px auto;
  padding-left: 10px;
}

#mainContent .ePubLabel a {
  color: #f7941e !important;
  font-size: 12px !important;
  text-decoration: none !important;
}

#mainContent .entry {
}

#mainContent #postMetaButton {
}

#mainContent .postMetaLabel {
  color: #fff;
  float: right;
  margin: 0 -30px 20px 0;
  padding: 3px 0 3px 3px;
  position: relative;
  width: 220px;
}

#mainContent .postMetaLabel a {
  color: #f7941e;
  font-weight: bold;
  text-decoration: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #e67e22;
  border-color: -moz-use-text-color -moz-use-text-color #da751c;
  border-image: none;
  border-radius: 2px;
  border-style: none none solid;
  border-width: 0 0 2px;
  box-shadow: 0 -2px #da751c inset;
  color: white !important;
  cursor: pointer;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

#mainContent .postMetaLabel span {
}

#mainContent .postmetadata {
  margin-bottom: 20px;
}

#mainContent .commentFields {
    margin:10px 0;
}
#mainContent .right {
        float:right;
}
#mainContent .left {
        float:left;
        padding: 0 20px 20px 0;
}
#mainContent .textCenter {
    text-align:center;
}
#mainContent .post-date {
    display:inline-block;
    width:125px;
    vertical-align:top;
}
#mainContent .post-title {
    display:inline-block;
    width:475px;
    vertical-align:top;
}
#mainContent .eventTitleSmall {
    display:inline-block;
    padding:0 10px 0 0;
    width:115px;
    vertical-align:top;
}
#mainContent .eventTitleLarge {
    display:inline-block;
    padding:0 10px 0 0;
    width:215px;
    vertical-align:top;
}

#mainContent #joinButton {
    margin:30px 0 0;
}
#mainContent .joinLabel {
    float:right;
    color:#fff;
    text-align:center;
    margin: 0 0 20px 0;
    padding: 3px 0;
    width: 220px;
    position:relative;
    -moz-border-radius: .8em;
    -webkit-border-radius: .8em;
    border-radius: .8em;
    background-color:#f7941e;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7941e), to(#FFC483));
    background-image: -webkit-linear-gradient(top, #f7941e, #FFC483); 
    background-image:    -moz-linear-gradient(top, #f7941e, #FFC483);
    background-image:     -ms-linear-gradient(top, #f7941e, #FFC483);
    background-image:      -o-linear-gradient(top, #f7941e, #FFC483);
    -moz-box-shadow: 1px 1px 3px #888;
    -webkit-box-shadow: 1px 1px 3px #888;
    box-shadow: 1px 1px 3px #AAA;
}
#mainContent a.joinLabel  {
    text-decoration:none;
    color:#fff;
}
#mainContent a.joinLabel:hover {
    color:#50617e;
    background-color:#f7941e;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFC483), to(#f7941e));
    background-image: -webkit-linear-gradient(top, #FFC483, #f7941e); 
    background-image:    -moz-linear-gradient(top, #FFC483, #f7941e);
    background-image:     -ms-linear-gradient(top, #FFC483, #f7941e);
    background-image:      -o-linear-gradient(top, #FFC483, #f7941e);
}
#mainContent .joinLabel span {
	position: absolute;
	left: 100%;
	top: 5px;
	width: 15px;
	height: 100%;
	background-color: #f7941e;
	background-image: url(/assets/web/img/ePubTourLabel_shadow_left_10w_1h.png);
	background-position: left top;
	background-repeat: repeat-y;
}
#mainContent #recuringEvents h4 {
    margin:1em 0 0;
}
#mainContent #recuringEvents p {
    margin:0;
}
#quoteBox {
    position:relative;
    clear:both;
    padding-top:30px;
}
#quoteBox .e {
    position:absolute;
    top:83px;
}
#quoteBox .excerpt {
    margin-left:25px;
    background-color:#E8F0FC;
    padding:20px;
    -moz-border-radius: 1em 1em 1em 4em;
    -webkit-border-radius: 1em 1em 1em 4em;
    border-radius: 1em 1em 1em 4em;    
}
#quoteBox .excerpt p {
    font-style:italic;
    color:#50617e;
    padding-left:25px;
}
#talkArrow {
    margin-left:15px; 
}
.blurb {
    background-color:#E8F0FC;
    padding:20px;
    -moz-border-radius: 1em 4em 1em 4em;
    -webkit-border-radius: 1em 4em 1em 4em;
    border-radius: 1em 4em 1em 4em;
}
.blurb p {
    line-height: 1.75;
    color:#50617e
}
.quotation {
    font-size:24px;
    line-height:.35;
}
#nameTitle {
    text-align:right;
    color:#50617e;
}

#socialFloatBar {
  background-color: #ebebeb;
  margin: 30px -30px 30px 0;
  position: relative;
}

#social-float {
  clear: both;
  margin-bottom: -10px;
  padding: 4px 0 5px 10px;
}

