/*  
Theme Name: Grid Focus Public (RLI-Update 2025)
[Theme URI: http://5thirtyone.com/
Description: Grid aligned left
Version: 1.0
Author: Derek Punsalan
Author URI: http://is.derekpunsalan.com/]

Notes: Inspired and created for minimalist, content focused blogs 
or websites. Customize, edit, poke, prod, and adapt to your own 
style. Please leave credit where credit is due so that others may
find the source for your site and adapt a suitable version for their
own website.
*/

*{margin:0;padding:0;}
html,body{background:#FFF;color:#333;text-align:center;} 
body{font:14px open sans, helvetica, sans-serif;}
h1{font-size:22px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:20px; padding: 5px 0 10px 0;}
h5{font-size:14px;color:rgb(255,75,0); margin-bottom:4px; text-transform: uppercase;}
a{color:#333;text-decoration:none;}
a:hover{color:rgb(255,75,0);}
p {
   -webkit-hyphens: auto;
   -moz-hyphens: auto;
   hyphens: auto;
}

#wrapper{border-top:0px solid #EEE;margin:20px auto;text-align:left;width:990px;} 

#category_cloud {
line-height: 1.7em;
}

/* masthead / footer - navigation and categories */
#masthead {
   position: relative;
   border: 1px rgb(255, 255, 255);
   border-style: solid;
   height: 185px;
   padding:5px 0px 20px 0px;
}

#logo_stern {
   width: 180px;
   position: absolute;
   top: 0px;
   left: -10px;
   z-index: 99;
   //border-style: solid;
}

#logo_text {
   width: 607px;
   position: absolute;
   top: 15px;
   left: 186px;
}

#masthead h1 a{text-transform:uppercase;width:400px;float:left;margin:12px 0 0 0;}
#masthead h1 a em{font-style:normal;color:#555;}
#authorBlurb img{float:right;width:42px;height:42px;border:3px solid #EEE;}
#authorIntro a{font-weight:bold;} 
#authorIntro{line-height:1.4em;width:400px;float:right;margin:8px 0 0 0;}
ul.nav{
   list-style:none;
   background:rgb(255,75,0);
   position: absolute;
   top: 131px;
   left: 0px;
   right: 0px;
   padding-inline-start: 185px;
}

.nav li{border-right:1px solid #DDD;float:left;display:block;width:100px;}
.nav li.first {
   border-left: 1px solid	#DDD;
}
.nav li#search {
   border-right: 0px;
   width:187px;
}

#searchWrap   {
   display:block;
   padding:5px 0 5px 5px;
   width:190px;
   height:50px;
   vertical-align: middle;
}

input#s {
   //font-size:1.1em;
   font:14px open sans, helvetica, sans-serif;
   //1px solid #BBB;
   border:0;
   outline:0;
   padding: 5px 10px 5px 10px;
   margin: 10px 0px 0px 10px;

   //margin-right: 3px;
   width:130px;}

input#s:focus {
   outline:none!important;
}

.searchButton {
  //font:14px open sans, helvetica, sans-serif;
  width: 20px;
  height: 26px;
  border: none;
  color: white;
  background-color: #333;
  margin: 10px 0px 0px -4px;  
  vertical-align: top;
  cursor: pointer;
}

.searchButton i {
   padding-top: 1px;
}

