/*
Theme Name: Spring '10
Theme URI: http://frappelattes.com
Author: Fab Web Media
Author URI: http://www.fabwebmedia.com
*/

* {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #F8E1EE;
}

h3 {
  margin-bottom: 12px;
}

a, a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #040404;
}

.wp-pagenavi a.page, .wp-pagenavi a.page:visited {
  color: #040404;
}

p {
  margin: 0 0 1.4em 0;
  line-height: 1.4;
}

ul {
  margin-left: 1em;
}

.newest-post ul {
  margin-bottom: 1.4em;
}

#ribbon {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.chitikaAdBlock {
  text-align: center;
  margin: 40px;
}

#wrapper {
  position: absolute;
  top: 0px;
  width: 952px;
  height: inherit;
  left: 50%;
  margin-left: -476px;
  background-color: #DDC5BF;
}

#header {
  width: 952px;
  height: 100px;
  background-image: url("http://frappelattes.com/wp-content/themes/Spring-10/header.png");
  background-repeat: no-repeat;
}

#nav {
  margin-left: 6px;
  width: 940px;
  height: 30px;
  background-image: url("http://frappelattes.com/wp-content/themes/Spring-10/navbg.png");
  background-repeat: no-repeat;
}

#main, #page {
  width: 940px;
  height: inherhit;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #fff;
}

#header-ads {
  padding: 6px;
  width: 928px;
  height: 90px;
  overflow: hidden;
}

#header-ads .one {
  float: left;
  max-width: 728px;
  overflow: hidden;
}

#header-ads .two {
  float: right;
  max-width: 180px;
  overflow: hidden;
}

.spacer {
  clear: both;
  width: 928px;
  height: 1px;
  margin-bottom: 3px;
  margin-left: 6px;
  background-image: url("http://frappelattes.com/wp-content/themes/Spring-10/spacerbg.png");
  background-repeat: repeat-x; 
}

#left {
  float: left;
  padding: 6px;
  width: 498px;
  height: inherit;
  border-right: 1px dotted #BBA2B2;
}

#page #left {
  float: left;
  padding: 6px;
  width: 767px;
  max-width: 767px;
  overflow: none;
  height: inherit;
  border-right: 1px dotted #fff;
}

#adsense-skyscraper {
  float: left;
  width: 160px;
  max-width: 160px;
  padding-right: 6px;
}

#newest {
  width: auto;
}

#single {
  float: right;
  width: 576px;
  height: auto;
  max-width: 576px;
  overflow: none;
  padding: 6px 12px 12px 12px;
  border-left: 1px dotted #fff;
}

.newest-post {
  width: 498px;
  font: 9pt Georgia;
  text-align: justify;
  margin-bottom: 12px;
}

#single .newest-post {
  width: 576px;
  font: 10pt Georgia;
  text-align: justify;
  margin-bottom: 12px;
}

#single #commentbox {
  width: 556px;
  border: 6px solid #CAB6C2;
  background-color: #F6D7E9;
  font: 9pt Georgia;
  text-align: justify;
  margin: 40px 12px 24px 12px;
}

#single #commentbox h3#comments, #single #commentbox h3#respond {
  margin: 12px;
}

#single #commentbox a:link, #single #commentbox a:visited {
  color: #040404;
  font-weight: bold;
  text-decoration: underline;
}

#single .box-left {
  background-color: #F6D7E9;
}

#single .box-left p {
  margin: 12px 0 12px 0;
}

#single .box-left p em {
  padding: 6px;
}

#single .box-left label {
  font-weight: bold;
}

#single #commentbox .comment-details {
  background-color: #F6D7E9;
  padding: 12px 0 0 6px;
}

#single #commentbox .comment-text {
  background-color: #F6D7E9;
  padding: 6px;
}

#single #commentbox .gravatar {
  float: left;
  margin: 6px 6px 0 6px;
}

#single #commentbox .gravatar img {
  border: 3px solid #DA61B7;
}

