/* variables ***********************************/
/* mixin ***********************************/
html::before {
  content: ' ';
  display: block;
  background-position: top 80px right 30px, center;
  -webkit-background-size: 160px, cover;
  -moz-background-size: 160px, cover;
  -o-background-size: 160px, cover;
  background-size: 160px, cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10; }

body {
  font-family: Arial, Verdana, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 10pt;
  background-color: #eaeaea;
  background-image: url("/views/skins/83/images/tile-bg.gif");
  background-repeat: repeat-x;
  background-color: #aeaeae;
  background-position-y: 49px; }

a,
#component_buddyblogs_showall,
#component_buddies_showall,
.pagination > li > a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.btn {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .btn:hover, .btn:focus, .btn:active {
    color: #000;
    outline: 0;
    box-shadow: none;
    border: 1px solid #cccbbb; }

/* header ***********************************/
.blog-header {
  padding: 50px 0;
  text-align: center;
  position: relative; }
  .blog-header h1 {
    margin: .8em 0;
    position: absolute;
    top: 10px;
    left: 3px; }
  .blog-header h1 a {
    font-size: 40px;
    color: #fff;
    font-weight: 400; }
    .blog-header h1 a:hover {
      text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      .blog-header h1 a {
        font-size: 24px; } }
  .blog-header address {
    width: 100%;
    color: #fff;
    position: absolute;
    top: 90px;
    right: 0;
    text-align: right; }

/* notice ***********************************/
ul.notices {
  margin: 0; }
  ul.notices li {
    background-color: transparent;
    border: none;
    margin: 30px 0 0 0;
    color: #000;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    background-color: #FFF; }
  ul.notices.error li {
    background-color: #b43b50; }

#comments ul.notices {
  margin: 10px 0; }

/* freespace ***********************************/
.freespace {
  background: transparent; }
  .freespace div {
    padding-left: 0;
    padding-right: 0; }
    @media only screen and (max-width: 767px) {
      .freespace div {
        padding-left: 8px;
        padding-right: 8px; } }

#component_freespace {
  position: relative; }

#component_freespace_data {
  padding: 15px 15px 15px 15px;
  margin-top: 15px;
  background: #fff; }
  #component_freespace_data:before {
    content: " ";
    width: 100%;
    height: 32px;
    display: inline-block; }
  #component_freespace_data:before {
    position: absolute;
    top: -32px;
    left: 0; }

/* buddy blogs ***********************************/
#buddyblogs {
  width: 100%;
  margin: 15px 0 10px 0 !important;
  padding: 5px;
  background-color: #ECECEC;
  border: 1px solid #D2D2D2; }
  #buddyblogs h2 {
    font-size: 22px;
    border-bottom: 1px solid #000;
    word-wrap: break-word;
    color: #000;
    padding: 0; }
  #buddyblogs ul {
    font-size: 0.9em;
    padding-bottom: 5px;
    letter-spacing: 1px; }
    #buddyblogs ul strong {
      font-weight: 700; }
  #buddyblogs img {
    vertical-align: initial; }

/* blog thread ***********************************/
#post_component_thread {
  background-color: #ececec;
  border: 1px solid #d2d2d2;
  position: relative;
  margin: 0 auto;
  top: 5px;
  padding: 0 5px 10px 5px; }
  #post_component_thread h2 {
    font-size: 123.1%;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
    padding: 10px 0 0 0;
    margin: 5px 0 10px 0; }
  #post_component_thread ul #post_component_thread_first {
    float: left;
    display: block;
    font-weight: bold;
    color: #ad0000; }
  #post_component_thread ul li li {
    margin-bottom: 5px; }

/* blog post ***********************************/
.row.content:before, .row.content:after {
  content: " ";
  width: 100%;
  height: 20px;
  display: block; }
.row.content:before {
  position: relative;
  top: -32px;
  left: 0; }
.row.content:after {
  position: relative;
  bottom: -32px;
  left: 0; }
