@charset "UTF-8";

a:link,a:active {
  color:#09C;
  text-decoration:none;
}

a:hover {
  color:#900;
  text-decoration:none;
}

a:visited {
  text-decoration:none;
  font-weight:normal;
}

body {
  margin:0 auto;
  padding-top:360px;
  padding-bottom:50px;
  width:1100px;
  background:url(http://images.cooltext.com/4240339.png),url(http://2.bp.blogspot.com/-PhAJE2lG0Io/VHCtjCnr_wI/AAAAAAAAC44/CLcSp3ba3nM/s1600/bgcssmfc_6.gif);
  background-position:top center,top left;
  background-repeat:no-repeat,no-repeat;
  background-attachment:local,fixed;
  background-size:90%,100%;
  background-color:#f6e8e6;
  color:#C36;
}

.profile_section_content {
  color:#333;
  border:1px solid #999;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777;
  -moz-box-shadow:0 0 0 #777;
  box-shadow:0 0 0 #777;
}

.profile_section_background {
  background-color:transparent;
  background-color:rgba(255,255,255,.9);
  filter:alpha(opacity=90);
  opacity:.9;
}

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

.profile_section_content .heading {
  background:#ffbfb7;
  padding:5px;
  color:#903;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  font-weight:bold;
  font-style:normal;
  font-size:25px;
  -webkit-border-radius:0 6px 6px 0;
  -moz-border-radius:0 6px 6px 0;
  border-radius:0 6px 6px 0;
  -webkit-text-shadow:0 1px 0 #fff;
  -moz-text-shadow:0 1px 0 #fff;
  text-shadow:0 1px 0 #fff;
  text-indent:5px;
  font-variant:small-caps;
}

.content {
  padding:5px;
}

#footer_bar {
  padding:6px;
  text-indent:12px;
  background:#f1f1f1;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  margin-top:12px;
  box-shadow:inset 0 1px 3px #333;
  -moz-box-shadow:inset 0 1px 3px #333;
  -webkit-box-shadow:inset 0 1px 3px #333;
  border:1px solid #ccc;
  font-size:20px;
}

#header_bar a:link,#header_bar a:visited,#header_bar a:active {
  color:#FFF;
  text-decoration:none;
  text-shadow:0 0 4px #000;
}

#header_bar a:hover {
  color:#903;
  text-decoration:underline;
  text-shadow:none;
}

img {
  border:none;
}

#server_time::before {
  content:'design by PetiteC';
  display:block;
  margin-left:0;
  margin-right:5px;
  font-size:15px;
  color:#069;
  font-weight:normal;
  font-variant:small-caps;
}

#footer_bar::after {
  content:;