/*Author: Artur Czepiel
 *Author URI: http://artur.cc */
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*---------------------------------------------------------------------------
 * Global
 *-------------------------------------------------------------------------- */
.r {
  color: #aa0000;
  font-weight: bold; }

.b {
  color: black;
  font-weight: bold; }

.g {
  color: #666666; }

.alignc {
  margin: 0 auto;
  text-align: center; }

.alignc2 {
  margin: 0 auto;
  text-align: justify; }

.alignl {
  text-align: left; }

.alignr {
  text-align: right; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both;
  height: 1px;
  line-height: 1px; }

ul {
  margin-left: 20px;
  list-style-type: square; }

ul.n1 {
  margin-left: 0;
  list-style-type: none; }

.top10px {
  margin-top: 1em; }

.top20px {
  margin-top: 20px; }

.bottom20px {
  margin-bottom: 20px; }

/*----------------------------------------------------------------------------
 * Look&Feel - Layout
 *-------------------------------------------------------------------------- */
body {
  font-family: "Arial";
  font-size: 14px; }

h1 {
  font-size: 25px;
  text-shadow: 0 1px 0 white; }

a {
  text-decoration: none;
  border-bottom: 1px dotted white;
  padding: 3px; }
  a:hover {
    background: #bc1b00 !important;
    color: black; }

#header {
  background: #bc1b00;
  background: #961500;
  background: #556677;
  color: white;
  line-height: 55px; }
  #header a {
    color: white;
    font-weight: bold; }
  #header a.title {
    margin-right: 30px;
    line-height: 60px;
    padding: 5px 5px 20px;
    border: none; }

.inside {
  margin: 0 auto;
  width: 80%; }

#kokojambo {
  margin-top: 20px;
  font-weight: bold;
  display: none; }
  #kokojambo a {
    color: red;
    border-bottom: 1px solid red; }

#center {
  margin-top: 20px;
  min-height: 300px; }
  #center .module {
    background: white;
    padding: 15px; }
  #center #submit {
    margin: 10px auto;
    font-size: 25px;
    padding: 5px 20px; }
  #center .error {
    text-align: center;
    color: red;
    font-weight: bold; }
  #center #captcha {
    text-align: center;
    background: #eeeeee;
    margin: 10px auto; }
    #center #captcha #recaptcha_area {
      margin: 0 auto; }
  #center .syntaxtable {
    width: 100%;
    padding: 5px;
    overflow-x: scroll; }
    #center .syntaxtable pre {
      font-size: 12px;
      line-height: 1.4em; }
  #center #right {
    float: right;
    display: inline;
    background: #eeeeee;
    padding: 10px; }
  #center #left {
    float: left;
    display: inline;
    width: 100%;
    text-align: center; }

.wklejcontent {
  overflow: auto; }

#footer {
  margin-top: 20px;
  margin-bottom: 50px; }
  #footer a {
    color: black; }

fieldset input[type=text], fieldset input[type=password], fieldset textarea {
  border: 1px solid #dddddd;
  padding: 5px;
  font-size: 20px;
  width: 20em; }
fieldset label {
  padding-top: 0.2em;
  float: left;
  font-weight: bold;
  width: 4em;
  text-align: left; }
fieldset p {
  margin-bottom: 1em; }
fieldset input[type=submit] {
  font-size: 20px;
  background: #bc1b00;
  border: #aa3333;
  color: white;
  padding: 5px 20px;
  border-radius: 5px;
  text-align: center; }
fieldset span {
  color: #888888;
  padding-top: 0.5em;
  font-size: 10px;
  display: block; }

.errorlist li {
  list-style-type: none;
  background: #bc1b00;
  color: white;
  padding: 10px;
  margin-bottom: 5px;
  margin-left: -20px; }

#stats {
  padding-top: 20px;
  text-align: left; }
  #stats h2 {
    color: #bc1b00;
    font-weight: bold;
    padding-bottom: 10px; }
  #stats span {
    font-size: 20px; }
  #stats p {
    padding-bottom: 15px; }

#lastpics {
  text-align: center; }
  #lastpics h1 {
    padding-bottom: 15px; }
  #lastpics a {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px; }
    #lastpics a:hover {
      background: none !important;
      border-bottom: 1px dotted red;
      opacity: 0.6; }
  #lastpics img {
    padding-top: 5px;
    opacity: 1; }

.redbutton {
  background: none repeat scroll 0 0 #bc1b00;
  border: medium none #aa3333;
  border-radius: 5px 5px 5px 5px;
  color: white;
  font-size: 20px;
  padding: 5px 20px;
  text-align: center; }

#sidebar {
  width: 300px;
  float: left;
  height: auto;
  line-height: 20px;
  background: #aabbcc;
  border: 0;
  margin-top: 20px; }
  #sidebar p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px; }
  #sidebar input {
    width: 250px; }
  #sidebar .share {
    float: left;
    text-align: center;
    padding: 3px; }
  #sidebar .share a:hover {
    background: none !important; }
  #sidebar h3 {
    border-bottom: dotted 1px #eeeeee;
    text-align: center;
    margin-top: 5px;
    padding: 5px;
    color: #223344; }

.metalink {
  background: none repeat scroll 0 0 #667755;
  color: white;
  font-family: "trebuchet MS", sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 5px 7px;
  text-decoration: none;
  border: none; }

#imageinfo span {
  font-size: 12px; }

#singlephoto {
  margin-top: 20px;
  background: white; }
  #singlephoto img {
    margin-bottom: 20px; }
  #singlephoto a:hover {
    background: none !important; }
  #singlephoto .img750 {
    width: 750px; }

.noborder {
  border: none !important; }

#fast_admin form {
  margin-right: 5px; }

.right {
  max-width: 40%; }

.bottom {
  margin-top: 10px;
  padding-bottom: 20px; }

#mainform {
  max-width: 40em;
  margin: 0 auto;
  text-align: center; }

#loginform label {
  margin-right: 3em; }