.row.content .col-sm-8, .row.content .xol-md-9 {
  background: #fff; }

.post h2 {
  font-size: 28px;
  overflow: visible;
  margin-top: 0;
  font-family: Arial, Verdana, sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #000; }
  .post h2 a:hover {
    text-decoration: underline; }
.post .post_hashtag a {
  text-decoration: underline; }
  .post .post_hashtag a:hover {
    color: #999999; }

.post_options a:hover {
  text-decoration: none; }
.post_options img {
  margin: 0 5px; }

.post_footer, .post-header {
  font-size: 13px; }

.post_text a {
  color: blue; }

.post_footer {
  margin: 10px auto 0 auto;
  padding-top: 0;
  border: 0;
  border-top: 1px solid #000;
  font-weight: bold; }
  .post_footer li {
    margin: 0 5px 0 0; }
  .post_footer a:hover {
    color: gray; }

.post-date {
  font-weight: 700; }

/* poll */
.post_poll {
  margin-left: 0;
  padding-left: 30px;
  border: 0; }

.poll-label {
  width: 90%; }

.progress {
  background-color: transparent;
  border: 1px solid #a89e71;
  box-shadow: none; }

.progress-bar {
  background-color: rgba(0, 0, 9, 0.5);
  box-shadow: none; }

.component_poll_result_count {
  color: #fff;
  z-index: 5; }

/* comments */
#component_comment_reply {
  width: 100%;
  float: left;
  border: 1px solid #c4c4c4;
  background-color: #efefef;
  padding: 10px; }
  #component_comment_reply input[type="file"] {
    background-color: transparent;
    border: 0;
    width: 100%; }
  #component_comment_reply.comment_disabled {
    padding: 1em;
    background: rgba(18, 11, 37, 0.6); }

#component_comment_login {
  background: rgba(18, 11, 37, 0.6);
  border: 0; }

.component_comment {
  background-color: #ececec;
  border: 1px solid #d2d2d2;
  padding: 0; }
  .component_comment hr {
    border: 0;
    border-top: solid;
    border-top-width: 1px;
    border-color: #9a9a9a; }
  .component_comment .wow_buttons {
    padding: 5px; }

.component_comment_userInfo {
  padding: 5px; }
  .component_comment_userInfo img {
    margin-bottom: 10px; }

.component_comment_content {
  margin: 0 0 1em 0;
  padding: 5px; }
  .component_comment_content pre {
    font-size: 1em;
    color: #000; }

.comment_info, #component_comment_marker {
  font-size: 0.9em; }

#comments a:hover {
  color: #000; }
#comments #comments .wow_buttons {
  margin: 0 0 5px 5px; }

.indent_level_0 {
  margin-top: 10px; }
  .indent_level_0:first-child {
    margin-top: 0; }

.indent_level_1 {
  width: 95%; }

.indent_level_2 {
  width: 90%; }

.indent_level_3 {
  width: 85%; }

.indent_level_4 {
  width: 80%; }

.indent_level_5, .indent_level_6, .indent_level_7 {
  width: 75%; }

#component_comment_delete {
  width: 100%;
  background-color: #e6a4a4;
  border: 1px solid #b67d7d;
  margin: 1em auto;
  font-weight: bold;
  text-align: center;
  padding: 5px; }
  #component_comment_delete blockquote {
    background-color: #fff;
    border: 1px solid #b67d7d;
    padding: 5px;
    text-align: left;
    word-wrap: break-word; }
  #component_comment_delete .btn {
    display: inline-block; }
  #component_comment_delete .form-group {
    margin-bottom: -10px; }

input, textarea, .form-control {
  background: transparent;
  border: 1px solid #a3a077;
  box-shadow: none;
  color: #000;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  input:focus, textarea:focus, .form-control:focus {
    outline: 0;
    background: rgba(163, 160, 119, 0.25);
    border: 1px solid #d9d7bc;
    box-shadow: none; }

.form-group textarea {
  height: 140px; }

#component_reply_position li {
  font-size: 14px; }

/* Side menu ***********************************/
#menu {
  background: #fff;
  margin: 0px 0px 5px 0px;
  padding: 0px 10px 5px 10px; }
  @media only screen and (max-width: 767px) {
    #menu {
      margin-right: 0;
      margin-left: 0; } }

#menu > div {
  margin: 0 0 2em 0; }
  #menu > div:last-child {
    margin-bottom: 0; }

.sidebar-container {
  padding-right: 0;
  margin-right: 0px; }
  .sidebar-container h3 {
    font-family: Arial, Verdana, sans-serif;
    color: #888;
    font-size: 1.3em;
    font-weight: bold;
    padding: 20px 0 0 0;
    margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .sidebar-container {
      padding-left: 0; } }

/* Introduction */
#component_introduction_email {
  margin: 10px 0; }

#component_buddies_showall:before,
#component_introduction .btn:before {
  font-family: 'FontAwesome';
  margin-right: 8px; }

#component_introduction_email .btn:before {
  content: "\f003"; }

#component_introduction_buddy_status .btn:before {
  content: "\f118"; }

#component_buddies_showall:before {
  content: "\f055"; }

#component_buddies_showall {
  margin-top: 10px;
  padding: 8px 20px;
  border: 1px solid #000;
  border-radius: 50px; }
  #component_buddies_showall:hover, #component_buddies_showall:focus, #component_buddies_showall:active {
    color: #ededec;
    background: #000;
    outline: 0;
    box-shadow: none;
    border: 1px solid #000; }

