body {
  background: #000;
  background-repeat:no-repeat;
  background-attachment:fixed;
  color: #666666;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  width: 100%;
  height: 100%;
  line-height: 1.2em; }

a {
  color: #666666; }
  a:hover {
    color: #EB4D2C; }

h2 {
  color: #fff; }

h4 {
  color: #CCCCCC;
  font-size: 11px;
  font-family: Arial; }

p {
  margin: 0 0 0.2em 0; }

#supersize {
    position: fixed;
    }

#supersize img {
    height:100%;
    position:absolute;
    width:100%;
    z-index:0
    }

.menu2 a {
color: #fff;
text-decoration:none;
}

.menu2 a:hover {
color: #EB4D2C;
}
.menu2 a.selected {
color: #EB4D2C;
}

#logo_and_menu {
  margin-bottom: 42px; }
  #logo_and_menu #logo img {
    display: block; }
  #logo_and_menu #mainMenu li {
    float: left;
	padding-top:1px;
    font-size: 11px; }
    #logo_and_menu #mainMenu li a {
      display: block;
      background: #000;
      color: #fff;
      padding: 0px 3px 2px 2px;
      text-decoration: none;
      line-height: 18px;
      height: 16px; }
      #logo_and_menu #mainMenu li a:hover {
        background: #EB4D2C; }
      #logo_and_menu #mainMenu li a.selected {
        background: #EB4D2C; }
    #logo_and_menu #mainMenu li.withBorder {
      margin-right: 1px;
      font-size: 11px; }

#wrapper {
  position: absolute;
  z-index: 10000;
  top: 50px;
  left: 50px; }

#footer {
margin-bottom:20px;
  font-size: 11px;
  color: #ccc; }
  #footer p {
    margin: 0; }
  #footer a {
    color: #ccc;
    text-decoration: none; }
    #footer a:hover {
      color: #EB4D2C; }

#main {
  min-height: 500px;
  margin-bottom: 1em; }

.comments a {
  background: url(../images/comment.gif) 0px 4px no-repeat;
  padding-left: 14px;

 }

 .video a {
  background: url(../images/video.gif) 0px 4px no-repeat;
  padding-left: 14px;

 }

comments_error {
	 color: red;
	font-weight:bold;
}

.stories .story_decoration {
  position: absolute;
  z-index: 11000;
  background: url(../images/story.gif) no-repeat;
  width: 10px;
  height: 20px; }
.stories .story {
  background: #000;
  overflow: hidden;
  float: left; }
  .stories .story .story_cell {
    float: left; }
    .stories .story .story_cell img {
      display: block; }
  .stories .story .story_content {
    font-size: 11px;
    padding: 10px;
    line-height: 1.2em; }
.stories .hover {
  background: #EB4D2C;
  color: #fff; }
  .stories .hover h3 {
    color: #000; }
  .stories .hover a:hover {
    color: #666; }
  .stories .hover .story_decoration {
    background-image: url(../images/story_o.gif); }


#comments {
  position: fixed;
  background: #fff;
  width: 375px;
  z-index: 300000;
  padding: 20px;
  top: 100px;
  left: 200px; }
  #comments #comments_close {
    position: absolute;
    top: 0;
    right: 0; }
  #comments ul li {
    border-bottom: 1px dotted #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 11px; }
  #comments strong {
    color: #EB4D2C;
    font-weight: bold;
    font-size: 12px; }
  #comments form p {
    margin: 2px 0; }
  #comments form textarea, #comments form input {
    background: #333333;
    color: #fff;
    width: 365px;
    padding: 2px 5px;
    font-size: 11px;
    border: none;
    margin: 2px 0; }
  #comments form input.submit {
    background: #EB4D2C;
    color: #fff;
    width: auto;
    float: right; }
  #comments form img.captcha {
    float: left; }
  #comments form input#captcha {
    float: right;
    width: 236px; }
  #comments .pagination {
    text-align: center;
    padding: 2px 0;
    border-bottom: 1px dotted #000;
    font-size: 11px;
    color: #EB4D2C;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    #comments .pagination a {
      text-decoration: none;
      margin: 0px 0px;
      color: #EB4D2C; }
      #comments .pagination a:hover, #comments .pagination a:active {
        color: #000; }
    #comments .pagination span.current {
      margin: 0 0px;
      color: #000;
      background: none; }

#video {
  position: fixed;
  background: #000;
  width: 400px;
  z-index: 300000;
  padding: 20px;
  top: 100px;
  left: 200px; }
  #video #video_close {
    position: absolute;
    top: 0;
    right: 0; }

.border {
  background: #EB4D2C;
  position: absolute;
  z-index: 20000;
  font-size: 1px; }

#border_top, #border_bottom {
  height: 5px;
  overflow: hidden; }

#border_left, #border_right {
  width: 5px; }

.w1 {
  width: 150px; }

.w2 {
  width: 300px; }

.w3 {
  width: 450px; }

.w4 {
  width: 600px; }

.w5 {
  width: 750px; }

.h1 {
  height: 100px; }

.h2 {
  height: 200px; }

.t0 {
  width: 752px; }

.gallery .cell {
  float: left; }

.comments_pagination {
  padding: 5px 0;
  //border-top: 1px dotted #fff;
  //border-bottom: 1px dotted #fff;
  margin: 2em 0 1em 0; }

  .comments_pagination a {
    margin: 0px 2px;
    color: #000;
    text-decoration: none;
    padding: 3px; }

    .comments_pagination a:hover, .pagination a:active {
      color: #000; }

  .comments_pagination span.current {
    margin: 0px 2px;
    background: #333333;
	color: #fff;
    padding: 3px; }

