/*
Theme Name: YCU Bootpress
Description: Child Theme of Bootpress
Author: Patrick Keys
Template: bootpress
Version: 1.0
*/

@import url("../bootpress/style.css");

/* final stuff begin */
body, h1, h2, h3, a, button, input, input[type="submit"] {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
body, button, input, select, textarea {
  line-height: 1.6;
}
body {
  background: url('/wp-content/uploads/2012/11/bg.png');
  background-attachment: fixed;
}
a {
  color: #0000e1;
}
h3 {
  color: #535353;
}
.site-title {
  margin-top: 3px;
}
.site-title h1, .site-title h1 a {
  margin: 0 auto;
  color: orange;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-variant: small-caps;
  letter-spacing: 2px;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.site-title .header-feature {
  font-weight: bold;
  line-height: 16px;
}
.site-title .header-feature a {
  display: block;
  height: 80px;
  padding: 3px;
  background: #fff;
  color: #535353;
  text-decoration: none;
}
.site-title .header-feature a:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.site-title .header-feature img {
  display: inline;
  float: left;
  width: 70px;
}
#main {
}
#main .row {
  margin-left: 0;
  margin-right: 0;
  background: #fff;
  border-radius: 3px;
  box-shadow: 2px 2px 5px rgba(0,0,0 0.2);
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2)
}
.footer {
  border: none;
}
/* final stuff end */

