/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ basic styles and layout ]:---
 */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 27px;
  color: #111111;
  border-top: 5px solid #222222;
  background-color: white; }

.container {
  width: 897px;
  margin: 0 auto; }

.landing .container {
  width: 585px; }

.full_width {
  min-width: 897px; }

.columns,
.columns > .content,
.columns > .sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.columns > .content {
  width: 585px;
  float: left; }

.columns > .sidebar {
  float: right;
  width: 312px;
  padding-left: 52px; }

.columns,
.landing .content,
.full_page .content {
  margin-top: 26px; }

/*
 * ---:[ link defaults ]:---
 */
a {
  color: #8800c4;
  text-decoration: none; }

p a {
  text-decoration: underline; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  float: right;
  z-index: 50;
  list-style: none;
  padding-bottom: 13px; }

.menu li {
  position: relative;
  float: left; }

.menu .sub-menu {
  position: absolute;
  display: none;
  list-style: none;
  z-index: 110; }

.menu .sub-menu .sub-menu {
  top: 0;
  left: 11em; }

.menu li:hover > .sub-menu {
  display: block; }

.menu .sub-menu li {
  width: 11em;
  clear: both; }

.menu a,
.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dddddd;
  background-color: #222222;
  padding: 0.6em 1em; }

.menu a:hover {
  color: white;
  background-color: #8800c4; }

.menu_control {
  display: none;
  color: #dddddd;
  background-color: #222222;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.menu .current-menu-item > a {
  color: #eeeeee;
  background-color: #8800c4;
  cursor: text; }

/*
 * ---:[ site title ]:---
 */
#site_title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 42px;
  line-height: 1.32em;
  font-weight: bold;
  color: #111111;
  padding: 52px 0 0; }

.landing #site_title {
  padding-top: 39px;
  text-align: center; }

.landing #site_title img {
  margin: 0 auto; }

#site_title a {
  color: #111111; }

#site_title a:hover {
  color: #8800c4; }

/*
 * ---:[ golden ratio typography ]:---
 */
.grt,
.grt h3 {
  font-size: 16px;
  line-height: 27px; }

.grt a {
  text-decoration: underline; }

.grt .headline {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 40px;
  margin: 0; }

.grt h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
  margin-top: 39px;
  margin-bottom: 13px; }

