body {
    background-color: skyblue;
    background: linear-gradient(to right,skyblue,wheat,wheat,wheat,skyblue);
}

img, table {
  max-width: 100% !important;
  height: auto !important;
}

.container {
  max-width: 970px;
  background-color: white;
}

#main {
 box-shadow: 0 0 2px black;
}

#navbar, #page-footer {
  margin-bottom: 0;
  border-radius: 0;
}

#page-footer {
  color: whitesmoke;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#page-footer a {
  color: white;
}


#article {
  text-align: justify;
}

#article p {
/*  font-size: 1.2em;*/
}

.post a:link, .post a:active, .post a:hover, .post a:visited, #article a:link, #article a:active, #article a:hover, #article a:visited, .forum-list a:link, .forum-list a:active, .forum-list a:hover, .forum-list a:visited, #forum-list .headline {
  color: #0084b4;
}

.forum-list h3.headline a {
  color: orangered;
}

.post a.btn {
  color: black;
  text-transform: uppercase;
}

#article a.btn {
  color: white;
}

#article h1 { font-size: 30px; }
#article h2 { font-size: 24px; }
#article h3 { font-size: 18px; }
#article h4 { font-size: 14px; }
#article h5 { font-size: 12px; }
#article h6 { font-size: 10px; }

#article h1, #article h2, #article h3, #article h4, #article h5, #article h6 {
  color: #333333;
}

#content {
  text-align: justify;
}

.top { margin-top: 0; }

.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

.pull-middle {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#mcp-nav div.list-group, #ucp-nav div.list-group {
  word-wrap: break-word
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

#mcp-nav div.list-group {
  margin: 0 -15px 20px -25px;
}

.cp-mini {
  margin-top: 20px;
}

.newposticon {
  font-size: 1.6em;
  color: orangered !important;
}

.lastposticon {
  font-size: 1.6em;
  color: lightgray !important;
}

.topic-label {
  vertical-align: middle;
  font-weight: normal;
  font-family: Arial, Sans Serif;
  font-size: .8em;
  background-color: #0084b4;
  color: white;
}

.topic-title a {
  color: orangered;
}

.topic-actions li {
  border: 1px solid #CCCCCC;
}

.topic-info {
  margin: 5px 0;
}

.topic-info .pagination {
  margin: 0;
}

.topic-list .panel-heading, .topic-list .panel-body {
  padding: 0 5px;
}

.topic-list tbody td {
  vertical-align: middle !important;
}

.topic-list a {
  color: #0066CC;
}

.pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 {
  color: white;
  padding: 0 10px;
}

.pollbar0 {
  padding: 0 10px;
  color: black;
}

.pollbar1 {
  background-color: darkorange;
}
.pollbar2 {
  background-color: darkorchid;
}
.pollbar3 {
  background-color: darkkhaki;
}
.pollbar4 {
  background-color: darkturquoise;
}
.pollbar5 {
  background-color: darkgoldenrod;
}

.avatar {
  width: 125px;
  height: auto;
}

.post-container {
  box-shadow: 0 0 3px gray;
  table-layout: fixed;
-ms-word-break: break-all;

     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

.post {
}

.post blockquote {
  border: 1px dotted gray;
  background-color: whitesmoke;
  font-size: 1em;
}

.post hr {
  margin-top: 10px;
  margin-bottom: 5px;
}

.post cite {
  display: block;
}

.post-inner {
}

.post-credit {
  text-align: left;
  padding-left: 20px;
}

.post-credit img {
  vertical-align: baseline;
}

.post-profile {
  background-color: whitesmoke;
  border-right: 1px solid#DDDDDD;
  text-align: left;
}

.post-profile-sm {
  background-color: whitesmoke;
  border-bottom: 1px solid#DDDDDD;
  vertical-align: bottom;
  max-height: 100px !important;
  table-layout: fixed;
}

.post-profile-sm .headline {
  text-align: left;
}

.post-profile-sm-inner {
  max-height: 100px;
  margin-bottom: 0 !important;
  background-color: whitesmoke !important;
  border: none !important;
}

.post-profile-sm-inner tr td {
  vertical-align: bottom !important;
}

.post .notice {
  margin-top: 10px;
  font-size: .6em;
}

.like {
  padding: 0;
  cell-padding: 0;
}

.ajaxlike_container {
  margin: 0 !important;
}

.forum-header {
  border: none !important; 
  margin-bottom: 5px !important;
} 

.forum-header .headline{
  margin: 0 !important;
}

.forum-header .headline a {
  color: orangered !important;
}

.forum-header .headline a span {
  vertical-align: middle;
}

.forum-header td {
  vertical-align: middle !important;
}

.forum-header td.left {
  box-shadow: 0 0 10px gold;
}

.forum-header td.right {
  border: none;
}

.badge-number {
  font-size: 1em;
  background-color: #0066CC
}

.forum-key {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.forum-key li {
  display: inline-block;
}

.quick_reply_message {
  margin: 10px 0 5px 0;
}

#subject, #message-box textarea {
  width: 100%;
}

#message-box {
  margin: 10px 0 5px 0;
}

