body {
  font: 12px/15px "Trebuchet MS", Verdana, sans-serif;
  color: #a6a6a6; }

h1 {
  font: normal 24px/30px Impact, sans-serif;
  color: #ff6600;
  margin: 15px 0px 15px 0px; }
  h1 .small {
    font-weight: bold;
    position: relative;
    top: -1px; }
  h1 .inline_right {
    top: 12px; }

h2 {
  font: normal 18px/15px Impact, sans-serif;
  color: #d3c8bc;
  margin: 30px 0px 15px 0px; }
  h2 .dark {
    color: #777777; }
  h2 a {
    color: #d3c8bc; }
  h2 .small a {
    color: #ff6600; }

h3 {
  font: 12px/15px "Trebuchet MS", Verdana, sans-serif;
  color: #a6a6a6;
  font-size: 16px;
  margin: 30px 0px 15px 0px;
  font-weight: bold;
  line-height: 15px;
  margin: 15px 0px 15px 0px; }

h4 {
  font: 12px/15px "Trebuchet MS", Verdana, sans-serif;
  color: #a6a6a6;
  font-size: 12px;
  margin: 15px 0px 15px 0px;
  font-weight: bold;
  line-height: 15px;
  margin: 15px 0px 15px 0px; }

p {
  margin: 0px 0px 15px 0px; }

a {
  color: #ff6600;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a img {
    border: none; }
  a.format {
    background-color: #666666;
    color: black;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    font-size: 10px;
    height: 11px;
    line-height: 11px;
    padding: 0px 3px; }
    a.format:hover {
      text-decoration: none;
      background-color: #d3c8bc; }

em {
  font-style: italic;
  padding: 0px 3px 0px 3px;
  background-color: #273336; }

strong {
  font-weight: bold;
  color: black;
  background-color: #a6a6a6;
  padding: 0px 3px 0px 3px; }

hr {
  border: none;
  color: #0f1c20;
  clear: both;
  height: 20px; }

table {
  border: 1px solid #a6a6a6;
  border-collapse: collapse; }
  table td, table th {
    text-align: left;
    vertical-align: top;
    padding: 5px 40px 5px 5px; }
  table th {
    color: white;
    font-weight: bold;
    background-color: #333333; }

.small {
  font: 12px/15px "Trebuchet MS", Verdana, sans-serif;
  color: #a6a6a6;
  margin-left: 5px; }

.tag {
  padding: 0px 3px;
  background-color: #273336;
  color: #a6a6a6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap; }

.lead {
  font-size: 14px;
  font-style: italic; }

.right {
  text-align: right; }

.inline_right {
  float: right;
  position: relative;
  top: 5px; }

.error, .formError {
  color: #ee0022;
  font-weight: bold; }

.notice {
  color: #75b5ab;
  font-weight: bold; }

.backLink {
  font: 12px/15px "Trebuchet MS", Verdana, sans-serif;
  color: #a6a6a6;
  background-color: #273336;
  color: black;
  display: inline-block;
  vertical-align: 6px;
  width: 20px;
  padding-left: 5px;
  margin-right: 5px;
  margin-left: -15px;
  height: 18px;
  letter-spacing: -1px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px; }
  .backLink:before {
    content: "<<"; }
  .backLink:hover {
    text-decoration: none;
    background-color: #d3c8bc; }

.space {
  margin-top: 60px; }

.pagination {
  margin: 30px 0px;
  cursor: default; }
  .pagination span, .pagination a, .pagination em {
    display: inline-block;
    vertical-align: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    text-align: center;
    background-color: #273336;
    color: #a6a6a6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-style: normal; }
  .pagination a:hover {
    background-color: #ff6600;
    color: #0f1c20;
    text-decoration: none; }
  .pagination em {
    background-color: #d3c8bc;
    color: #0f1c20; }
  .pagination span.disabled {
    color: black; }

.illustratedText {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  .illustratedText > li {
    margin: 30px 0px 0px 0px;
    padding: 0px;
    clear: left;
    min-height: 135px; }
    .illustratedText > li .image {
      display: block;
      width: 150px;
      height: 130px;
      background-color: #273336;
      float: left; }
    .illustratedText > li .text {
      margin-left: 165px; }
      .illustratedText > li .text p {
        text-align: justify; }

form {
  margin: 0px;
  padding: 0px; }

input[type="text"], input[type="password"], input[type="url"], textarea {
  font: 12px/15px "Trebuchet MS", Verdana, sans-serif;
  color: #a6a6a6;
  font-size: 16px;
  margin: 30px 0px 15px 0px;
  font-weight: bold;
  line-height: 15px;
  margin: 15px 0px 15px 0px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  width: 528px;
  padding: 3px 5px;
  background-color: #273336;
  border: 1px solid black;
  margin: 0; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="url"]:focus, textarea:focus {
    outline: #ff6600 solid 1px;
    -moz-outline-radius: 3px;
    outline-offset: 0px; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="url"]:disabled, textarea:disabled {
    opacity: 0.5; }

textarea {
  height: 300px; }

input[type="checkbox"] {
  margin: 0;
  vertical-align: bottom; }

.field_with_errors {
  display: inline; }
  .field_with_errors input, .field_with_errors textarea {
    border-color: #ee0022 !important; }

.field {
  margin-bottom: 15px; }

input[type="button"], input[type="submit"] {
  color: #333333;
  height: 22px;
  margin: 0px;
  vertical-align: middle; }

input[type="radio"] {
  margin: 0px;
  height: 12px;
  width: 20px;
  position: relative;
  top: 2px; }

label.placeholder {
  font-style: italic;
  color: #777777;
  cursor: text; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #777777;
  cursor: text; }

input:placeholder, textarea:placeholder {
  font-style: italic;
  color: #777777;
  cursor: text; }

.featuredButton {
  background-color: #ff6600;
  border: 1px solid black;
  cursor: pointer; }

ul.tabs {
  list-style: none;
  margin: 15px 0px;
  padding: 0px;
  height: 15px; }
  ul.tabs li {
    margin: 0 5px 0 0;
    padding: 0;
    float: left; }
    ul.tabs li a {
      display: block;
      background-color: #273336;
      padding: 3px 5px;
      color: #a6a6a6;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      ul.tabs li a:hover {
        background-color: #ff6600;
        color: #0f1c20;
        text-decoration: none; }
      ul.tabs li a.current {
        background-color: #d3c8bc;
        color: #0f1c20; }

body {
  background-color: #d1c7bb;
  margin: 0px;
  padding: 0px; }

#background {
  background-image: url(/images/footer_bg.jpg);
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-color: black;
  background-width: 100%; }

#container {
  background-color: #0f1c20;
  width: 960px;
  margin: 0px auto; }

#logo {
  display: block;
  width: 352px;
  height: 150px;
  margin-left: -16px;
  background-image: url(/images/logo.gif);
  float: left; }

ul#menuTop {
  background-color: #273336;
  width: 588px;
  height: 20px;
  padding: 6px 0px 0px 2px;
  margin: 0;
  float: left;
  list-style: none; }
  ul#menuTop li {
    float: left;
    margin-left: 10px;
    margin-right: 5px; }
    ul#menuTop li a {
      color: #a6a6a6;
      text-decoration: none; }
      ul#menuTop li a:hover {
        color: #ddd3cc; }

#star {
  display: block;
  width: 163px;
  height: 148px;
  float: right;
  margin-bottom: -148px;
  position: relative;
  left: 12px;
  z-index: 1; }

#featuredBoxes .box {
  background-color: #273336;
  padding: 10px 5px 10px 10px;
  height: 60px;
  float: left;
  margin-top: 19px; }
  #featuredBoxes .box.b1 {
    width: 355px;
    margin-left: 4px; }
    #featuredBoxes .box.b1 img {
      float: left;
      margin-right: 15px; }
  #featuredBoxes .box.b2 {
    width: 180px;
    margin-left: 20px; }
#featuredBoxes h2 {
  font: normal 24px/30px Impact, sans-serif;
  color: #ff6600;
  margin: 15px 0px 15px 0px;
  color: #d3c8bc;
  margin: -3px 0px -5px 0px; }
#featuredBoxes p {
  margin-top: 8px; }
#featuredBoxes input[type="password"], #featuredBoxes input[type="text"] {
  width: 146px;
  height: 18px;
  padding: 1px;
  font: 12px/15px "Trebuchet MS", Verdana, sans-serif;
  color: #a6a6a6;
  background-color: #d3c8bc;
  margin: 0px 5px 0px 0px;
  color: #333333; }
#featuredBoxes input[type="submit"] {
  width: 30px; }
