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

html {
  word-break: break-word;
  -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;
  word-break: normal; }

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: 16px;
  line-height: 26px;
  color: #111111;
  background-color: #006699; }

body.landing {
  padding-top: 0; }

.container {
  width: 780px;
  margin: 0 auto;
  background-color: white;
  padding-right: 2em;
  padding-left: 2em;
  padding-top: 0.5em;
  border-color: #8b955a; }

.landing .container {
  width: 500px; }

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

.columns > .content {
  width: 500px;
  float: left;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #dddddd; }

.columns > .sidebar {
  width: 280px;
  float: right;
  padding: 24px 12px 0 12px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #dd0000;
  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; }

.menu li {
  position: relative;
  float: left;
  margin-bottom: -1px; }

.menu .sub-menu {
  position: absolute;
  left: -1px;
  display: none;
  list-style: none;
  z-index: 110;
  margin-top: -1px; }

.menu .sub-menu .sub-menu {
  top: 0;
  left: 166px;
  margin: 0 0 0 -1px; }

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

.menu .sub-menu li {
  width: 166px;
  clear: both; }

.menu a,
.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  line-height: 1em;
  text-transform: small-caps;
  font-family: arial;
  letter-spacing: 1px;
  color: #111111;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  background-color: #eeeeee;
  padding: 0.75em 1em; }

.menu a:hover {
  background-color: #dddddd; }

.menu_control {
  display: none;
  background-color: white; }

.menu .sub-menu a {
  border-left-width: 1px; }

.menu,
.menu a,
.menu .sub-menu {
  border-color: #dddddd; }

.menu .current-menu-item > a {
  border-bottom-color: white;
  background-color: white;
  cursor: text; }

.menu .sub-menu .current-menu-item > a {
  border-bottom-color: #dddddd; }

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

.landing .header {
  text-align: center; }

#site_title {
  font-size: 42px;
  line-height: 1.32em;
  font-weight: bold;
  color: #111111; }

#site_title a {
  color: #111111; }

#site_title a:hover {
  color: #dd0000; }

#site_tagline {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #888888;
  line-height: 1.32em; }

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

.grt .headline {
  font-size: 33px;
  line-height: 48px;
  margin: 0; }

.grt h2 {
  margin-top: 36px;
  margin-bottom: 12px; }

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

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

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .center,
.grt .block,
.grt .caption,
.post_box .aligncenter,
.post_box .alignnone,
.post_box .post_image,
.post_box .post_image_box,
.post_box .wp-caption,
.post_box .wp-post-image,
.post_box .alert,
.post_box .note,
.headline_area {
  margin-bottom: 24px; }

.grt ul,
.grt ol,
.grt .stack {
  margin-left: 24px; }

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

.grt .left,
.post_box .alignleft,
.post_box .ad_left {
  margin-bottom: 24px;
  margin-right: 24px; }

.grt .right,
.post_box .alignright,
.post_box .ad {
  margin-bottom: 24px;
  margin-left: 24px; }

.grt .caption {
  margin-top: -12px;
  color: #888888; }

/*
 * ---:[ golden ratio pullquotes ]:---
 */
.grt blockquote.right,
.grt blockquote.left {
  font-size: 26px;
  line-height: 36px;
  width: 45%;
  margin-bottom: 12px; }

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

/*
 * ---:[ post box styles ]:---
 */
.post_box {
  padding: 24px 24px 0 24px;
  border-top: 1px dotted #dddddd; }

.top {
  border-top: 0; }

.post_box .headline,
.headline a {
  color: #990000; }

.headline a:hover {
  color: #dd0000; }

.byline,
.byline a {
  color: #888888; }

.byline a {
  border-bottom: 1px solid #dddddd; }

.byline a,
.post_author,
.post_date {
  text-transform: uppercase;
  letter-spacing: 1px; }

.byline a:hover,
.num_comments {
  color: #111111; }

.byline .post_edit {
  margin-left: 12px; }

.byline .post_edit:first-child {
  margin-left: 0; }

.post_author_intro,
.post_date_intro,
.byline .post_cats_intro {
  font-style: italic; }

.post_box h2,
.post_box h3 {
  color: #003f69; }

.post_box h3 {
  font-weight: bold; }

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

.post_box blockquote {
  color: #888888;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #dddddd; }

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

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

.post_content li a {
  text-decoration: underline; }

.post_content li a:hover {
  text-decoration: none; }

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

.post_box .wp-caption img,
.post_box .post_image_box .post_image,
.post_box .thumb {
  margin-bottom: 12px; }

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

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

.post_box .wp-caption p {
  font-size: 13px;
  line-height: 22px; }

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

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

.post_box .avatar {
  width: 69px;
  height: 69px;
  float: right;
  clear: both;
  margin-left: 12px; }

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

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

.post_box .alert,
.post_box .note {
  padding: 12px; }

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

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

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

/*
 * ---:[ other post box styles ]:---
 */
.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 24px; }

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

.bracket,
.num_comments {
  font-size: 24px; }

.bracket {
  color: #dddddd; }

/*
 * ---:[ misc. content elements ]:---
 */
.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }

.archive_intro .headline {
  margin-bottom: 24px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 12px 24px; }

.prev_next .next_posts {
  float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.previous_posts a:hover,
.next_posts a:hover {
  text-decoration: underline; }

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

.comments_intro {
  color: #888888;
  margin-bottom: 12px;
  padding: 0 24px; }

.comments_closed {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  margin: 0 24px 24px 24px; }

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

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

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

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

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

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

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

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

.comment_date a {
  color: #888888; }

.comment_footer a {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 12px; }

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

.comment_footer a:first-child {
  margin-left: 0; }

.comment .avatar {
  width: 46px;
  height: 46px;
  float: right;
  margin-left: 12px; }

.comment_nav {
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #dddddd;
  padding: 12px 24px; }

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

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

.next_comments {
  float: right; }

/*
 * ---:[ inputs ]:---
 */
.input_text {
  font-size: inherit;
  line-height: 1em;
  font-family: inherit;
  font-weight: inherit;
  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_text:focus {
  border-color: #eeeeee;
  background-color: white; }

textarea.input_text {
  line-height: 26px; }

.input_submit {
  font-size: 20px;
  line-height: 1em;
  font-family: inherit;
  font-weight: bold;
  border: 3px double #dddddd;
  background: #eeeeee url(\'images/bg-button.png\') repeat-x;
  padding: 0.5em;
  cursor: pointer;
  overflow: visible; }

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

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

.comment_form_title {
  color: #003f69;
  font-size: 18px;
  line-height: 20px;
  margin: 0 -24px;
  border-bottom: 1px dotted #dddddd;
  padding: 0 24px 12px 24px; }

#commentform label {
  display: block; }

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

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

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

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

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dd0000; }

#cancel-comment-reply-link:hover {
  text-decoration: underline; }

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

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

.sidebar .headline,
.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-size: 21px;
  line-height: 30px; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-variant: small-caps;
  letter-spacing: 1px;
  margin-bottom: 9px; }

.sidebar .input_submit {
  font-size: inherit; }

.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: 17px; }

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

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

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

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

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

.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 .post_content,
.widget li ul,
.widget li ol {
  margin-top: 9px; }

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

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

.gfield_label {
  line-height: 16.9px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 0px;
  margin-top: 0px; }

.gform_body {
  line-height: 16.9px; }

body .gform_wrapper ul li.gfield {
  padding-bottom: 1px;
  margin: 0 !important; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #eeeeee;
  border-top: 3px double #dddddd;
  padding: 12px 24px; }

.footer a {
  color: #eeeeee; }

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

.landing .footer {
  text-align: center; }

/*
 * ---:[ footer2 ]:---
 */
.footer2 {
  font-size: 13px;
  line-height: 22px;
  text-align: left;
  color: #003f69 !important;
  border-top: 3px double #dddddd;
  padding: 12px 24px; }

.footer2 a {
  color: #003f69; }

.footer2 a:hover {
  color: #003f69; }

.landing .footer2 {
  text-align: center; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 780px) {
  body {
    padding-top: 0; }

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

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

  .landing .header {
    border-top: 0; }

  .columns > .content {
    float: none;
    width: 100%;
    border: 0; }

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

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

  .menu {
    display: none;
    width: 100%;
    border-width: 1px 0 0 0;
    clear: both; }

  .show_menu {
    display: block; }

  .menu .sub-menu {
    position: static;
    display: block;
    margin: 0;
    border-top: 1px solid #dddddd;
    padding-left: 24px; }

  .menu li {
    width: 100%;
    float: none;
    margin-bottom: 0; }

  .menu .sub-menu li {
    width: 100%; }

  .menu a {
    border-width: 1px 1px 0 0;
    background-color: white;
    padding: 1em 24px; }

  .menu .current-menu-item > a {
    background-color: #eeeeee; }

  .menu > li > a {
    border-left-width: 1px; }

  .menu li:first-child > a:first-child {
    border-top-width: 0; }

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

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

  .menu > li > a {
    border-left-width: 0; }

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

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

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

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

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

  .comment_form_title {
    margin-left: -12px;
    margin-right: -12px; }

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

  .grt .right,
  .grt .left,
  .post_box .alignright,
  .post_box .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; }

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

  .post_box blockquote {
    margin-left: 0; }

  .comment_date {
    display: none; } }

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

#site_title {
  line-height: 0.1em; }

#site_title a {
  display: inline-block; }

/*
 * ---:[ Custom CSS ]:---
 */
#header {
  border-width: 0 0 3px 0;
  border-style: double;
  border-color: #dddddd;
  padding-top: 4px;
  padding-bottom: 0px; }

#site_title {
  font-size: 36px;
  line-height: 50px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
  font-weight: bold; }

#site_tagline {
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  color: #8b955a;
  padding-bottom: 3px; }

a {
  color: #003f69;
  text-decoration: none; }

.menu {
  position: relative;
  list-style: none;
  z-index: 50; }

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

.menu ul {
  position: absolute;
  visibility: hidden;
  list-style: none;
  z-index: 110; }

.menu ul li {
  clear: both; }

.menu a {
  display: block; }

.menu ul ul {
  position: absolute;
  top: 0; }

.menu li:hover ul,
.menu a:hover ul,
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul {
  visibility: visible; }

.menu :hover ul ul,
.menu :hover ul :hover ul ul {
  visibility: hidden; }

.menu ul,
.menu ul li {
  width: 150px; }

.menu ul ul,
.menu :hover ul :hover ul {
  left: 150px; }

.menu a {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
  font-size: 12px;
  font-variant: small-caps;
  letter-spacing: 1px;
  padding-top: 9px;
  padding-right: 11px;
  padding-bottom: 9px;
  padding-left: 11px;
  border-width: 1px;
  border-left-width: 0;
  border-style: solid; }

.menu ul a {
  width: auto;
  border-left-width: 1px;
  border-style: solid; }

.menu {
  border-width: 0 0 1px 1px;
  border-style: solid; }

.menu li ul {
  border-bottom-width: 1px; }

.menu li {
  margin-bottom: -1px; }

.menu li ul {
  margin-top: -1px; }

.menu ul ul {
  margin-top: 0; }

.menu,
.menu a,
.menu li ul {
  border-color: #dddddd; }

.menu ul .current a,
.menu ul .current-cat a,
.menu .current ul a,
.menu .current-cat ul a,
.menu ul .current-menu-item a {
  border-bottom-color: #dddddd; }

.menu .current a,
.menu .current-cat a,
.menu .current-menu-item a {
  border-bottom-color: white; }

.menu li:hover ul,
.menu a:hover ul {
  left: -1px; }

.menu a,
.menu .current ul a,
.menu .current-cat ul a,
.menu .current-menu-item ul a {
  color: #003f69;
  background-color: #fafafa; }

.menu a:hover,
.menu .current ul a:hover,
.menu .current-cat ul a:hover,
.menu .current-parent a:hover,
.menu .current-menu-item ul a:hover,
.menu .current-menu-ancestor a:hover {
  background-color: #fafafa; }

.menu .current a,
.menu .current a:hover,
.menu .current-cat a,
.menu .current-cat a:hover,
.menu .current-menu-item a,
.menu .current-menu-item a:hover {
  background: white; }

.columns,
.columns > .column_wrap,
.columns > .sidebar2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.columns > .column_wrap {
  width: 650px;
  float: left; }

.columns > .sidebar2 {
  width: 300px;
  float: left;
  padding-top: 22px;
  padding-right: 11px;
  padding-left: 11px; }

.columns {
  background: url('wp-content/thesis/skins/classic/images/dot-ddd.gif') 730px 0 repeat-y; }

.column_wrap,
.column_wrap > .content,
.column_wrap > .sidebar1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.column_wrap > .content {
  width: 460px;
  float: right; }

.column_wrap > .sidebar1 {
  width: 190px;
  float: left;
  padding-top: 22px; }

.column_wrap {
  background: url('wp-content/thesis/skins/classic/images/dot-ddd.gif') 199px 0 repeat-y; }

.post_box,
.post_box h4 {
  font-size: 14px;
  line-height: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

.post_box h1,
.post_box .headline {
  font-size: 29.2px;
  line-height: 36px;
  font-family: Verdana, sans-serif;
  font-weight: bolder;
  font-variant: normal;
  font-style: italic;
  text-transform: uppercase; }

.post_box .post_content h2,
.post_box h3 {
  font-size: 18px;
  line-height: 20px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 35px;
  margin-bottom: 12px; }

.post_box h5,
.post_box .small {
  font-size: 11px;
  line-height: 18px; }

.post_box .drop_cap {
  font-size: 32px;
  line-height: 1em;
  margin-right: 5px;
  float: left; }

.post_box p,
.post_box ul,
.post_box ol,
.post_box blockquote,
.post_box pre,
.post_box dl,
.post_box dd {
  margin-bottom: 23px; }

.post_box ul {
  list-style-type: disc; }

.post_box ul,
.post_box ol {
  margin-left: 23px; }

.post_box ul ul,
.post_box ul ol,
.post_box ol ul,
.post_box ol ol {
  margin-left: 23px; }

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

.post_box .left,
.post_box .alignleft,
.post_box .ad_left {
  margin-bottom: 23px;
  margin-right: 23px; }

.post_box .right,
.post_box .alignright,
.post_box .ad {
  margin-bottom: 23px;
  margin-left: 23px; }

.post_box .center,
.post_box .aligncenter {
  margin-bottom: 23px; }

.post_box .block,
.post_box .alignnone {
  margin-bottom: 23px; }

.post_box .stack {
  margin-left: 23px; }

.post_box {
  padding: 22px 22px 0 22px;
  border-top: 1px dotted #bbbbbb; }

.top {
  border-top: 0; }

.headline_area {
  margin-bottom: 22px;
  color: red; }

.byline {
  color: #888888; }

.headline a,
.byline a:hover,
.num_comments {
  color: #003f69; }

.headline a:hover {
  color: #003f69; }

.byline a {
  color: #888888;
  border-bottom: 1px solid #dddddd; }

.byline a,
.post_author,
.post_date {
  text-transform: uppercase;
  letter-spacing: 1px; }

.byline .post_edit {
  margin-left: 11px; }

.byline .post_edit:first-child {
  margin-left: 0; }

.author_by,
.date_on,
.post_cats_intro {
  font-style: italic; }

.post_content h4 {
  font-weight: bold; }

.post_content a {
  text-decoration: underline; }

.post_content a:hover {
  text-decoration: none; }

.post_content .frame {
  padding: 11px;
  background: #eeeeee;
  border: 1px solid #dddddd; }

.post_content blockquote {
  margin-left: 11px;
  padding-left: 11px;
  color: #666666;
  border-left: 1px solid #dddddd; }

.num_comments_link {
  color: #666666;
  text-decoration: none; }

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

.bracket,
.num_comments {
  font-size: 22px; }

.bracket {
  color: #cccccc; }

.post_box .post_image {
  margin-bottom: 22px; }

.post_box .post_image_box,
.post_box .wp-caption {
  margin-bottom: 22px;
  padding: 11px;
  background: #eeeeee;
  border: 1px solid #dddddd; }

.post_box .post_image_box img,
.post_box .wp-caption img {
  display: block;
  margin-bottom: 11px; }

.post_box .wp-caption p {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 0; }

.post_box .wp-caption p a {
  text-decoration: underline; }

.post_box .wp-caption p a:hover {
  text-decoration: none; }

.post_box .post_tags {
  color: #666666; }

.post_box .post_tags a:hover {
  text-decoration: underline; }

.post_box .alert,
.post_box .note {
  margin-bottom: 22px;
  padding: 11px; }

.post_box .alert {
  background: #ffff99; }

.post_box .note {
  background: #eeeeee; }

.post_box .alert p:last-child,
.post_box .note p:last-child {
  margin-bottom: 0; }

.post_box pre {
  padding: 11px;
  background: #eeeeee;
  overflow: auto;
  clear: both; }

.post_content blockquote.right,
.post_content blockquote.left {
  width: 45%;
  font-size: 23px;
  line-height: 31px;
  margin-bottom: 11px; }

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

.post_content blockquote.right p,
.post_content blockquote.left p {
  margin-bottom: 0; }

.landing .post_box,
.landing .post_box h4 {
  font-size: 16px;
  line-height: 25px; }

.landing .post_box h1,
.landing .post_box .headline {
  font-size: 26px;
  line-height: 37px;
  text-transform: none; }

.landing .post_box .post_content h2,
.landing .post_box h3 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 38px;
  margin-bottom: 13px; }

.landing .post_box h5,
.landing .post_box .small {
  font-size: 13px;
  line-height: 22px; }

.landing .post_box .drop_cap {
  font-size: 50px;
  line-height: 1em;
  margin-right: 8px;
  float: left; }

.landing .post_box p,
.landing .post_box ul,
.landing .post_box ol,
.landing .post_box blockquote,
.landing .post_box pre,
.landing .post_box dl,
.landing .post_box dd {
  margin-bottom: 25px; }

.landing .post_box ul {
  list-style-type: square; }

.landing .post_box ul,
.landing .post_box ol {
  margin-left: 25px; }

.landing .post_box ul ul,
.landing .post_box ul ol,
.landing .post_box ol ul,
.landing .post_box ol ol {
  margin-left: 25px; }

.landing .post_box ul ul,
.landing .post_box ul ol,
.landing .post_box ol ul,
.landing .post_box ol ol,
.wp-caption p {
  margin-bottom: 0; }

.landing .post_box .left,
.landing .post_box .alignleft,
.landing .post_box .ad_left {
  margin-bottom: 25px;
  margin-right: 25px; }

.landing .post_box .right,
.landing .post_box .alignright,
.landing .post_box .ad {
  margin-bottom: 25px;
  margin-left: 25px; }

.landing .post_box .center,
.landing .post_box .aligncenter {
  margin-bottom: 25px; }

.landing .post_box .block,
.landing .post_box .alignnone {
  margin-bottom: 25px; }

.landing .post_box .stack {
  margin-left: 25px; }

.landing #container {
  width: 624px; }

.landing # {
  padding-top: 0; }

.landing #header,
.landing .headline_area,
.landing #footer {
  text-align: center; }

.landing .post_box {
  padding-right: 11px;
  padding-left: 11px; }

.headline_area {
  color: #990000; }

.comments_intro {
  font-size: 14px;
  color: #666666;
  margin-top: 44px;
  margin-bottom: 11px;
  padding-right: 22px;
  padding-left: 22px; }

.comments_intro a {
  text-decoration: underline; }

.comments_intro a:hover {
  text-decoration: none; }

.comments_closed {
  font-size: 13px;
  line-height: 21px;
  color: #888888;
  margin-right: 22px;
  margin-bottom: 22px;
  margin-left: 22px; }

.comment {
  font-size: 14px;
  line-height: 22px;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #bbbbbb;
  padding-top: 22px;
  padding-right: 22px;
  padding-bottom: 22px;
  padding-left: 22px; }

.comment .comment_author {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold; }

.comment .comment_aux {
  font-size: 11px;
  line-height: 20px; }

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

.bypostauthor {
  background-color: #e7f8fb; }

.children .bypostauthor {
  background-color: transparent;
  border-width: 0 0 0 2px;
  border-style: solid;
  border-color: #bde0e6; }

.comment .comment_text ul {
  list-style-type: square; }

.comment .comment_text ul,
.comment .comment_text ol {
  margin-left: 22px; }

.comment p,
.comment .comment_text ul,
.comment .comment_text ol,
.comment .comment_text blockquote,
.comment .comment_text pre {
  margin-bottom: 22px; }

.comment .comment_text li ul,
.comment .comment_text li ol {
  margin-left: 22px;
  margin-bottom: 0; }

.comment .comment_text .left,
.comment .comment_text .alignleft {
  margin-bottom: 22px;
  margin-right: 22px; }

.comment .comment_text .right,
.comment .comment_text .alignright {
  margin-bottom: 22px;
  margin-left: 22px; }

.comment .comment_text .center,
.comment .comment_text .aligncenter {
  margin: 0 auto 22px auto; }

.comment .comment_text .block,
.comment .comment_text .alignnone {
  margin: 0 auto 22px 0; }

#comments {
  list-style-type: none;
  margin-bottom: 44px;
  border-top: 1px dotted #bbbbbb; }

.children .comment {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0; }

.comment .avatar {
  float: right;
  margin-left: 11px; }

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

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

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

.comment_edit {
  float: right; }

.comment_date a {
  color: #888888; }

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

.comment_text a:hover {
  text-decoration: none; }

.comment-reply-link,
.comment_edit {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888888; }

.comment-reply-link:hover,
.comment_edit:hover {
  text-decoration: underline; }

#commentform {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 44px;
  padding-right: 22px;
  padding-left: 22px; }

#commentform label {
  display: block; }

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

#commentform p a {
  text-decoration: underline; }

#commentform p a:hover {
  text-decoration: none; }

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

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

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

.comment #commentform {
  padding-right: 0;
  padding-left: 0; }

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

.children #commentform,
.children #comment_form_title {
  margin-left: -22px;
  padding-left: 22px; }

#comment_form_title {
  font-size: 18px;
  color: #666666;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #bbbbbb;
  margin-top: 44px;
  margin-right: -22px;
  margin-left: -22px;
  padding-right: 22px;
  padding-bottom: 11px;
  padding-left: 22px;
  line-height: 18px; }

.input_text {
  font-size: 16px;
  line-height: 1em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #111111;
  background-color: #eeeeee;
  border-width: 1px;
  border-style: solid;
  border-color: #aaaaaa;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.input_text:focus {
  background-color: white;
  border-style: solid;
  border-color: #777777; }

.input_text {
  border-right-color: #dddddd;
  border-bottom-color: #dddddd; }

.input_text:focus {
  border-right-color: #cccccc;
  border-bottom-color: #cccccc; }

textarea.input_text {
  line-height: 22px; }

.input_submit {
  font-size: 18px;
  line-height: 1em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  background-image: url('images/submit-bg.gif');
  border-width: 3px;
  border-style: double;
  border-color: #999999;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px; }

.input_submit:focus {
  border-style: solid; }

.input_submit {
  border-top-color: #cccccc;
  border-left-color: #cccccc;
  cursor: pointer;
  overflow: visible; }

.input_submit:hover {
  color: #009900; }

#cancel-comment-reply-link {
  font-size: 11px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  background-color: #dd0000;
  border-width: 2px;
  border-style: solid;
  border-color: #ac0000;
  padding-top: 5px;
  padding-right: 7px;
  padding-bottom: 5px;
  padding-left: 7px; }

#cancel-comment-reply-link {
  border-top-color: #fa5a5a;
  border-left-color: #fa5a5a;
  float: right; }

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

#archive_intro {
  color: #a81000;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #dddddd; }

.archive_title {
  margin-bottom: 22px; }

.prev_next {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #dddddd;
  padding-top: 22px;
  padding-right: 22px;
  padding-bottom: 22px;
  padding-left: 22px; }

.prev_next {
  clear: both; }

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

.prev_next .next_posts {
  float: right; }

.prev_next:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.previous_posts,
.next_posts {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.sidebar,
.sidebar h4 {
  font-size: 12px;
  line-height: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  border-left: 1px dotted red;
  border-right: 1px dotted red;
  border-top: 1px dotted red;
  border-bottom: 1px dotted red; }

.sidebar h1,
.sidebar .headline {
  font-size: 10px;
  line-height: 15px; }

.sidebar .post_content h2,
.sidebar h3 {
  font-size: 10px;
  line-height: 15px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-variant: small-caps;
  letter-spacing: 1px;
  margin-top: 27px;
  margin-bottom: 9px; }

.sidebar h5,
.sidebar .small {
  font-size: 9px;
  line-height: 14px; }

.sidebar .drop_cap {
  font-size: 36px;
  line-height: 1em;
  margin-right: 6px;
  float: left; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd {
  margin-bottom: 18px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol {
  margin-left: 18px; }

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

.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left {
  margin-bottom: 18px;
  margin-right: 18px; }

.sidebar .right,
.sidebar .alignright,
.sidebar .ad {
  margin-bottom: 18px;
  margin-left: 18px; }

.sidebar .center,
.sidebar .aligncenter {
  margin-bottom: 18px; }

.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 18px; }

.sidebar .stack {
  margin-left: 18px; }

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

.sidebar .input_submit {
  font-size: 16px;
  padding: 6px; }

.sidebar .thesis_email_form .input_text {
  width: 100%;
  margin-bottom: 11px; }

.widget {
  font-size: 12px;
  line-height: 15px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 38px;
  color: #003f69; }

.widget .widget_title {
  font-size: 12px;
  line-height: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bolder;
  font-variant: normal;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.widget p,
.widget ul {
  margin-bottom: 19px; }

.widget li ul {
  margin-bottom: 0; }

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

.widget li {
  margin-bottom: 10px; }

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

.widget_title {
  color: #8b955a; }

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

.widget p a:hover {
  text-decoration: none; }

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

#footer {
  font-size: 13px;
  line-height: 21px;
  text-align: right;
  color: #888888;
  border-style: double;
  border-color: #dddddd;
  padding-top: 11px;
  padding-right: 11px;
  padding-bottom: 11px;
  padding-left: 11px; }


#footer a {
  color: #888888;
  border-bottom: 1px solid #dddddd; }

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

.sidebar2,
.sidebar2 h4 {
  font-size: 12px;
  line-height: 19px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

.sidebar2 h1,
.sidebar2 .headline {
  font-size: 19px;
  line-height: 31px; }

.sidebar2 .post_content h2,
.sidebar2 h3 {
  font-size: 15px;
  line-height: 24px;
  margin-top: 29px;
  margin-bottom: 10px; }

.sidebar2 h5,
.sidebar2 .small {
  font-size: 9px;
  line-height: 15px; }

.sidebar2 .drop_cap {
  font-size: 38px;
  line-height: 1em;
  margin-right: 6px;
  float: left; }

.sidebar2 p,
.sidebar2 ul,
.sidebar2 ol,
.sidebar2 blockquote,
.sidebar2 pre,
.sidebar2 dl,
.sidebar2 dd {
  margin-bottom: 19px; }

.sidebar2 ul ul,
.sidebar2 ul ol,
.sidebar2 ol ul,
.sidebar2 ol ol {
  margin-left: 19px; }

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

.sidebar2 .left,
.sidebar2 .alignleft,
.sidebar2 .ad_left {
  margin-bottom: 19px;
  margin-right: 19px; }

.sidebar2 .right,
.sidebar2 .alignright,
.sidebar2 .ad {
  margin-bottom: 19px;
  margin-left: 19px; }

.sidebar2 .center,
.sidebar2 .aligncenter {
  margin-bottom: 19px; }

.sidebar2 .block,
.sidebar2 .alignnone {
  margin-bottom: 19px; }

.sidebar2 .stack {
  margin-left: 19px; }

.sidebar2 .text_box,
.sidebar2 .thesis_email_form {
  margin-bottom: 38px; }

.sidebar2 .input_submit {
  font-size: 16px;
  padding: 6px; }

.sidebar2 .thesis_email_form .input_text {
  width: 100%;
  margin-bottom: 11px; }

.sidebar2 {
  border-left: 1px dotted red;
  border-right: 1px dotted red;
  border-top: dotted 1px red;
  border-bottom: 1px dotted red; }

.You_May_Be_Entitled_To_Money {
  background-color: #ff0303;
  border-style: solid;
  border-color: #ff4d29; }

.titlecolumns,
.titlecolumns > .c1,
.titlecolumns > .c2,
.titlecolumns > .c3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.titlecolumns > .c1 {
  width: 30px;
  float: left; }

.titlecolumns > .c2 {
  width: auto;
  float: left;
  padding-left: 4px; }

.titlecolumns > .c3 {
  width: auto;
  float: left;
  padding-left: 5px; }

.custom H1 {
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic; }

.custom H2 {
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic; }

.gform_widget .gform_heading {
  margin-bottom: 0 !important; }

.gform_widget li {
  margin-bottom: 0.6px !important; }

.gform_widget .gfield_label {
  margin-top: 12px !important; }

.gform_wrapper input {
  background-color: #f5fddf;
  border: 1px solid #7f9db9;
  font-size: 16px; }

.gform_wrapper textarea {
  background-color: #f5fddf;
  border: 1px solid #7f9db9;
  font-size: 16px; }

.gform_wrapper select {
  background-color: #f5fddf;
  border: 1px solid #7f9db9;
  font-size: 16px; }

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  color: black;
  font-size: 11.5px !important; }

/*
 * 
 * 3 Column Footer CSS
 */
.custom #footer_setup .ftcolumn1,
.ftcolumn2,
.ftcolumn3 {
  display: inline-block;
  height: 100%; }

.ftcolumn1 {
  float: left;
  width: 35%;
  padding: 1%;
  border-width: 3px 0 0 0;
  border-style: double;
  border-color: #dddddd;
  margin-top: 5px; }

.ftcolumn2 {
  float: left;
  width: 35%;
  padding: 1%;
  border-width: 3px 0 0 0;
  border-style: double;
  border-color: #dddddd;
  margin-top: 5px; }

.ftcolumn3 {
  float: right;
  width: 24%;
  padding: 1%;
  border-width: 3px 0 0 0;
  border-style: double;
  border-color: #dddddd;
  margin-top: 5px; }

.container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.custom #content li {
  padding-bottom: 10px; }

