/* Variables */
/* -------------------------------
  MIXINS
------------------------------- */
/* Imports */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.group {
  display: block;
}
.group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .group {
  display: block;
}
* html .group {
  height: 1%;
}
@font-face {
  font-family: 'AvenirLTStd35Light';
  src: url('../fonts/avenir/avenirltstd-light-webfont.eot');
  src: url('../fonts/avenir/avenirltstd-light-webfont.eot#iefix') format('eot'), url('../fonts/avenir/avenirltstd-light-webfont.woff') format('woff'), url('../fonts/avenir/avenirltstd-light-webfont.ttf') format('truetype'), url('../fonts/avenir/avenirltstd-light-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd55Roman';
  src: url('../fonts/avenir/avenirltstd-roman-webfont.eot');
  src: url('../fonts/avenir/avenirltstd-roman-webfont.eot#iefix') format('eot'), url('../fonts/avenir/avenirltstd-roman-webfont.woff') format('woff'), url('../fonts/avenir/avenirltstd-roman-webfont.ttf') format('truetype'), url('../fonts/avenir/avenirltstd-roman-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Base styles for standard elements */
body {
  font: 10pt/1.5 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #000000;
  -webkit-transform: rotate(0deg);
}
hr {
  border: 0 #ccc dotted;
  border-top: 1px solid #DCDCDC;
  margin-top: 5px;
  padding-top: 5px;
  clear: both;
  height: 0;
}
em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
u {
  text-decoration: underline;
}
.monospace,
var,
code {
  font-family: "Courier New", Courier, monospace;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: 'AvenirLTStd35Light', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h1 {
  font-family: 'AvenirLTStd55Roman', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 200%;
}
h2 {
  font-size: 175%;
}
h3 {
  font-size: 150%;
}
h4 {
  font-size: 125%;
}
h5 {
  font-size: 100%;
}
h6 {
  font-size: 100%;
}
a {
  color: #b41e39;
  text-decoration: none;
}
a img {
  vertical-align: bottom;
}
a:hover {
  color: #182c56;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: sub;
  *vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
select,
input,
textarea {
  font: 99% sans-serif;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
/* make buttons play nice in IE */
button {
  width: auto;
  overflow: visible;
}
/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.alignleft,
img.alignleft {
  margin-right: 20px;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 20px;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.alignnone,
img.alignnone {
  clear: both;
  display: block;
}
p,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 20px;
}
.navigation {
  width: 100%;
  font-size: 0.9em;
  margin: 0 0 20px;
}
/* Mixins for content styling  */
/* =Comments ----------------------------------------------- */
#comments {
  /* Comment Form */
}
#comments ol.commentlist {
  list-style: none;
}
#comments ol.commentlist li.comment {
  border-bottom: 1px dotted #666;
  padding: 10px;
}
#comments ol.commentlist li.comment div.vcard cite.fn {
  font-style: normal;
}
#comments ol.commentlist li.comment div.vcard img.avatar {
  float: right;
  margin: 0 0 10px 10px;
}
#comments ol.commentlist li.comment div.comment-meta {
  font-size: 10px;
}
#comments ol.commentlist li.comment div.comment-meta a {
  color: #ccc;
}
#comments ol.commentlist li.comment div.reply {
  font-size: 11px;
}
#comments ol.commentlist li.comment div.reply a {
  font-weight: bold;
}
#comments ol.commentlist li.comment ul.children {
  list-style: none;
  margin: 10px 0 0;
}
#comments ol.commentlist li.comment ul.children li.depth-2 {
  border-left: 5px solid #555;
  margin: 0 0 10px 10px;
}
#comments ol.commentlist li.comment ul.children li.depth-3 {
  border-left: 5px solid #999;
  margin: 0 0 10px 10px;
}
#comments ol.commentlist li.comment ul.children li.depth-4 {
  border-left: 5px solid #bbb;
  margin: 0 0 10px 10px;
}
#comments ol.commentlist li.even {
  background: #fff;
}
#comments ol.commentlist li.odd {
  background: #f6f6f6;
}
#comments ol.commentlist li.parent {
  border-left: 5px solid #111;
}
#comments #respond {
  background: #ddd;
  border: 1px solid #d3d3d3;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 1.625em;
  padding: 1.625em;
  position: relative;
  width: 68.9%;
}
#comments #respond input[type="text"],
#comments #respond textarea {
  background: #fff;
  border: 4px solid #eee;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  -moz-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  position: relative;
  padding: 10px;
  text-indent: 80px;
}
#comments #respond .comment-form-author,
#comments #respond .comment-form-email,
#comments #respond .comment-form-url,
#comments #respond .comment-form-comment {
  position: relative;
}
#comments #respond .comment-form-author label,
#comments #respond .comment-form-email label,
#comments #respond .comment-form-url label,
#comments #respond .comment-form-comment label {
  background: #eee;
  -webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  -moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  color: #555;
  display: inline-block;
  font-size: 13px;
  left: 4px;
  min-width: 60px;
  padding: 4px 10px;
  position: relative;
  top: 40px;
  z-index: 1;
}
#comments #respond input[type="text"]:focus,
#comments #respond textarea:focus {
  text-indent: 0;
  z-index: 1;
}
#comments #respond textarea {
  resize: vertical;
  width: 95%;
}
#comments #respond .comment-form-author .required,
#comments #respond .comment-form-email .required {
  color: #bd3500;
  font-size: 22px;
  font-weight: bold;
  left: 75%;
  position: absolute;
  top: 45px;
  z-index: 1;
}
#comments #respond .comment-notes,
#comments #respond .logged-in-as {
  font-size: 13px;
}
#comments #respond p {
  margin: 10px 0;
}
#comments #respond .form-submit {
  float: right;
  margin: -20px 0 10px;
}
#comments #respond input#submit {
  background: #222;
  border: none;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  color: #eee;
  cursor: pointer;
  font-size: 15px;
  margin: 20px 0;
  padding: 5px 42px 5px 22px;
  position: relative;
  left: 30px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#comments #respond input#submit:active {
  background: #1982d1;
  color: #bfddf3;
}
#comments #respond #cancel-comment-reply-link {
  color: #666;
  margin-left: 10px;
  text-decoration: none;
}
#comments #respond .logged-in-as a:hover,
#comments #respond #cancel-comment-reply-link:hover {
  text-decoration: underline;
}
#comments .commentlist #respond {
  margin: 1.625em 0 0;
  width: auto;
}
#comments #reply-title {
  color: #373737;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
