/*body { padding-top: 40px; }
@media screen and (max-width: 768px) {
    body { padding-top: 0px; }
}
*/

/** fonts **/
body{
    font-family: 'Philosopher', sans-serif;
    font-size: 1.8em;
}
.large {
  font-size: 1.2em;
}

.huge {
  font-size: 1.5em;
}

.header {
    border-bottom: solid 1px lightgray;
    margin-bottom: 8px;
}

.progressbar {
  display: none;
}

.vspace {
  padding: 8px;
}

.padded {
    margin: 0px 0px 0px 10px;
}

.newsflash {
    float: right;
}

.navbar-collapse{
    min-height: 30px;
}
.footer-bar {
  background: #dfdfdf;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer-pad {
    padding-top: 24px;
}

.sidebar {
  background: #fafafa;
  padding: 6px;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.xthumbnail { min-width:180px; min-height:220px;}

.logo {
  float: left;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  }
.logo_header{
    font-family: 'Philosopher', sans-serif;
    font-size: 40pt;
    text-shadow: 4px 4px 4px #aaa;

}
.tag_line{
    font-family: 'Philosopher', sans-serif;
    font-size: 1.0em;
    text-shadow: 4px 4px 4px #aaa;

}
h2,h3 {
    font-family: 'Philosopher', sans-serif;
}

.code_img {
    background-image: url('/static/images/code.png');
}

.faded {
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}