@charset "UTF-8";

a:link {
  color:#ff3366;
  text-decoration:none;
}

a:active,a:hover {
  color:#333;
  text-decoration:underline;
}

a:visited {
  color:#333;
  text-decoration:none;
}

body {
  margin-top:589px;
  margin-left:auto;
  margin-right:auto;
  width:860px;
  background-color:#000;
  background-image:url(https://img.mfcimg.com/photos2/188/18856638/396-773-269-297-7867916.jpg);
  background-repeat:no-repeat;
  background-position:center top;
  background-attachment:fixed;
  background-size:1600px 900px;
  color:#333;
  font-family:Arial,Calibri,Helvetica,Sans-Serif;
  font-weight:normal;
  font-style:normal;
  font-size:18px;
}

.profile_section_content {
  color:#333;
  border-top:5px solid #000;
  padding:20px;
  margin:10px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:-5px -5px 20px rgba(0,0,0,0.75);
  -moz-box-shadow:-5px -5px 20px rgba(0,0,0,0.75);
  box-shadow:-5px -5px 20px rgba(0,0,0,0.75);
}

.profile_section_background {
  background-image:url(http://s29.postimg.org/rfaszfqw3/squared_metal.png);
  background-color:transparent;
  background-color:#fff;
  filter:alpha(opacity=35);
  opacity:1;
}

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

.profile_section_content .heading {
  padding:10px;
  margin:;
  background-color:rgba(255,255,255,0.5);
  color:#000;
  border-bottom:5px solid #ff3366;
  font-family:Trebuchet MS,Arial,Helvetica,Sans-Serif;
  font-weight:bold;
  font-variant:;
  font-size:24px;
  -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:5 5 5 #000;
  -moz-text-shadow:5 5 5 #000;
  text-shadow:5 5 5 #000;
}

.content {
  padding:20px;
}

#profile_main_photo {
  display:none;
}

#header_bar {
  display:none;
}

#profile_about_me {
  background-image:url();
  background-repeat:no-repeat;
  background-position:right top;
  padding-top:0;
}

#profile_header {
  display:none;
}

.profile_section_content .heading {
  display:;
}

#profile {
  margin-top:;
}

.navigation {
  position:fixed;
  border-top:5px solid #ff3366;
  padding:20px;
  background-color:rgba(255,255,255,0.5);
  top:20px;
  left:20px;
  font-family:Trebuchet MS,Arial,Helvetica,Sans-Serif;
  font-weight:bold;
  font-size:18px;
  z-index:1;
}

.navigation a:link {
  color:#fff;
}

.social {
  border-top:1px dashed #333;
  border-bottom:1px dashed #333;
  background-color:rgba(255,255,255,0.5);
  width:800px;
  height:180px;
  margin-left:-180px;
  margin-top:20px;
  margin-bottom:20px;
}

.heading_inner {
  padding:10px;
  float:left;
  margin-left:-180px;
  width:780px;
  background-color:rgba(255,255,255,0.5);
  color:#000;
  border-bottom:5px solid #ff3366;
  font-family:Trebuchet MS,Arial,Helvetica,Sans-Serif;
  font-weight:bold;
  font-size:24px;
}

.content_innerL {
  width:360px;
  float:left;
  padding:20px;
  background-color:rgba(255,255,255,0.5);
  color:#ff3366;
  margin-left:-180px;
  margin-top:0;
  margin-bottom:20px;
}

.content_innerR {
  width:360px;
  float:right;
  padding:20px;
  background-color:rgba(255,255,255,0.5);
  color:#ff3366;
  margin-left:-0;
  margin-top:0;
  margin-bottom:20px;
}