@charset "UTF-8";

body {
  background-color:#000;
  background-image:url(https://img.mfcimg.com/photos2/178/17849079/586-832-368-449-7114319.jpg);
  background-position:top left;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size:100% auto;
  font-family:Verdana,Geneva,sans-serif;
  font-size:14px;
  color:#FFF;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

a {
  color:#E82C4C;
  text-decoration:none;
  font-weight:bold;
}

a:hover {
  text-decoration:underline;
  cursor:pointer;
}

.content .key,.friends_key {
  font-weight:normal;
}

table[cellpadding='0'][cellspacing='0'][width='100%'][height='100%'] {
  margin:710px auto 0;
  width:720px;
}

td[style='padding:0px 40px 40px 40px;'] div.container_padding {
  width:920px;
  margin:0 auto;
}

.heading {
  background-size:auto 100%;
  padding:15px 20px 14px;
  border-bottom:1px solid rgba(255,255,255,0.2);
  color:#FFF;
  font-size:20px;
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:normal;
  background-color:rgba(0,0,0,0.8);
}

.content {
  margin-bottom:20px;
  padding:20px;
  position:relative;
  background-color:rgba(0,0,0,0.8);
}

#top {
  position:absolute;
  top:-730px;
  left:0;
  width:100%;
  min-height:400px;
}

#top .header .logo {
  float:left;
  margin-left:160px;
  margin-top:30px;
}

#top .header .icon-amazon {
  float:right;
  margin-right:10px;
  margin-top:10px;
}

#top .slideshow {
  background-image:url();
  background-repeat:no-repeat;
  background-size:auto;
  min-height:487px;
  border-style:none!important;
  border-width:0;
  -webkit-transform-origin:50%;
  -moz-transform-origin:50%;
  -o-transform-origin:50%;
  -ms-transform-origin:50%;
  transform-origin:50%;
  -webkit-transform:matrix(1,0,0,1,0,0);
  -moz-transform:matrix(1,0,0,1,0,0);
  -o-transform:matrix(1,0,0,1,0,0);
  -ms-transform:matrix(1,0,0,1,0,0);
  transform:matrix(1,0,0,1,0,0);
  padding:0 0 0 18px;
  margin:107px 0 0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}

#more_about {
  position:absolute;
  top:20px;
  right:20px;
  width:300px;
}

#more_about img {
  float:left;
  margin-right:15px;
  margin-bottom:15px;
  background-color:rgba(0,0,0,0.8);
}

#more_about p {
  margin-bottom:10px;
  line-height:20px;
  background-color:rgba(0,0,0,0.8);
}

#more_about p strong {
  color:#fed047;
  background-color:rgba(0,0,0,0.8);
}

#gallery_image {
  background-color:rgba(0,0,0,0.8);
}

#schedule {
  background-color:rgba(0,0,0,0.8);
}

#wall_info {
  background-color:rgba(0,0,0,0.8);
}

#wall_body {
  background-color:rgba(0,0,0,0.8);
}

#profile_section_background,.profile_section_background {
  background-color:rgba(0,0,0,0.8);
}

.wall_post {
  border:0 solid #EEE;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  margin-bottom:10px;
  padding:15px;
  background-color:rgba(0,0,0,0.4);
}