* {
  margin: 0;
  padding: 0;
  font-size: 100%; }
  * html #second {
    height: 1%; }
    * html #second * {
      position: relative; }
  * html #third {
    height: 1%; }
    * html #third * {
      position: relative; }
  * html #fourth {
    height: 1%; }
    * html #fourth * {
      position: relative; }

body {
  font: 12px Verdana, sans-serif;
  color: #7e7e7e;
  background-color: #161616; }

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
  background-color: #161616; }

a {
  text-decoration: none;
  color: #6c6c6c; }

.underline a {
  text-decoration: line-through; }

form .form_item {
  padding: 0 15px;
  margin-bottom: 5px; }
  form .form_item .textfield {
    padding: 2px 5px;
    width: 625px;
    font: 12px Verdana, sans-serif;
    border-left: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666; }
  form .form_item .select {
    padding: 0px 0px 0px 5px;
    width: 637px;
    font: 12px Verdana, sans-serif;
    border: 1px solid #acacac; }
  form .form_item .button {
    border-width: 0;
    padding: 2px 5px;
    color: white;
    background-color: #6c6c6c; }

*:focus {
  outline: 0; }

#face {
  margin: 0 auto;
  width: 1024px;
  text-align: center; }

#index {
  margin: 0 auto 50px auto;
  width: 984px;
  text-align: center;
  position: relative; }
  #index #logo {
    position: absolute;
    top: 40px;
    left: 17px; }

#wrapper_top {
  margin: 0 auto;
  text-align: center; }

#wrapper_bottom {
  padding-bottom: 200px; }

#page {
  margin: 0 auto;
  text-align: left;
  width: 881px; }
  #page #top {
    height: 236px;
    padding: 39px 0 15px 0; }
    #page #top .user_menu {
      padding: 10px 0 0 10px;
      list-style-type: none;
      list-style-position: outside; }
      #page #top .user_menu li {
        padding-bottom: 5px; }
      #page #top .user_menu a.blured_link {
        color: #9c9c9c;
        font-weight: normal;
        font-family:  Georgia, serif;
        font-size: 18px; }
        #page #top .user_menu a.blured_link:hover {
          color: white; }
      #page #top .user_menu a.shining_link {
        font-size: 18px;
        color: white;
        font-family:  Georgia, serif;
        font-weight: normal; }
      #page #top .user_menu li.logged a {
        color: #333333; }
    #page #top #first {
      margin: 0px 0 0 1px;
      width: 212px;
      height: 236px;
      float: left; }
      #page #top #first #corner_title {
        height: 18px;
        padding: 3px 0px 1px 10px;
        color: white;
        font-size: 15px;
        font-family:  Georgia, serif; }
    #page #top #second {
      background-color: #3f3f3f;
      margin: 0px 0 0 13px;
      width: 192px;
      height: 202px;
      padding: 10px 0 0 20px;
      float: left; }
    #page #top #third {
      background-color: #7e7e7e;
      margin: 0px 0 0 10px;
      width: 192px;
      height: 202px;
      padding: 10px 0 0 20px;
      float: left; }
    #page #top #fourth {
      background-color: #bfbfbf;
      margin: 0px 0 0 8px;
      width: 212px;
      height: 212px;
      float: left; }
      #page #top #fourth #artifact_name {
        text-align: center;
        margin-top: 20px;
        padding: 0 15px;
        font-size: 18px;
        color: #161616; }
        #page #top #fourth #artifact_name a {
          color: #999999; }
      #page #top #fourth #artifact_image {
        margin-top: 5px;
        text-align: center; }
      #page #top #fourth #artifact_download {
        text-align: center;
        font-weight: normal;
        font-family:  Georgia, serif;
        margin-top: 10px; }
        #page #top #fourth #artifact_download a {
          color: #161616;
          font-size: 15px; }
    #page #top #flash {
      float: left;
      margin: 2px 0 0 14px;
      height: 18px;
      width: 400px;
      padding-left: 28px; }
      #page #top #flash #error {
        color: red; }
      #page #top #flash #notice {
        color: green; }
  #page #center #left {
    float: left;
    width: 660px;
    background-color: #161616; }
    #page #center #left h5 {
      font-size: 14px;
      color: #6c6c6c;
      margin: 5px 0 5px 15px; }
  #page #center #right {
    float: right;
    width: 190px;
    padding: 5px 10px 0 10px;
    background-color: #161616; }
    #page #center #right .item {
      margin-bottom: 10px; }
    #page #center #right .link {
      padding: 2px 5px;
      width: 175px;
      margin-bottom: 5px; }
      #page #center #right .link a {
        font-size: 14px; }
    #page #center #right h2 {
      font-weight: normal;
      margin: 5px  0 0px 0; }
    #page #center #right p.date {
      padding-left: 2px;
      font-weight: normal;
      color: #bfbfbf; }
      #page #center #right p.date span {
        font-family:  Georgia, serif;
        color: #6c6c6c; }
    #page #center #right ul {
      list-style-type: none; }
      #page #center #right ul li {
        margin-bottom: 5px;
        padding-left: 2px; }
    #page #center #right ul#hyperlinks a {
      color: #bfbfbf; }
    #page #center #right .form_field {
      margin-bottom: 5px; }
      #page #center #right .form_field #left_field {
        float: left; }
        #page #center #right .form_field #left_field .searchfield {
          border-top: 1px solid #555555;
          border-left: 1px solid #555555;
          border-right: 1px solid #555555;
          border-bottom: 1px solid #555555;
          padding: 2px 5px;
          width: 150px;
          color: #6c6c6c;
          background-color: #161616; }
      #page #center #right .form_field #right_button {
        float: left;
        margin-left: 2px; }
        #page #center #right .form_field #right_button .searchfield_button {
          width: 21px;
          height: 21px;
          background-image: url(../images/search_button.png);
          background-color: #161616;
          border-width: 0px; }

