@charset "UTF-8";

a:link {
    color:#FF0000;
  }

  a:active {
    color:#FF0000;
  }

  a:hover {
    color:color:#FF0000;
    text-shadow:0 -1px 1px #000;
  }

  a:visited {
    color:#30F;
  }

  body {
    padding-top:100px;
    background-image:url();
    background-repeat:repeat;
    background-color:#fff;
    background-position:;
    background-attachment:;
  }

  .thumbnail {
    width:80px;
    height:80px;
    display:block;
    float:left;
    margin:-2px 0 0 -10px;
    padding:8px 22px 9px 10px;
    background:url();
  }

  .status_key {
    font-size:14px;
  }

  .status_value {
    font-size:14px;
  }

  .online {
    font-weight:bold;
    color:red;
  }

  .blurb_key {
    font-size:13px;
    display:inline-block;
    padding:5px;
    background:#FFF;
    width:100%;
    color:#FF0000;
  }

  .blurb_value {
    font-size:13px;
    display:inline-block;
    padding:5px;
    background:#FFF;
    width:auto;
    color:#FF0000;
  }

  .about_me td {
    margin-left:62px;
    width:50%;
    height:auto;
    background:#CCCCCC;
    border:1px solid #900;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    padding-left:12px;
  }

  .about_me .key {
    font-weight:bold;
    padding-right:20px;
    vertical-align:top;
    padding-left:12px;
    background:#09F;
  }

  .about_me .value {
    padding-bottom:3px;
    padding-left:12px;
    background:#09F;
  }

  .about_me .value2 {
    padding-left:10px;
    padding-left:12px;
    background:#09F;
  }

  .interests_info {
    font-weight:bold;
    padding:3px;
  }

  .interests_body {
    padding:5px 5px 10px 10px;
  }

  .wall_info {
    font-weight:bold;
    padding:10px;
    background:#111111;
    background:-moz-linear-gradient(top,#111111 1%,#1c1c1c 12%,#161616 45%,#000000 57%,#111111 73%,#1c1c1c 91%,#131313 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#111111),color-stop(12%,#1c1c1c),color-stop(45%,#161616),color-stop(57%,#000000),color-stop(73%,#111111),color-stop(91%,#1c1c1c),color-stop(100%,#131313));
    background:-webkit-linear-gradient(top,#111111 1%,#1c1c1c 12%,#161616 45%,#000000 57%,#111111 73%,#1c1c1c 91%,#131313 100%);
    background:-o-linear-gradient(top,#111111 1%,#1c1c1c 12%,#161616 45%,#000000 57%,#111111 73%,#1c1c1c 91%,#131313 100%);
    background:-ms-linear-gradient(top,#111111 1%,#1c1c1c 12%,#161616 45%,#000000 57%,#111111 73%,#1c1c1c 91%,#131313 100%);
    background:linear-gradient(to bottom,#111111 1%,#1c1c1c 12%,#161616 45%,#000000 57%,#111111 73%,#1c1c1c 91%,#131313 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111',endColorstr='#131313',GradientType=0);
    margin:5px 0 0 115px;
    border:0 solid #cc3399;
    border-bottom:none;
    border-top-right-radius:8px;
    border-top-left-radius:8px;
    -moz-border-radius-topright:8px;
    -moz-border-radius-topleft:8px;
  }

  .wall_body {
    padding:5px 5px 30px 10px;
    padding:10px;
    background:#333!important;
    margin:0 0 40px 115px;
    border:1px dotted #F00;
    border-top:none;
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
    -moz-border-radius-bottomright:8px;
    -moz-border-radius-bottomleft:8px;
  }

  .wall_options {
    padding:5px 5px 5px 10px;
  }

  .wall_options textarea {
    width:auto;
    height:auto;
    border:1px solid #900;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
  }

  .friends_key {
    height:21px;
    font-weight:bold;
    color:#FFFFFF;
  }

  .friends_value {
    color:#FFFFFF;
  }

  .rating_select {
    color:#FFFFFF;
  }

  tbody {
    font-size:13px;
    padding-left:25px;
  }

  td .clock {
    font-size:13px;
    display:none;
  }

  .container_padding {
    padding-top:5px;
    padding-left:12px;
    padding-right:5px;
    padding-bottom:5px;
    height:100%;
  }

  .container_transparency {
    height:100%;
    width:100%;
    filter:alpha(opacity=100);
  }

  .container {
    color:#fff;
    position:relative;
    margin-left:3px;
    border:0 solid #030;
    padding:5px;
    height:100%;
    width:100%;
    background:#008a00;
    background:-moz-linear-gradient(top,#008a00 0%,#005700 76%,#0b6600 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#008a00),color-stop(76%,#005700),color-stop(100%,#0b6600));
    background:-webkit-linear-gradient(top,#008a00 0%,#005700 76%,#0b6600 100%);
    background:-o-linear-gradient(top,#008a00 0%,#005700 76%,#0b6600 100%);
    background:-ms-linear-gradient(top,#008a00 0%,#005700 76%,#0b6600 100%);
    background:linear-gradient(to bottom,#008a00 0%,#005700 76%,#0b6600 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008a00',endColorstr='#0b6600',GradientType=0);
    border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    -o-border-radius:7px;
  }

  .container .heading {
    background-image:url(http://annacatharina.a.n.pic.centerblog.net/7cb26564.gif);
    background-repeat:no-repeat;
    margin:1px;
    padding-right:5px;
    padding-left:3px;
    padding-top:5px;
    padding-bottom:5px;
    width:97%;
    height:70px;
    color:#F00;
    font-family:'Andalus';
    font-weight:normal;
    font-style:normal;
    font-size:14px;
    border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    -o-border-radius:7px;
    border:1px solid #F00;
  }

  .content {
    background:;
    box-shadow:1px 1px 2px #FF0000;
    font-size:12px;
    font-style:normal;
    font-family:'Courier';
    padding:5px;
    border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    -o-border-radius:7px;
    border:1px solid #F00;
  }

  .hdr {
    margin-top:-1280px;
    padding-top:3px;
    margin-left:-10px;
    width:1220px;
    position:absolute;
    top:5px;
    height:288px;
    background:url(http://annacatharina.a.n.pic.centerblog.net/7cb26564.gif);
    background-repeat:no-repeat;
    padding:5px;
    border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    -o-border-radius:7px;
    border:1px solid #F00;
  }

  .a_demo_three {
    background-color:#3bb3e0;
    font-family:'Thaoma';
    font-size:12px;
    text-decoration:none;
    color:#fff;
    position:relative;
    padding:10px 20px;
    border-left:solid 1px #2ab7ec;
    margin-left:465px;
    margin-top:5px;
    background-image:linear-gradient(bottom,rgb(44,160,202) 0%,rgb(62,184,229) 100%);
    background-image:-o-linear-gradient(bottom,rgb(44,160,202) 0%,rgb(62,184,229) 100%);
    background-image:-moz-linear-gradient(bottom,rgb(44,160,202) 0%,rgb(62,184,229) 100%);
    background-image:-webkit-linear-gradient(bottom,rgb(44,160,202) 0%,rgb(62,184,229) 100%);
    background-image:-ms-linear-gradient(bottom,rgb(44,160,202) 0%,rgb(62,184,229) 100%);
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,rgb(44,160,202)),color-stop(1,rgb(62,184,229)));
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomright:5px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    -webkit-box-shadow:inset 0 1px 0 #2ab7ec,0 5px 0 0 #156785,0 10px 5px #999;
    -moz-box-shadow:inset 0 1px 0 #2ab7ec,0 5px 0 0 #156785,0 10px 5px #999;
    -o-box-shadow:inset 0 1px 0 #2ab7ec,0 5px 0 0 #156785,0 10px 5px #999;
    box-shadow:inset 0 1px 0 #2ab7ec,0 5px 0 0 #156785,0 10px 5px #999;
  }

  .a_demo_three:active {
    top:3px;
    background-image:linear-gradient(bottom,rgb(62,184,229) 0%,rgb(44,160,202) 100%);
    background-image:-o-linear-gradient(bottom,rgb(62,184,229) 0%,rgb(44,160,202) 100%);
    background-image:-moz-linear-gradient(bottom,rgb(62,184,229) 0%,rgb(44,160,202) 100%);
    background-image:-webkit-linear-gradient(bottom,rgb(62,184,229) 0%,rgb(44,160,202) 100%);
    background-image:-ms-linear-gradient(bottom,rgb(62,184,229) 0%,rgb(44,160,202) 100%);
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,rgb(62,184,229)),color-stop(1,rgb(44,160,202)));
    -webkit-box-shadow:inset 0 1px 0 #2ab7ec,0 2px 0 0 #156785,0 5px 3px #999;
    -moz-box-shadow:inset 0 1px 0 #2ab7ec,0 2px 0 0 #156785,0 5px 3px #999;
    -o-box-shadow:inset 0 1px 0 #2ab7ec,0 2px 0 0 #156785,0 5px 3px #999;
    box-shadow:inset 0 1px 0 #2ab7ec,0 2px 0 0 #156785,0 5px 3px #999;
  }

  .a_demo_three::before {
    background-color:#2561b4;
    content:"t";
    width:35px;
    max-height:29px;
    height:100%;
    position:absolute;
    display:block;
    padding-top:8px;
    padding-left:5px;
    top:0;
    left:-31px;
    font-size:16px;
    font-weight:bold;
    color:#8fd1ea;
    text-shadow:1px 1px 0 #07526e;
    border-right:solid 1px #07526e;
    background-image:linear-gradient(bottom,rgb(10,94,125) 0%,rgb(14,139,184) 100%);
    background-image:-o-linear-gradient(bottom,rgb(10,94,125) 0%,rgb(14,139,184) 100%);
    background-image:-moz-linear-gradient(bottom,rgb(10,94,125) 0%,rgb(14,139,184) 100%);
    background-image:-webkit-linear-gradient(bottom,rgb(10,94,125) 0%,rgb(14,139,184) 100%);
    background-image:-ms-linear-gradient(bottom,rgb(10,94,125) 0%,rgb(14,139,184) 100%);
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,rgb(10,94,125)),color-stop(1,rgb(14,139,184)));
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-box-shadow:inset 0 1px 0 #2ab7ec,0 5px 0 0 #032b3a,0 10px 5px #999;
    -moz-box-shadow:inset 0 1px 0 #2ab7ec,0 5px 0 0 #032b3a,0 10px 5px #999;
    -o-box-shadow:inset 0 1px 0 #2ab7ec,0 5px 0 0 #032b3a,0 10px 5px #999;
    box-shadow:inset 0 1px 0 #2ab7ec,0 5px 0 0 #032b3a,0 10px 5px #999;
  }

  .a_demo_three:active::before {
    top:-3px;
    -webkit-box-shadow:inset 0 1px 0 #2ab7ec,0 5px 0 0 #032b3a,1px 1px 0 0 #044a64,2px 2px 0 0 #044a64,2px 5px 0 0 #044a64,6px 4px 2px #0b698b,0 10px 5px #999;
    -moz-box-shadow:inset 0 1px 0 #2ab7ec,0 5px 0 0 #032b3a,1px 1px 0 0 #044a64,2px 2px 0 0 #044a64,2px 5px 0 0 #044a64,6px 4px 2px #0b698b,0 10px 5px #999;
    -o-box-shadow:inset 0 1px 0 #2ab7ec,0 5px 0 0 #032b3a,1px 1px 0 0 #044a64,2px 2px 0 0 #044a64,2px 5px 0 0 #044a64,6px 4px 2px #0b698b,0 10px 5px #999;
    box-shadow:inset 0 1px 0 #2ab7ec,0 5px 0 0 #032b3a,1px 1px 0 0 #044a64,2px 2px 0 0 #044a64,2px 5px 0 0 #044a64,6px 4px 2px #0b698b,0 10px 5px #999;
  }

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

  a:visited {
    color:#000066;
  }

  body {
    background-color:#ffffff;
    background-color:#9AC956;
    color:#000000;
    font-family:'Tahoma';
    font-weight:bold;
    font-style:normal;
    font-size:18px;
  }

  .profile_section_content {
    color:#000000;
    border:0 outset #;
    padding:5px;
    margin:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow:-2px -2px 3px #e24646;
    -moz-box-shadow:-2px -2px 3px #e24646;
    box-shadow:-2px -2px 3px #e24646;
  }

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

  .img_radius_shadow {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:-2px -2px 3px #f25f5f;
    -moz-box-shadow:-2px -2px 3px #f25f5f;
    box-shadow:-2px -2px 3px #f25f5f;
  }

  .profile_section_content .heading {
    padding:5px;
    background-color:#BCEC76;
    color:#f70000;
    font-family:'Tahoma';
    font-weight:bold;
    font-style:normal;
    font-size:22px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    -webkit-box-shadow:0 0 0 #000000;
    -moz-box-shadow:0 0 0 #000000;
    box-shadow:0 0 0 #000000;
    -webkit-text-shadow:-2px -2px 3px #000000;
    -moz-text-shadow:-2px -2px 3px #000000;
    text-shadow:-2px -2px 3px #000000;
  }

  .content {
    padding:5px;
  }

  #pinkyWrap {
    display:block;
    width:700px;
    height:800px;
    margin:4px;
    overflow:hidden;
    background:url(http://mfcdesign.files.wordpress.com/2013/09/pinkybg.jpg);
    background-repeat:no-repeat;
  }

  #pinkBo {
    display:inline-block;
    width:612px;
    height:650px;
    overflow:auto;
    padding:17px;
    margin:10px 20px 30px 30px;
    background:rgba(255,0,102,0.1);
    border-radius:0 0 6px 6px;
    -webkit-border-radius:0 0 6px 6px;
    font-size:20px;
    font-family:Tahoma,Geneva,sans-serif;
    color:#C06;
    text-indent:5px;
    text-shadow:0 0 0 #330000;
  }

  #piInfo {
    display:block;
    width:602px;
    height:120px;
    padding:3px;
    text-align:center;
    font-size:23px;
    color:#660033;
    font-family:Geneva sans-serif;
    position:center;
  }

  .pinTi {
    display:block;
    width:612px;
    height:50px;
    padding:15px;
    text-align:center;
    font-size:40px;
    color:#330000;
    text-shadow:0 1px 5px #C00;
    font-family:Geneva,sans-serif;
    letter-spacing:1px;
  }

  .pinFi {
    display:block;
    width:412px;
    height:20px;
    padding:3px;
    text-align:center;
    font-size:25px;
    color:#F3C;
    text-shadow:0 1px 6px #C00;
    font-family:Geneva sans-serif;
    letter-spacing:1px;
    position:relative;
    bottom:34px;
    left:140px;
  }

  #pinkyWrap {
    display:block;
    width:700px;
    height:800px;
    margin:4px;
    overflow:hidden;
    background:url(http://mfcdesign.files.wordpress.com/2013/09/pinkybg.jpg);
    background-repeat:no-repeat;
  }

  #pinkBo {
    display:inline-block;
    width:612px;
    height:650px;
    overflow:auto;
    padding:17px;
    margin:10px 20px 30px 30px;
    background:rgba(255,0,102,0.1);
    border-radius:0 0 6px 6px;
    -webkit-border-radius:0 0 6px 6px;
    font-size:24px;
    font-family:Tahoma,Geneva,sans-serif;
    color:#C06;
    text-indent:5px;
    text-shadow:0 0 0 #000;
  }

  #piInfo {
    display:block;
    width:602px;
    height:120px;
    padding:3px;
    text-align:center;
    font-size:20px;
    color:#330033;
    font-family:Geneva,sans-serif;
    position:relative;
  }

  .pinTi {
    display:block;
    width:612px;
    height:50px;
    padding:15px;
    text-align:center;
    font-size:43px;
    color:#330000;
    text-shadow:0 1px 5px #C00;
    font-family:Geneva,Monotype Corsiva;
    letter-spacing:1px;
  }  
}

.pinFi {
  display:block;
  width:412px;
  height:20px;
  padding:3px;
  text-align:center;
  font-size:20px;
  color:#330000;
  text-shadow:0 1px 6px #C00;
  font-family:Geneva sans-serif;
  letter-spacing:1px;
  position:relative;
  bottom:34px;
  left:140px;
}

#nv a {
  padding:11px 11px 5px 9px;
  display:inline-block;
  float:inherit;
  position:relative;
  text-transform:uppercase;
  border-left:0 solid #aaaaaa;
  border-right:0 solid #aaaaaa;
  color:#FFFFFF;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-shadow:0 2px 1px #000;
  text-decoration:none;
  font-size:20px;
  left:7px;
}

