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

body {
  margin-top: 0px;
  padding-top: 0px;
 background: url('/img/pink_t.png') 0px 16px 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: 972px;
  margin: 0 auto 0 auto;
}

#header {
  position: relative;
  height: 140px;
  background: url('/img/pink_fade.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('/img/post_fade.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('/img/tlc.png');
  left: 0px;
  top: 0px;
  overflow: hidden;
  z-index: 10;
}
.trc {
  position: absolute;
  width: 10px;
  height: 10px;
  background: url('/img/trc.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('/img/post_fade.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;
}

  .topstories {
    border-style: dashed;
    border-width: 1px 0 0 0;
    border-color: #ccc;
  }
  #tsheader {
    background: #FEF6FA;
    padding: 7px;
  }
  #tsbody {
    padding: 0 7px 7px 7px;
  }
  #tsbody .tslink {
    padding-top: 7px;
  }


/* TOP NAV */

#topnav {
             position: relative;
             clear: both;
             width: 970px;
             height: 30px;
             margin: 0px;
             padding: 0px;
             border: 1px solid #DF84A8;
             background: url(http://shinyshiny.tv/images/topnavbg.gif) 0 0 repeat;  
             margin-top: 0.7em;
             margin-bottom: 0em;
}

#topnav li {
                display: inline;
                padding: 0px;
                margin: 0px;
}

#topnav a:link, 
#topnav a:visited {
                     color: #FFF;
                     padding: 9px 30px 14px 10px;
                     float: left;
                     width: auto;
                     border-right:1px solid #DF84A8; 
                     font:bold 0.8em/0.8em Arial, Helvetica, sans-serif; 
                     text-decoration: none;
                             
}  



#topnav li: first-child a {
                                 border-left: 1px solid #DF84A8;
}


#topnav a:hover {
                    color:#fff;
                    background: url(http://shinyshiny.tv/images/topnavbghov.gif) 0 0 repeat-x;
}

#topnav form {
                    padding-top: 0.4em;
                    float: right;
                    padding-right: 10px;
}

.smalltxt {
               color: #999999;
               font-size: 0.8em;
               clear: both;
}

#leader {
             position: relative;
             width: 972px;
             height: 90px;
             clear: both;
             text-align:center;
             margin-top: 10px;
             margin-bottom: 10px;
}

