@CHARSET "UTF-8";

* {
  margin: 0;
  padding: 0;
}

body {
  font: 1.2em/105% Calibri, Tahoma, Verdana, Arial, sans-serif;
}

p {
  margin-bottom: 20px;
}

#tandem-blog {
  width: 800px;
  padding: 20px;
  border: 2px solid #c0c0c0;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin: 20px auto;
}

#tandem-blog-title {
  width: 500px;
  margin: 10px auto 30px auto;
  border: 2px solid #c0c0c0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
}

#tandem-blog-content p, #tandem-blog-content li {
  font-size: 0.8em;
}

#tandem-blog-content li {
  margin-left: 2em;
}

#tandem-blog-content .meta {
  font-size: 0.7em;
  line-height: 95%;
  font-style: italic;
}

#tandem-blog-content .see-all {
  float: right;
  text-align: right;
  margin-top: -40px;
}

#tandem-blog-content h2 {
  margin-bottom: 12px;
}

#tandem-blog-content img {
  margin: 30px auto;
}

a {
  text-decoration: none;
  color: #4253fd; 
}

a.action {
  display: block;
  margin-top: 20px;
  text-align: center;
}

p.comments-link {
  border-top: 1px solid #c0c0c0;
  margin-top: 20px;
  border-bottom: 1px solid #c0c0c0;
}

.blog-entry {
  margin-bottom: 40px;
}

p.betterplace-header {
  text-align: center;
  color: #33333;
  font-size: 1.1em;
  line-height: 1.1em;
}

p.betterplace-header a.betterplace {
  font-weight: bold;
}

div.betterplace-header {
  background-color: #FFFBCC;
  border: 2px solid #E6DB55;
  width: 80%;
  margin: 0 auto;
  padding: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  z-index: 10;
  margin-bottom: 10px;
}