@charset "UTF-8";

.parentcontainer {
  text-align:left;
  align:left;
  display:inline-block;
}

.gadotshare {
  display:inline-block;
  width:110px;
}

.gadottwitch {
  display:inline-block;
  width:110px;
}

.gadotYT {
  display:inline-block;
  width:20px;
}

a:link,a:active,a:hover {
  color:#008200;
}

img {
  padding:3px;
}

a:visited {
  color:#3182ee;
}

body {
  background-color:#000000;
  background-color:#000000;
  color:#ffffff;
  font-family:'Courier New';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  background-repeat:repeat;
}

#fixed_background {
  display:block;
  background-position:top left;
  background-attachment:fixed;
}

.profile_section_content {
  color:#;
  border:0 none #;
  padding:0;
  margin:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 #777777;
  -moz-box-shadow:0 #777777;
  box-shadow:0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#;
  filter:alpha(opacity=0);
  opacity:0;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 #777777;
  -moz-box-shadow:0 #777777;
  box-shadow:0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#008200;
  color:#ffffff;
  font-family:'Courier New';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 #777777;
  -moz-box-shadow:0 #777777;
  box-shadow:0 #777777;
  -webkit-text-shadow:0 #777777;
  -moz-text-shadow:0 #777777;
  text-shadow:0 #777777;
}

.content {
  padding:0;
}

.navbar {
  background-color:#ffffff;
  position:fixed;
  left:0;
  top:0;
  height:50px;
  width:100%;
  z-index:500;
  box-shadow:0 3px 20px 3px rgba(0,0,0,.8);
  font-size:20px;
  line-height:1;
}

.nav {
  width:1500px;
  margin:0;
  display:block;
}

.nav ul {
  list-style-type:none;
  padding:0;
  margin:0;
  overflow:hidden;
}

.nav li {
  float:left;
}

.nav a:link,.nav a:visited {
  display:block;
  width:auto;
  height:40px;
  font-size:20px;
  color:#008200;
  background-color:#ffffff;
  text-align:center;
  padding:10px 10px 0;
  text-decoration:none;
  text-transform:uppercase;
}

.nav a:hover,.nav a:active {
  background-color:#008200;
  color:#ffffff;
}

#profile_main_photo,#header_bar,#footer_ba
r,#blurb_label,#blurb_value,#about_me_label,#status_label,#member_type_value,#member_messa
ge_value,#unix_last_updated_container,#show_message_dialog,#profile_header_container {
  display:none;
}

#profile {
  width:650px;
  margin:-10px auto;
  background:#000 url(//img.mfcimg.com/photos2/166/16625067/433-569-838-492-10865286.png)) top center no-repeat;
  box-shadow:0 10px 1px rgba(0,0,0,0.3);
  font-size:.875em;
  line-height:1.25;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  background-repeat:no-repeat;
  background-image:url(//img.mfcimg.com/photos2/166/16625067/560-799-405-496-13990934.png);
}

#profile_header {
  padding:150px 0;
}

#profile_avatar {
  padding:4px;
  background-color:#000;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  color:#ffffff;
  font-size:1.25rem;
  font-weight:bold;
  border-bottom:#000 solid 2px;
  padding:10px 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:5px;
}

.profile_section_content {
  z-index:auto;
}

img {
  border-radius:0;
  box-shadow:none;
}

.img_radius_shadow {
  border-radius:0;
  box-shadow:none;
}

#img_preview {
  border-radius:0;
  box-shadow:none;
}

img.bw {
  filter:grayscale(100%);
  -webkit-filter:grayscale(100%);
  transition:1s;
  -webkit-transition:1s;
}

img.bw:hover {
  filter:grayscale(0);
  -webkit-filter:grayscale(0);
}

.images {
  margin-top:20px;
}

.container {
  display:inline-block;
  margin:0 20px;
}

.in_page_anchor {
  padding-top:10px;
  margin-top:-100px;
  display:inline-block;
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
}

.photo_gallery_previews {
  text-align:center;
}

figure {
  display:inline-block;
}

figcaption {
  text-align:center;
}

.center {
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:50%;
}

.container {
  position:relative;
  width:50%;
}

.image {
  display:block;
  width:100%;
  height:auto;
}

.overlay {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  height:100%;
  width:100%;
  opacity:0;
  transition:1.5s ease;
}

.container:hover .overlay {
  position:absolute;
  opacity:1;
}