#featuredBoxes label.placeholder {
  height: 18px;
  padding: 1px 3px;
  line-height: 20px; }

#content {
  clear: both;
  margin: 0px 10px 10px 10px;
  padding-top: 20px; }
  #content.narrow {
    margin-left: 170px;
    margin-right: 250px; }

#leftColumn {
  float: left;
  width: 700px; }

#rightColumn {
  float: right;
  width: 220px; }
  #rightColumn h2 {
    font: normal 24px/30px Impact, sans-serif;
    color: #ff6600;
    margin: 15px 0px 15px 0px;
    color: #d3c8bc;
    margin-top: 30px; }
    #rightColumn h2:first-child {
      margin-top: 15px; }
  #rightColumn h3 {
    font: normal 18px/15px Impact, sans-serif;
    color: #ff6600;
    margin: 20px 0px 10px 0px; }

#footer {
  height: 220px;
  width: 100%;
  clear: both;
  background-color: #ddd3cc;
  background-image: url(/images/footer_bg.jpg); }
  #footer .logo {
    width: 134px;
    height: 61px;
    background-image: url(/images/footer_logo.gif);
    margin-left: 3px;
    margin-top: 30px;
    margin-right: 36px;
    float: left; }
  #footer ul.shortcuts {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    #footer ul.shortcuts li {
      display: block;
      width: 150px;
      float: left;
      margin: 60px 10px 0px 0px;
      padding: 0px; }
      #footer ul.shortcuts li ul {
        list-style: none;
        margin: 0px;
        padding: 0px; }
        #footer ul.shortcuts li ul li {
          margin: 0px;
          padding: 0px; }
    #footer ul.shortcuts h4 {
      font-weight: bold;
      margin: 0px 0px 14px 0px;
      color: #333333; }
    #footer ul.shortcuts a {
      color: #333333; }

