body {
  background-color:   #DAC6AF;
  color:              #65482E;
  font-family:       'trebuchet ms', tahoma, arial, sans;
  font-size:          76%;
  margin:             0;
}

/* Links */

a:link {
  color:              #9900EF;
}

a:visited {
  color: #7F248E;
}

/* Lay out */

#container {
  background-color:   #F5E4D1;
  background-image:     url(/tinytales/images/tinytales.gif);
  background-repeat:    no-repeat;
  background-position: 94% 30px;
  font-size:          1em;
  margin-left:        auto;
  margin-right:       auto;
  width:              775px;
  overflow:           auto;
}

#content {
  background-color:   #EFD6B8;
  background-image:   url(/tinytales/images/silk.jpg);
  background-repeat:  no-repeat;
  float:              left;
  margin-left:        35px;
  margin-right:       25px;
  padding:            120px 25px;
  width:              505px;
  
  display:            inline; /* Fix stupid IE double margin float bug */
}

#footer {
  text-align:           right;
}

#sidebar {
  float:              left;
  padding-top:        120px;
  width:              130px;
}


/* Headlines */

h1, h2, h3 {
  color:                #B6A2E0;
  font-family:          georgia, times, serif;
}

h1 {
  background-image:     url(/tinytales/images/leaf.gif);
  background-repeat:    no-repeat;
  font-size:            1.44em;
  line-height:          25px;
  padding-left:         20px;
}

h2 {
  font-size:            1.2em;
}

h3 {
  font-size:            1em;
}


/* General tags */

ul {
  padding-left:         1.5em;
}

/* Entry specific stuff */

.entry-footer {
  color:              #B6A2E0;
  font-family:        georgia, times, serif;
  font-size:          0.8em;
  text-align:         right;
}

.entry {
  background-image:     url(/tinytales/images/ruler.gif);
  background-repeat:    no-repeat;
  background-position:  50% 100%;
  padding-bottom:       42px;
}

/* Forms */

label {
  display:              block;
  font-weight:          bold;
}