.hasTip { vertical-align: text-bottom; }

.sidebar li {
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar h3 {
  font-family: 'Walter Turncoat', cursive;
  text-align: center;
}

.sidebar ul {
  list-style-type: none;
  padding: 0;
  font-weight: bold;
  text-align: center;
}

.media-heading {
font-family: 'Anton', sans-serif;
text-transform: uppercase;
text-align: left;
font-size: 1.4em;
}

.article-thumb {
  max-width: 125px !important;
  height: auto;
}
.author-thumb {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
  min-width: 200px !important;
}

.headline {
font-family: 'Anton', sans-serif;
text-transform: uppercase;
text-align: center;
}

.header {
  background-color: #f2dcb7;
}
.header img {
/*  border-radius: 10px 10px 0 0;*/
}

iframe {
  border: none;
}

.masthead {
 background-color: white;
 border-top: 2px solid #333333;
 border-bottom: 2px solid #333333;
 color: #111111;
 text-align: center;
 font-size: 1.2em;
 font-weight: bold;
 font-family: 'Walter Turncoat', cursive;
}

.teaser {
  text-align: center;
  width: 100%;
  color: gray;
  font-weight: bolder;
}



.SLIDEtron {
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
/*  font-family: 'Walter Turncoat', cursive;
  font-family: 'Anton', sans-serif;*/
  text-transform: uppercase;
}

.SLIDEtron a {
  color: red;
}

.tt-tags {
  text-align: center;
}

.tt_pretext {
  display:none;
}

.tag-button {
  margin: 3px;
}

.gsc-search-button {
  box-sizing: content-box;
}

div.middle {
  background-color: white;
  padding-top: 10px;
}

.hrClear {
width: 100%;
height: 0;
margin: 0;
padding: 0;
clear: both;
}

.hrClear hr {
width: 100%;
height: 0;
margin: 0;
padding: 0;
visibility: hidden;
display: none;
}

.fb_comments
{
  min-width: 100% !important;
  width: 100% !important;
}

/* Hidden: make text and background the same color, for when JavaScript is unavailable. */
.spoiler-box, .spoiler-hidden {
	color:#000000;
	background-color:#000000;
}

/* Visible */
.spoiler-visible {
	color:#000000;
	background-color:#FFFFFF;
	visibility:visible;
}

div.spoiler-visible {
	display:block;
}

/* Common */
div.spoiler {
	margin: 0.5em 1px 0 25px;
}

div.spoiler-top {
	font-style: normal;
	font-weight: bold;
	font-size: 0.9em;
}

div.spoiler-box {
	border: 1px solid #dbdbdb;
	font-size: 0.95em;
	min-height:2px;
}

span.spoiler-hidden, span.spoiler-visible {
	padding:0 2px;
}

div.spoiler-hidden, div.spoiler-visible {
	padding: 5px;
}

/* Nested spoilers */
div.spoiler div.spoiler {
	margin-left:15px;
}

.invisible {
	display:none !important;
}

/* FORUM */

.forum-folder {
  min-width: 27px;
}

.break-word {
  word-wrap: break-word
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  /* word-break: break-all; */
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* /FORUM */


@media(min-width:768px) {
  div#mcp-nav {
    display: flex;
  }
  .container {
    width: 100%;
  }
}

@media(max-width:767px) {
   #main {
     box-shadow: 0 0 2px black;
  }
  .SLIDEtron {
    display: none;
  }
  .COVERtron {
    display: none;
  }
  .topic-actions li {
    margin-left: 0 !important;
  }

}

/* Editor */

#adminForm label {
/*display: inline !important;*/
margin-top: 10px;

}

.field_type_text {
  margin-bottom: 5px;
}
/*
.mceFirst a, .mceLast a {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.mobileSkin table.mceToolbar {
  width: 100% !important;
}
.mobileSkin .mceButton {
 display: block !important;
}
.mobileSkin .mceIcon {
  margin: auto;
}
.mobileSkin .mceListBox td.mceFirst, .mobileSkin .mceListBox td.mceLast, .mobileSkin .mceSplitButton td.mceFirst, .mobileSkin .mceSplitButton td.mceLast {
  width: 100% !important;
  min-width: 32px;
}
.mobileSkin table.mceListBox {
  margin-right: 10px !important;
}

.mobileSkin #field_values_5_style {
  display: block;
  width: 100% !important;
}*/

#prime_login_form {
  margin-right: -30px;
  margin-left: -20px;
}

#prime_login_username, #prime_login_password {
  margin: 0 5px;
  background-color: #333333;
  width: 90px;
  color: #CCCCCC;
}

#prime_login_auto {
 margin-left: 5px;
}

.prime_login_label {
  color: #AAAAAA;
  font-weight: normal;
  margin-right: 5px;
  margin-top: 4px;
}

#prime_login_submit {
  margin-left: 5px;
  background-color: #333333;
  color: #CCCCCC;
  height: 32px;
  padding: 0px 12px;
  border-color: #666666;
}