#nv a:hover {
  color:#FFF;
  border:1px solid rgba(255,255,255,0.5);
  padding:11px;
  background:rgba(0,0,0,0.5);
  -webkit-box-shadow:inset 0 10px 10px 0 #000;
  -moz-box-shadow:inset 0 5px 5px 0 #000;
  box-shadow:inset 0 5px 5px 0 #000;
  text-shadow:-4px 8px 9px #000;
  font-size:20px;
  position:relative;
  -moz-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -webkit-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -o-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -ms-box-shadow:0 18px 10px -9px rgba(255,255,255,.7);
}

.nz {
  position:fixed;
  top:0;
  left:0;
  padding-left:20px;
  display:block;
  width:100%;
  height:80px;
  z-index:9999;
  background:url(http://css-mfc-profile.design-xpro.com/wp-content/uploads/2013/09/susbl.png) repeat-x;
}

.tre {
  width:960px;
  height:80px;
  position:relative;
  display:block;
  margin:auto!important;
  z-index:9999;
}

.vsd {
  position:absolute;
  top:0;
  left:-82px;
}

.ter {
  height:50px;
  display:block;
  position:relative;
  float:right;
  margin-top:11px;
  margin-left:100px;
  font-weight:normal;
  margin-right:160px;
  border-left:1px solid #900;
  border-right:1px solid #900;
}

#splWrap {
  display:block;
  width:800px;
  height:160px;
  margin:20px 30px 10px 10px;
  overflow:hidden;
}

#coSp {
  display:inline-block;
  width:780px;
  height:130px;
  margin:30px 10px 10px;
  overflow:hidden;
  text-align:center;
  border-top:1px solid #035;
}

#TlSp {
  display:inline-block;
  width:778px;
  height:20px;
  margin:5px;
  text-align:center;
  font-size:40px;
  color:#BB0B0B;
  font-family:'Monotype Corsiva',Verdana,sans-serif;
  text-shadow:0 3px 6px #333;
}