h2 {
  line-height: 15px;
  color: #6c6c6c;
  font-weight: bold;
  font: 20px Georgia, serif; }

h4 {
  color: #6c6c6c;
  font-weight: normal;
  font-family:  Georgia, serif;
  margin-bottom: 10px; }

.bleak {
  background-color: #e7e7e7; }

.article {
  padding-right: 5px; }
  .article .article_border {
    border-left: 7px solid #4e4e4e;
    padding-left: 7px;
    margin-bottom: 10px; }
  .article table {
    border-collapse: collapse;
    width: 635px; }
    .article table td.picture {
      width: 205px; }
    .article table td.content {
      width: 430px; }
  .article p {
    margin-bottom: 5px; }
  .article h2 {
    margin-bottom: 0px; }
  .article h4 {
    margin-bottom: 10px; }
  .article .picture {
    float: left;
    margin-top: 2px; }
  .article .content_on_left {
    float: left;
    width: 423px;
    margin: 0 0 5px 10px; }
  .article .content_on_full {
    margin-bottom: 5px; }

#article_pages {
  margin-bottom: 0px;
  color: #6c6c6c;
  border-left: 7px solid #6c6c6c;
  padding-left: 7px; }
  #article_pages span {
    padding: 0 2px;
    background-color: #6c6c6c;
    color: white; }

#comment_link {
  border-left: 7px solid #4e4e4e;
  margin-bottom: 10px;
  padding-left: 7px;
  font-family:  Georgia, serif;
  font-weight: bold; }

#comment_form {
  border-left: 7px solid #4e4e4e;
  margin-bottom: 10px;
  padding-left: 7px; }
  #comment_form .form_item_for_comment {
    margin-bottom: 5px; }
    #comment_form .form_item_for_comment .textfield {
      width: 620px;
      border-left: 1px solid #9e9e9e;
      border-top: 1px solid #9e9e9e;
      border-bottom: 1px solid #6c6c6c;
      border-right: 1px solid #6c6c6c;
      font-size: 12px;
      font-family:  Verdana, sans-serif;
      padding: 2px 5px;
      background-color: #161616;
      color: #bfbfbf; }
    #comment_form .form_item_for_comment .comment_button {
      color: #161616;
      border-width: 0px;
      padding: 2px 5px;
      cursor: pointer;
      background-color: #bfbfbf; }
    #comment_form .form_item_for_comment .captcha {
      margin: 10px 10px 10px 0px;
      width: 100px;
      border: 1px solid #bfbfbf;
      border-color: #bfbfbf; }
    #comment_form .form_item_for_comment .captcha_field {
      width: 150px; }
      #comment_form .form_item_for_comment .captcha_field .textfield {
        width: 160px;
        border-left: 1px solid #9e9e9e;
        border-top: 1px solid #9e9e9e;
        border-bottom: 1px solid #6c6c6c;
        border-right: 1px solid #6c6c6c;
        font-size: 12px;
        font-family:  Verdana, sans-serif;
        padding: 2px 5px;
        margin: 5px 0px 10px 0px;
        background-color: white;
        color: black; }

