@charset "UTF-8";

.wall_post_avatar {
  transition:all .2s ease-in-out;
}

.wall_post_avatar:hover {
  transform:scale(1.5) rotate(30deg);
}

input[type="submit"] {
  background-color:#DD605B;
  color:#fff;
  font-weight:bold;
  text-shadow:1px 1px #222;
  background-image:none;
  border-bottom-color:#444;
}

#profile {
  width:800px;
  margin:20px auto;
}

#header_bar {
  display:none;
}

#new_comment_inputs {
  width:99%;
}

#new_comment_inputs textarea {
  width:100%;
}

.profile_section_content {
  background-color:#444;
}

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

a:visited {
  color:#2540c8;
}

a:visited {
  color:#DD605B;
}

body {
  text-shadow:#4c201a 1px 1px 5px;
  background:#444 url(http://funkyimg.com/u2/1080/268/797447background-1.jpg);
}

body,td {
  color:#DD605B;
  font-family:'Segoe Print';
  font-weight:bold;
  font-style:regular;
  font-size:14px;
  background-color:transparent;
}

td .clock {
  font-size:10px;
}

.container {
  color:#DD605B;
  position:relative;
  border:px #;
  padding:4px;
  height:100%;
  background-color:transparent;
}

.container .heading {
  text-shadow:#4c201a 1px 1px 5px,#4c201a 1px 1px 10px;
}

.container .heading {
  padding:4px;
  background-color:transparent;
  color:#FFFFFF;
  font-family:'Segoe Print';
  font-weight:regular;
  font-style:regular;
  font-size:23px;
}

.content {
  padding:0;
}

.thingy {
  position:absolute;
  visibility:hidden;
}

.profile_section {
  box-shadow:inset 0 0 10px #222,0 0 10px #222;
  display:block;
  margin:10px 0;
}

img {
  border:0;
  border-radius:5px;
  box-shadow:0 0 10px #f00;
  margin:5px;
}

textarea {
  background-color:#444;
  color:#999;
  border:0;
  box-shadow:inset 0 0 10px #222,0 0 10px #222;
}