/* If future editors have questions about this code feel free to contact Jason Herring at jason.hrrg@gmail.com. */

/* Makes the headline:
-left aligned
-46pt
-lined up to the page's margins.
*/
section#content header.topinfo h1 {
  position: relative;
  
  text-align: left;
  font-size: 46px;
  margin-left: 0;
  left: -2.6%;
  transition: none;
  font-weight: bold;
}

/* Makes the headline area less spacey. 1st arg: above, 2nd arg: below */
section#content header.topinfo {
margin: 20px 5px;
}

/* Makes the red line not display after the headline. */
div.textinfo:after {
  display: none;
}

.fa-search{
  display:none;
}

 @media screen and (min-width: 768px) {
/*Narrows the text field for articles*/
.single section#content {
    position: relative;
    width: 1200px;
    padding: 0 28px;
    /*float: left;
    margin: 252px;*/
}

section#content #main{
  float: left;
  width: 850px;
}

section#content aside{
  float: right;
  width: 300px;
}
  
/*Narrows the subfooter for articles*/
.single #subfooter {
    position: relative;

    clear: both;
    z-index: 10;
    height: 3em;
    /*float: left;
    margin-left: 25px;*/
}
}
  
  
/*Makes the mainpage 'chess' images not greyscale*/
section#chess article a.hover,
section#chess article div.hover {
  opacity: 1;
  filter:grayscale(0%);  
}
section#chess article:hover a.hover {
  opacity: 1;
  filter:grayscale(0%);
}

.mobile-theme .menu-toggle {
	color: rgb (0,0,0);
}
.mobile-theme #searchform {
	color: rgb (144,2,2);
}
.mobile-theme a {
	color: rgb (255,0,42);
}
.mobile-theme .comments-link a {
	color: rgb (255,0,42);
}
.mobile-theme .nav-previous a,
.mobile-theme .nav-next a {
	color: rgb (240,2,1);
}

@media (max-width: 1150px)
{
  .wp-caption 
  {
    /* Force the box to be 100% */
    width: 100% !important;
  }
  #content .wp-caption a img 
  {
    /* Scale down if too big */
    max-width: 99.03225806%; /* 614/620 */
    height: auto;
  }
}

span.dropcap.dropcap-inverse {
  background: #FF0000;
}

h5 {
  font-size: 50px;
}

h6 {
  font-size: 37px;
}

.postid-13467 section#content header.topinfo {
 display: none;
}

.postid-13517 span.dropcap.dropcap-inverse {
  background: #DAA520;
}

.postid-14839 section#content header.topinfo {
 display: none;
}

.postid-17450 section#content header.topinfo {
 display: none;
}
