@charset "UTF-8";

@font-face {
  font-family:'Shadows Into Light Two';
  font-style:normal;
  font-weight:400;
  src:local('Shadows Into Light Two'),local(ShadowsIntoLightTwo-Regular),url(http://themes.googleusercontent.com/static/fonts/shadowsintolighttwo/v2/gDxHeefcXIo-lOuZFCn2xU9H8fLq5zs1M0-u6-ewBcM.woff) format("woff");
}

div.post {
  background-image:url(http://i.imgur.com/u4PqYpO.png);
  background-repeat:no-repeat;
  height:309px;
  width:329px;
}

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

a:visited {
  color:#;
}

.sticky {
  margin-bottom:15px;
  font-size:20px;
  line-height:24px;
  font-family:'Shadows Into Light Two','cursive';
  padding:10px;
}

.sticky2 {
  margin-bottom:15px;
  font-size:20px;
  line-height:24px;
  font-family:'Shadows Into Light Two','cursive';
}

body {
  background-color:#ffffff;
  background-color:white;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#666666;
  border:0 none #;
  padding:5px;
  margin:5px;
  -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=100);
  opacity:1;
}

.img_radius_shadow {
  -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;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#f2cbe5;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:14px;
  -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;
}