body {
  background: linear-gradient(180deg, #6b96c2,#8badd0,#cfddea);
  font-family: Verdana;
  margin-top: 5px;
}

.logo-image {
  position: relative;
   top: -40px;
}

hr {
  border-top: 1px solid rgba(255,255,255,.25);
  margin-bottom: 12px;
  margin-top: 0px;
  padding: 0px;
  

  /* To clear floats */
  width:100%;
  
}

.header-row {
  margin-bottom: 10px;
  text-decoration: none !important;
  color: #333333 !important;
}


.blog-date-category {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 0px; 
  padding-right: 0px; 
  margin-top: 10px;
  margin-bottom: 0px;  
  
  text-shadow:
    -1px -1px 0 #005A91,
    1px -1px 0 #005A91,
    -1px 1px 0 #005A91,
    1px 1px 0 #005A91;
}

.blog-post {
  background-color: #FFFFFF;
  margin-bottom: 15px;
  padding: 0px;
  border: 1px solid #777777;
  padding-left: 15px; 
  padding-right: 15px; 
  padding-bottom: 5px;
}

.blog-owner {
  font-size: 12px;
  font-family: Tahoma;
  color: #888888;
  padding-top: 10px; 
  padding-bottom: 5px;
  text-decoration: underline;
}
.blog-owner a {
  color: #888888;
}

.blog-title {
  font-size: 22px;
  font-family: Tahoma;
  font-weight: bold;
  color: #0000FF;
  word-wrap: break-word;
  -moz-hyphens:auto; 
  -webkit-hyphens:auto; 
  -o-hyphens:auto; 
  hyphens:auto; 
}

.blog-title a {
  color: #F54F29;
}

.blog-image {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-meta {
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.blog-meta a {
  color: #F54F29;
}

.blog-body {
  font-size: 13px;
  color: #2F2E2C;
  padding-top: 5px;
  padding-bottom: 10px;
}

.sidebar-banner {
  text-align: right;
  margin-bottom: 15px;
}

.sidebar-banner img {
  border: 2px solid #FFFFFF;
}

.site-title {
  border: 3px solid #006BAE;
  background-color: #FFFFFF;
  padding: 15px;
  font-size: 12px;
  text-align: center;
  margin: 0px;
  margin-bottom: 15px;
}

.site-title > h1 {
  margin-top: 0px;
  font-size: 20px;
}

.category-bar {
  margin-bottom: 10px;
  text-align: left;
  font-size: 10pt;
  color: #EEEEEE;
}

.category-bar > a {
  color: #EEEEEE;
  padding-left: 20px;
}

.disabled-category, .disabled-category > a {
  color: #C5C5C5 !important;
}


.menu-bar {
  margin-bottom: 10px;
  text-align: right;
  font-size: 10pt;
}

.menu-bar > a {
  color: #EEEEEE;
  padding-left: 20px;
}

.modal-body {
  font-size: 10pt;
}

.modal .modal-body {
    max-height: 620px;
    overflow-y: auto;
}


/* Blog-Kommentare */

.blog-comments {
  font-size: 12px;
  font-family: Tahoma;
  color: #888888;
  padding-top: 8px; 
  float: right;
  text-decoration: none;
}

a.blog-comments  {
  text-decoration: none;
  color: #888888;
}

.comment-tooltip
{
  float: right;
}

.blog-comments:before
{
  padding-right: 3px; 
  padding-top: -2px; 
  content:url('assets/symbol_message.png');
  position: relative;
  top: 4px;
}

/* Blog-Settings */

.blog-settings {
  padding-top: 8px; 
  margin-left: 8px; 
  float: right;
  text-decoration: none;
}

.blog-settings-image
{
  padding-right: 3px; 
  padding-top: -2px; 
  position: relative;
  top: 4px;
}



.pagination-section
{
  margin-top: 20px;
}

.pagecount-stats 
{
  margin-bottom: 50px;
  color: #FFFFFF;
  text-shadow:
    -1px -1px 0 #005A91,
    1px -1px 0 #005A91,
    -1px 1px 0 #005A91,
    1px 1px 0 #005A91;  
}


/* Bottom Banner */

.bottom-banner
{
  width: 100%;
  max-width: 750px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.bottom-banner img
{
  border: 2px solid #FFFFFF;
  width: 100%;
}



/* Bootstrap Overrides */

.form-control:focus
{
  border-color: orange !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
  background-color: #F54F29; !important;
}




/* ==========================================================================
   Mail Course Signup Box
   ========================================================================== */
.freebie-mailcourse-signup-box input[type=submit] {
    font-size:14px;
}

.freebie-mailcourse-signup-box {
    /*background-image: url('http://getschoolcraft.com/wp-content/uploads/mailcourse_background_snow.jpg');
    background-repeat: repeat-x;*/
    background-color: #FFF9EB;
    border: 2px solid #CE8D00;    
    border-radius: 5px;
    color: #222222;
}

.nopadding {
   padding: 3px !important;
   margin: 0 !important;
}
