.white {
  color: #FFFFFF;
}
.pink {
  color: #E71C75;
}
.pinkbg {
  background-color: #E71C75;
}
.orange {
  color: #FFA200;
}
.orangebg {
  background-color: #FFA200;
}
.teal {
  color: #00ADA8;
}
.tealbg {
  background-color: #00ADA8;
}
.green {
  color: #B4D15F;
}
.black {
  color: #262626;
}
.blackbg {
  background-color: #262626;
}
.gray {
  color: #545454;
}
.podblue {
  color: #008AA7;
}
body {
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}
a:link,
a:visited {
  color: #E71C75;
  font-weight: 600;
  text-decoration: none;
}
a:link:hover,
a:visited:hover {
  color: #00ADA8;
}
.blacklink a:link,
.blacklink a:visited {
  color: #262626;
}
.blacklink a:link:hover,
.blacklink a:visited:hover {
  color: #00ADA8;
}
h1,
h3,
h4,
h5 {
  font-weight: 400;
}
h1 a:link,
h1 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited {
  font-weight: 400;
}
h1 {
  font-size: 50px;
  font-family: "ltc-bodoni-175", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 20px;
}
h1 a:link,
h1 a:visited {
  font-weight: 400;
}
h3 {
  font-family: "ltc-bodoni-175", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  line-height: 130%;
}
h3 a:link,
h3 a:visited {
  font-weight: 400;
}
h4 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.caps {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 15px;
}
.bold,
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
.serif {
  font-family: "ltc-bodoni-175", serif;
  font-style: italic;
  font-weight: 400;
}
.serif a:link,
.serif a:visited {
  font-weight: 400;
}
.sans {
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.highlight {
  font-size: 92px;
  display: block;
  padding: 40px 0;
}
.quote {
  font-family: "ltc-bodoni-175", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  margin: 30px;
  line-height: 130%;
}
.quote a:link,
.quote a:visited {
  font-weight: 400;
}
.quotesource {
  font-size: 20px;
  clear: both;
  display: block;
  margin: 0 40px;
  line-height: 130%;
}
.date {
  display: block;
  float: left;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 15px;
  color: #545454;
  font-size: 14px;
  margin: 10px 7px 0 0;
}
article p,
.static-page p {
  line-height: 140%;
  margin-bottom: 30px;
}
sup {
  vertical-align: 60%;
  font-size: 75%;
  line-height: 100%;
}
sub {
  vertical-align: -10%;
  font-size: 75%;
  line-height: 100%;
}
.amp {
  font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", "Warnock Pro", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.1em;
  line-height: 1em;
}
.dquo {
  margin-left: -0.4em;
}
.quo {
  margin-left: -0.2em;
}
.shadow {
  box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}
.hide {
  display: none;
}
.button {
  background-color: #E71C75;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 15px;
  font-size: 12px;
  text-align: center;
  border: solid 2px #79796A;
  padding: 7px;
}
.multibutton:link,
.multibutton:visited,
div.multibutton {
  background-color: #262626;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 15px;
  color: #FFFFFF;
  border: 0;
  border-left: 14px solid #FFA200;
  display: block;
  float: left;
  height: 35px;
}
.multibutton:link:before,
.multibutton:visited:before,
div.multibutton:before {
  content: "";
  width: 14px;
  background-color: #E71C75;
  display: block;
  float: left;
  height: 35px;
}
.multibutton:link span,
.multibutton:visited span,
div.multibutton span {
  display: block;
  float: left;
  border-left: 14px solid #00ADA8;
  padding: 8px 25px 0 20px;
  height: 35px;
  position: relative;
}
.multibutton:link span i,
.multibutton:visited span i,
div.multibutton span i {
  font-size: 9px;
  display: block;
  position: absolute;
  right: 10px;
  top: 9px;
  color: #FFFFFF;
}
.multibutton:link:hover,
.multibutton:visited:hover,
div.multibutton:hover {
  background-color: #B4D15F;
  color: #262626;
}
.multibutton:link:hover i,
.multibutton:visited:hover i,
div.multibutton:hover i {
  color: #262626;
}
button,
input[type="button"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: #79796A;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
.pen {
  margin: 10px 0 0 0;
  display: block;
}
.pen:before {
  display: block;
  content: "";
  background: url("images/sprite.png") top left no-repeat;
  float: left;
  margin: -20px 10px 0 0;
  content: "";
  display: table;
  clear: both;
}
.sprite {
  background: url("images/sprite.png") top left no-repeat;
}
.green_logo {
  width: 282px;
  height: 105px;
  background-position: -10px -10px;
}
.pink_logo {
  width: 282px;
  height: 105px;
  background-position: -10px -125px;
}
.teal_logo {
  width: 282px;
  height: 105px;
  background-position: -10px -240px;
}
.orange_logo {
  width: 282px;
  height: 105px;
  background-position: -10px -355px;
}
.green_pen_shadow {
  width: 36px;
  height: 68px;
  background-position: -10px -585px;
}
.teal_pen_shadow {
  width: 36px;
  height: 67px;
  background-position: -56px -585px;
}
.orange_pen_shadow {
  width: 36px;
  height: 66px;
  background-position: -102px -585px;
}
.pink_pen_shadow {
  width: 36px;
  height: 60px;
  background-position: -148px -585px;
}
.black_pen {
  width: 60px;
  height: 60px;
  background-position: -194px -585px;
}
.teal_pen:before {
  width: 41px;
  height: 41px;
  background-position: -10px -663px;
}
.pink_pen:before {
  width: 41px;
  height: 41px;
  background-position: -61px -663px;
}
.green_pen:before {
  width: 41px;
  height: 41px;
  background-position: -112px -663px;
}
.orange_pen:before {
  width: 41px;
  height: 41px;
  background-position: -163px -663px;
}
.white_pen {
  width: 30px;
  height: 30px;
  background-position: -258px -580px;
}
.sprite-squeeze {
  background: url("images/sprite-new2.png") top left no-repeat;
}
.tools-tech {
  width: 473px;
  height: 334px;
  background-position: -10px -10px;
}
.join-squeeze {
  width: 539px;
  height: 121px;
  background-position: -10px -354px;
}
.join-article {
  width: 307px;
  height: 110px;
  background-position: -10px -485px;
}
.join_ribbon {
  width: 76px;
  height: 50px;
  background-position: -327px -515px;
}
.join_btn {
  width: 233px;
  height: 40px;
  background-position: -10px -605px;
}
.multiband {
  width: 530px;
  height: 11px;
  background-position: -10px -655px;
}
h3 .pen:before {
  margin-top: -14px;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: .70;
  opacity: .70;
  -khtml-opacity: .70;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
img.alignleft {
  float: left;
  margin: 10px 20px 10px 0;
}
img.alignright {
  float: right;
  margin: 10px 0 10px 20px;
}
ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}
ol > li {
  position: relative;
  margin: 0 0 20px 2em;
  padding: 0 8px 0 10px;
  list-style: none;
  border-left: dotted 1px #545454;
  line-height: 150%;
}
ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: -30px;
  margin-right: 8px;
  padding: 4px;
  font-family: "ltc-bodoni-175", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
}
ol > li:before a:link,
ol > li:before a:visited {
  font-weight: 400;
}
li ol,
li ul {
  margin-top: 6px;
}
ol ol li:last-child {
  margin-bottom: 0;
}
.addthis_toolbox {
  clear: both;
  border-top: dotted 1px #79796A;
  margin-top: 50px;
  padding-top: 10px;
}
.addthis_toolbox:before {
  content: "";
  display: table;
  clear: both;
}
.addthis_toolbox span {
  display: block;
  float: left;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 15px;
  margin: 0px 20px 0 0;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
input:not([type="submit"]) {
  border: solid 2px #79796A;
  padding: 5px;
}
article a.icon {
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  padding: 10px 0;
  clear: both;
  display: block;
  float: left;
}
article a.icon i {
  display: block;
  float: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  margin: -8px 10px 0 0;
  background-color: #545454;
  background-image: -webkit-linear-gradient(left top,#545454,#6e6e6e);
  background-image: -moz-linear-gradient(left top,#545454,#6e6e6e);
  background-image: -o-linear-gradient(left top,#545454,#6e6e6e);
  background-image: -ms-linear-gradient(left top,#545454,#6e6e6e);
  background-image: linear-gradient(left top,#545454,#6e6e6e);
}
article a.icon i span {
  display: block;
  background: url("images/sprite.png") top left no-repeat;
  width: 30px;
  height: 30px;
  background-position: -258px -580px;
}
article a.icon.writing i {
  background-color: #FFA200;
  background-image: -webkit-linear-gradient(left top,#FFA200,#ffb533);
  background-image: -moz-linear-gradient(left top,#FFA200,#ffb533);
  background-image: -o-linear-gradient(left top,#FFA200,#ffb533);
  background-image: -ms-linear-gradient(left top,#FFA200,#ffb533);
  background-image: linear-gradient(left top,#FFA200,#ffb533);
}
article a.icon.reading i {
  background-color: #E71C75;
  background-image: -webkit-linear-gradient(left top,#E71C75,#ec4a91);
  background-image: -moz-linear-gradient(left top,#E71C75,#ec4a91);
  background-image: -o-linear-gradient(left top,#E71C75,#ec4a91);
  background-image: -ms-linear-gradient(left top,#E71C75,#ec4a91);
  background-image: linear-gradient(left top,#E71C75,#ec4a91);
}
article a.icon.community i {
  background-color: #00ADA8;
  background-image: -webkit-linear-gradient(left top,#00ADA8,#00e0da);
  background-image: -moz-linear-gradient(left top,#00ADA8,#00e0da);
  background-image: -o-linear-gradient(left top,#00ADA8,#00e0da);
  background-image: -ms-linear-gradient(left top,#00ADA8,#00e0da);
  background-image: linear-gradient(left top,#00ADA8,#00e0da);
}
article a.icon.podcast i {
  background-color: #008AA7;
  background-image: -webkit-linear-gradient(left top,#008AA7,#00b4da);
  background-image: -moz-linear-gradient(left top,#008AA7,#00b4da);
  background-image: -o-linear-gradient(left top,#008AA7,#00b4da);
  background-image: -ms-linear-gradient(left top,#008AA7,#00b4da);
  background-image: linear-gradient(left top,#008AA7,#00b4da);
}
div.fourth a.icon {
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  padding: 10px 0;
  clear: both;
  display: block;
  float: left;
}
div.fourth a.icon i {
  display: block;
  float: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  margin: -8px 10px 0 0;
  background-color: #545454;
  background-image: -webkit-linear-gradient(left top,#545454,#6e6e6e);
  background-image: -moz-linear-gradient(left top,#545454,#6e6e6e);
  background-image: -o-linear-gradient(left top,#545454,#6e6e6e);
  background-image: -ms-linear-gradient(left top,#545454,#6e6e6e);
  background-image: linear-gradient(left top,#545454,#6e6e6e);
}
div.fourth a.icon i span {
  display: block;
  background: url("images/sprite.png") top left no-repeat;
  width: 30px;
  height: 30px;
  background-position: -258px -580px;
}
div.fourth a.icon.writing i {
  background-color: #FFA200;
  background-image: -webkit-linear-gradient(left top,#FFA200,#ffb533);
  background-image: -moz-linear-gradient(left top,#FFA200,#ffb533);
  background-image: -o-linear-gradient(left top,#FFA200,#ffb533);
  background-image: -ms-linear-gradient(left top,#FFA200,#ffb533);
  background-image: linear-gradient(left top,#FFA200,#ffb533);
}
div.fourth a.icon.reading i {
  background-color: #E71C75;
  background-image: -webkit-linear-gradient(left top,#E71C75,#ec4a91);
  background-image: -moz-linear-gradient(left top,#E71C75,#ec4a91);
  background-image: -o-linear-gradient(left top,#E71C75,#ec4a91);
  background-image: -ms-linear-gradient(left top,#E71C75,#ec4a91);
  background-image: linear-gradient(left top,#E71C75,#ec4a91);
}
div.fourth a.icon.community i {
  background-color: #00ADA8;
  background-image: -webkit-linear-gradient(left top,#00ADA8,#00e0da);
  background-image: -moz-linear-gradient(left top,#00ADA8,#00e0da);
  background-image: -o-linear-gradient(left top,#00ADA8,#00e0da);
  background-image: -ms-linear-gradient(left top,#00ADA8,#00e0da);
  background-image: linear-gradient(left top,#00ADA8,#00e0da);
}
div.fourth a.icon.podcast i {
  background-color: #008AA7;
  background-image: -webkit-linear-gradient(left top,#008AA7,#00b4da);
  background-image: -moz-linear-gradient(left top,#008AA7,#00b4da);
  background-image: -o-linear-gradient(left top,#008AA7,#00b4da);
  background-image: -ms-linear-gradient(left top,#008AA7,#00b4da);
  background-image: linear-gradient(left top,#008AA7,#00b4da);
}
.sidebar-podcast {
  background: rgba(139,218,215,0.5);
  box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  padding: 50px 10px 20px 10px;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
.sidebar-podcast h2 {
  background-color: #262626;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 15px;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 7px 0;
  margin-top: 0px;
}
.sidebar-podcast h2 i {
  display: block;
  position: absolute;
  bottom: -12px;
  color: #262626;
  margin: 0 auto;
  font-size: 30px;
  width: 100%;
}
.sidebar-podcast img {
  background: url("images/podcast-icon-diymfa.svg");
  width: 24px;
  display: inline-block;
}
.sidebar-podcast h3 {
  display: inline-block;
  font-size: 21px;
  color: #008aa7;
  vertical-align: text-bottom;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding-left: 4px;
}
.sidebar-podcast a:hover h3 {
  color: rgba(0,138,167,0.5);
}
.wrap {
  width: 1030px;
  margin: 0 auto;
  content: "";
  display: table;
  clear: both;
}
nav {
  background-color: #262626;
  border-left: solid 14px #FFA200;
  border-right: solid 14px #B4D15F;
  margin-top: -3px;
  position: relative;
  z-index: 2;
}
nav ul {
  border-left: solid 14px #E71C75;
  z-index: 2;
}
nav ul:after {
  content: "";
  display: table;
  clear: both;
}
nav ul li {
  display: block;
  float: left;
  padding: 18px 20px;
  border-left: solid 1px #FFFFFF;
  height: 55px;
}
nav ul li a:link,
nav ul li a:visited {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 15px;
  display: block;
}
nav ul li a:link:hover,
nav ul li a:visited:hover {
  color: #E71C75;
}
nav ul li:first-child {
  border-left: solid 14px #00ADA8;
}
nav ul li.social span,
nav ul li.social a {
  display: inline-block;
  font-family: "ltc-bodoni-175", serif;
  font-style: italic;
  font-weight: 400;
  font-family: "ltc-bodoni-175", serif;
  font-style: italic;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 25px;
}
nav ul li.social span a:link,
nav ul li.social span a:visited,
nav ul li.social a a:link,
nav ul li.social a a:visited {
  font-weight: 400;
}
nav ul li.social span a:link,
nav ul li.social span a:visited,
nav ul li.social a a:link,
nav ul li.social a a:visited {
  font-weight: 400;
}
nav ul li.social .icon {
  font-size: 18px;
  padding-left: 10px;
}
nav ul li.current-menu-item {
  background: url(images/menu-border.png) repeat-x left bottom;
}
nav a.join-nav {
  background: url("images/sprite-new2.png") top left no-repeat;
  width: 76px;
  height: 50px;
  background-position: -327px -515px;
  display: inline-block;
  float: right;
  margin-right: 30px;
}
nav a.join-nav:hover {
  filter: alpha(opacity=70);
  -moz-opacity: .70;
  opacity: .70;
  -khtml-opacity: .70;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header {
  padding: 50px 0 50px 0;
  position: relative;
  z-index: 1;
}
header:after {
  content: "";
  display: table;
  clear: both;
}
header ul {
  float: right;
  padding-top: 30px;
  margin-right: 25px;
}
header ul li {
  display: inline-block;
  font-family: "ltc-bodoni-175", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 38px;
  text-transform: lowercase;
  padding-left: 65px;
}
header ul li a:link,
header ul li a:visited {
  font-weight: 400;
}
header ul li a:link,
header ul li a:visited {
  position: relative;
  display: block;
}
header ul li a:link span,
header ul li a:visited span {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 15px;
  font-size: 13px;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
  clear: both;
  display: block;
}
header ul li a:link:hover,
header ul li a:visited:hover {
  filter: alpha(opacity=70);
  -moz-opacity: .70;
  opacity: .70;
  -khtml-opacity: .70;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header ul li a:link:before,
header ul li a:visited:before {
  content: '';
  display: block;
  background: url("images/sprite.png") top left no-repeat;
  position: absolute;
  left: -45px;
  top: 0;
}
header ul .write a:link,
header ul .write a:visited,
header ul .write a:hover {
  color: #FFA200;
}
header ul .write a:link:before,
header ul .write a:visited:before,
header ul .write a:hover:before {
  width: 36px;
  height: 66px;
  background-position: -102px -585px;
}
header ul .read a:link,
header ul .read a:visited,
header ul .read a:hover {
  color: #E71C75;
}
header ul .read a:link:before,
header ul .read a:visited:before,
header ul .read a:hover:before {
  width: 36px;
  height: 60px;
  background-position: -148px -585px;
}
header ul .community a:link,
header ul .community a:visited,
header ul .community a:hover {
  color: #00ADA8;
}
header ul .community a:link:before,
header ul .community a:visited:before,
header ul .community a:hover:before {
  width: 36px;
  height: 67px;
  background-position: -56px -585px;
}
header ul .store a:link,
header ul .store a:visited,
header ul .store a:hover {
  color: #B4D15F;
}
header ul .store a:link:before,
header ul .store a:visited:before,
header ul .store a:hover:before {
  width: 36px;
  height: 68px;
  background-position: -10px -585px;
}
header #logo {
  background: url("images/sprite.png") top left no-repeat;
  width: 282px;
  height: 105px;
  background-position: -10px -470px;
  text-indent: -99999px;
  float: left;
}
header #logo:hover {
  filter: alpha(opacity=70);
  -moz-opacity: .70;
  opacity: .70;
  -khtml-opacity: .70;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section-inactive {
  filter: alpha(opacity=70);
  -moz-opacity: .40;
  opacity: .40;
  -khtml-opacity: .40;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.section-inactive:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 1;
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
body.category-writing header a#logo {
  width: 282px;
  height: 105px;
  background-position: -10px -355px;
}
body.category-writing header ul#menu-sections.menu li:not(.write) a {
  filter: alpha(opacity=70);
  -moz-opacity: .40;
  opacity: .40;
  -khtml-opacity: .40;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
body.category-writing header ul#menu-sections.menu li:not(.write) a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 1;
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
body.category-writing header ul#menu-sections.menu li.store a {
  filter: alpha(opacity=70);
  -moz-opacity: .60;
  opacity: .60;
  -khtml-opacity: .60;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.category-reading header a#logo {
  width: 282px;
  height: 105px;
  background-position: -10px -125px;
}
body.category-reading header ul#menu-sections.menu li:not(.read) a {
  filter: alpha(opacity=70);
  -moz-opacity: .40;
  opacity: .40;
  -khtml-opacity: .40;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
body.category-reading header ul#menu-sections.menu li:not(.read) a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 1;
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
body.category-reading header ul#menu-sections.menu li.store a {
  filter: alpha(opacity=70);
  -moz-opacity: .60;
  opacity: .60;
  -khtml-opacity: .60;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.category-diy-mfa header a#logo,
body.category-community a#logo {
  width: 282px;
  height: 105px;
  background-position: -10px -240px;
}
body.category-diy-mfa header ul#menu-sections.menu li:not(.community) a,
body.category-community ul#menu-sections.menu li:not(.community) a {
  filter: alpha(opacity=70);
  -moz-opacity: .40;
  opacity: .40;
  -khtml-opacity: .40;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
body.category-diy-mfa header ul#menu-sections.menu li:not(.community) a:hover,
body.category-community ul#menu-sections.menu li:not(.community) a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 1;
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
body.category-diy-mfa header ul#menu-sections.menu li.store a,
body.category-community ul#menu-sections.menu li.store a {
  filter: alpha(opacity=70);
  -moz-opacity: .60;
  opacity: .60;
  -khtml-opacity: .60;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.category-podcast header a#logo {
  background: url("images/DIY_PodcastLogo.png") top left no-repeat;
}
body.category-podcast header ul#menu-sections.menu li a {
  filter: alpha(opacity=70);
  -moz-opacity: .40;
  opacity: .40;
  -khtml-opacity: .40;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
body.category-podcast header ul#menu-sections.menu li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 1;
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
body.woocommerce header a#logo {
  width: 282px;
  height: 105px;
  background-position: -10px -10px;
}
body.woocommerce header ul#menu-sections.menu li:not(.store) a {
  filter: alpha(opacity=70);
  -moz-opacity: .40;
  opacity: .40;
  -khtml-opacity: .40;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
body.woocommerce header ul#menu-sections.menu li:not(.store) a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 1;
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
article h1,
section h1 {
  line-height: 120%;
}
article h2,
section h2 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  margin-top: 10px;
}
article h2:after,
section h2:after {
  content: "";
  display: table;
  clear: both;
}
article h2:before,
section h2:before {
  content: "";
  display: table;
  clear: both;
}
article h2,
article h3,
article h4,
section h2,
section h3,
section h4 {
  padding: 10px 0;
}
article h2:before,
article h3:before,
article h4:before,
section h2:before,
section h3:before,
section h4:before {
  content: "";
  display: table;
  clear: both;
}
article ul,
section ul {
  margin-bottom: 15px;
}
article ul li,
section ul li {
  list-style: disc;
  padding: 5px 0;
  margin-left: 40px;
  line-height: 150%;
}
article iframe,
section iframe {
  border: 1px solid #E8E8E8;
}
.single header {
  padding-bottom: 60px;
}
.single article {
  width: 820px;
  float: left;
  padding-right: 20px;
}
.single article #featured-image {
  float: right;
  margin: 15px 0 30px 30px;
  width: 515px;
}
.single article h1 {
  margin-top: -10px;
}
.single article h1 a:link,
.single article h1 a:visited {
  color: #262626;
}
.single article h1 a:link:hover,
.single article h1 a:visited:hover {
  color: #00ADA8;
}
.single article .meta {
  margin: -10px 0 10px;
  float: left;
  max-width: 255px;
}
.single article .meta:after {
  content: "";
  display: table;
  clear: both;
}
.single article .meta .author {
  font-weight: 600;
  display: block;
  float: left;
  margin-top: 10px;
}
.single article .icon {
  padding: 20px 0;
}
.single article p:first-of-type {
  clear: left;
}
.single article #disqus_thread {
  margin-top: 40px;
}
.single #postnav {
  padding: 20px 0;
}
.single #postnav a:link,
.single #postnav a:visited {
  float: right;
}
.single #postnav a:link:first-child,
.single #postnav a:visited:first-child {
  float: left;
}
.single section.join {
  clear: both;
  height: 160px;
  margin-bottom: 40px;
  margin-top: 35px;
}
.single section.join form {
  float: left;
}
.single section.join h2 {
  font-family: "ltc-bodoni-175", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 55px;
  font-weight: normal;
}
.single section.join h2 a:link,
.single section.join h2 a:visited {
  font-weight: 400;
}
.single section.join input.text {
  border: solid 1px #79796A;
  display: inline-block;
  height: 38px;
  color: #79796A;
  font-size: 16px;
  margin-right: 5px;
}
.single section.join .button {
  background: url("images/sprite-new2.png") top left no-repeat;
  width: 233px;
  height: 40px;
  background-position: -10px -605px;
  border: none;
  display: inline-block;
}
.single section.join .join-badge {
  background: url("images/sprite-new2.png") top left no-repeat;
  width: 307px;
  height: 110px;
  background-position: -10px -485px;
  float: right;
  margin: 30px 0 0 20px;
}
body:not(.home) header
							article {
  width: 820px;
  float: left;
  padding-right: 20px;
}
body:not(.home) header
							article h1 {
  margin: -10px 0 20px 0;
}
body:not(.home) header
							article h1 a:link,
body:not(.home) header
							article h1 a:visited {
  color: #262626;
}
body:not(.home) header
							article h1 a:link:hover,
body:not(.home) header
							article h1 a:visited:hover {
  color: #00ADA8;
}
body.blog div#three_column,
body.archive div#three_column {
  margin-top: 0;
}
body.blog div#three_column .post-content,
body.archive div#three_column .post-content {
  margin-left: 20px;
  padding-bottom: 20px;
  width: 510px;
  border-bottom: solid 1px #79796A;
  float: left;
}
body.blog div#three_column article,
body.archive div#three_column article {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0 20px 0;
  float: none;
}
body.blog div#three_column article h2,
body.archive div#three_column article h2 {
  font-family: "ltc-bodoni-175", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 42px;
  line-height: 110%;
  margin: 0;
}
body.blog div#three_column article h2 a:link,
body.blog div#three_column article h2 a:visited,
body.archive div#three_column article h2 a:link,
body.archive div#three_column article h2 a:visited {
  font-weight: 400;
}
body.blog div#three_column article .date,
body.archive div#three_column article .date {
  margin-top: 0;
}
body.blog div#three_column article p,
body.archive div#three_column article p {
  display: block;
  clear: both;
  margin: 30px 0 10px;
}
body.blog div#three_column article img,
body.archive div#three_column article img {
  max-width: 234px;
  float: left;
}
.archive:not(.woocommerce) h1 {
  font-size: 1px;
  text-indent: -99999px;
}
section.static-page {
  float: left;
  width: 825px;
  padding-right: 20px;
}
section.static-page h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}
body.page-id-6 section.static-page {
  width: 100%;
  padding-right: 0;
  float: none;
}
.jSlots-wrapper {
  overflow: hidden;
  height: 297px;
  display: inline-block;
  border: 4pxpx solid #262626;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  margin: 30px 2% 0 0;
  width: 23%;
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.jSlots-wrapper:last-of-type {
  margin-right: 0;
}
.jSlots-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.jSlots-wrapper ul li {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  padding-top: 37%;
  list-style-type: none;
  margin-left: 0px;
}
.jSlots-wrapper img {
  width: 100%;
}
.jSlots-wrapper:before {
  background-color: #262626;
  text-align: center;
  font-size: 20px;
  padding: 20px 0;
  font-weight: 600;
  color: #FFFFFF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.slot-1:before {
  content: "Character";
  border-bottom: solid 5px #FFA200;
}
.slot-2:before {
  content: "Situation";
  border-bottom: solid 5px #E71C75;
}
.slot-3:before {
  content: "Prop";
  border-bottom: solid 5px #00ADA8;
}
.slot-4 ul li {
  padding: 0;
}
.slot-4:before {
  content: "Setting";
  border-bottom: solid 5px #B4D15F;
}
.slot {
  float: left;
}
.slot li {
  height: 245px;
}
#playBtn {
  clear: both;
  margin: 30px auto;
  cursor: pointer;
  font-size: 30px;
  width: 512px;
  border-right: solid 14px #B4D15F;
  float: none;
  height: 80px;
}
#playBtn:before {
  height: 80px;
}
#playBtn span {
  height: 80px;
  padding: 30px 25px 0 144px;
}
#playBtn span i {
  font-size: 25px;
  right: -15px;
  top: 33px;
}
.page-id-1979 h1 {
  border-bottom: dotted 1px #79796A;
  margin-bottom: 10px;
}
.page-id-1979 h3 {
  margin: 20px 0 0 0;
  float: left;
}
.page-id-1979 h3,
.page-id-1979 h4 {
  clear: left;
}
.page-id-1979 section.static-page ul {
  margin-top: 10px;
}
.page-id-1979 section.static-page ul li {
  list-style-type: none !important;
  margin-left: 5px;
}
.page-id-1979 section.static-page ul li a {
  background: url(images/list_pen.png) left top no-repeat;
  padding: 0 0 0 25px;
  display: inline-block;
}
.page-id-1979 section.static-page img.stw_thumbnail {
  border: solid 1px #79796A;
  float: left;
  margin: 0 20px 20px 0;
}
.page-id-1979 section.static-page p {
  clear: both;
}
.page-id-1979 section.static-page h4 {
  margin: 20px 0;
}
.search h1 {
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-style: normal;
}
.search h1 span {
  font-weight: 600;
}
section.join {
  clear: both;
  max-width: 804px;
  height: 160px;
  margin-bottom: 40px;
  margin-top: 35px;
}
section.join form {
  float: left;
}
section.join h2 {
  font-family: "ltc-bodoni-175", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 55px;
  font-weight: normal;
}
section.join h2 a:link,
section.join h2 a:visited {
  font-weight: 400;
}
section.join input.text {
  border: solid 1px #79796A;
  display: inline-block;
  height: 38px;
  color: #79796A;
  font-size: 16px;
  margin-right: 5px;
}
section.join .button {
  background: url("images/sprite-new2.png") top left no-repeat;
  width: 233px;
  height: 40px;
  background-position: -10px -605px;
  border: none;
  display: inline-block;
}
section.join .join-badge {
  background: url("images/sprite-new2.png") top left no-repeat;
  width: 307px;
  height: 110px;
  background-position: -10px -485px;
  float: right;
  margin: 30px 0 0 20px;
}
.home #intro {
  content: "";
  display: table;
  clear: both;
  border: solid 1px #EEE;
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
.home #intro .colleft {
  float: left;
  padding: 30px 0 30px 40px;
}
.home #intro .colleft h2 {
  font-family: "ltc-bodoni-175", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 40px;
  line-height: 135%;
}
.home #intro .colleft h2 a:link,
.home #intro .colleft h2 a:visited {
  font-weight: 400;
}
.home #intro .colleft h2 span {
  font-size: 40px;
  font-weight: 600;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-style: normal;
}
.home #intro .colleft h2:first-child span {
  color: #FFA200;
}
.home #intro .colleft h2:nth-of-type(2) span {
  color: #E71C75;
}
.home #intro .colleft h2:nth-of-type(3) span {
  color: #00ADA8;
}
.home #intro .colright {
  float: right;
  padding-left: 30px;
}
.home #intro .colright .box {
  padding: 25px 20px;
}
.home #intro .colright .box p {
  text-align: center;
  padding-bottom: 5px;
}
.home #intro .colright h1 {
  margin-right: 220px;
  padding-bottom: 20px;
  text-align: right;
}
.home #intro .colright h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 120%;
}
.home #intro .colright h3 {
  background-color: #262626;
  font-size: 29px;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  padding: 7px 0;
  margin-top: 0px;
  position: relative;
}
.home #intro .colright h3 i {
  display: block;
  position: absolute;
  bottom: -24px;
  color: #262626;
  margin: 0 auto;
  font-size: 30px;
  width: 100%;
}
.home #intro .colright ul {
  margin: 0 0 20px 120px;
  text-align: right;
  width: 300px;
}
.home #intro .colright ul li {
  list-style: disc inside none;
  border-bottom: 1px solid #EEEEEE;
  color: #666666;
  list-style: none inside none;
  padding: 5px 0;
}
.home #intro .reading {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 1;
}
.home #intro .signup {
  clear: both;
  background-color: #EEE;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  padding: 15px 20px;
}
.home #intro .signup form {
  margin: 5px 0 0 18px;
  position: absolute;
  right: 20px;
  top: 12px;
}
.home #intro .signup input.text {
  border: solid 1px #79796A;
  display: inline-block;
  height: 38px;
  color: #79796A;
  font-size: 16px;
  margin-right: 5px;
}
.home #intro .signup .button {
  background: url("images/sprite-new2.png") top left no-repeat;
  width: 233px;
  height: 40px;
  background-position: -10px -605px;
  border: none;
  display: inline-block;
}
.home #intro .signup h3 {
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 130%;
  font-style: normal;
}
.home #intro .signup p a {
  font-size: 14px;
  line-height: 130%;
  color: #666666;
  font-weight: 400;
}
.home #intro .signup p a:hover {
  color: #E71C75;
}
.home #intro .signup .biolink {
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  background-color: rgba(234,16,116,0.7);
  padding: 3px 8px;
  display: inline-block;
  position: absolute;
  top: -25px;
  right: 0;
}
.home #intro .signup .biolink:hover {
  background-color: #E71C75;
}
div#three_column {
  clear: both;
  width: 100%;
  margin-top: 37px;
  height: 100%;
}
div#three_column section {
  float: left;
  width: 800px;
  padding: 0 30px 0 0;
  position: relative;
}
div#three_column section .post-content {
  margin-left: 20px;
  padding-bottom: 20px;
  width: 510px;
  border-bottom: solid 1px #79796A;
  float: left;
}
div#three_column section article {
  margin-bottom: 20px;
  padding-bottom: 12px;
}
div#three_column section article:first-child {
  padding-top: 0px;
}
div#three_column section article:last-of-type {
  border: 0;
}
div#three_column section article:after {
  content: "";
  display: table;
  clear: both;
}
div#three_column section article.block-4 img,
div#three_column section article.block-5 img {
  display: none;
}
div#three_column section article.block-4 .post-content,
div#three_column section article.block-5 .post-content {
  margin-left: 254px;
}
div#three_column section article.block-4 .post-content h2,
div#three_column section article.block-5 .post-content h2 {
  margin-top: -15px;
}
div#three_column section article h2 {
  font-size: 20px;
  font-weight: 600;
}
div#three_column section article h2 a:link,
div#three_column section article h2 a:visited {
  color: #262626;
}
div#three_column section article h2 a:link:hover,
div#three_column section article h2 a:visited:hover {
  color: #00ADA8;
}
div#three_column section article p {
  display: none;
}
div#three_column section article .readit {
  display: block;
  float: left;
  padding-top: 10px;
}
div#three_column section article a.icon {
  padding-top: 20px;
}
div#three_column section article.block-1 h2,
div#three_column section article.block-2 h2,
div#three_column section article.block-3 h2 {
  font-family: "ltc-bodoni-175", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 42px;
  line-height: 120%;
  margin: 0;
  padding: 0;
}
div#three_column section article.block-1 h2 a:link,
div#three_column section article.block-1 h2 a:visited,
div#three_column section article.block-2 h2 a:link,
div#three_column section article.block-2 h2 a:visited,
div#three_column section article.block-3 h2 a:link,
div#three_column section article.block-3 h2 a:visited {
  font-weight: 400;
}
div#three_column section article.block-1 .date,
div#three_column section article.block-2 .date,
div#three_column section article.block-3 .date {
  margin-top: 0;
}
div#three_column section article.block-1 p,
div#three_column section article.block-2 p,
div#three_column section article.block-3 p {
  display: block;
  clear: both;
  margin: 30px 0 10px;
}
div#three_column section article.block-1 .readit,
div#three_column section article.block-2 .readit,
div#three_column section article.block-3 .readit {
  display: none;
}
div#three_column section article.block-1 img.wp-post-image,
div#three_column section article.block-1 img.frame,
div#three_column section article.block-2 img.wp-post-image,
div#three_column section article.block-2 img.frame,
div#three_column section article.block-3 img.wp-post-image,
div#three_column section article.block-3 img.frame {
  width: 234px;
  float: left;
}
div#three_column section .multibutton {
  float: left;
  margin-left: 254px;
  margin-top: -33px;
}
.wp-pagenavi {
  clear: both;
  float: right;
}
.wp-pagenavi a {
  background-color: #262626;
  padding: 3px 5px;
  margin: 2px;
}
.wp-pagenavi a:hover {
  background-color: #00ADA8;
  color: #FFFFFF;
}
.wp-pagenavi span {
  padding: 3px 5px;
  margin: 2px;
}
.wp-pagenavi span.current {
  background-color: #00ADA8;
  color: #FFFFFF;
  font-weight: 600;
}
.wp-pagenavi span.pages {
  font-family: "ltc-bodoni-175", serif;
  font-style: italic;
  font-weight: 400;
  padding: 4px 5px 3px;
}
.wp-pagenavi span.pages a:link,
.wp-pagenavi span.pages a:visited {
  font-weight: 400;
}
.page-id-6124 .join-intro h1 {
  font-family: "ltc-bodoni-175", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 45px;
  font-weight: normal;
  text-align: center;
}
.page-id-6124 .join-intro h1 a:link,
.page-id-6124 .join-intro h1 a:visited {
  font-weight: 400;
}
.page-id-6124 .join-intro h2 {
  color: #777777;
  font-size: 29px;
  text-align: center;
  font-weight: 400;
  margin: 30px 0 20px 0;
}
.page-id-6124 .join-intro ul {
  display: table;
  font-size: 14px;
  font-style: italic;
  margin: 0 auto;
  text-align: center;
}
.page-id-6124 .join-intro ul li {
  border-bottom: solid 1px #EEE;
  padding: 8px 0;
}
.page-id-6124 .join-intro form {
  margin: 30px auto;
  text-align: center;
}
.page-id-6124 .join-intro input.text {
  border: solid 1px #79796A;
  display: inline-block;
  height: 38px;
  color: #79796A;
  font-size: 16px;
  margin-right: 5px;
}
.page-id-6124 .join-intro .button {
  background: url("images/sprite-new2.png") top left no-repeat;
  width: 233px;
  height: 40px;
  background-position: -10px -605px;
  border: none;
  display: inline-block;
}
.page-id-6124 .join-intro .join-badge {
  background: url("images/sprite-new2.png") top left no-repeat;
  width: 539px;
  height: 121px;
  background-position: -10px -354px;
  margin: 40px 0 0 -8px;
}
.page-id-6124 .join-supportive #testimonials {
  margin: 45px auto;
  width: 475px;
}
.page-id-6124 .join-supportive #testimonials h2 {
  background-color: #262626;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 15px;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  padding: 7px 0;
  position: relative;
}
.page-id-6124 .join-supportive #testimonials h2 i {
  display: block;
  position: absolute;
  bottom: -12px;
  color: #262626;
  margin: 0 auto;
  font-size: 30px;
  width: 100%;
}
.page-id-6124 .join-supportive #testimonials div.box {
  box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  padding: 20px;
  background-color: rgba(238,238,238,0.44);
}
.page-id-6124 .join-supportive #testimonials div.box img {
  float: left;
  margin: 0 10px 10px 0;
}
.page-id-6124 .join-supportive #testimonials div.box p {
  margin-bottom: 10px;
}
.page-id-6124 .join-supportive #testimonials div.box .author {
  font-family: "ltc-bodoni-175", serif;
  font-style: italic;
  font-weight: 400;
}
.page-id-6124 .join-supportive #testimonials div.box .author a:link,
.page-id-6124 .join-supportive #testimonials div.box .author a:visited {
  font-weight: 400;
}
.page-id-6124 .join-supportive #testimonials div.box .author:before {
  content: "";
  background: url(images/list_pen.png) left top no-repeat;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 7px;
}
.page-id-6124 .join-supportive #testimonials div.box .clear {
  height: 10px;
}
.page-id-6124 .join-supportive ul {
  border-top: solid 1px #EEE;
  border-bottom: solid 1px #EEE;
  padding: 15px 0 20px;
}
.page-id-6124 .join-supportive ul li {
  display: inline-block;
  margin: 0 20px;
  width: 300px;
  color: #666;
  text-align: center;
}
.page-id-6124 .join-supportive ul li h3 {
  font-size: 32px;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  display: inline-block;
  margin: 0 5px;
  font-weight: 600;
}
.page-id-6124 .join-supportive ul li:first-child h3 {
  color: #FFA200;
}
.page-id-6124 .join-supportive ul li:nth-of-type(2) h3 {
  color: #E71C75;
}
.page-id-6124 .join-supportive ul li:nth-of-type(3) h3 {
  color: #00ADA8;
}
.page-template-no-sidebar-php section.static-page {
  float: none;
  width: 1024px;
  padding-right: 0px;
}
.sidebar-podcast {
  margin-bottom: 20px;
}
aside .box {
  box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
  padding: 50px 10px 20px 10px;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
aside .box h2 {
  background-color: #262626;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 15px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 7px 0;
  margin-top: 0px;
}
aside .box h2 i {
  display: block;
  position: absolute;
  bottom: -12px;
  color: #262626;
  margin: 0 auto;
  font-size: 30px;
  width: 100%;
}
aside .box input:not([type="submit"]) {
  width: 180px;
  margin-top: 10px;
  text-align: center;
}
aside .box .button {
  border-top: none;
}
aside .box h4 {
  padding: 10px 0;
}
aside .box img {
  padding: 20px 0;
}
aside .box a:after {
  content: " \00BB";
}
aside .box div.item_image a:after {
  content: "";
}
aside#leftbar .box.workshops background-color:rgba(195,
aside#leftbar .box.workshops 231,
aside#leftbar .box.workshops 108,
aside#leftbar .box.workshops 0.50)
								a {
  display: block;
  border-bottom: dotted 1px #79796A;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
aside#leftbar {
  width: 250px;
  float: left;
}
aside#leftbar .box {
  background-color: rgba(195,231,108,0.5);
  padding: 50px 10px 15px;
}
aside#leftbar img.attachment-shop_thumbnail {
  box-shadow: none;
  clear: both;
  width: 100%;
}
aside#leftbar .product_list_widget li span {
  display: none;
}
aside#rightbar {
  width: 205px;
  float: right;
}
aside#rightbar .first {
  background-color: rgba(139,218,215,0.5);
}
aside#rightbar .second {
  background-color: rgba(255,213,140,0.5);
}
aside#rightbar .third {
  background-color: rgba(244,152,193,0.5);
}
aside#rightbar .fourth {
  background-color: rgba(238,238,238,0.44);
  text-align: left;
}
aside#rightbar .fourth a:after {
  content: "";
}
aside#rightbar .fourth h4 {
  font-size: 20px;
}
aside#rightbar .fourth h4 a:link,
aside#rightbar .fourth h4 a:visited {
  color: #262626;
}
aside#rightbar .fourth h4 a:link:hover,
aside#rightbar .fourth h4 a:visited:hover {
  color: #00ADA8;
}
aside#rightbar .fourth h4 a {
  font-weight: 600;
}
aside#rightbar .fourth a.readit {
  clear: both;
  display: block;
  border-bottom: dotted 1px #79796A;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