#component_introduction_buddy_status span {
  background: #888888;
  color: #fff;
  border-radius: 0; }

#component_introduction_statement {
  line-height: 1.4; }

.contact-form .btn-primary:active {
  background: #000;
  border: 1px solid #000; }

.component_buddies_buddy {
  font-size: 0.8em; }

/* Calendar */
.calendar_button,
.calendar_button:hover,
.calendar_button:focus,
.calendar_button:active {
  color: #000; }

#component_calendar_container a {
  font-weight: 300;
  text-decoration: underline; }
  #component_calendar_container a:hover {
    text-decoration: none; }

#component_calendar_container th {
  border: none;
  border-bottom: 1px solid #999;
  padding: 5px; }
#component_calendar_container tr {
  height: 30px; }
  #component_calendar_container tr:nth-child(even) {
    background: transparent; }
#component_calendar_container td {
  padding: 0;
  line-height: 30px;
  width: 14.28%;
  border: 0; }
#component_calendar_container .component_calendar_today {
  background-color: #555;
  color: #fff;
  font-weight: bold;
  padding: 0 5px; }
  #component_calendar_container .component_calendar_today div:hover {
    background-color: pink; }
#component_calendar_container .component_calendar_post {
  background-color: #000;
  font-weight: bold;
  padding: 0 5px; }
  #component_calendar_container .component_calendar_post a {
    color: #fff;
    text-decoration: none; }
    #component_calendar_container .component_calendar_post a:hover {
      color: #999;
      text-decoration: none; }

.table-striped > tbody > tr > td {
  background-color: #ccc; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #ccc; }

/* Latest Comments */
.component_latestcomments_comment {
  text-align: left;
  border: 0;
  border-top: 1px dotted #89876f;
  padding: 10px 0 0 0; }
  .component_latestcomments_comment:first-child {
    border: 0;
    padding-top: 0; }

.component_latestcomments_comment .author, .component_latestcomments_comment .date {
  font-size: 0.9em; }
  .component_latestcomments_comment .author a, .component_latestcomments_comment .date a {
    text-decoration: underline; }

/* Hashtag, History */
.component_categories_category, .component_history_item {
  border-bottom: 1px dotted #89876f;
  text-decoration: none; }

#menu #component_poll_data .poll-label {
  width: 87%; }
#menu #component_poll_data .btn {
  padding: 5px 10px; }
#menu #component_poll_data .component_poll_submit {
  clear: both; }

#component_poll .component_poll_question {
  font-size: 18px; }

/* pagination ***********************************/
.pagination-footer {
  margin: 1.5em auto; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.pagination > li > a {
  border: #000 1px solid;
  color: #000;
  background: transparent;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus,
.pagination > li > a:hover, .pagination > li > a:active, .pagination > li > a:focus {
  border: #000 1px solid;
  background: #000;
  color: #fff;
  text-decoration: none; }

.pagination > li > a:hover {
  background: #cccccc;
  color: black; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  border: #1d1737 1px solid;
  background: #cccccc;
  color: #5c5775;
  text-decoration: none; }

.blog-footer {
  margin: 15px 0;
  color: #fff; }
  .blog-footer a {
    color: #1b203f; }
    .blog-footer a:hover {
      text-decoration: underline; }

.wowed_summary {
  word-wrap: break-word; }

.wowed_detail, .contact-form {
  background: #fff;
  border: 1px solid #777;
  z-index: 999; }
  .wowed_detail h3, .contact-form h3 {
    font-size: 18px;
    font-weight: 400; }

.fb_like_button {
  margin: 0 0 3em; }

#component_search_data .btn {
  margin: 0 auto; }

.lightbox, .wow-lightbox {
  background: rgba(0, 0, 0, 0.5); }

@media only screen and (max-width: 767px) {
  .table-responsive {
    border: 0; }

  #component_buddies_data .component_buddies_row {
    width: 49%; }

  #menu {
    margin: 1em 0 0 0; }

  .row.content {
    margin: 0; } }
@media only screen and (max-width: 480px) {
  .post-header h2 {
    font-size: 24px; } }
@media only screen and (max-width: 450px) {
  #component_buddies_data .component_buddies_row {
    width: 100%; } }
@media (max-width: 345px) {
  .post-header h2 {
    padding: 40px 0 0 0; }

  .post-date {
    width: 80%; }

  .post_options {
    margin: 0 0 0.5em 0; }

  .blog-footer a {
    display: inline; } }

/*# sourceMappingURL=style.css.map */
