html {
  margin: 0;
  font-size: 75%;
  font-family: 'Lucida Grande', Verdana, sans-serif;
  color: #333;
}

body {
  margin: 0;
  padding: 0;
  background: url('pink_top.png') top center repeat-x #fff;
}

a {
  color: #EA5091;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

p, h1, h2, h3 {
  margin-top: 0;
}

p { font-size: 1em; }
h1 { font-size: 1.6em; color: #555; }
h2 { font-size: 1.4em; color: #555; }
h3 { font-size: 1.2em; color: #777; }

ul {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
}

ul li {
  margin: 0;
  padding: 0 0 0 5px;
}

#main {
  position: relative;
  width: 976px;
  margin: 0 auto 0 auto;
}

#header {
  position: relative;
  height: 140px;
  background: url('pink_fad.png') top left repeat-x #F4A8C6;
}

#header #headerimage {
  position: absolute;
  bottom: 0px;
  left: 20px;
}

#posts {
  float: left;
  padding: 10px 0 0 10px;
}

.post {
  width: 450px;
  background: url('post_fad.png') top center repeat-x #fff;
  border: solid 1px #FCE0EB;
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.tlc {
  position: absolute;
  width: 10px;
  height: 10px;
  background: url('tlc00000.png');
  left: 0px;
  top: 0px;
  overflow: hidden;
  z-index: 10;
}
.trc {
  position: absolute;
  width: 10px;
  height: 10px;
  background: url('trc00000.png');
  right: 0px;
  top: 0px;
  overflow: hidden;
  z-index: 10;
}

.meta {
  background: #FEF6FA;
  padding: 5px;
  font-size: 0.8em;
  border-style: dashed;
  border-color: #ccc;
  border-width: 1px 0 0 0;
}

#sidebars {
  float: right;
  padding: 10px 10px 10px 0px;
  font-size: 0.8em;
}

#sidebars p, 
#sidebars h1, 
#sidebars h2, 
#sidebars h3 {
  color: #777;
  margin-bottom: 0;
  font-weight: normal;
}

#sidebars .pink {
  margin-top: 2px;
  background: #FEF6FA;
  padding: 10px;
  border-top: dashed 1px #ccc;
}

#sidebar_thin .pink {
  padding: 10px 10px 10px 0;
}

#sidebars .adText {
  color: #333;
}

#sidebars .link {
  padding: 10px 0 0 0;
  overflow: hidden;
}

#sidebars .sidebar {
  background: url('post_fad.png') top center repeat-x #fff;
  border: solid 1px #FCE0EB;
}

#sidebar_thin {
  float: left;
  width: 160px;
  margin-right: 10px;
  overflow: hidden;
  padding-bottom: 10px;
}

#sidebar_fat {
  float: left;
  width: 300px;
  overflow: hidden;
  padding-bottom: 10px;
}

#footer {
  background: #F4A8C6;
  color: white;
  padding: 6px;
  text-align: center;
  font-size: 0.8em;
}

#footer a {
  color: #eee;
}