body.errorPage {
  background-color: black; }
  body.errorPage img {
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -400px;
    margin-top: -165px; }

.expandingImage {
  overflow: hidden;
  height: 210px;
  position: relative;
  cursor: pointer;
  margin: 15px 0px 30px 0px; }
  .expandingImage img {
    position: absolute;
    left: 0;
    top: 0; }
  .expandingImage .icon {
    width: 120px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -20px;
    background-image: url(/images/zoom_icons.png);
    display: none; }
  .expandingImage:hover .icon {
    display: block; }
  .expandingImage.expanded .icon {
    background-position: 0px -40px; }

ul.images {
  list-style: none;
  margin: 30px 0px;
  padding: 0; }
  ul.images li {
    float: left; }
    ul.images li a, ul.images li label {
      display: block;
      cursor: pointer;
      width: 150px;
      height: 150px;
      padding: 5px;
      margin: 0px 10px 20px 0px;
      overflow: hidden;
      color: #a6a6a6;
      line-height: 22px;
      border: 2px solid #273336;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      ul.images li a:hover, ul.images li label:hover {
        border-color: #ff6600;
        text-decoration: none; }
      ul.images li a img, ul.images li label img {
        display: block;
        width: 150px;
        height: 130px; }
    ul.images li input[type="radio"] {
      display: none; }
    ul.images li input[type="radio"]:checked + label {
      border-color: #d3c8bc; }

form ul.images {
  max-height: 400px;
  overflow: auto; }
  form ul.images li label {
    margin-right: 5px;
    margin-bottom: 10px; }

ul.stars {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.stars li {
    margin: 0 20px 20px 0;
    padding: 0;
    float: left; }
    ul.stars li.inactive img {
      opacity: 0.2; }

.avatar {
  width: 80px;
  height: 90px;
  overflow: hidden; }
  .avatar img {
    display: block;
    width: 80px;
    height: 90px; }
  .avatar.preview {
    float: left;
    margin: 0 20px 0 0; }

ul.comments {
  list-style: none;
  margin: 30px 0px;
  padding: 0; }
  ul.comments li {
    margin: 0 0 15px 0;
    padding: 10px;
    background-color: #1c2528;
    border: 1px solid #2a373a;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 5px black;
    min-height: 90px; }
    ul.comments li .avatar {
      float: left; }
    ul.comments li .info {
      margin-left: 95px; }
      ul.comments li .info .date {
        color: #777777; }
    ul.comments li .adminToolbox {
      float: right;
      margin: 0; }
    ul.comments li .content {
      margin: 7.5px 15px 0px 95px; }
      ul.comments li .content textarea {
        font-size: 12px;
        line-height: 15px;
        height: 90px;
        width: 805px;
        background-color: #070d0f;
        border-color: #1c2528;
        padding: 5px; }
    ul.comments li.form {
      background-color: #070d0f; }
    ul.comments li.marked_for_deletion {
      border-color: #ee0022;
      background-color: #331519; }

#leftColumn ul.comments textarea {
  width: 570px; }

#content.single.narrow ul.comments textarea {
  width: 410px; }

ul.commentsSummary {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.commentsSummary li {
    margin: 15px 0;
    padding: 0; }
    ul.commentsSummary li p {
      margin: 0; }
    ul.commentsSummary li .date {
      color: #777777;
      white-space: nowrap; }

#issueCarousel {
  margin-left: 20px;
  margin-top: 50px;
  position: relative;
  width: 900px; }
  #issueCarousel .buttons {
    position: absolute;
    top: 42%;
    background-color: #273336;
    display: block;
    width: 25px;
    height: 30px;
    color: black;
    line-height: 30px;
    letter-spacing: -1px;
    text-align: center; }
    #issueCarousel .buttons:hover {
      text-decoration: none;
      background-color: #d3c8bc; }
    #issueCarousel .buttons.disable {
      display: none; }
    #issueCarousel .buttons.prev {
      left: -35px;
      -moz-border-radius: 5px 0px 0px 5px;
      -webkit-border-radius: 5px 0px 0px 5px;
      border-radius: 5px 0px 0px 5px; }
      #issueCarousel .buttons.prev:before {
        content: "<<"; }
    #issueCarousel .buttons.next {
      right: -35px;
      -moz-border-radius: 0px 5px 5px 0px;
      -webkit-border-radius: 0px 5px 5px 0px;
      border-radius: 0px 5px 5px 0px; }
      #issueCarousel .buttons.next:before {
        content: ">>"; }
  #issueCarousel .viewport {
    position: relative;
    width: 900px;
    height: 600px;
    overflow: hidden; }
    #issueCarousel .viewport ul.overview {
      margin: 0px;
      padding: 0px;
      list-style: none;
      position: absolute;
      left: 0;
      top: 0; }
      #issueCarousel .viewport ul.overview li {
        margin: 0px 5px 0px 0px;
        padding: 0px;
        float: left; }
        #issueCarousel .viewport ul.overview li img {
          width: 900px;
          height: 600px;
          background-color: #0f1c20; }
  #issueCarousel ul.pager {
    list-style: none;
    margin: 20px 0px;
    padding: 0px;
    text-align: center;
    cursor: default; }
    #issueCarousel ul.pager li {
      margin: 0px;
      padding: 0px;
      display: inline-block; }
      #issueCarousel ul.pager li a {
        display: block;
        width: 42px;
        height: 20px;
        position: relative;
        color: black;
        font-weight: bold; }
        #issueCarousel ul.pager li a span {
          display: block;
          width: 20px;
          height: 20px;
          background-color: #273336;
          position: absolute;
          text-align: center;
          line-height: 20px;
          top: 0px; }
          #issueCarousel ul.pager li a span.left {
            left: 0px; }
          #issueCarousel ul.pager li a span.right {
            right: 0px; }
        #issueCarousel ul.pager li a:hover {
          text-decoration: none; }
        #issueCarousel ul.pager li a.active span {
          background-color: #ff6600; }

