/*
Theme Name: BoysDontCry
Version: 3.2 - layout fix for overlap
*/

* { margin:0; padding:0; box-sizing:border-box; }
body { background: #a67c65 url('images/bg.jpg') repeat-y left top; font-family: Verdana, sans-serif; font-size: 11px; text-align: left; }

#wrapper {
  width: 900px;
  margin: 0 0 0 0;
  margin-left: 0;
  float: left;
  position: relative;
  background: #b58a72 url('images/main.jpg') no-repeat top left;
  background-size: 900px auto;
  min-height: 1200px;
  border-left: 2px solid #5a3a2a;
  border-right: 2px solid #5a3a2a;
  left: 0;
}

body {
  text-align: left;
}

#poster {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 525px;
  height: 470px;
  background: url('images/poster.jpg') no-repeat;
  background-size: cover;
  z-index: 2;
  border: 4px solid #222;
}

#sides {
  position: absolute;
  left: 560px;
  top: 0;
  width: 270px;
  min-height: 500px;
  z-index: 5;
  padding-top: 5px;
}

#sides .widget_search, #sides .widget_recent_entries, #sides .widget_recent_comments {
  display: none !important;
}

.box-title {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 12px 8px 0 8px;
  border: 1px solid #000;
  font-size: 11px;
}

.box-content {
  background: #e8c9b0;
  margin: 0 8px 10px 8px;
  padding: 10px;
  border: 1px solid #8a6a5a;
  border-top: none;
  line-height: 14px;
  font-size: 11px;
}

#vertical {
  position: absolute;
  right: 0;
  top: 0;
  width: 68px;
  height: 500px;
  writing-mode: vertical-rl;
  font-family: Arial Black;
  font-size: 32px;
  font-weight: 900;
  background: transparent;
  color: #000;
  z-index: 4;
  padding-top: 10px;
}

#blog-label {
  position: absolute;
  left: 0;
  top: 495px;
  width: 555px;
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  z-index: 6;
}

#blog-area {
  position: absolute;
  left: 15px;
  top: 550px;
  width: 525px;
  background: #0a0a14;
  color: #bbb;
  padding: 18px;
  border: 2px solid #222;
  z-index: 10;
  min-height: 400px;
}

#blog-area h2 { color: #fff; font-size: 16px; margin-bottom: 8px; }
#blog-area h2 a { color: #fff; text-decoration: none; }
#blog-area a { color: #ff7bac; }
#footer { position: absolute; bottom: -40px; width: 100%; text-align: center; font-size: 9px; color: #6a4a3a; padding: 10px; }
