/* 
 * Theme Name: Improvely
 */

body {
  background: #eee;
  text-align: center;
  font-size: 16px;
}

#wrap {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

#logo {
    margin: 40px 0;
}

.btn-primary {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 8px 16px;
  background: #2896dd ;
  border: 1px solid #2088cb;
  border-bottom: 4px solid #2088cb;
}

.btn-primary:hover {
  background: #2088cb;
}

.post {
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
  color: #444;
  border: 1px solid #ddd;
  border-bottom: 4px solid #ddd;
}

.post p {
  margin: 0 0 1.8em 0;
  line-height: 1.8em;
}

.post h2 {
  margin: 0;
  padding: 0;
  font-size: 29px;
}

.post h3 {
  font-size: 16px;
}

.post h3 .label {
  position: relative;
  top: -2px;
  margin-right: 2px;
}

.post h2 a:link, .post h2 a:visited {
  color: #000;
}

.post h2 a:hover {
  text-decoration: none;
  color: #08c;
}

.post .date {
  color: #aaa;

}

.post .date a:link, .post .date a:visited {
  color: #aaa;
}

.post img.size-full {
  display: block;
  margin: 20px auto;
  border: 1px solid #ccc;
}

#footer {
  font-size: 13px;
  padding: 0 0 50px 0;
  color: #555555;
  text-shadow: 0 1px 0 #fff;
}

#footer a:link, #footer a:visited {
  float: left;
  display: block;
  padding-left: 20px;
  color: #004e75;
}

.ss-frame {
  border: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  position: relative;
  padding: 50px 10px 0 10px;
  background: #eee url(/images/background-wallpaper.png);
}

.ss-frame.ss-frame-white {
  background: #fff;
}

.ss-frame.ss-frame-large {
  padding: 60px 20px 0 20px;
}

.ss-frame::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  content: '\2022 \2022 \2022';
  text-align: left;
  font-size: 36px;
  line-height: 36px;
  color: #aaa;
  background: #ddd;
  padding: 0 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.ss-frame.ss-frame-green::before {
  background: #1f6e43;
  color: #fff;
}

.ss-frame img {
  width: 100%;
  display: block;
}