/*
/*  triumph.css
*/

body {
  font: 13px/20px "Lucida Grande", "Verdana", sans-serif;
  margin: 0;
  padding: 0;
  background: #000;
}

h1, h2, h3, h4 { margin: 0; }

p { margin: 0 0 20px; }

a {
  color: inherit;
  text-decoration: none;
}

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

ul {
  list-style: none;
  padding: 0;
}

dl dt, dl dd { margin: 0; }

.br       { margin-bottom: 20px; }
.small-br { margin-bottom: 10px; }
.no-br    { margin-bottom:  0px; }

hr {
  height: 1px;
  margin: 20px 0;
  border: none;
}

hr.br       { margin: 20px 0; }
hr.small-br { margin: 10px 0; }
hr.no-br    { margin:    0 0; }

div.clear {
  display: block;
  clear: both;
}

#prefix {
  height: 30px;
  padding: 10px 20px;
}

#prefix a {
  font: bold 11px/20px "Lucida Grande", "Verdana", sans-serif;
  color: #4c2d26;
  display: block;
  display: inline-block;
  max-width: 240px;
  padding: 5px 0 5px 40px;
  background: url("/images/cotm.png") no-repeat;
}

#prefix a:hover {
  color: #c76;
  background-position: 0 -30px;
}

#header {
  position: relative;
  height: 318px;
  margin: 0 0 40px;
  border: solid #291b18;
  border-width: 1px 0;
  background: url("/images/header.png") no-repeat 0 0;
}

#header h1 {
  position: absolute;
  width: 560px; height: 100px;
  text-indent: -9999px;
  top: 140px;
  background: url("/images/h1.png") no-repeat 50% 0;
}

#header .main {
  position: relative;
  z-index: 2;
  width: 320px; height: 260px;
  top: -1px;
  padding: 60px 60px 0 600px;
  background: url("/images/header-main.png") no-repeat 100% 0;
}

#header .main h2 {
  height: 240px;
  margin: 0 0 20px;
  text-indent: -9999px;
  background: url("/images/everybody-has-a-story.png") no-repeat 0 100%;
}

#header .main h3 {
  font: 17px/25px "Georgia", serif;
  color: #c76;
  margin: 0 0 30px;
}

#header .main h3 strong {
  font-weight: normal;
  color: #f5f5c4;
}

#header .main #submit {
  display: block;
  width: 320px; height: 50px;
  margin: 0 0 10px;
  text-indent: -9999px;
  background: url("/images/submit.png");
}

#header .main #submit:hover {
  background-position: 0 -50px;
}

#header .main p.small {
  font-size: 11px;
  color: #4c2d26;
  text-align: center;
}

#header .main .thanks {
  padding: 120px 40px;
  height: 280px;
  text-align: center;
}

#header .main .thanks h3 {
  color: #f5f5c4;
  margin: 0;
}

#header .main .thanks p {
  color: #c76;
  margin: 0;
}

#content {
  width: 880px;
  margin: 0 0 80px;
  padding: 0 40px;
}

#content #sub {
  width: 240px;
  float: left;
  padding-top: 80px;
}

#content #main {
  width: 600px;
  float: right;
}

#sub h3 {
  font: 15px/25px "Georgia", serif;
  color: #c76;
  margin: 0 0 10px;
}

#sub p {
  font-size: 11px;
  color: #804a40;
  margin: 0 0 10px;
}

#sub hr {
  height: 2px;
  background: #291b18;
}

#sub #categories ul li {
  border-bottom: 1px solid #291b18;
}

#sub #categories ul li a {
  display: block;
  color: #804a40;
  padding: 5px 0;
}

#sub #categories ul li a:hover { color: #f5f5c4; }

#sub #categories ul li.current a { color: #f5f5c4; }

#sub #categories ul li a .count {
  color: #4c2d26;
  margin-left: 6px;
}

#main h1 {
  font-size: 36px; line-height: 40px;
  color: #f5f5c4;
  text-transform: uppercase;
  margin: 0 0 20px;
}

#main p {
  font: 17px/25px "Georgia", serif;
  color: #f5f5c4;
}

#main a       { color: #c76;    }
#main a:hover { color: #b3477d; }

#stories {
  border-top: 2px solid #291b18;
}

#stories .story {
  padding: 20px 0;
  border-bottom: 2px solid #291b18;
}

#stories .meta {
  margin: 0 0 20px;
}

#stories .meta h3, #stories .meta p {
  font: bold 13px/20px "Lucida Grande", "Verdana", sans-serif;
  color: #c76;
  margin: 0;
}

#stories .meta h3 { float: left;  }
#stories .meta p  { float: right; }

#stories .meta p a {
  color: #4c2d26;
  margin-left: 10px;
}

#stories .meta p a:hover { color: #992e63; }

#stories .body {
  padding: 0 0 0 40px;
  background: url("/images/story-quote.png") no-repeat;
}

#stories .share {
  height: 24px;
  margin: 0;
}

#stories .share li {
  float: left;
  margin-right: 20px;
}

#stories .share .facebook a {
  display: block;
  padding: 0 8px;
  font-size: 11px;
  line-height: 18px;
  color: #627aad;
  background: #edeff4;
  border: 1px solid #627aad;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#stories .share .facebook a:hover {
  color: #3b5998;
  border-color: #3b5998;
}

#blackout {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 100;
  background: url("/images/blackout.png");
}

#overlay {
  position: absolute;
  top: 120px; left: 50%;
  z-index: 101;
  margin-left: -320px;
  padding: 20px 30px;
  width: 580px; height: 360px;
  background: url("/images/overlay.png");
}

#overlay h1 {
  font: 17px/25px "Georgia", serif;
  color: #f5f5c4;
}

#overlay p {
  color: #c76;
}

#overlay hr {
  height: 1px;
  background: #291b18;
}

#overlay form { margin: 0; }

#overlay input, #overlay textarea {
  font: 17px/20px "Georgia", serif;
  display: block;
  width: 100%;
  margin: 0;
  padding: 2px 3px;
  position: relative;
  top: -2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#overlay #story_body {
  height: 170px;
  resize: none;
  padding: 3px 2px;
}

#overlay form ul { margin: 0; }

#overlay form ul li {
  padding-left: 200px;
  margin: 0 0 10px;
}

#overlay form ul li label {
  font: 17px/25px "Georgia";
  color: #f5f5c4;
  float: left;
  width: 180px;
  margin-left: -200px;
  text-align: right;
}

#overlay form ul li p {
  font-size: 11px;
  float: left;
  clear: left;
  width: 180px;
  margin-left: -200px;
  text-align: right;
}

#overlay form ul li p span.of {
  color: #804a40;
  margin: 0 2px;
}

#overlay .submit { margin: 0; }

#overlay a.button {
  display: block;
  float: left;
  color: #c76;
  width: 70px; height: 20px;
  padding: 5px 10px;
  margin-right: 10px;
  text-align: center;
  background: url("/images/button.png");
}

#overlay a.button:hover {
  color: #f5f5c4;
  background-position: 0 -30px;
}

#overlay .submit a.disabled,
#overlay .submit a.disabled:hover {
  background: url("/images/button-disabled.png");
  color: #333;
  cursor: default;
}

