/*
 * ---:[ 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; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 30px;
  color: #111111;
  background-color: white;
  padding-top: 30px; }

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

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 704px;
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #dddddd; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 320px;
    float: right;
    padding: 30px 30px 0 30px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #2361a1;
  text-decoration: none; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #dddddd; }
  .menu a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #eeeeee;
    padding: 9px 14px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dddddd; }
  .menu a:hover {
    background-color: #dddddd; }
  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border-color: #dddddd;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 178px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 178px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: #dddddd; }
  .menu li:hover > .sub-menu {
    display: block; }
  .menu .current-menu-item > a {
    border-bottom-color: white;
    background-color: white;
    cursor: text; }

.menu_control {
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 9px 14px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #dddddd;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: #dddddd; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dddddd;
  padding: 30px; }

#site_title {
  font-size: 47px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #2361a1; }
  #site_title + #site_tagline {
    margin-top: 7px; }

#site_tagline {
  font-size: 18px;
  color: #888888;
  line-height: 1.5em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
  .grt h1,
  .grt .headline {
    font-size: 32px;
    line-height: 48px; }
  .grt h1 {
    margin-bottom: 30px; }
  .grt .headline {
    color: #1d4ba1;
    margin: 0; }
    .grt .headline a {
      color: #1d4ba1; }
      .grt .headline a:hover {
        color: #2361a1; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #1d4ba1; }
  .grt h2 {
    font-size: 29px;
    line-height: 44px;
    margin-top: 49px;
    margin-bottom: 19px; }
  .grt h3 {
    font-size: 23px;
    line-height: 36px;
    margin-top: 42px;
    margin-bottom: 12px; }
  .grt h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 7px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #888888;
    padding-left: 19px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 29px;
      line-height: 41px;
      padding-left: 0;
      border: 0;
      margin-bottom: 19px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 16px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 4px 5px;
    border-radius: 7px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 19px 19px 19px 12px;
    border-left: 7px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 4px 5px;
    border-radius: 7px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 19px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #e5eff9;
    border: 1px solid #bed7f0; }
  .grt .footnotes {
    font-size: 14px;
    line-height: 25px;
    padding-top: 30px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 30px; }
    .grt fieldset legend {
      font-size: 23px;
      line-height: 36px;
      font-weight: bold;
      margin-bottom: 7px; }
  .grt .avatar {
    width: 73px;
    height: 73px;
    float: right;
    clear: both;
    margin-left: 19px; }
  .grt .small,
  .grt .caption {
    font-size: 14px;
    line-height: 25px; }
  .grt .caption {
    margin-top: -19px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 19px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 14px;
    line-height: 25px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 19px; }
  .grt .drop_cap {
    font-size: 60px;
    line-height: 1em;
    margin-right: 12px;
    float: left; }
  .grt .author_description {
    padding-top: 30px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 90px;
      height: 90px;
      float: left;
      margin-right: 19px;
      margin-left: 0; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone,
  .grt .post_image,
  .grt .post_image_box,
  .grt .wp-post-image,
  .grt .caption,
  .grt .wp-caption,
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .footnotes,
  .grt .headline_area {
    margin-bottom: 30px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 30px;
    margin-left: 30px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 30px;
    margin-right: 30px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 30px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .grt .wp-caption p,
  .grt blockquote.right p,
  .grt blockquote.left p {
    margin-bottom: 0; }
    .grt .alert :last-child,
    .grt .note :last-child,
    .grt .box :last-child,
    .grt .right :last-child,
    .grt .left .footnotes :last-child {
      margin-bottom: 0; }

/*
 * ---:[ other content styles ]:---
 */
