/* YUI 3.9.1 (build 5852) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,legend{color:#000}

html {
  overflow-y: scroll;
}

body {
  background: url('//static.4chon.org/image/fade.png') repeat-x scroll center top #FFFFEE;
  font-family: 'Helvetica Neue', arial, sans-serif;
  margin: 5px 0 5px 0;
  padding: 0 5px;
  font-size: 13px;
  color: #800000;
}

header {
  text-align: center;
}

a {
  color: #0000EE;
}

#title {
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -2px;
}

input[type="text"] {
  height: 18px;
}

select {
  height: 20px;
}

input[type="text"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #EEAA88;
}

input[type="text"],
select,
textarea {
  border: 1px solid #AAA;
}

label {
  display: block;
  font-weight: bold;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
}

iframe {
  border: none;
}

.hidden {
  display: none;
}

.disabled {
  opacity: 0.1;
}

a.sbs,
a.dsbs {
  color: #000;
  text-decoration: none;
}

a.dsbs:hover {
  text-decoration: line-through;
}

#feedback {
  position: fixed;
  top: 10px;
  text-align: center;
  width: 100%;
}

.feedback-notify,
.feedback-error {
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  padding: 3px 6px;
  font-size: 16px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.20);
}

.feedback-error {
  background-color: #C41E3A;
}

.feedback-notify {
  background-color: #00A550;
}

.feedback {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

#del-form-cnt h3,
.error {
  color: red;
}

#success-cnt h3,
.success {
  color: green;
}

#del-form-cnt #g-recaptcha {
  width: 304px;
  margin: 0px auto 15px;
}

#del-form-cnt h3,
#success-cnt h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

#del-form-cnt,
#success-cnt {
  margin: 25px auto 0 auto;
  max-width: 600px;
  text-align: center;
}

#success-cnt p {
  line-height: 1.75em;
}

#content {
  padding: 0 10px;
}

#links-cnt {
  text-align: center;
  margin-top: 15px;
}

.board-menu {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.event-hdr {
  margin-top: 25px;
  text-align: center;
}

#entries {
  border-top: 1px solid #606060;
  background-color: #fff;
  cursor: default;
  border-left: 1px solid #606060;
  border-right: 1px solid #606060;
  color: #000;
  width: 80%;
  margin: 25px auto 0 auto;
}

.event-tbl {
  max-width: 600px;
}

#entries th,
#entries td {
  text-align: center;
}

#entries th {
  border-left: 1px solid #606060;
  background-color: #ffccaa;
  font-weight: bold;
  padding: 5px;
  white-space: nowrap;
}

#entries td {
  border-left: 1px solid #606060;
  padding: 10px 5px;
}

#entries tr {
  border-bottom: 1px solid #606060;
}

#entries tfoot td {
  padding: 10px 0px;
}

#entries tfoot a {
  margin: 0 10px;
}

.col-board,
.col-score,
.col-meta {
  width: 75px;
}

.col-score a {
  border-bottom: 1px dotted;
}

.col-boards,
.col-type,
.col-date {
  width: 25%;
}

.banner-img {
  width: 468px;
  height: 60px;
  display: inline-block;
}

#form {
  width: 500px;
  margin: 20px auto 0 auto;
  border: 1px solid #606060;
  background-color: #fff;
  color: #000;
}

#form h2 {
  text-align: center;
  border-bottom: 1px solid #606060;
  padding: 5px;
  background-color: #FFCCAA;
}

#form form {
  padding: 10px;
}

#form input,
#form select {
  margin: 5px 0;
}

#form-cat {
  margin: 5px 20px 5px 0;
}

#intro {
  max-width: 600px;
  margin: 20px auto auto;
}

#intro p {
  margin-bottom: 10px;
  line-height: 1.5;
}

#form-footer {
  padding: 0px 10px;
  line-height: 1.3;
  margin-top: 10px;
}

#form-footer p {
  margin-bottom: 10px;
}

#form-footer ol {
  margin-bottom: 10px;
  list-style: decimal inside;
}

.no-results {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

.del-btn:hover {
  box-shadow: 0px 0px 6px 1px red;
}

/* captcha */
#captcha-cnt {
  height: 100px;
  margin-top: 5px;
  margin-bottom: 10px;
}

#captcha-cnt label {
  margin-bottom: 5px;
}

#recaptcha_logo,
#recaptcha_privacy {
  display: none;
}

#recaptcha_table {
  border: none !important;
}

.recaptchatable .recaptcha_image_cell {
  background-color: transparent !important;
}

#recaptcha_table #recaptcha_image {
  border: 1px solid #aaa !important;
}

.recaptchatable #recaptcha_response_field {
  border: 1px solid #aaa !important;
  width: 300px !important;
  font-size: 12px !important;
}

.recaptchatable #recaptcha_response_field:focus {
  outline: none;
  border: 1px solid #EEAA88 !important;
}

.recaptchatable .recaptcha_image_cell center {
  width: 300px;
}

#recaptcha_table .recaptcha_image_cell,
#recaptcha_table tbody tr:nth-child(2) td:first-child {
  padding: 0 !important;
}

/* footer */
footer {
  width: 750px;
  border-top: 1px solid;
  margin: 25px auto 0;
  text-align: center;
}

footer ul {
  display: inline-block;
}

footer li:first-child {
  border-left: 1px solid;
}

footer li {
  display: block;
  float: left;
  border: 1px solid;
  border-top: none;
  border-left: none;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 2px;
  padding-top: 2px;
  background-color: #FFEEDD;
  line-height: 1.1em;
}

footer li a {
  color: #880000;
  text-decoration: none;
  font-size: 12px;
}

footer li a:hover {
  color: #CC6633;
}

.current-page {
  background-color: #FFFFEE;
  border-top: 1px solid #FFFFEE;
  padding-bottom: 3px;
  position: relative;
  top: -1px;
}

#copyright {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 1em;
  font-size: 11px;
}