.newest-post h2, newest-title h2 {
  display: block;
  font: bold 14pt Arial;
  text-transform: lowercase;
  height: 34px;
  border-bottom: 3px solid #DA61A8;
  position: relative;
}

#single .newest-post h2 {
  border-bottom: 3px solid #DA61A8;
  position: relative;
}

#recent .newest-title {
  height: 18px;
}

.newest-post h2 a, .newest-post h2 a:visited {
  font: bold 14pt Arial;
  text-transform: lowercase; 
  line-height: 16pt;
  position: absolute;
  bottom: 0px;
}

#single .newest-post h2 a, #single .newest-post h2 a:visited { 
  font: bold 16pt Arial;
  text-transform: none;
  line-height: 16pt;
  position: absolute;
  bottom: 0px;
}

.newest-post p img {
  max-width: 484px;
}

#single .newest-post p img {
  max-width: 580px;
}

#recent {
  width: 498px;
  margin: 0 0 30px 0;
  background-color: #CECFD6;
}

#recent h2 {
  display: block;
  height: 18px;
  background-color: #fff;
  padding-bottom: 2px;
  text-align: right;
}

#recent ul {
  margin: 0px;
  padding: 3px;
  list-style: none;
}

#recent li {
  border-bottom: 1px dotted #080808;
  padding: 3px 0 3px 0;
  list-style: none;
  color: #DA61A8;
}

#recent li:last-child {
  border-bottom: 0px;
}

#recent li a {
  color: #040404;
}

#recent li a.category {
  color: #DA61A8;
}

#row-1, #row-2 {
  clear: both;
}

.post-left {
  float: left;
  width: 240px;
  font: 9pt Georgia;
  text-align: justify;
  margin-bottom: 9px;
}

.post-left h2 {
  height: 34px;
  border-bottom: 3px solid #DA61A8;
  position: relative;
}

.post-left h2 a, .post-left h2 a:visited {
  font: bold 11pt Arial;
  text-transform: lowercase;
  line-height: 12pt;
  position: absolute;
  bottom: 0px;
}

.post-left .main-meta, .newest-post .main-meta {
  font: 9pt Arial;
}

#single .newest-post .main-meta {
  margin-bottom: 6px;
}

.post-left .main-meta a, .post-left .main-meta a:visited, .newest-post .main-meta a, .newest-post .main-meta a:visited {
  font: bold 9pt Arial;
  color: #969697;
}

.post-left .thumbnail {
  margin: 6px 0 6px 0;
  text-align: center;
}

.post-left .thumbnail img {
  width: 228px;
  height: 78px;
  border: 6px solid #BBBDC7;
}

.post-left .read-more a, .post-left .read-more a:visited {
  font: bold 10pt Arial;
  color: #DA61A8;
  line-height: 10pt;
}

.newest-post .more-link {
  font: bold 12pt Arial;
  color: #DA61A8;
  line-height: 12pt;
}

#commentformbox {
  width: 556px;
  background: #F6D7E9;
}

#commentformbox p {
  margin-bottom: 0px;
}

#commentformbox p, #commentformbox label {
  padding: 0 6px 0 6px;
}

textarea#message {
  margin: 12px;
  width: 532px;
  font: 10pt Arial;
}

.space {
  float: left;
  width: 18px;
  height: 1px;
}

#tb-content {
  width: 498px;
}

#tb-content h2 {
  font: bold 12pt Arial;
  color: #000;
  text-transform: lowercase;
  border-bottom: 3px solid #DA61A8;
}

#tb-content .vid {
  float: left;
  width: 224px;
  margin: 12px;
}

#tb-content .vid img {
  width: 212px;
  border: 6px solid #BBBDC7;
  margin-bottom: 6px;
}

#tb-content .vid p a, #tb-content .vid p a:visited {
  font: bold 11pt Arial;
  text-transform: lowercase;
  color: #040404;
  line-height: 11pt;
}