.post_box {
  padding: 30px 30px 0 30px;
  border-top: 1px dotted #dddddd; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid #dddddd; }
    .byline a:hover {
      color: #111111; }
  .byline a,
  .byline .post_author,
  .byline .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .byline .post_author_intro,
  .byline .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }
  .byline .post_edit {
    margin-left: 12px; }
    .byline .post_edit:first-child {
      margin-left: 0; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 30px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

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

.bracket {
  font-size: 30px;
  color: #dddddd; }

.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }
  .archive_intro .headline {
    margin-bottom: 30px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 19px 30px; }
  .prev_next .next_posts {
    float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .previous_posts a:hover,
  .next_posts a:hover {
    text-decoration: underline; }

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

.comments_intro {
  color: #888888;
  padding: 0 30px;
  margin-bottom: 19px; }
  .comments_intro a:hover {
    text-decoration: underline; }

.comments_closed {
  font-size: 14px;
  line-height: 25px;
  color: #888888;
  margin: 0 30px 30px 30px; }

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

.comment {
  padding: 30px;
  border-bottom: 1px dotted #dddddd; }
  .comment .comment_head {
    margin-bottom: 19px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 55px;
    height: 55px;
    margin-left: 19px; }
  .comment .comment_date {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #888888; }
    .comment .comment_date a {
      color: #888888; }
  .comment .comment_text > :last-child {
    margin-bottom: 0; }
  .comment .comment_footer {
    margin-top: 19px; }
    .comment .comment_footer a {
      font-size: 14px;
      line-height: 25px;
      color: #888888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 19px; }

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 30px;
    border-bottom: 0;
    border-left: 1px solid #dddddd;
    margin-top: 30px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #2361a1; }

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

.comment_nav {
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 19px 30px;
  border-style: dotted;
  border-color: #dddddd; }
  .comment_nav a:hover {
    text-decoration: underline; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  border-width: 0 0 1px 0;
  margin: -60px 0 60px 0; }

.next_comments {
  float: right; }

.comment_moderated {
  font-weight: bold; }

/*
 * ---:[ inputs ]:---
 */
  input[type="text"],
  input[type="number"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #111111;
    background-color: #eeeeee;
    padding: 7px;
    border: 1px solid #dddddd;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: white;
      border-color: #eeeeee; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: #eeeeee;
  padding: 7px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  line-height: inherit; }
  select:focus,
  textarea:focus {
    background-color: white;
    border-color: #eeeeee; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: white;
  padding: 12px;
  border: 3px double #dddddd; }
  button:hover,
  input[type="submit"]:hover,
  button:active,
  input[type="submit"]:active {
    background-color: #eeeeee;
    transition: background-color 0.3s; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 30px;
  margin: 60px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 19px; }
  #commentform .comment_form_title {
    font-size: 23px;
    line-height: 36px;
    color: #1d4ba1;
    padding: 0 30px 19px 30px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -30px;
    margin-left: -30px; }
  #commentform p {
    margin-bottom: 19px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 7px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 14px;
    line-height: 25px;
    color: #888888; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 23px; }
  #commentform textarea {
    display: block;
    width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 14px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2361a1;
  margin-top: 7px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

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

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 15px;
  line-height: 22px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 14px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading {
    font-variant: small-caps;
    letter-spacing: 1px; }
  .sidebar p,
  .sidebar ul,
  .sidebar ol,
  .sidebar blockquote,
  .sidebar pre,
  .sidebar dl,
  .sidebar dd,
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .center,
  .sidebar .aligncenter,
  .sidebar .block,
  .sidebar .alignnone {
    margin-bottom: 22px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 22px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 22px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 44px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 14px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 9px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }
  .sidebar .widget {
    margin-bottom: 44px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 14px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 14px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 14px;
  line-height: 25px;
  color: #888888;
  text-align: right;
  padding: 19px 30px;
  border-top: 3px double #dddddd; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #111111; }

/*
 * ---:[ custom template styles ]:---
 */
  body.landing {
    padding-top: 0; }
  .landing .container {
    width: 704px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 1024px;
  float: none;
  border-right: 0; }

/*
 * ---:[ clearfix ]:---
 */
  .columns:after,
  .menu:after,
  .post_box:after,
  .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: 1023px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 704px; }

  .header {
    border-top: 1px solid #dddddd; }
    .landing .header {
      border-top: 0; }

    .columns > .content {
      float: none;
      width: 100%;
      border: 0; }
      .full_page .columns > .content {
        width: 100%; }
    .columns > .sidebar {
      float: none;
      width: 100%;
      border-top: 3px double #dddddd; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: white;
    padding: 1em 30px;
    border-width: 0;
    cursor: pointer;
    box-sizing: border-box; }

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border-width: 1px 0 0 0; }
    .menu .sub-menu {
      position: static;
      display: block;
      padding-left: 30px;
      border-top: 1px solid #dddddd;
      margin: 0; }
      .menu .sub-menu li {
        width: 100%; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child > a:first-child {
        border-top-width: 0; }
    .menu a {
      background-color: white;
      padding: 1em 30px;
      border-width: 1px 1px 0 0; }
    .menu .current-menu-item > a {
      background-color: #eeeeee; }
    .menu > li > a {
      border-left-width: 1px; }

  .show_menu {
    display: block; }

      .sidebar .search-form input[type="text"],
      .sidebar .thesis_email_form input[type="text"] {
        width: 50%; } }

@media all and (max-width: 703px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

@media all and (max-width: 471px) {
  .menu a,
  .menu_control {
    padding: 1em 19px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  #commentform .comment_form_title,
  .footer {
    padding-right: 19px;
    padding-left: 19px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 19px; }

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

    .grt .right,
    .grt .alignright,
    .grt .left,
    .grt .alignleft {
      margin-right: 0;
      margin-left: 0; }
      .grt blockquote.right,
      .grt blockquote.left {
        width: 100%;
        margin-bottom: 30px; }

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

    #commentform input[type="text"],
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%; }

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

  #commentform .comment_form_title {
    margin-left: -19px;
    margin-right: -19px; }

  .comment_date {
    display: none; } }

#site_title {
  line-height: 0.1em; }

#site_title a {
  display: inline-block; }

/*
 * ---:[ custom CSS ]:---
 */
/*
 * dark outer page background
 */
body {
  background-color: #44443f; }

/*
 * white page container with border
 */
.container {
  background-color: white;
  border: 0.4em solid #3e3e3a; }

/*
 * follow box on right of nav menu
 */
.follow-box {
  float: right;
  margin: -32px 0 0 0;
  padding: 0 22px 1px 0;
  border: solid #dddddd 1px;
  border-width: 0 0 1px 0; }

.follow-box-list {
  list-style-type: none; }

.follow-box-list li {
  float: left;
  padding-left: 9px; }

.follow-box-list a {
  display: block; }

.follow-box-list img {
  margin-top: 5px; }

.follow-text {
  color: #111111;
  font-size: 14px;
  letter-spacing: 1px; }

.follow-text:hover {
  text-decoration: underline; }

/*
 * google search box
 */
#thesis-google-cse-2 {
  margin-bottom: 19px; }

.custom-search-box {
  margin: 0px -9px 0px -9px;
  padding: 18px 26px 18px 26px;
  font-size: 14px;
  border-style: solid;
  border-width: 0 0 0.1em 0;
  border-color: #dddddd; }

.custom-search-box .gsc-input-box {
  border-color: #aaaaaa; }

.custom-search-box .gsc-search-button-v2 {
  background-color: white;
  border: 1px solid #aaaaaa; }

.custom-search-box .gsc-search-button-v2 svg {
  fill: #111111; }

body .gsc-result .gs-title {
  padding-bottom: 10px; }

/*
 * sidebar
 */
.columns > .sidebar {
  padding: 0px 9px 0px 9px; }

.columns > .sidebar .widget_title {
  border-bottom: solid thin;
  letter-spacing: 2px; }

/*
 * sidebar link lists
 */
.sidebar ul li {
  background: url(/wp-content/thesis/skins/classic-r/images/blueicon.gif) left center no-repeat;
  padding-left: 1.5em; }

.sidebar li a {
  color: black; }

/*
 * header
 */
.header {
  border: none;
  padding: 20px 20px 5px 20px;
  background: url("/wp-content/thesis/skins/classic-r/images/monevator_chair.png") bottom right no-repeat;
  background-origin: content-box; }

/*
 * attribution (in footer)
 */
.attribution {
  font-size: 0.9em; }

/*
 * advert leaderboard top
 */
.advert_leaderboard_top {
  width: 728px;
    /*
   * height: 90px;
   */
  padding-top: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto; }

/*
 * advert leaderboard bottom
 */
.advert_leaderboard_bottom {
  width: 728px;
  height: 90px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto; }

/*
 * advert after first post on front page
 */
.advert_after_post_container {
  border-top: 1px dotted #bbbbbb;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

.advert_after_first_post {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

/*
 * advert after post on single page
 */
.advert_after_post_single {
  width: 300px;
  height: 250px;
  padding-top: 21px;
  padding-bottom: 21px;
  margin-left: auto;
  margin-right: auto; }

/*
 * custom teasers for category pages
 */
.custom_teasers {
  margin-right: 10px;
  width: 260px;
  float: left; }

/*
 * top right navigation menu
 */
.topnav {
  margin-right: 5px; }

.topnav ul {
  border-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none; }

.topnav ul li {
  float: right;
  margin-top: -10px; }

.topnav ul li a {
  font-family: "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
  font-size: 14px;
  color: #111111; }

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

/*
 * simple archives styling
 */
.simple_acat {
  padding-left: 26px;
  padding-bottom: 26px; }

.simple_acat img {
  display: inline; }

.simple_acat ul {
  list-style-position: inside;
  list-style-type: none;
  margin: 10px 0 20px 20px; }

.simple_acat li {
  margin-bottom: 3px; }

.simple_alink:hover {
  text-decoration: underline; }

/*
 * tools calculator styling
 */
.calculator th {
  background-color: #f0f0d8;
  padding: 5px;
  text-align: left; }

.calculator th.divider {
  margin-top: 20px; }

.calculator td {
  padding-top: 10px;
  padding-left: 5px; }

.calculator input.mortgage {
  width: 60%; }

.calculator input.millionaire {
  width: 60%; }

.calculator .currencyradio {
  width: auto;
  margin-left: 5px;
  margin-right: 2px; }

.calculator .millionaireradio {
  width: auto;
  margin-left: 10px;
  margin-right: 5px; }

.calculator #calcbutton {
  padding: 5px;
  border-width: 2px;
  border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
  background-color: #ddffdd;
  width: auto;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px; }

.calculator #calc_cell {
  padding-top: 15px;
  padding-bottom: 15px; }

.monevatorgraph {
  width: 500px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 30px; }

.monevatorgraph div.tickLabel {
  font-size: 12px; }

#graph1 {
  margin-bottom: 0px; }

#graph1_legend_container {
  width: 100%;
  height: 26px;
  margin-top: 30px; }

#graph1_legend {
  float: right; }

#graph2_legend_container {
  width: 100%;
  height: 26px; }

#graph2_legend {
  float: right; }

.legendLabel {
  padding-right: 20px; }

.calculator input.millionaire2 {
  width: 100px; }

/*
 * fix comment form checkbox text position
 */
#commentform label {
  display: inline;
  margin-left: 5px; }

/*
 * border around Facebook Page Plugin
 */
.fb-page {
  border: 1px solid #dddddd; }

/*
 * social sharing styles
 */
.social ul {
  list-style: none outside none;
  margin: 0; }

.social li,
.social-left li,
.social-right li {
  float: left; }

.social-left {
  width: 50%;
  float: left; }

.social-right {
  width: 50%;
  float: right; }

.social-left ul {
  list-style: none outside none;
  float: left; }

.social-right ul {
  list-style: none outside none;
  float: right; }

.social-facebook {
  margin-top: 8px; }

.monevator-byline-social .social-facebook {
  margin-top: 5px; }

.social-twitter {
  margin-top: 5px;
  margin-left: 15px; }

.social-left .social-twitter {
  margin-top: 10px; }

.social-left .social-regular {
  margin-top: 8px; }

.social-right {
  margin-top: 10px; }

.social-print {
  margin-left: 15px; }

.monevator-byline-social {
  float: right;
  margin-top: -4px; }

.monevator-end-of-post-social {
  height: 50px; }

.monevator-category-social {
  padding-top: 5px;
  float: right; }

.monevator-category-social .social-twitter {
  margin-top: 10px; }

/*
 * special table styling
 */
table.Mon_Table {
  border-collapse: collapse;
  font-size: 0.8em;
  border-bottom: thin solid #999999;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto; }

.Tab_Rowhead {
  text-align: center;
  font-weight: bold;
  border-bottom: thin solid #999999; }

.Tab_RowheadLeft {
  text-align: left;
  font-weight: bold;
  border-bottom: thin solid #999999; }

.Tab_Col1 {
  text-align: left;
  border-collapse: collapse;
  font-style: italic; }

.Tab_ColGeneral {
  text-align: center;
  font-weight: normal;
  border-collapse: collapse; }

.Tab_ColGeneralLeft {
  text-align: left;
  font-weight: normal;
  border-collapse: collapse; }

.Tab_RowGeneral {
  text-align: center;
  font-weight: normal;
  border-collapse: collapse; }

.Tab_RowOdd {
  text-align: center;
  font-weight: normal;
  background: #f0f0d8;
  border-collapse: collapse; }

.Tab_RowGeneralSpecial {
  text-align: center;
  font-weight: normal;
  background: #66aabb;
  border-collapse: collapse; }

/*
 * My own pseudo-caption as paragraph class
 */
p.montabcaption {
  text-align: right;
  font-size: 0.8em;
  padding: 0em; }

/*
 * custom alert box in sidebar
 */
.sidebar .alert {
  background-color: white;
  padding: 0.7em 0.7em 0.7em 0.7em;
  border: 1px solid #dddddd; }

/*
 * BIG BROKER table styling
 */
table.Mon_Table_Broker {
  border-collapse: collapse;
  font-size: 12px;
    /*
   * border-bottom: thin solid #999999;
   */
  margin-bottom: 0.5em;
    /*
   * padding:100px 100px 100px 100px;
   */
  line-height: 1.8;
  width: 100%; }

.Tab_RowheadLeft_Broker {
  text-align: left;
  font-weight: bold;
  border-bottom: thin solid #999999; }

.Tab_RowGeneral_Broker_Name_First {
  text-align: center;
  font-weight: normal;
  background: #f0f0d8; }

.Tab_RowGeneral_Broker_Name {
  text-align: center;
  font-weight: normal;
    /*
   * border-top: 30px solid #FFFFFF;
   */
    /*
   * border-top: 30px solid yellow;
   */
  background: #f0f0d8;
  border-top: 1px solid #cccccc; }

.Tab_RowGeneral_Broker {
  text-align: center;
  font-weight: normal;
  background: #f0f0d8; }

.Tab_RowOdd_Broker {
  text-align: center;
  font-weight: normal;
  background: white; }

.Tab_RowOdd_Broker_Last {
  text-align: center;
  font-weight: normal;
  background: white;
  border-bottom: 1px solid #cccccc; }

.Tab_EmptyRow {
  height: 20px; }

/*
 * special DIV for broker table styling
 */
div.broker_paragraph {
  width: 70%; }

/*
 * outbrain box
 */
/*
 * 
 * div.monevator-outbrain {
 * width: 100%;
 * border-bottom: 1px dotted #BBBBBB;
 * padding: 5px 0 10px 0;
 * }
 */
/*
 * \"comments on this entry are closed\" message
 */
p.comments_closed {
  color: black;
  font-size: 18px;
  font-weight: bold; }

/*
 * email subscription box
 */
.monevator-email-subscription {
  border-top: thin dotted #bbbbbb;
  border-bottom: thin dotted #bbbbbb;
  padding: 6px;
  padding-top: 13px;
  text-align: center; }

.monevator-email-subscription input[type="text"] {
  width: 350px; }

.monevator-email-subscription input[type="submit"] {
  margin-left: 10px;
  padding: 5px; }

/*
 * comment number
 */
.comment_permalink {
  float: right; }

/*
 * drop cap
 */
.grt .drop_cap {
  font-size: 60px;
  color: #888888; }

/*
 * main headline
 */
.grt .headline {
  line-height: 46px;
  padding-bottom: 10px; }

/*
 * sub heading - Monevator uses h3 instead of h2, so copied h2 from Skin CSS
 */
.grt h3 {
  margin-top: 49px;
  margin-bottom: 19px;
  font-weight: normal; }

/*
 * links in headings behaviour - e.g. on \"tools\" page
 */
.grt h3 a {
  text-decoration: underline; }

.grt h3 a:hover {
  text-decoration: none; }

/*
 * bold sub-sub-heading
 */
.grt h4 {
  font-weight: bold; }

/*
 * crop post images for category pages
 */
.crop_post_image_container {
  border: #dddddd solid 1px;
  float: right;
  margin-bottom: 25px;
  margin-left: 25px; }

.crop_post_image {
  width: 110px;
  height: 110px;
  border: #eeeeee solid 15px;
  background-size: cover;
  background-position: 50% 50%; }

.template-category .headline_area {
  margin-bottom: 10px; }

/*
 * handle img tags used as part of Amazon affiliate links
 */
p img {
  display: inline; }

/*
 * CRP related posts
 */
.crp_related {
  clear: both;
  border-top: thin dotted #bbbbbb;
  margin-bottom: 14px; }

.crp_related h2 {
  margin-top: 12px;
  margin-bottom: 5px; }

.crp_related ul {
  list-style: none;
  float: left;
  margin: 0 !important;
  padding: 0 !important; }

.crp_thumb {
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 10px;
  min-width: 130px;
  min-height: 130px;
  max-width: 130px;
  max-height: 130px; }

.crp_related li,
.crp_related a {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left; }

.crp_related li a {
  text-decoration: none; }

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

.crp_related li {
  padding-right: 11px; }

.crp_related li:last-child {
  padding-right: 0; }

.crp_related .crp_title {
  display: block;
  width: 140px;
  line-height: 25px;
  margin-top: 5px;
  margin-right: 10px; }

.crp_clear {
  clear: both; }

/*
 * ================================== MEDIA QUERIES ===================================
 */
/*
 * ***** desktop only *****
 */
@media all and (min-width: 1024px) {
  /*
   * sidebar background
   */  .columns {
    background-image: url("images/sidebar_background.png");
    background-repeat: repeat-y;
    background-position: top right; }

  .full_page .columns {
    background: none; }

  .menu {
    width: 817px; }

  .follow-box {
    width: 184px; } }

/*
 * **** smaller than desktop ****
 */
@media all and (max-width: 1024px) {
  /*
   * border below menu
   */  .menu_control {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #dddddd; }

  /*
   * reposition follow box
   */  .follow-box {
    margin-top: -40px;
    border: none; }

  /*
   * space above sidebar and bg colour
   */  .columns > .sidebar {
    padding-top: 5px;
    background: #f0f0d8; }

  /*
   * widgets in two columns
   */  .widget {
    width: 45%;
    float: left;
    padding-right: 25px;
    min-height: 300px; }

  /*
   * centre ads in columns
   */  .widget_adrotate_widgets {
    margin-left: 5px; }

  /*
   * search spans both columns
   */  .thesis_widget_google_cse {
    float: none;
    min-height: 1px;
    width: 100%; }

  .custom-search-box input[type="text"] {
    width: 660px; } }

/*
 * **** smaller related posts for portrait iPad ****
 */
@media all and (max-width: 800px) {
  .crp_thumb {
    min-width: 135px;
    min-height: 135px;
    max-width: 135px;
    max-height: 135px; }

  .crp_related .crp_title {
    width: 145px; } }

/*
 * **** small phone ****
 */
@media all and (max-width: 450px) {
  .header {
    background: none; } }