.comment {
  color: #4e4e4e;
  border-left: 7px solid #4e4e4e;
  margin-bottom: 10px;
  padding-left: 7px; }
  .comment h3 {
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 5px;
    color: #bfbfbf; }
  .comment p {
    color: #7e7e7e; }
  .comment .time {
    font-weight: normal;
    background-color: #4e4e4e;
    color: #161616;
    padding: 1px 2px 1px 4px;
    font-size: 9px; }

#albums .album {
  border-left: 7px solid #4e4e4e;
  padding: 0 0 0 7px;
  margin-bottom: 10px; }
  #albums .album .pictures {
    border-collapse: collapse;
    border-color: red; }
  #albums .album h2 {
    margin-bottom: 0px; }
  #albums .album h4 {
    padding-left: 1px;
    margin-bottom: 10px; }

.concert {
  border-left: 7px solid #6c6c6c;
  padding: 0 0 0 7px;
  margin-bottom: 10px; }
  .concert h2 {
    margin-bottom: 0px; }
  .concert h4 {
    padding-left: 1px;
    margin-bottom: 10px; }
  .concert .actions {
    margin-top: 3px; }

#previous_concerts .concert {
  border-left: 7px solid #4e4e4e;
  color: #4e4e4e; }
#previous_concerts h2, #previous_concerts h4 {
  color: #4e4e4e; }

#break {
  border-bottom: 1px dashed #acacac;
  margin-bottom: 10px; }

#video {
  border-left: 7px solid #4e4e4e;
  color: #acacac;
  padding: 0 0 0 7px;
  margin-bottom: 10px; }
  #video h2 {
    margin-bottom: 0px; }
  #video h4 {
    padding-left: 1px;
    margin-bottom: 10px; }

#videos {
  border-left: 7px solid #4e4e4e;
  color: #acacac;
  padding: 0 0 0 7px; }
  #videos h4 {
    margin-bottom: 3px; }
  #videos ul {
    list-style-position: outside;
    list-style-type: none; }
    #videos ul span {
      font-size: 11px; }
    #videos ul li {
      color: #bfbfbf; }
    #videos ul a:hover {
      text-decoration: underline; }

#audio {
  color: #acacac;
  margin-bottom: 10px; }
  #audio #active-song {
    border-left: 7px solid #4e4e4e;
    background-color: #161616;
    float: left;
    width: 215px;
    padding-left: 7px; }
  #audio #player {
    float: left; }
    #audio #player #around_player {
      padding: 0px 0 0px 0px; }
  #audio #songs {
    border-left: 7px solid #4e4e4e;
    color: #acacac;
    padding: 0 0 0 7px;
    margin-top: 5px; }
    #audio #songs h4 {
      margin-bottom: 3px; }
    #audio #songs ul {
      list-style-position: outside;
      list-style-type: none; }
      #audio #songs ul span {
        font-size: 11px; }
      #audio #songs ul li {
        color: #bfbfbf; }
      #audio #songs ul a:hover {
        text-decoration: underline; }

#form_left_member {
  display: inline;
  float: left;
  margin: 25px 20px 20px 20px; }

#form_right_member {
  display: inline;
  margin-top: 9px;
  float: left; }
  #form_right_member .form_item {
    padding: 0; }
  #form_right_member .textfield {
    width: 480px;
    overflow: hidden; }
  #form_right_member .info {
    margin: 20px 0 10px 0px;
    list-style-type: square;
    list-style-position: inside; }

.bleak {
  background-color: #e7e7e7; }

.stuff {
  padding-right: 5px; }
  .stuff .stuff_border {
    border-left: 7px solid #333333;
    padding-left: 7px;
    margin-bottom: 10px; }
  .stuff p {
    margin-bottom: 5px; }
  .stuff h2 {
    margin-bottom: 0px; }
  .stuff h4 {
    margin-bottom: 10px; }
  .stuff .content_on_left {
    float: left;
    width: 423px;
    margin: 0 0 5px 10px; }
  .stuff .content_on_full {
    margin-bottom: 5px; }
  .stuff .attachments {
    font-family:  Georgia, serif;
    font-size: 13px; }
    .stuff .attachments li {
      display: inline; }
      .stuff .attachments li a {
        color: red; }

#stuff_pages {
  margin-bottom: 0px;
  color: #6c6c6c;
  border-left: 7px solid #6c6c6c;
  padding-left: 7px; }
  #stuff_pages span {
    padding: 0 2px;
    background-color: #6c6c6c;
    color: white; }

#subscribers ul {
  list-style-position: inside;
  list-style-type: none; }

#activated {
  padding: 15px 10px 15px 15px;
  font-size: 13px;
  color: #6c6c6c; }

.actions {
  color: #6c6c6c;
  font-family:  Georgia, serif; }
  .actions li {
    display: inline; }