.grt h2,
.grt h3 {
  color: #111111; }

.grt h3 {
  font-weight: bold; }

.grt h4 {
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase; }

.grt ul {
  list-style-type: square; }

.grt code {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif; }

.grt pre {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
  background-color: #eeeeee;
  padding: 13px;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4; }

.grt .small,
.grt .caption,
.grt .footnotes {
  font-size: 13px;
  line-height: 23px; }

.grt .caption,
.grt .footnotes,
sub,
sup {
  color: #888888; }

.grt .footnotes {
  border-top: 1px dotted #dddddd;
  padding-top: 26px; }

.grt .frame,
.grt .post_image_box,
.grt .wp-caption {
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 13px; }

.grt .alert,
.grt .note,
.grt .box {
  padding: 13px; }

.grt .alert {
  background-color: #ffff99;
  border: 1px solid #e6e68a; }

.grt .note {
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

.grt .box {
  background-color: #edc4ff;
  border: 1px solid #dd91ff; }

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .center,
.grt .block,
.grt .caption,
.grt .aligncenter,
.grt .alignnone,
.grt .left,
.grt .alignleft,
.grt .right,
.grt .alignright,
.grt .post_image,
.grt .post_image_box,
.grt .wp-caption,
.grt .wp-post-image,
.grt .alert,
.grt .note,
.grt .box,
.headline_area,
.post_list,
.archive_intro .headline,
.prev_next {
  margin-bottom: 26px; }

.grt ul,
.grt ol,
.grt .right,
.grt .alignright,
.grt .stack {
  margin-left: 26px; }

.grt .wp-caption img,
.grt .post_image_box .post_image,
.grt .thumb,
.grt blockquote.right,
.grt blockquote.left,
.grt .footnotes p,
.post_list li {
  margin-bottom: 13px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol,
.wp-caption p,
.grt .alert p:last-child,
.grt .note p:last-child,
.grt .box p:last-child,
.grt blockquote.right p,
.grt blockquote.left p,
.grt .footnotes p:last-child {
  margin-bottom: 0; }

.grt .left,
.grt .alignleft {
  margin-right: 26px; }

.grt .caption {
  margin-top: -13px; }

.wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto; }

.wp-caption .wp-caption-text .wp-smiley {
  display: inline;
  margin-bottom: 0; }

.grt .wp-caption p {
  font-size: 13px;
  line-height: 23px; }

.grt .drop_cap {
  font-size: 52px;
  line-height: 1em;
  margin-right: 0.15em;
  float: left; }

.grt blockquote {
  color: #888888;
  padding-left: 26px;
  border-left: 1px solid #dddddd; }

.grt blockquote.right,
.grt blockquote.left {
  font-size: 26px;
  line-height: 37px;
  width: 45%; }

.grt blockquote.right,
.grt blockquote.left {
  padding-left: 0;
  border: 0; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"],
.input_submit,
.post_edit,
.previous_posts a,
.next_posts a,
.comment_footer a,
.comment_nav a,
#cancel-comment-reply-link {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  color: #888888;
  border: 2px solid #eeeeee;
  background-color: white;
  padding: 0.5em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em; }

button:hover,
input[type="submit"]:hover,
.input_submit:hover,
.post_edit:hover,
.previous_posts a:hover,
.next_posts a:hover,
.comment_footer a:hover,
.comment_nav a:hover,
#cancel-comment-reply-link:hover,
button:active,
input[type="submit"]:active,
.input_submit:active {
  color: #8800c4;
  border-color: #8800c4;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

/*
 * ---:[ post box styles ]:---
 */
.post_box {
  position: relative;
  margin-bottom: 26px; }

.headline_area {
  color: #888888; }

.post_box .headline,
.post_box .headline a {
  color: #111111;
  text-decoration: none; }

.headline a:hover,
.post_list .headline a {
  color: #8800c4;
  text-decoration: none; }

.twitter_profile a,
.post_cats a,
.post_tags a {
  text-decoration: none; }

.twitter_profile a:hover,
.post_cats a:hover,
.post_tags a:hover {
  text-decoration: underline; }

.post_edit {
  position: absolute;
  left: -52px;
  font-size: 13px; }

.post_box .post_edit {
  top: 7px;
  text-decoration: none; }

.twitter_profile:before {
  content: '| '; }

.post_author a:hover,
.post_cats a:hover,
.post_tags a:hover,
.twitter_profile a:hover,
.post_list .headline a:hover {
  text-decoration: underline; }

.post_box .author_description_intro {
  font-weight: bold; }

.post_content div:last-child {
  margin-bottom: 26px; }

.post_box .author_description {
  border-top: 1px dotted #dddddd;
  padding-top: 26px; }

.post_box .avatar {
  float: right;
  clear: both;
  width: 63px;
  height: 63px;
  margin-left: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.post_box .author_description .avatar {
  float: left;
  width: 81px;
  height: 81px;
  margin-right: 13px;
  margin-left: 0; }

.post_box .post_cats,
.post_box .post_tags {
  color: #888888; }

/*
 * ---:[ post list styles ]:---
 */
.post_list {
  list-style-type: none; }

.post_list li {
  position: relative; }

.post_list .num_comments {
  display: inline-block;
  margin-left: 13px;
  line-height: 0.5em; }

.post_list .post_edit {
  top: -6px;
  margin-top: 0.25em; }

.landing .headline_area,
.landing .signup {
  text-align: center; }

.post_box .signup {
  border: 1px dotted #dddddd;
  border-width: 1px 0 0 0;
  margin: 0 0 26px 0;
  padding: 26px 0 0; }

.landing .signup {
  border: 0;
  margin: 0 0 26px;
  padding: 0; }

.post_box .signup p {
  font-weight: bold;
  margin-bottom: 13px; }

.post_box .signup .input_text {
  width: 40%; }

.post_box .signup .input_submit {
  font-size: 16px;
  margin-left: 13px; }

/*
 * ---:[ other post box styles ]:---
 */
.post_box .num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  border-bottom: 1px solid white;
  margin-bottom: 26px; }

.post_box .num_comments_link:hover {
  border-bottom-color: #c8c8c8; }

.post_box .num_comments_link:hover .num_comments {
  color: #8800c4; }

.num_comments {
  font-size: 26px;
  color: #111111; }

/*
 * ---:[ feature box ]:---
 */
.feature_box {
  position: relative;
  border: 2px solid #dddddd;
  border-width: 2px 0;
  margin: -1px -26px 39px;
  padding: 26px 26px 0 26px; }

.feature_box .headline {
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  background-color: #eeeeee;
  margin: -26px -26px 26px;
  padding: 13px 26px; }

.feature_box .post_edit {
  top: 20px;
  text-decoration: none; }

.feature_box .post_content {
  max-width: 585px; }

.feature_box .thesis_email_form {
  margin-bottom: 26px; }

.feature_box .input_text {
  width: 25%;
  padding: 7px; }

.feature_box .input_submit {
  margin-left: 13px; }

/*
 * ---:[ misc. content elements ]:---
 */
.archive_intro {
  border-bottom: 1px dotted #dddddd; }

.prev_next {
  clear: both;
  color: #888888; }

.prev_next .next_posts {
  float: right; }

.previous_posts,
.next_posts {
  display: block; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 52px; }

.comments_intro {
  color: #888888;
  margin-bottom: 13px; }

.comments_closed {
  font-size: 13px;
  line-height: 23px;
  color: #888888;
  margin-bottom: 26px; }

.comment_list {
  list-style-type: none;
  margin-bottom: 52px;
  border-top: 1px dotted #dddddd; }

.comment {
  border-bottom: 1px dotted #dddddd;
  padding: 26px 0; }

.children .comment {
  list-style-type: none;
  margin-top: 26px;
  border-left: 1px solid #dddddd;
  border-bottom: 0;
  padding: 0 0 0 26px; }

.children .bypostauthor {
  background-color: transparent;
  border-color: #8800c4; }

.comment .comment_head {
  margin-bottom: 13px; }

.children .comment_head {
  margin-bottom: 0; }

.comment .comment_author {
  font-weight: bold; }

.comment_date {
  font-size: 13px;
  margin-left: 13px;
  color: #888888; }

.comment_date a {
  color: #888888; }

.comment_footer {
  font-size: 13px;
  line-height: 23px;
  text-align: right; }

.comment_head a:hover {
  text-decoration: underline; }

.comment_footer a {
  margin-left: 13px; }

.comment .avatar {
  width: 54px;
  height: 54px;
  float: right;
  margin-left: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.comment_nav {
  padding: 13px 0 26px; }

.comment_nav_bottom {
  margin: -39px 0 52px; }

.next_comments {
  float: right; }

/*
 * ---:[ inputs ]:---
 */
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea,
.input_text {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1em;
  color: #111111;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 0.35em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
.input_text:focus {
  border-color: #eeeeee;
  background-color: white; }

textarea,
textarea.input_text {
  line-height: inherit;
    /*
   * 27px;
   */ }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  margin: 52px 0; }

.comment #commentform {
  margin-top: 0; }

.comment_form_title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #111111;
  border-bottom: 1px dotted #dddddd;
  padding-bottom: 13px; }

#commentform label {
  display: block; }

#commentform p {
  margin-bottom: 13px; }

#commentform p .required {
  color: #dd0000; }

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

#commentform textarea.input_text {
  width: 100%; }

#commentform .input_submit {
  font-size: 20px; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px; }

.login_alert {
  font-weight: bold;
  border: 1px solid #dddddd;
  background-color: #eeeeee; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 20px; }

.sidebar .headline,
.sidebar .email_form_title,
.sidebar .widget_title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 25px; }

.sidebar .email_form_title,
.sidebar .widget_title {
  margin-bottom: 10px; }

.sidebar .input_submit {
  font-size: inherit;
  margin-bottom: 19px; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .headline,
.sidebar .left,
.sidebar .alignleft,
.sidebar .right,
.sidebar .alignright,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 19px; }

.sidebar .left,
.sidebar .alignleft {
  margin-right: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .stack {
  margin-left: 19px; }

.sidebar .widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
  margin-bottom: 38px; }

.sidebar .thesis_email_form .input_text,
.sidebar .widget li {
  margin-bottom: 10px; }

.sidebar .post_content,
.sidebar .widget li ul,
.sidebar .widget li ol {
  margin-top: 10px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.wp-caption p,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.sidebar .search-form .input_text,
.sidebar .thesis_email_form .input_text {
  width: 100%; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: #888888; }

.sidebar #searchsubmit {
  margin-top: 10px; }

.widget ul {
  list-style-type: none; }

.widget li a:hover {
  text-decoration: underline; }

.sidebar .widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
  border-bottom: 1px dotted #dddddd; }

.sidebar .widget:last-child,
.sidebar .text_box:last-child,
.sidebar .thesis_email_form:last-child,
.sidebar .query_box:last-child {
  border-bottom: 0; }

/*
 * ---:[ footer ]:---
 */
#footer {
  border-top: 1px solid #dddddd; }

.footer {
  font-size: 13px;
  line-height: 23px;
  color: #888888;
  text-align: center;
  padding: 13px 0; }

.footer a {
  color: #888888; }

.footer a:hover {
  color: #111111; }

/*
 * ---:[ basic WooCommerce styles ]:---
 */
.woocommerce-archive .term-description {
  margin-bottom: 26px; }

.woocommerce-result-count {
  font-size: 13px;
  line-height: 23px;
  color: #888888; }

.woocommerce-shop .page-title,
.woocommerce .product_title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 40px; }

.woocommerce .page-title {
  padding-bottom: 26px;
  border-bottom: 1px dotted #dddddd;
  margin-bottom: 26px; }

.woocommerce .product_title,
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  margin-bottom: 13px; }

.woocommerce .products a.button,
.woocommerce .cart button.button,
.grt .woocommerce input.button,
.woocommerce .grt input.button,
.woocommerce .grt #respond input#submit {
  font-family: inherit;
  line-height: 1em;
  padding: 0.5em 0.75em; }

.woocommerce #comments {
  margin-top: 26px; }

.woocommerce #reviews h2 {
  margin-top: 0; }

.woocommerce #commentform {
  padding: 0;
  margin-top: 26px; }

/*
 * ---:[ Checkout and Account Details ]:---
 */
fieldset legend {
  font-weight: bold; }

.grt fieldset {
  margin-top: 26px;
  margin-bottom: 26px; }

.grt fieldset legend {
  margin-bottom: 13px; }

/*
 * ---:[ clearfix ]:---
 */
.columns:after,
.menu:after,
.post_box:after,
.content .post_content:after,
.author_description:after,
.sidebar:after,
.query_box:after,
.prev_next:after,
.comment_text:after,
.comment_nav:after {
  display: table;
  clear: both;
  content: ''; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 948px) {
  .container,
  .landing .container {
    width: auto;
    max-width: 585px; }

  .columns > .content {
    float: none;
    width: auto; }

  .columns > .sidebar {
    float: none;
    width: auto;
    border-top: 1px solid #dddddd;
    padding: 26px 0 0 0; }

  .columns > .sidebar > * {
    max-width: 312px; }

  .full_width {
    min-width: 585px; }

  #site_title {
    padding: 39px 0; }

  .menu_control {
    display: block;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .menu_control,
  .menu {
    margin: 0 -26px; }

  .menu_control,
  .menu a {
    padding: 0.8em 26px; }

  .menu {
    display: none;
    float: none; }

  .show_menu {
    display: block; }

  .menu .sub-menu {
    position: static;
    display: block;
    padding-left: 26px; }

  .menu li {
    float: none; }

  .menu .sub-menu li {
    width: auto; }

  .feature_box .alignright,
  .feature_box .alignleft {
    float: none;
    margin-right: 0;
    margin-left: 0; }

  .feature_box .input_text {
    width: 50%; } }

@media all and (max-width: 636px) {
  .full_width {
    min-width: 0; }

  #site_title,
  .feature_box,
  .columns > .sidebar,
  .post_box,
  .post_list,
  .prev_next,
  #comments,
  .footer {
    padding-right: 26px;
    padding-left: 26px; }

  .menu_control,
  .menu,
  .feature_box {
    margin-right: 0;
    margin-left: 0; }

  .frame,
  .post_image_box,
  .wp-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

@media all and (max-width: 450px) {
  .menu_control,
  .menu a,
  #site_title,
  .feature_box,
  .feature_box .headline,
  .columns > .sidebar,
  .post_box,
  .post_list,
  .prev_next,
  #comments,
  .footer {
    padding-right: 13px;
    padding-left: 13px; }

  #site_title,
  .landing #site_title {
    padding-top: 26px;
    padding-bottom: 26px; }

  .feature_box .input_text {
    width: 100%; }

  .feature_box .input_submit {
    display: block;
    margin: 13px 0 0 0; }

  .menu .sub-menu,
  .post_box blockquote,
  .children .comment {
    padding-left: 13px; }

  .comments_closed,
  .login_alert {
    margin-right: 13px;
    margin-left: 13px; }

  .feature_box .headline {
    margin-right: -13px;
    margin-left: -13px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"] {
    float: none; }

  .grt .right,
  .grt .left,
  .grt .alignright,
  .grt .alignleft,
  .grt blockquote.right,
  .grt blockquote.left {
    margin-right: 0;
    margin-left: 0; }

  .post_author:after {
    content: '\a';
    height: 0;
    white-space: pre;
    display: block; }

  .twitter_profile:before {
    content: ''; }

  .grt blockquote.right,
  .grt blockquote.left,
  #commentform .input_text,
  .sidebar .search-form .input_text,
  .post_box .signup .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 100%; }

  .post_box .signup .input_text {
    margin-bottom: 13px; }

  .post_box .signup .input_submit {
    margin-left: 0; }

  .comment_date {
    display: none; } }

#site_title a {
  display: inline-block;
  vertical-align: middle; }