ul.pages {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 950px; }
  ul.pages li {
    width: 230px;
    height: 155px;
    float: left;
    margin: 0px 6px 20px 0px;
    position: relative; }
    ul.pages li img {
      width: 230px; }
    ul.pages li .controls {
      position: absolute;
      left: 4px;
      bottom: 3px;
      display: none; }
    ul.pages li:hover .controls {
      display: block; }

#issuesList {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  padding-bottom: 5px; }
  #issuesList li {
    padding: 10px 0px 0px 0px; }
    #issuesList li h2 {
      font-size: 17px;
      background-color: #75b5ab;
      color: #0f1c20;
      padding-left: 25px;
      font-weight: normal;
      line-height: 20px;
      margin: 0px 0px 10px 0px;
      cursor: pointer; }
    #issuesList li ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #issuesList li ul li {
        background-color: #273336;
        height: 100px;
        margin: 0px 0px 10px 0px;
        padding: 0px; }
        #issuesList li ul li .bg {
          width: 345px;
          padding-left: 25px;
          height: 83px;
          padding-top: 17px;
          background-image: url(/images/issue_text_bg.png); }
          #issuesList li ul li .bg h3 {
            font: normal 24px/24px Impact, sans-serif;
            margin: 0;
            color: #ff6600; }

ul.partners {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.partners li {
    margin: 15px 0;
    padding: 0; }
    ul.partners li a {
      display: block;
      height: 60px;
      overflow: hidden;
      text-decoration: none;
      color: #a6a6a6;
      background-color: #273336;
      -webkit-transition: background-color 200ms ease-in-out;
      -moz-transition: background-color 200ms ease-in-out;
      -o-transition: background-color 200ms ease-in-out;
      transition: background-color 200ms ease-in-out;
      background-repeat: no-repeat;
      background-position: 100% 0; }
      ul.partners li a span {
        padding: 8px 10px;
        height: 45px;
        display: block; }
      ul.partners li a .title {
        font: normal 18px/15px Impact, sans-serif;
        color: #d3c8bc;
        margin: 30px 0px 15px 0px;
        margin: 0;
        padding-top: 18px;
        height: 35px;
        text-transform: uppercase;
        -webkit-transition: margin-top 300ms ease-in-out;
        -moz-transition: margin-top 300ms ease-in-out;
        -o-transition: margin-top 300ms ease-in-out;
        transition: margin-top 300ms ease-in-out; }
      ul.partners li a .description {
        background-color: black;
        color: #777777; }
      ul.partners li a:hover .title {
        margin-top: -61px; }
      ul.partners li a.absurdy {
        background-image: url(/images/partners/absurdy-net.gif); }

body.reader {
  background-color: #333333;
  overflow: hidden; }
  body.reader.embed {
    background: transparent; }
  body.reader #container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    line-height: 300px;
    text-align: center; }
  body.reader #flashApp {
    width: 100%;
    height: 100%; }

