body {
  background: black;
  color: gray;
}

a:link {text-decoration: none; color: white; }
a:visited {text-decoration: none; color: white; }
a:active {text-decoration: none; color: white; }
a:hover {text-decoration: underline; color: red;}
a#snippet:hover {text-decoration: none; color: white;}
a img {border: none; }
a {
  z-index: 100000;
    color: red;
}
* {
     margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
.footer, .push {
  height: 4em;
}

#content {
  top: 34px;
  width: 85%;
  left: 5%;
  position: relative;
  height: 100%;
	z-index:1;
}

a#logo {
  position: fixed;
  top: 3px;
  left: 3px;
}

a#other_logo {
  position: fixed;
  top: 3px;
  right: 3px;
}
a#sprezentuj{
	position:fixed;
	top: 40px;
  right: 2px;
  font-family: arial;
	font-weight: bold;
 
}
div#adsen_1 {
	position:fixed;
	top: 140px;
  right: 2px;

}

a#top100 { 
  display: block; 
  width: 7em;
  background-color: gray;
  color: black;
  padding: .2em;
  text-align: center;
  text-decoration: none;
  border-style: solid;
  position: fixed;
  top: 3px;
  left: 120px;
}

a#top100_7dni { 
  display: block; 
  width: 7em;
  background-color: gray;
  color: black;
  padding: .2em;
  text-align: center;
  text-decoration: none;
  border-style: solid;
  position: fixed;
  top: 3px;
  left: 250px;
}

a#my_entries { 
  display: block; 
  width: 7em;
  background-color: gray;
  color: black;
  padding: .2em;
  text-align: center;
  text-decoration: none;
  border-style: solid;
  position: fixed;
  top: 3px;
  left: 380px;
}

a#user_info { 
  display: block;
  width: 7em;
  background-color: black;
  color: gray;
  padding: .2em;
  text-align: center;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  position: fixed;
  top: 3px;
  right: 370px;
}

a#user_info_shown { 
  display: block;
  width: 7em;
  background-color: gray;
  color: black;
  padding: .2em;
  text-align: center;
  text-decoration: none;
  border-style: solid;
  position: fixed;
  top: 3px;
  right: 370px;
}

a#logging_part { 
  display: block; 
  width: 7em;
  background-color: gray;
  color: black;
  padding: .2em;
  text-align: center;
  text-decoration: none;
  border-style: solid;
  position: fixed;
  top: 3px;
  right: 200px;
}

a#administration { 
  display: block; 
  width: 7em;
  background-color: gray;
  color: black;
  padding: .2em;
  text-align: center;
  text-decoration: none;
  border-style: solid;
  position: fixed;
  right: 550px;
  top: 3px;
}

a#time { 
  display: block; 
  width: 7em;
  background-color: gray;
  color: black;
  padding: .2em;
  text-align: center;
  text-decoration: none;
  border-style: solid;
  position: fixed;
  top: 3px;
  right: 550px;
}

#footer {
  font-size: 10px;
  text-align: center;
  text-decoration: none;
}

a#redlink {
  color: red;
}

#user_name {
  font-style: italic;
  font-weight: bold;
}
#intro {
  text-align: center;
  color: white;
  padding: .5em;
  width: 100%;
  max-height: 700px;
  min-height: 50px;
  overflow: auto;
}

#input {
  height: 180px;
  position: relative;
  color: white;
  display: block;
}
#inputtext {
  left: 25%;
  width: 50%;
  height: 90%;
  position: relative;
  color: white;
  background: #000000;
}
#inputarea {
  left: 25%;
  width: 50%;
  height: 20%;
  position: relative;
  color: white;
  background: #000000;
}
#reg_area {
  left: 25%;
  width: 300px;
  max-height: 700px;
  position: relative;
  color: white;
  overflow: auto;
  background: #000000;
}
#inputline {
  right: 0%;
  margin-left: auto;
  margin-right: 0px;
  position: relative;
  color: white;
  background: #000000;
}
input.button {
  background: #000000;
  color: red;
}
#inputsubmit-right {
  left: 80%;
  top: 0%;
  position: absolute;
  background: #000000;
  color: red;
}
#inputsubmit {
  left: 80%;
  position: absolute;
  background: #000000;
  color: red;
}
#anonymous_checkbox {
  left: 80%;
  bottom: 0%;
  position: absolute;
  background: #000000;
  color: white;
}

#undersubmitlink {
  left: 80%;
  top: 30px;
  position: absolute;
  background: #000000;
  color: red;
}

#terms {
  border: 1px solid #666;
  left: 10%;
  width: 80%;
  max-height: 150px;
  overflow: auto;
}

ul#entries {
  list-style-type: none;
  padding: .5em 0;
}
ul#entries .entry {
  border-top: 1px solid #666;
  padding: 1em 0.2em;
  background-color: #000000;
}
ul#entries .date {
  font-family: courier;
  width: auto;
  text-align: left;
  float: left;
}
ul#entries .snippet {
  display: block;
  background-color: #333333;
  color: gray;
  
  width: auto;
  text-align: left;
  float: left;
}
ul#entries .comment {
  font-family: arial;
  font-size: 90%;
  width: auto;
  text-align: right;
  float: right;
}
ul#entries .text-small {
  padding: .5em;
  width: 100%;
  min-height: 25px;
  max-height: 150px;
  overflow: auto;
}
ul#entries .text-small-yt {
  padding: .5em;
  width: 100%;
  min-height: 25px;
  max-height: 500px;
  overflow: auto;
}
ul#entries .text-large {
  padding: .5em;
  width: 100%;
  min-height: 50px;
  max-height: 700px;
  overflow: auto;
}
ul#entries .signature {
  font-style: italic;
  font-weight: bold;
  padding: .5em;
  width: 100%;
  max-height: 100px;
  overflow: auto;
}
ul#nav { 
  list-style-type: none; 
  padding: .5em 0;
  border-top: 1px solid #666;
  position: relative;
}
ul#nav .next {
  float: left;
  width: 5em;
}
ul#nav .prev {
  float: right;
  width: 5em;
}
ul#nav li a { 
  display: block; 
  width: 5em;
  background-color: gray;
  color: black;
  padding: .2em 0;
  text-align: center;
  text-decoration: none;
  border-style: solid;
}

#adsen_1 {
  width: 162px;
  height: 602px;
  top: 50px;
  left: 75%;
  position: absolute;
}
#adsen_2 {
  width: 162px;
  height: 602px;
  top: 700px;
  left: 75%;
  position: absolute;
}

#recaptcha_response_field {
  background-color: black !important;
  color: white !important; 
}