.nav li a{font-size:14px;font-weight: bold; outline:none;color:#fff;text-decoration:none;display:block;padding:5px 0 5px 5px;width:99px;height:50px;text-transform:uppercase;}
.nav li a span{font-size:11px;color:#000000;text-transform:lowercase;}
.nav li a:hover{background:#333;color:#eee!important;width:95px;}
* html .nav li a:hover{background:#333;width:99px;}
.nav li.skip{border-left:1px solid #DDD;float:right;display:block width:100px;}
.nav li.skip a{width:100px;}


li.top{border-left:1px solid #DDD;float:right;display:block width:100px;}
li.top a{width:100px;}
.nav li.skip a:hover, li.top a:hover { background: transparent;color: #333 !important;}
#archives{background:#333;}
#archives ul{list-style:none;padding:5px 0 3px 0;}
#archives li{float:left;display:block;width:101px;}
#archives li a{font-weight:bold;color:#7F7F7F;width:99px;display:block;padding:2px 0 4px 5px;}
#archives li a:hover{color:#EEE;}

/* main - middle content and columns */

#cal {border:1px solid silver;padding:4px;}

#mid{}#mainCol{float:left;margin:25px 50px 0 0px;width:595px;}

#midwide{}#mainwideCol{float:left;margin:25px 0 0 10px;width:555px; }

#footer {border-top:1px solid #ccc;
         margin:50px auto 0px;
         //text-align:left;
         width:990px;
         //height:100px;
         overflow: visible;
         background-color: rgb(255,75,0);}

/* style individual sidebars */

#ban a{margin:20px;border:0px;}


#box .box a{border:1px solid silver; padding: 3px; margin-top:30px; color:#cc3333; width:90%; }
a.button {
   display: inline-block;
   //width: 100%;
   padding: 12px 30px 12px 30px;
   //padding-bottom: 12px;
   border-radius: 5px;
   
   margin-top: 10px;
   margin-bottom: 25px;
   
   background-color: rgb(255, 75, 0);
   color: rgb(255, 255, 255);
   text-align: center;
}
a.button:hover {
   background-color: #333;
}

a.button:active {
   background-color: #666;
}

.teaser {
     padding-top: 20px;
  }
  
  .teaser_with_image {
    border: solid #ccc;
    border-width: 0px 1px 1px 1px;
    padding: 15px;
  }
  
  .teaser_without_image {
      border: solid #ccc;
      border-width: 1px 1px 1px 1px;
      padding: 15px;
    }
  
.teaser h1{
  font-size:30px;
  line-height: 1.2em;
  color:rgb(255,75,0);
  text-transform: uppercase; 
  padding: 5px 0 10px 0;
}

.teaser-news {
   border-top: 1px solid #ddd;
   padding-top: 20px;
}

#midCol a{font-weight:bold;}
.box {border:1px solid silver; padding: 3px; margin:10px 0px; width:85%; }
.box a{color:#cc3333; }
#midCol h4{color:#cc3333; margin:5px 0;}
#midCol{color:#444;float:left;margin:20px 0 0 25px;width:240px;line-height:1.3em;}
#midCol p{color:#777;}
.middle_links{margin-bottom:20px; margin-top: 10px;}
.middle_links h3{margin-bottom:7px;}
#midCol ul{list-style:none;margin:8px 0 4px;}
.middle_links ul li{background:url(images/li.gif) no-repeat 0 3px;color:#7F7F7F;line-height:1.2em;border-top:1px solid #BBB;padding:4px 0 4px 16px;}
#tertCol{
   float:right;
   width:335px;
   margin:13px 0 2px 10px;
   //background: ;
   padding: 7px 15px 7px 15px;
   border:1px solid #ccc;
   box-sizing: border-box;
}
//#tertCol p{color:#777;}
//#tertCol h4{color:#cc3333; margin-bottom:4px; margin-top:15px;}
//#tertCol li{padding-top:4px; list-style-type: none;}
/* die folgende Klasse wurde noetig nach dem Update auf WP 4.1.
   Der zweite div-Container "tertCol" der rechten Spalte wurde
   nicht mehr unter dem ersten angezeigt, sondern unter dem
   midCol und links vom ersten tertCol. clear beendet den Umfluß der
   divs und setzt es damit in eine neue Zeile.

.tertCol2 {clear:both;}*/
#elseWhere{margin:0 0 20px 0;}
#elseWhere h3{margin-bottom:7px;}
#elseWhere li{margin-bottom:7px; border:1px solid silver;padding:2px;line-height:1.2em;width:85%;list-style: none;}
ul#imgLinks{list-style:none;margin:7px 0;}
#imgLinks li{color:#7F7F7F;line-height:1.2em;padding:0 0 1px;}
#imgLinks li a img{border:3px solid #EEE;width:208px;height:69px;color:#333;font-weight:bold;}
#imgLinks li a:hover img{border-color:#DDD;}

#fourCol{float:right;width:345px;margin:20px 0 0 10px; background: ;padding-left: 10px; border-left:1px solid #999;}
#fourcalender {margin-right:50px;}
#fourCol .no_border_box {width:87%;}


/* wordpress entries styling - main content column */
.postMeta{background:url(images/dot.gif) repeat-x left center;text-transform:uppercase;font-size:11px;text-align:left;margin-bottom:5px;}
.postMeta span.date{background:#FFF;color:#7F7F7F;padding:0 2px 0 4px;}
.postMeta span.comments{background:#FFF url(images/chat_grey.gif) no-repeat left center;padding-left:15px;margin-right:4px;}
.postMeta span.comments a,
.postMeta span.date a{color:#555;}
.post {
   margin:10px 0 30px 0;
   line-height:1.7em;
}

.post h2{line-height:1.2em;margin-bottom:7px; margin-top: 7px;}
.post h2 a{width:100%;display:block;outline:none;}
.entry h3{margin:1em 0;}
.post .entry{line-height:1.7em;overflow:hidden;}
.post .entry p{margin:1em 0;}
.post .entry p a{background:url(images/dot.gif) repeat-x bottom left;font-weight:bold;}
.entry blockquote{margin:0 1.3em 0;}
.entry ul{margin:0 1.3em 0;list-style:none;}
.entry li a{color:#333;font-weight:bold;background:url(images/dot.gif) repeat-x bottom left;}
.entry ul li{background:url(images/li.gif) no-repeat 0 1px;padding-left:18px;margin-bottom:7px;}
.entry ol{margin:0 1em 0 3em;}
.entry ol li{margin:0 0 7px 0;}
.entry img,.entry a img{border:3px solid #EEE;}
.entry a:hover img{border-color:#DFDFDF;}
.entry table tr { padding: 15px 0; }
.entry table tr.alt { background: #eee; }

/* style pagination buttons */
#more_reading { color: #7F7F7F; font-size: 11px; text-transform: uppercase; margin-bottom: 25px; text-align: right; }
#more_reading p, #more_reading img { vertical-align: middle; }
#more_reading a img { border: none; margin:0 0 3px 2px; }

/* style me some comments and inputs */
#comments{width:435px;padding:12px 0 0 0;}
#comments h3,
h3#respond{color:#555;margin-bottom:7px;}
ol.commentslist{list-style:none;margin:5px 0 12px;}
.commentslist li{background:#FFF url(images/lgrey_diag.gif) repeat top left;border:1px solid #BBB;margin-bottom:7px;padding:7px 0;}
.commentslist li a{font-weight:bold;background:url(images/dot.gif) repeat-x bottom left;}
.commentslist li.alt{background:#FFF;}
.commentslist li:hover{border-color:#888;}
.commentslist .comment_text{margin:0 7px;line-height:1.4em;overflow:hidden;}
.comment_text p,
.comment_text ul,
.comment_text ol,
.comment_text blockquote{margin:1em 0;}
.comment_text ul,
.comment_text ol,
.comment_text blockquote{margin:0 1em;}p.author_meta{font-weight:bold;text-transform:uppercase;margin:0 0 0 7px;}
p.post_meta{font-size:11px;text-transform:uppercase;text-align:right;margin:0 7px 0 0;}
.commentslist li.author{background:#333;color:#CCC;}
.commentslist li.author a{color:#DDD;}
.commentslist li.author a:hover{color:#FFF;}
#comments_closed{background:#333;color:#ccc;padding:7px 0;margin-top:12px;line-height: 1.5em;}
p.nocomments{margin:0 12px 0 7px;}
p.nocomments a{color:#ddd;font-weight:bold;text-decoration:underline;}
p.nocomments a:hover{color:#FFF;}
ol.pingslist{margin:1.5em 2em;font-size:12px;}
.pingslist li{color:#7F7F7F;margin:0 0 7px 0;}
.pingslist li a{font-weight:bold;background:url(images/dot.gif) repeat-x bottom left;}
#commentform p{margin:1em 0;}
#commentform p a{font-weight:bold;background:url(images/dot.gif) repeat-x bottom left;}
#author,
#email,
#url,
#comment{font:1.1em arial,helvetica,verdana,sans-serif;border:1px solid #BBB;padding:2px;}
#comment{width:429px;overflow:auto;}
#commentform p small{font-size:10px;color:#7F7F7F;}
.commentslist code{background:transparent;}

/* footer rules */
#footer ul { 
   list-style:none;
}
#footer li {
   text-align: left;
}
#footer a,
#footer p {
   font-size: 13px;
   line-height:1.8em;
   color:rgb(255, 255, 255);
   text-decoration:none;
   text-align: left;
}
#footer a:hover {
   color:rgb(51, 51, 51);
}

#footer p {
   padding-bottom: 1.8em;
}

#footer p.address {
   padding-bottom: 1.8em;
   padding-left: 26px;
   text-indent:-11px;
}


#footer h1 {
   font-size:16px;
   font-weight: bold;
   line-height: 1.8em;
   color:rgb(255, 255, 255);
   text-align: left;
   text-transform: uppercase;
   margin-bottom: 10px;
}

#footer h2 {
   font-size:15px;
   font-weight: normal;
   line-height: 1.8em;
   color:rgb(255, 255, 255);
   text-align: left;
   text-transform: uppercase;
}

#footer i {
   margin-right: 7px;
}

.footerCol {
   width: 33.33333%;
   box-sizing: border-box;
   //display: inline-block;
   float:left;
   padding: 30px 0px 40px 70px;
}

#footerCol2 {
   padding: 30px 0px 40px 120px;
}

#footerCol3 {
   padding: 30px 0px 40px 120px;
}


/* float rules */
.floatleft{float:left;margin:3px 7px 0 0;}
.floatright{float:right;margin:3px 0 0 7px;}
.right{float:right;}
.left{float:left;}
.clear{clear:both;}
.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.fix{display:inline-block;} 
* html .fix{height:1%;}
.fix{display:block;}