aside#rightbar .fourth a.icon {
  float: none;
  padding: 10px 0 0 0;
}
aside#rightbar form {
  margin-bottom: 20px;
}
aside#rightbar form fieldset input#search {
  float: left;
  width: 173px;
}
aside#rightbar form fieldset button {
  background-color: #262626;
  color: #FFFFFF;
  border: none;
  width: 31px;
  height: 31px;
}
aside#rightbar form fieldset button:hover {
  background-color: #E71C75;
}
aside#rightbar .af-form input.button,
.custom-sidebar .af-form input.submit {
  background: url("images/sidebar-subscribe-sprite.png") top left no-repeat;
  height: 40px;
  width: 180px;
  background-position: -10px -605px;
  border: none;
  display: inline-block;
  color: transparent;
}
aside#rightbar .af-form input.text {
  border: 1px solid #ccc;
  height: 30px;
}
aside#rightbar .custom-sidebar:nth-child(2) img.alignleft {
  margin: 0 0 0 0;
  width: 20px !important;
}
.custom-sidebar a:after {
  display: none;
}
.custom-sidebar:nth-child(2) {
  background-color: rgba(255,213,140,0.5);
}
.custom-sidebar:nth-child(3) {
  background-color: rgba(139,218,215,0.5);
}
.custom-sidebar:nth-child(4) {
  background-color: rgba(244,152,193,0.5);
}
aside#rightbar .custom-sidebar img {
  padding: 0px;
}
.category-reading div.wrap aside#rightbar .fourth a.readit:link,
.category-reading div.wrap aside#rightbar .fourth a.readit:visited {
  color: #E71C75;
}
.category-reading div.wrap aside#rightbar .fourth a.readit:link:hover,
.category-reading div.wrap aside#rightbar .fourth a.readit:visited:hover {
  color: #00ADA8;
}
.category-writing div.wrap aside#rightbar .fourth a.readit:link,
.category-writing div.wrap aside#rightbar .fourth a.readit:visited {
  color: #FFA200;
}
.category-writing div.wrap aside#rightbar .fourth a.readit:link:hover,
.category-writing div.wrap aside#rightbar .fourth a.readit:visited:hover {
  color: #00ADA8;
}
.category-diy-mfa div.wrap aside#rightbar .fourth a.readit:link,
.category-diy-mfa div.wrap aside#rightbar .fourth a.readit:visited,
.category-community div.wrap aside#rightbar .fourth a.readit:link,
.category-community div.wrap aside#rightbar .fourth a.readit:visited {
  color: #00ADA8;
}
.category-diy-mfa div.wrap aside#rightbar .fourth a.readit:link:hover,
.category-diy-mfa div.wrap aside#rightbar .fourth a.readit:visited:hover,
.category-community div.wrap aside#rightbar .fourth a.readit:link:hover,
.category-community div.wrap aside#rightbar .fourth a.readit:visited:hover {
  color: #00ADA8;
}
.category-podcast div.wrap aside#rightbar .fourth a.readit:link,
.category-podcast div.wrap aside#rightbar .fourth a.readit:visited {
  color: #008AA7;
}
.category-podcast div.wrap aside#rightbar .fourth a.readit:link:hover,
.category-podcast div.wrap aside#rightbar .fourth a.readit:visited:hover {
  color: #00ADA8;
}
footer {
  clear: both;
  background: url(images/border-thick.png) repeat-x left bottom;
  margin-top: 120px;
}
footer .spruce {
  clear: both;
  padding: 0 0 20px 0;
  font-size: 12px;
}
footer .spruce a {
  background: url(http://spruce.it/brand/signature-black.png) no-repeat top right;
  padding: 0 25px 8px 0;
}
footer .addthis_toolbox {
  float: right;
  border: none;
  padding: 0;
  margin: 0;
}
footer .addthis_toolbox span {
  display: block;
  float: left;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 15px;
  margin: 0px 20px 0 0;
}
footer .footernav {
  margin: 20px 0;
}
footer .footernav li {
  display: inline-block;
  margin-right: 10px;
}
footer .footernav li i {
  font-style: normal;
  display: inline-block;
  margin: 0 5px 0 15px;
}
.postid-19545 .first.box {
  display: none;
}
.woocommerce nav.woocommerce-breadcrumb {
  display: none;
}
.woocommerce div.summary div {
  margin: 20px 0;
}
.woocommerce div.woocommerce-tabs div#tab-description.panel h2,
.woocommerce div.woocommerce-tabs div#tab-description.panel h3,
.woocommerce div.woocommerce-tabs div#tab-description.panel h4 {
  margin-bottom: 15px;
}
.woocommerce div.woocommerce-tabs div#tab-description.panel p {
  margin-bottom: 30px;
  line-height: 140%;
}
.woocommerce a.woocommerce-main-image img {
  box-shadow: none !important;
}
.woocommerce aside#leftbar {
  display: none;
}
.woocommerce ul.tabs {
  display: none;
}
.woocommerce h3#order_review_heading {
  margin-top: 20px;
}
.woocommerce div.product-type-simple p.price,
.woocommerce div.product-type-simple p.stock,
.woocommerce div.product-type-simple form.cart,
.woocommerce div.product-type-simple .product_meta {
  display: none;
}
.woocommerce .add_to_cart_inline {
  border: none !important;
}
.woocommerce .add_to_cart_inline a {
  background-color: #B4D15F !important;
  color: #FFFFFF !important;
}
.woocommerce .add_to_cart_inline .amount {
  display: none;
}
.woocommerce .checkout-button,
.woocommerce #place_order {
  background-color: #B4D15F !important;
}
.woocommerce-error:before {
  display: none !important;
}
.woocommerce-cart div.woocommerce div.cart-collaterals div.cart_totals {
  width: auto !important;
}
div.woocommerce form.checkout div#order_review div#payment {
  background: transparent !important;
}
div.woocommerce form.checkout div#order_review div#payment ul.payment_methods {
  padding: 0 !important;
}
div.woocommerce form.checkout div#order_review div#payment li {
  list-style: none;
}
div.woocommerce form.checkout div#order_review div#payment input#payment_method_mijireh_checkout.input-radio {
  display: none;
}
.woocommerce-message {
  display: none !important;
}
.woocommerce-checkout ul.order_details li {
  list-style: none !important;
}
.woocommerce-checkout ul.order_details li.date {
  margin: 0;
  font-size: 0.715em;
  color: #000000;
}
.woocommerce-checkout .order_details header h2 {
  border-bottom: solid 1px #79796A;
}
body.woocommerce div.woocommerce-tabs ul {
  margin-bottom: 15px;
}
body.woocommerce div.woocommerce-tabs ul li {
  list-style: disc;
  padding: 5px 0;
  margin-left: 40px;
  line-height: 150%;
}
body.woocommerce div.woocommerce-tabs div#tab-description.panel h2 {
  color: #FFFFFF;
  border-bottom: solid 1px #B4D15F;
  position: relative;
  padding: 5px 10px;
}
body.woocommerce div.woocommerce-tabs div#tab-description.panel h2:after {
  background-color: #B4D15F;
  padding: 8px 10px;
  display: inline-block;
  content: "";
  position: absolute;
  width: 163px;
  height: 30px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.woocommerce ul.products li.product {
  width: 300px !important;
}
.woocommerce form.woocommerce-ordering select.orderby {
  display: none !important;
}
.woocommerce ul.products li.product .price {
  color: #ADCC53 !important;
}
.woocommerce span.onsale {
  background-color: #ADCC53 !important;
}
.single-product .single_add_to_cart_button {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .wrap {
    width: 1024px;
  }
  nav ul li {
    padding: 18px 20px;
  }
  header ul li {
    padding-left: 55px;
  }
  aside#rightbar {
    float: right;
    width: 175px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  html,
  body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
  }
}
.sidebar-podcast {
  background: rgba(0,138,167,0.5);
}
.sidebar-podcast a {
  color: #fff;
}
.sidebar-podcast h3 {
  color: #fff;
}