#comments #cancel-comment-reply-link {
  color: #888;
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  position: absolute;
  right: 1.625em;
  text-decoration: none;
  text-transform: uppercase;
  top: 1.1em;
}
#comments #cancel-comment-reply-link:focus,
#comments #cancel-comment-reply-link:active,
#comments #cancel-comment-reply-link:hover {
  color: #ff4b33;
}
#comments #respond label {
  line-height: 2.2em;
}
#comments #respond input[type=text] {
  display: block;
  height: 24px;
  width: 75%;
}
#comments #respond p {
  font-size: 12px;
}
#comments p.comment-form-comment {
  margin: 0;
}
#comments .form-allowed-tags {
  display: none;
}
/* -------------------------------
  SITE LAYOUT & STYLING
------------------------------- */
#wrapper {
  width: 940px;
  margin: 30px auto 0;
}
header {
  background: url(../images/header_bg.png) repeat-x top #d0cfd0;
  border-bottom: #b41e39 solid 2px;
}
header section.branding {
  position: relative;
  width: 940px;
  margin: 0 auto;
  height: 97px;
}
header section.branding .logo {
  padding: 12px 0 0 0;
}
header section.branding .social-media {
  position: absolute;
  top: 5px;
  right: 17px;
}
header section.branding .search {
  position: absolute;
  right: 0;
  bottom: 17px;
}
ul.social,
.hentry ul.social,
ul.retail-links,
.hentry ul.retail-links {
  margin: 0;
}
ul.social li,
.hentry ul.social li,
ul.retail-links li,
.hentry ul.retail-links li {
  display: inline-block;
  padding: 0 0 0 13px;
}
ul.social li img,
.hentry ul.social li img,
ul.retail-links li img,
.hentry ul.retail-links li img {
  margin: 0;
}
ul.retail-links li,
.hentry ul.retail-links li {
  padding: 0 20px 0 0;
}
ul.speaking-points,
.hentry ul.speaking-points {
  margin-left: 25px;
  font-family: 'AvenirLTStd55Roman', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.3em;
}
ul.speaking-points li,
.hentry ul.speaking-points li {
  list-style: none;
  list-style-image: url(../images/bullet.png);
  margin: 0 0 10px;
}
ul.speaking-points li ul,
.hentry ul.speaking-points li ul {
  margin: 10px 0 0 20px;
}
ul.speaking-points li ul li,
.hentry ul.speaking-points li ul li {
  list-style-image: url(../images/sub-bullet.png);
}
a.arrow {
  background: url(../images/r-arrow.png) right center no-repeat;
  padding-right: 15px;
}
nav {
  position: relative;
  visibility: hidden;
}
nav ul.sf-menu {
  text-transform: uppercase;
  position: absolute;
  top: -50px;
  background: #fff;
  border: solid 1px #b41e39;
  margin: 0 auto;
}
nav ul.sf-menu > li a {
  padding: 12px 13px;
  color: #000;
}
nav ul.sf-menu > li a:hover {
  color: #b41e39;
}
nav ul.sf-menu > li ul {
  background: #fff;
}
nav ul.sf-menu > li ul li {
  border-bottom: 1px solid #b41e39;
}
nav ul.sf-menu li.current-menu-item > a,
nav ul.sf-menu li.current-menu-ancestor > a {
  color: #b41e39;
}
nav ul.sf-menu li.nav-parent > a:hover {
  color: #000;
  cursor: default;
}
h1.sitetitle {
  text-align: center;
  font-size: 3.5em;
  letter-spacing: 2px;
}
h1.sitetitle a {
  color: #000;
}
h1.sitetitle a span {
  color: #b41e39;
}
h1.sitetitle a:hover {
  color: #b41e39;
}
div.content {
  width: 940px;
  padding: 0 0 40px;
}
div.content > div,
div.content > section {
  width: 550px;
  float: left;
}
div.content > aside {
  width: 350px;
  float: right;
}
div.content.full > div,
div.content.full > section {
  width: 940px;
  float: none;
}
.home .slider {
  width: 945px;
  height: 246px;
  background: url(../images/slider_bg.png) center center no-repeat;
  margin: 0 0 50px -5px;
  text-align: center;
  position: relative;
}
.home .slider ul.slides li {
  display: none;
}
.home .slider ul.slides li a img {
  margin: 5px -15px 0;
}
.home .hentry > section {
  padding: 0 0 40px;
}
.banner {
  background: #bdc8d9;
  position: relative;
  font-size: 1.5em;
  margin: 0 0 30px;
  padding: 0 0 0 30px;
  left: -30px;
}
.banner:before {
  border-left: 29px solid transparent;
  border-top: 13px solid #e7ebf1;
  content: " ";
  position: absolute;
  left: 0;
  bottom: -13px;
}
h1.pagetitle {
  background: #bdc8d9;
  position: relative;
  font-size: 1.5em;
  margin: 0 0 30px;
  padding: 0 0 0 30px;
  left: -30px;
  font-size: 2.2em;
}
h1.pagetitle:before {
  border-left: 29px solid transparent;
  border-top: 13px solid #e7ebf1;
  content: " ";
  position: absolute;
  left: 0;
  bottom: -13px;
}
h1.pagetitle:before {
  border-top-width: 18px;
  bottom: -18px;
}
.browse-categories {
  margin: 40px 0 20px;
}
.browse-categories h2.category-browse {
  float: left;
  text-transform: none;
  font-size: 1.5em;
  margin: 0 20px 0 0;
}
.browse-categories select#cat {
  display: none;
}
article.excerpt {
  border-top: 1px solid #b41e39;
  padding: 8px 0;
  margin: 8px 0;
}
article.excerpt:last-child {
  border-bottom: 1px solid #b41e39;
}
article.excerpt .thumbnail {
  float: left;
  width: 100px;
  text-align: center;
}
article.excerpt .thumbnail img {
  margin: 0;
}
article.excerpt > section {
  float: right;
  width: 410px;
  margin: 0 10px 0 0;
}
article.excerpt > section.no-thumb {
  width: 100% !important;
  float: none !important;
}
article.excerpt > section h3.excerpt-title {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.2em;
  margin: 0;
  text-transform: none;
}
article.excerpt > section h3.excerpt-title a {
  color: #000;
}
article.excerpt > section h3.excerpt-title a:hover {
  color: #b41e39;
}
article.excerpt > section p {
  margin: 0;
}
article.excerpt > section p.excerpt-date {
  font-size: 0.9em;
  color: #b41e39;
}
article.excerpt > section .excerpt-content {
  color: #58595b;
}
.post-author {
  color: #7e7f82;
  font-style: italic;
}
#articles > article {
  border: none;
  padding: 20px 0 30px;
  margin: 0;
}
#articles > article > .thumb {
  width: 100px;
  float: left;
}
#articles > article > section {
  width: 425;
}
#articles > article > section h2 {
  margin: 0;
  padding: 10px 0;
  font-size: 1.3em;
  line-height: 1.3em;
}
#articles > article > section h2.excerpt-date {
  padding-top: 0;
  text-transform: none;
}
#articles > article > section h2.excerpt-title {
  border-top: 1px solid #b41e39;
}
#articles > article.book > .thumb,
#articles > article.authors > .thumb {
  width: 150px;
}
#articles > article.book > .thumb img,
#articles > article.authors > .thumb img {
  margin: -15px 0 0;
}
#articles > article.book > section,
#articles > article.authors > section {
  width: 380px;
  margin: 0;
}
#articles > article.book > section.nothumb,
#articles > article.authors > section.nothumb {
  width: 100%;
}
#articles > article.book h2.book-title,
#articles > article.authors h2.book-title {
  font-size: 1.5em;
  margin: 0;
  padding: 4px 0;
  border-top: 1px solid #b41e39;
  line-height: 1.2em;
}
#articles > article.book p.book-subtitle,
#articles > article.authors p.book-subtitle {
  margin: 0 0 5px;
  color: #58595b;
  font-style: italic;
  font-family: 'AvenirLTStd35Light', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.1em;
}
#articles > article.book .author,
#articles > article.authors .author {
  font-size: 1.2em;
  border-top: 1px solid #b41e39;
  padding: 10px 0 0;
}
#articles > article.book .author a,
#articles > article.authors .author a {
  color: #000;
}
#articles > article.book .author a:hover,
#articles > article.authors .author a:hover {
  color: #b41e39;
}
#articles > article.book .book-excerpt,
#articles > article.authors .book-excerpt {
  margin: 5px 0 0;
  color: #58595b;
}
#articles > article.book .retail,
#articles > article.authors .retail {
  margin: 0;
}
#articles > article.book .about,
#articles > article.authors .about {
  margin: 10px 0 0;
}
#articles > article.book .about span,
#articles > article.authors .about span {
  padding-right: 15px;
}
#articles > article.book .about span a,
#articles > article.authors .about span a {
  background: url(../images/r-arrow.png) right center no-repeat;
  padding-right: 15px;
}
#articles > article.book .about span.edit a,
#articles > article.authors .about span.edit a {
  color: #656668;
}
#articles > article.book .about span.edit a:hover,
#articles > article.authors .about span.edit a:hover {
  color: #ca2240;
}
#articles > article.authors > .thumb img {
  margin: 7px 0 0;
}
#articles > article.authors .author {
  font-size: 1.4em;
  border-top: none;
  padding: 0;
}
#articles > article.authors h2.book-title {
  font-size: 1.3em;
  border-top: none;
}
#articles > article.authors .book-info {
  border-top: 1px solid #b41e39;
  border-bottom: 1px solid #b41e39;
  margin: 4px 0;
  padding: 2px 0;
}
#articles > article.authors .bio-excerpt {
  margin: 5px 0 0;
}
.single .content h2.book-authors {
  border-bottom: 1px solid #b41e39;
  font-size: 1.8em;
}
.single .content article > .description {
  margin: 0 0 20px;
}
.single ul.retail-links {
  margin: -45px 0 50px;
}
.single ul.retail-links li {
  padding: 0 45px 0 0;
}
.single .book .meta {
  z-index: 1000;
  position: relative;
}
.single .book .meta p {
  margin: 0 0 10px;
}
.single .book .meta p a {
  background: url(../images/r-arrow.png) right center no-repeat;
  padding-right: 15px;
}
.single section#news {
  margin: 0 0 50px;
}
.single aside .book-cover h3 {
  color: #b41e39;
  font-size: 1.8em;
  margin: -15px 0 10px 15px;
}
.single aside .share {
  width: 100%;
  text-align: center;
  margin: 0 0 40px;
}
.single aside .share span {
  margin: 0 2px;
}
.single .endorsements {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.single .endorsements .flex-direction-nav a {
  top: 85px;
}
.single .endorsements h2 {
  color: #b41e39;
  font-size: 2em;
}
.single .endorsements blockquote {
  font-size: 1.6em;
}
.single .endorsements cite {
  font-size: 1.2em;
  font-style: italic;
}
.single .authors .author-bio.group {
  margin: 0 0 20px;
}
.single .authors .author-bio.group .author-headshot {
  float: left;
}
.single .authors .author-bio.group .author-headshot img {
  margin: 0;
}
.single .authors .author-bio.group .bio-content {
  float: right;
  display: none;
}
.single .authors .author-bio.group .bio-content > .scrollbar-pane {
  padding-right: 10px;
}
.single .authors .social-media {
  margin: 0 0 20px;
}
.single .authors .social-media img {
  margin: 0;
}
.single .authors .social-media > * {
  margin: 0 0 15px;
}
.single .authors ul.social li {
  padding: 0 15px 0 0;
}
.single .authors .columns > .author-promotion {
  width: 550px;
  float: left;
}
.single .authors .columns > aside {
  width: 350px;
  float: right;
}
.single .authors .columns .featured-book {
  margin: 0 0 30px;
}
.single .authors .columns .featured-book .book-cover {
  margin: -35px 0 0;
}
.single .authors .columns .featured-book .book-cover img {
  margin: 0;
}
.single .authors .columns .featured-book h3 {
  font-size: 1.6em;
  line-height: 1.4em;
  margin: 0 0 5px;
}
.single .authors .columns .featured-book h4 {
  color: #58595b;
  font-size: 1.2em;
  text-transform: none;
  font-style: italic;
  margin: 0 0 5px;
}
.single .authors .columns .featured-book .excerpt {
  border-top: solid 1px #b41e39;
  margin-top: 15px;
  padding-top: 15px;
  line-height: 1.6em;
  letter-spacing: 0.2px;
}
.single .authors .columns .featured-book .excerpt p {
  margin-bottom: 10px;
}
.single .authors .columns .featured-book .about {
  text-align: right;
}
.single .authors .columns .featured-book .about a {
  background: url(../images/r-arrow.png) right center no-repeat;
  padding-right: 15px;
}
.single .authors .endorsements ul {
  margin: 0;
}
.single .authors .endorsements ul li {
  list-style: none;
}
.single .authors section.speaking-points {
  margin: 0 0 10px;
}
.single .authors section.speaking-points ul.speaking-points {
  margin-bottom: 30px;
}
section.author-category {
  margin-top: 30px;
}
section.author-category > article {
  margin: 0 0 40px 0;
}
section.author-category > article > .thumb {
  width: 159px;
  float: left;
}
section.author-category > article > .excerpt {
  width: 375px;
  float: right;
}
section.author-category > article > .excerpt h2.term-title,
section.author-category > article > .excerpt p.term-description {
  border-bottom: 1px solid #b41e39;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
section.videos article {
  margin: 0 0 20px;
}
section.videos article h4 {
  color: #b41e39;
  margin: -5px 0 10px 0;
}
section.videos article .video-thumb {
  float: left;
  width: 175px;
}
section.videos article .video-meta {
  width: 355px;
  float: right;
}
section.videos article .video-meta p {
  margin: 0;
}
section.videos article .video-meta .description,
section.videos article .video-meta p.duration {
  font-size: 0.8em;
  color: #58595b;
  margin: 0 0 10px;
}
section.videos article .video-meta p.duration {
  font-style: italic;
}
.showhide .reveal {
  display: none;
}
.scrollbar .scrollbar-pane {
  margin-right: 8px;
}
.scrollbar .scrollbar-handle-container {
  background: #EEE;
  width: 8px;
}
.scrollbar .scrollbar-handle {
  width: 8px;
  background: #999;
}
.scrollbar .scrollbar-handle:hover {
  background: #88172b;
}
.scrollbar .scrollbar-handle.move {
  background: #b41e39;
}
.scrollbar .scrollbar-handle-up {
  width: 8px;
  height: 8px;
  background: #DDD;
}
.scrollbar .scrollbar-handle-up:hover {
  background: #666;
}
.scrollbar .scrollbar-handle-down {
  width: 8px;
  height: 8px;
  background: #DDD;
}
.scrollbar .scrollbar-handle-down:hover {
  background: #666;
}
span.suffix {
  font-size: 0.6em;
  font-variant: small-caps;
}
span.and {
  text-transform: lowercase;
  font-size: 0.8em;
}
section#video .video-embed img {
  margin: 0;
}
.hentry {
  /*blockquote, q {
		padding: 15px;
		font-size: 1.2em;    
		background: url(../images/lquote.png) top left no-repeat;
		p {
			padding: 0px 15px 0px 0px;
			font-size: 1.1em;
			background: url(../images/rquote.png) bottom right no-repeat;
			margin:0 15px;
			color:@maincolor;
		}
		&.left {
			margin-right:20px;
			text-align:right;
			margin-left:0;
			width:33%;
			float:left;
		}
		&.right {
			margin-left:20px;
			text-align:left;
			margin-right:0;
			width:33%;
			float:right;
		}
	}
	cite {
		display:block;
		font-size: 1.1em;
		text-align: right;    
	}*/
}
.hentry img {
  margin-bottom: 20px;
  max-width: 100%;
}
.hentry img.alignleft,
.hentry img.alignright {
  margin-bottom: 0;
}
.hentry .wp-caption {
  margin-bottom: 20px;
  text-align: center;
  padding-top: 5px;
}
.hentry .wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.hentry .wp-caption p.wp-caption-text {
  line-height: 1.5em;
  font-size: 10px;
  margin: 0;
}
.hentry .wp-smiley {
  max-height: 1em;
  margin: 0 !important;
}
.hentry ul,
.hentry ol {
  margin-left: 3em;
  padding-left: 0;
  margin-bottom: 20px;
}
.hentry ul ul,
.hentry ol ul,
.hentry ul ol,
.hentry ol ol {
  margin-left: 2em;
}
.hentry ul li,
.hentry ol li {
  list-style: outside disc;
}
.hentry ul li ul li,
.hentry ol li ul li {
  list-style: circle;
}
.hentry ol li {
  list-style: decimal;
}
.hentry ol ol li {
  list-style: lower-alpha;
}
.hentry ol ol li ol li {
  list-style: lower-roman;
}
.hentry ul ul,
.hentry ol ol {
  margin-bottom: 0;
}
.hentry table {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
}
.hentry th {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
  padding: 0 6px;
}
.hentry td {
  border-top: 1px solid #ddd;
  padding: 6px 10px 6px 0;
}
.hentry .thumb img {
  margin: 5px 0 0;
}
.hentry p,
.hentry ul,
.hentry ol {
  font-size: 1.2em;
}
.navigation {
  margin: 40px 0 20px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-family: 'AvenirLTStd55Roman', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.navigation .alignright a {
  background: url(../images/r-arrow.png) right center no-repeat;
  padding-right: 15px;
}
.navigation .alignleft a {
  background: url(../images/l-arrow.png) left center no-repeat;
  padding-left: 15px;
}
aside.sidebar h2.widgettitle {
  color: #b41e39;
  font-size: 1.2em;
  margin: 0;
}
aside.sidebar .widget_sp_image h2.widgettitle,
aside.sidebar .widget_series_widget h2.widgettitle {
  color: #333;
  font-size: 0.9em;
  font-weight: bold;
}
aside.sidebar .widget {
  margin: 0 0 50px;
}
aside.sidebar .widget_sp_image {
  margin-bottom: 20px;
}
aside.sidebar .widget_twitter h2.widgettitle {
  margin: 0 0 12px;
}
aside.sidebar .widget_twitter ul {
  font-size: 0.9em;
}
aside.sidebar .widget_twitter ul li {
  overflow: hidden;
  margin: 0 0 20px;
}
aside.sidebar .widget_twitter ul li span {
  display: block;
}
aside.sidebar .widget_twitter ul li span.entry-content {
  margin: 0 0 3px;
}
aside.sidebar .widget_twitter ul li span.entry-meta {
  font-style: italic;
  float: left;
}
aside.sidebar .widget_twitter ul li span.intent-meta {
  float: right;
  font-size: 0.8em;
}
aside.sidebar .widget_twitter ul li span.intent-meta a {
  margin: 0 0 0 5px;
}
aside.sidebar .widget_blog_widget article.excerpt .thumbnail {
  width: 60px;
}
aside.sidebar .widget_blog_widget article.excerpt > section {
  width: 250px;
}
aside.sidebar .widget_blog_widget article.excerpt > section h3.excerpt-title {
  margin-bottom: 5px;
}
.gform_widget {
  border: 1px solid #000;
  background: #f2f1f0;
  padding: 20px;
  position: relative;
}
.gform_widget .gform_heading {
  margin: 45px 0 0;
}
.gform_widget .gform_body,
.gform_widget .gform_footer {
  position: absolute;
  top: 20px;
}
.gform_widget .gform_body ul {
  margin: 0;
}
.gform_widget .gform_body label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.gform_widget .gform_body input {
  border: 1px solid #b41e39;
  background: #fff;
  font-style: italic;
  width: 250px;
  padding: 7px 7px 8px;
}
.gform_widget .gform_footer {
  right: 20px;
}
form.searchform input#search {
  border: none;
  font-size: 0.8em;
  font-style: italic;
  padding: 5px;
}
.sbHolder {
  background-color: #fff;
  border: solid 1px #58595b;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  position: relative;
  width: 250px;
  float: left;
}
.sbSelector {
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 170px;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #7e7f82;
  outline: none;
  text-decoration: none;
}
.sbToggle {
  background: url(../images/select-icons.png) 0 -116px no-repeat;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.sbToggle:hover {
  background: url(../images/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen {
  background: url(../images/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover {
  background: url(../images/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}
.sbOptions {
  background-color: #fff;
  border: solid 1px #7e7f82;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 250px;
  z-index: 1;
  overflow-y: auto;
}
.sbOptions a {
  border-bottom: dotted 1px #7e7f82;
  display: block;
  outline: none;
  padding: 7px 0 7px 3px;
}
.sbOptions a:link,
.sbOptions a:visited {
  color: #000;
  text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #b41e39;
}
.sbOptions li {
  padding: 0 7px;
}
.sbOptions li:last-child a {
  border-bottom: none;
}
.sbOptions li:first-child a {
  color: #7e7f82;
}
.sbOptions .sbDisabled {
  border-bottom: dotted 1px #7e7f82;
  color: #58595b;
  display: block;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup {
  border-bottom: dotted 1px #7e7f82;
  color: #58595b;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbSub {
  padding-left: 17px;
}
footer {
  background: url(../images/footer_bg.png) repeat-x top center #f0efef;
}
footer .copyright {
  text-align: center;
  padding: 40px 0 20px;
  color: #182c56;
  font-size: 0.9em;
}
ul.page-numbers {
  margin: 20px 0 10px;
  width: 100%;
  padding: 0;
  font-size: 12px;
  line-height: normal;
  clear: both;
  text-align: center;
}
ul.page-numbers li {
  display: inline-block;
  height: 30px;
}
ul.page-numbers a,
ul.page-numbers span {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e4e3e3), to(#ffffff));
  background: -moz-linear-gradient(top, #e4e3e3, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E3E3', endColorstr='#FFFFFF');
  padding: 3px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #666;
}
ul.page-numbers a:hover,
ul.page-numbers span.current {
  border: 1px solid #666;
  color: #444;
}
/* Styling for iPad/iPhone */