@import url(default_code_highlighter_theme.css);

body {
  background-color: #fff ; 
  padding:50px;
  font: 14px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color:#595959;
  font-weight:400;
}

p, ul, ol, table, pre, dl {
  margin:0 0 20px;
}

h1 {
  font-size:28px;
  font-weight: 500;
  line-height:1.1;
  color:#222;
  margin:0 0 20px;
}

h2 {
  color:#393939;
  font-weight: 500;
  line-height:1.1;
  margin:0 0 20px;
}

h3 {
  line-height:1.1;
  margin:0 0 20px;
}

h3, h4, h5, h6 {
  color:#494949;
  font-weight: 500;
  margin:0 0 20px;
}

/* article {
  line-height:1.1;
  color:#494949;
  font-weight: 400;
  text-decoration:none;
}

b {
  color:#39c;
  text-decoration:none;
  font-weight: 500;
}

b:hover {
  color:#069;
  cursor: pointer;
} */

a {
  color:#39c;
  text-decoration:none;
}

a:hover {
  color:#069;
}

a small {
  font-size:11px;
  color:#777;
  margin-top:-0.3em;
  display:block;
}

a:hover small {
  color:#777;
}

blockquote {
  border-left:1px solid #e5e5e5;
  margin:0;
  padding:0 0 0 20px;
  font-style:italic;
}

/* this is an inline code snippet */
code {
  font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
  color:#333;
  font-size:12px;
  
  padding:2px 4px 2px 4px;
  background: #eeeeee; /* prev: #f8f8f8 */
  border:1px solid #dddddd; /* prev: #e5e5e5 */
  border-radius:3px;
}

/* this removes annoying things like borders from code that is going in a display */
pre code {
  font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
  color:#333;
  font-size:12px;
  
  padding:0px 0px 0px 0px;
  border-radius:none;
  border:none;
}

/* this is a displayed code snippet */
pre {

  padding:8px 15px;
  background: #eeeeee;
  
  border-radius:5px;
  border:1px solid #dddddd;
  
  overflow-x: auto;
}

table {
  width:100%;
  border-collapse:collapse;
}

th, td {
  text-align:left;
  padding:5px 10px;
  border-bottom:1px solid #e5e5e5;
}

dt {
  color:#444;
  font-weight:500;
}

th {
  color:#444;
}

img {
  max-width:100%;
}

/* NEED TO DIFFERENTIATE BETWEEN DEFAULT AND POST HEADERS */
header {
  width:250px;
  float:left;
  position:fixed;
  text-align:center;
  -webkit-font-smoothing:subpixel-antialiased;
}

.post-header {

  width:100%;
  float:center;
  position:static;
  text-align:center;

}

/* GREY BOX (UL) IN SIDE BAR */
header ul {
  list-style:none;
  height:auto;
  padding:0;
  background: rgb(46, 46, 46);
  border-radius:5px;
  width:100%;
}

/* WIDTH OF WHOLE SITE */
.wrapper {width:90%; margin:0 auto;}


#results-container {
  width:50%;
  color:#525151; /* originally 999 */
  text-align:center;
  display:center;
  margin: 20px auto;
  font-size:1em;
}

/* The following makes the search bar text bold and italicized */
::-webkit-input-placeholder {font-style: italic; font-weight: bold;}
:-moz-placeholder {font-style: italic; font-weight: bold;}
::-moz-placeholder {font-style: italic; font-weight: bold; }
:-ms-input-placeholder { font-style: italic; font-weight: bold;}


/* SEARCH BAR STYLING */
#search-input {
  padding-top:3px;
  padding-bottom: 3px;  
  width:50%;
  background: #f4f4f4;
  border-radius:5px;
  border:1px solid #e0e0e0;
  font-size:12px;
  color:#525151; /* originally 999 */
  text-align:center;
  margin: 0 auto;
  float:center;
}

/* add vertical white space */

.extra-space {
  margin-bottom: 1cm;
}

header li:first-child a {
  border-radius:5px 0 0 5px;
}

header li:last-child a {
  border-radius:0 5px 5px 0;
}

/* DEFINES SEARCH RESULT TEXT */
ul a {
  line-height:1;
  font-size:1em;
  text-align:center; 
  color:#494949;
  
} 


/* color of hovered text in search results */
/* ul a:hover { color:#141414;} */

ul a:active {
  background-color:#f0f0f0;
}

strong {
  color:#222;
  font-weight:500;
}

header ul a strong {
  font-size:14px;
  display:block;
  color:#222;
}

/* WIDTH OF PAGE BY ITSELF */
section { 
  width: -moz-calc(90% - 250px); /* Firefox */
  width: -webkit-calc(90% - 250px); /* WebKit */
  width: -o-calc(90% - 250px); /* Opera */
  width: calc(90% - 250px); /* Standard */
  float:right;
  padding-bottom:50px;
}

small {
  font-size:11px;
}

hr {
  border:0;
  background:#e5e5e5;
  height:1px;
  margin:0 0 20px;
}

footer {
  width:270px;
  float:left;
  position:fixed;
  bottom:50px;
  text-align:center;
  -webkit-font-smoothing:subpixel-antialiased;
}

@media print, screen and (max-width: 960px) {

  div.wrapper {
    width:auto;
    margin:0;
  }

  header, section, footer {
    float:none;
    position:static;
    width:auto;
  }

/* remove this, because it made the header look weird when it was on top
  header {
    padding-right:320px;
  }
*/

  section {
    border:1px solid #e5e5e5;
    border-width:1px 0;
    padding:20px 0;
    margin:0 0 20px;
  }

  header a small {
    display:inline;
  }

  header ul {
    position:absolute;
    right:50px;
    top:52px;
  }
}

@media print, screen and (max-width: 720px) {

  #categories { display:none}

  body {
    word-wrap:break-word;
  }

  header {
    padding:0;
  }

  header ul, header p.view {
    position:static;
  }

  pre, code {
    word-wrap:normal;
  }
}

@media print, screen and (max-width: 480px) {

  #categories { display:none}

  body {
    padding:15px;
  }

  header ul {
    width:99%;
  }

  header li, header ul li + li + li {
    width:33%;
  }
}

@media print, screen and (max-height: 600px) {

  #categories { display:none}

}

@media print {
  body {
    padding:0.4in;
    font-size:12pt;
    color:#444;
  }
}


.infinite-spinner {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #333;
  margin: 60px auto;
  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}


/* TAG CLOUD CONFIG */

.tag-cloud {
  
    text-align: center;
    color:#494949;

  }
  
  .set-1 {
    font-size: .8em;
    color:#494949;
  }
  
  .set-2 {
    font-size: 1.2em;
    color:#393939;
  }
  
  .set-3 {
    font-weight: 400;
    font-size: 1.6em;
    color:#393939;
  }
  
  .set-4 {
    font-weight: 400;
    font-size: 1.8em;
    color:#393939;
  }
  
  .set-5 {
    font-weight: 400;
    font-size: 2em;
    color:#393939;
  }
