@charset "UTF-8";

a:link,a:active,a:hover {
  color:#FFFD80;
  background-color:#004400;
  border-color:#006000;
  text-decoration:none;
  border-style:solid;
  border-width:thin;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  padding:2px;
}

#member_type_value {
  color:#FFFD80;
}

a:visited {
  color:#B8B66C;
  border-color:#005000;
  background-color:#004000;
}

a:hover {
  color:#f4ad00;
  background-color:#004400;
  border-color:#005500;
  -webkit-box-shadow:3px 3px 6px #040303!important;
  -moz-box-shadow:3px 3px 6px #040303!important;
  box-shadow:3px 3px 6px #040303!important;
}

body {
  background-color:#112211;
  color:#F2F2F2;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
}

.profile_section_content {
/*  color: #CCCCCC;*/
  border:0 none#;
  padding:20px;
  margin:5px;
}

#header_bar {
  margin-bottom:10px;
  padding-left:10px;
  padding-right:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  position:fixed;
  top:0;
  left:25px;
  right:25px;
  z-index:10000000;
  -webkit-box-shadow:3px 3px 6px #040303;
  -moz-box-shadow:3px 3px 6px #040303;
  box-shadow:3px 3px 6px #040303;
  background-color:#004400;
}

.jd-left-dock {
  position:relative;
  position:fixed;
  top:0;
  left:0;
  bottom:0;
  width:5px;
  background-color:#004400;
  padding-top:60px;
  -webkit-box-shadow:3px 3px 6px #040303;
  -moz-box-shadow:3px 3px 6px #040303;
  box-shadow:3px 3px 6px #040303;
  z-index:9999000;
}

.profile_row! > #profile_interests_content {
  z-index:9999000;
}

.jd-left-dock:hover {
  width:106px;
  z-index:9999000;
}

#footer_bar {
  display:none;
  margin-top:10px;
  pagging:10px;
}

.profile_section_content {
  margin-top:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:3px 3px 6px #040303;
  -moz-box-shadow:3px 3px 6px #040303;
  box-shadow:3px 3px 6px #040303;
  -webkit-border-radius:10px;
}

.profile_section_background {
  background-color:#004400;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:2px 2px 2px #1c1c1c;
  -moz-box-shadow:2px 2px 2px #1c1c1c;
  box-shadow:2px 2px 2px #1c1c1c;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#003300;
  color:#FFFFFF;
  font-family:'Lucida Sans Unicode';
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #666666;
  -moz-box-shadow:0 0 0 #666666;
  box-shadow:0 0 0 #666666;
  font-weight:bold;
  font-style:italic;
  font-size:20px;
  -webkit-text-shadow:2px 1px 0 #404040;
  -moz-text-shadow:2px 1px 0 #404040;
  text-shadow:2px 1px 0 #404040;
}

#profile_header .label,#profile_header .value {
  font-size:18px!important;
}

#profile_friends {
  margin-top:20px;
}

.content {
  padding:5px;
}

.value {
  line-height:200%;
}

#profile {
  margin-top:50px;
}

.wall_post {
  color:Black;
  background-color:#EEEEEE;
  margin-top:20px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:3px 3px 6px #040303;
  -moz-box-shadow:3px 3px 6px #040303;
  box-shadow:3px 3px 6px #040303;
  padding:3px;
}

.wall_post_avatar,.wall_post_avatar img {
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}

.wall_post_body {
  clear:none;
}

.wall_post_info a:link,.wall_post_info a:active,.wall_post_info a:hover {
  color:#222222;
  background-color:#EEEEEE;
  border-color:#999999;
  text-decoration:none;
  border-style:solid;
  border-width:thin;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  padding:2px;
}

.wall_post_info a:visited {
  color:#444444;
  border-color:#AAAAAA;
  background-color:#DDDDDD;
}

.wall_post_info a:hover {
  color:#222222!important;
  background-color:#FFFFFF!important;
  border-color:#999999;
  -webkit-box-shadow:3px 3px 6px #040303!important;
  -moz-box-shadow:3px 3px 6px #040303!important;
  box-shadow:3px 3px 6px #040303!important;
}

#profile_avatar {
  border-radius:10px;
}

#main_photo {
  border-radius:20px;
}

#user_comment_comment {
  margin-top:10px;
  height:150px;
  width:650px;
}

.photo_gallery_name a {
  display:inline-block;
  width:auto!important;
  height:34px!important;
  padding:2px;
}

.images a,li a.photo_gallery_link {
  display:inline-block;
  width:80px;
  height:80px;
  margin-bottom:3px;
}

#profile_comments,#comments,.wall_post,.wall_post_body,.wall_post_info,.wall_post_avatar,#profile_comments .profile_section_content {
  z-index:10!important;
}