.adminToolbox {
  white-space: nowrap; }

div.adminToolbox {
  height: 20px;
  margin-bottom: -5px;
  margin-top: -15px; }

.adminLink, .adminIcon {
  position: relative;
  display: inline-block;
  margin-right: 4px; }
  .adminLink .icon, .adminIcon .icon {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/images/adm_icons.png);
    opacity: 0.5; }
  .adminLink .label, .adminIcon .label {
    display: none;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 5;
    height: 18px;
    padding: 4px 6px 4px 27px;
    line-height: 18px;
    background-color: #d3c8bc;
    color: black;
    font-size: 11px;
    white-space: nowrap;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    .adminLink .label:hover, .adminIcon .label:hover {
      display: none !important; }
  .adminLink.add .icon, .adminIcon.add .icon {
    background-position: -36px -18px; }
  .adminLink.edit .icon, .adminIcon.edit .icon {
    background-position: 0px -18px; }
  .adminLink.delete .icon, .adminIcon.delete .icon {
    background-position: -18px -18px; }
  .adminLink.go .icon, .adminIcon.go .icon {
    background-position: 0px 0px; }
  .adminLink.upload .icon, .adminIcon.upload .icon {
    background-position: -18px 0px; }
  .adminLink.image .icon, .adminIcon.image .icon {
    background-position: -54px 0px; }
  .adminLink.pages .icon, .adminIcon.pages .icon {
    background-position: -54px -18px; }
  .adminLink.mail .icon, .adminIcon.mail .icon {
    background-position: 0px -36px; }
  .adminLink.delete .label, .adminIcon.delete .label {
    background-color: #f595b2;
    color: white; }
  .adminLink.big, .adminIcon.big {
    position: relative;
    top: -5px;
    margin-left: 15px; }
    .adminLink.big .icon, .adminIcon.big .icon {
      position: absolute;
      z-index: 2; }
    .adminLink.big .label, .adminIcon.big .label {
      position: relative;
      z-index: 1;
      display: block; }
      .adminLink.big .label:hover, .adminIcon.big .label:hover {
        display: block !important; }

.adminLink:hover {
  text-decoration: none; }
  .adminLink:hover .icon {
    z-index: 6;
    opacity: 1; }
  .adminLink:hover .label {
    display: block;
    color: black;
    -moz-box-shadow: 1px 1px 2px black;
    -webkit-box-shadow: 1px 1px 2px black;
    box-shadow: 1px 1px 2px black; }