#right {
  float: right;
  width: 429px;
  height: 100%;
}

#page #right {
  float: right;
  width: auto;
  height: 100%;
}

#posts-right {
  float: left;
  padding: 6px;
  width: 256px;
  border-right: 1px dotted #fff;
}

#right #header-1 {
  margin-top: 6px;
  width: 256px;
  height: 35px;
  background-image: url("http://frappelattes.com/wp-content/themes/Spring-10/beautydiary.png");
  background-repeat: no-repeat;
}

#right #header-2 {
  width: 256px;
  height: 35px;
  background-image: url("http://frappelattes.com/wp-content/themes/Spring-10/guestreviews.png");
  background-repeat: no-repeat;
}

.post-right {
  font: 9pt Georgia;
}

.post-right h2 {
  height: 36px;
  border-bottom: 3px solid #DA61A8;
  margin-bottom: 3px;
  position: relative;
}

.post-right h2 a, .post-right h2 a:visited, #single #commentbox h3#comments, #single #commentbox h3#respond {
  font: bold 11pt Arial;
  text-transform: lowercase;
  line-height: 12pt;
  position: absolute;
  bottom: 0px;
}

.post-right .main-meta {
  margin-top: -3px;
  margin-bottom: 2px;
  font: 9pt Arial;
  line-height: 10pt;
}

.post-right #thumbnail-1 img {
  width: 86px;
  height: auto;
  border: 3px solid #BBA2B2;
  float: left;
  margin-top: 6px;
  margin-right: 12px;
}

.post-right #thumbnail-2 img {
  width: 86px;
  height: auto;
  border: 3px solid #BBA2B2;
  float: right;
  margin-top: 6px;
  margin-left: 12px;
}

.post-right .read-more {
  margin-bottom: 21px;
}

.post-right .read-more a, .post-right .read-more a:visited {
  font: bold 10pt Arial;
  color: #DA61A8;
  line-height: 12px;
}

.post-right li {
  list-style: none;
}

.post-right li a {
  font: bold 12pt Arial;
  text-transform: lowercase;
}

#sidebar {
  float: right;
  width: 160px;
}

#sidebar .custom-ad {
  display: block;	
  background-color: #F6D7E9;
  padding: 2px;
  border: 1px solid #aaa;
}

#sidebar .custom-ad a:link, #sidebar .custom-ad a:visited {
  color: #333;
  font-weight: normal;
  text-decoration: underline;
}

#sidebar h3, h3.leftside {
  font: bold 11pt Arial;
  text-transform: lowercase;
  line-height: 12pt;
  border-bottom: 1px dotted #DA61A8;
  padding: 6px;
}

#sidebar ul, ul.leftside {
  margin-left: 0px;
}

#sidebar ul li, ul.leftside li {
  padding: 3px;
  padding-left: 6px;
  list-style: none;
  border-bottom: 1px dotted #080808;
  font: 10pt Arial;
}

#sidebar ul li a, #sidebar p a, ul.leftside li a, .leftside p a {
  font: bold 10pt Arial;
  color: #DA61A8;
  line-height: 10pt;
}

#sidebar p, p.leftside {
  text-align: center;
  font: 10pt Arial;
  line-height: 12pt;
}

#social {
  margin-top: 6px;
  text-align: center;
}

#about {
  padding: 6px;
  text-align: center;
  color: #040404;
  font: bold 9pt Arial;
}

#about img.profile {
  width: 136px;
  border: 3px solid #DA61A8;
}

#about a, #about a:visited {
  color: #040404;
  font: bold 10pt Arial;
}

.clear {
  clear: both;
}

.center, .center > {
  text-align: center;
}

.right {
  float: right;
  position: relative;
  z-index: 1;
  padding: 12px 0 12px 12px;
  background-color: #fff;
}

#footer {
  text-align: center;
  font: 8pt Arial;
}

#footer a, #footer a:visited {
  font-weight: bold;
  font-size: 8pt;
  color: #969697;
}
