@charset "UTF-8";

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

a:visited {
  color:#FF3366;
}

body {
  background-color:#CCFFFF;
  background-color:#00CCCC;
  color:#003366;
  font-family:'Geneva';
  font-weight:normal;
  font-style:normal;
  font-size:20px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
}

.profile_row:first-of-type .profile_section_content {
  min-height:500px;
  filter:alpha(opacity=100);
  opacity:1;
  background-color:#EEFFEF;
}

.profile_row:first-of-type .profile_section_background {
  background-repeat:no-repeat;
  background-position:750px 280px;
  min-height:500px;
  filter:alpha(opacity=100);
  opacity:1;
  background-color:transparent;
}

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

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

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

.profile_section_content .heading {
  padding:30px;
  background-color:#transparent;
  color:#0099CC;
  font-family:'Seravek','Geneva','sans-serif';
  font-weight:bold;
  font-style:normal;
  font-size:50px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

.label {
  display:block;
  font-size:12px;
  margin-bottom:-10px;
  margin-top:10px;
}

.value {
  display:block;
  line-height:2em;
}

#profile_header .value {
  font-size:20px!important;
}

#profile_header .label {
  font-size:12px!important;
}

#profile_about_me {
  background-size:444px 651px;
  background-repeat:no-repeat;
  background-position:300px 200px;
}

#profile_header_container {
  background-image:url(http://i.imgur.com/yDmg1ml.gif);
  background-repeat:no-repeat;
  background-position:300px 260px;
  min-height:500px;
}

#profile_header {
}