            body {background: {color:Background} url('{image:Background}') center fixed;
                  color: {color:Font};
                  font-family: {font:Family};
                  font-size: 11px;
                  line-height: 1.6em;
            }

            img {border: 0px;
            }

            a {color: {color:Link};
               text-decoration: none;
            }

            a:hover {color: {color:Link hover};
            }

            #wrap {width: 760px;
                   margin: 40px auto;
                   position: relative;
                   display: none;
            }

                  #info {width: 240px;
                         height: 500px;
                         position: {Block:IfPinInfotoScreen}fixed{/Block:IfPinInfotoScreen}
                                   {Block:IfNotPinInfotoScreen}
                                       absolute
                                   {Block:IfNotPinInfotoScreen};
                         margin: 0px 0px 0px 520px;
                  }

                        #title {font-size: 36px;
                                line-height: 1em;
                                font-weight: bold;
                        }

                        #pages {border-bottom: solid 1px {color:Border};
                                font-weight: bold;
                                padding: 0px 0px 5px 0px;
                                text-transform: lowercase;
                        }

                               .page {margin: 0px 10px 0px 0px;
                               }

                        #description {padding: 10px 0px 10px;
                                       border-bottom: solid 1px {color:Border};
                        }

                        #follow, #group {padding: 10px 0px 10px;
                                         border-bottom: solid 1px {color:Border};
                                         line-height: 1em;
                        }

                                 #follow img, #group img {padding: 2px;
                                                          border: solid 1px {color:Border};
                                 }

                                 #follow img:hover, #group img:hover {padding: 2px;
                                                                      border: solid 1px;
                                 }

                        #credit {padding: 2px 0px 0px 0px;
                                 font-size: 8px;
                                 text-transform: uppercase;
                        }

                  .posts {width: 500px;
                          float: left;
                          padding: 0px 0px 20px 0px;
                          text-align: justify;
                  }

                         #quote {font-family: {font:Quote};
                                 font-weight: bold;
                                 font-style: italic;
                         }

                         #quote.short {font-size: 36px;
                                       line-height: 40px;
                         }

                         #quote.medium {font-size: 24px;
                                        line-height: 28px;
                         }

                         #quote.long {font-size: 16px;
                                      line-height: 20px;
                         }

                         .source {margin: 10px 0px 0px 0px;
                                  text-align: right;
                         }

                         .chat   {}

                         .chat ul {padding: 0px;
                                   margin:0px;
                         }

                         .chat ul li {list-style: none;
                                      padding: 5px;
                                      margin: 0px;
                         }

                         .chat.label  {font-weight: bold;
                         }

                         .chat li.odd  {background: {color:Notes Background};
                         }

                         .album {max-width: 500px;
                                 margin: 0px 0px 20px 0px;
                         }

                  .permalink {margin: 20px 0px 60px 0px;
                              font-size: 10px;
                              border-top: solid 1px {color:Border};
                              text-align: right;
                  }

                  .notes {list-style-type: none;
                          padding: 0px;
                  }

                  .notes img {float: left;
                              padding: 0px 5px 0px 0px;
                  }

                  .notes li:nth-child(odd) {background: {color:Notes Background};
                                            padding: 5px;
                  }

                  .notes li:nth-child(even) {padding: 5px;
                  }

                  #navigation {width: 500px;
                               clear: both;
                               font-size: 11px;
                               font-weight: bold;
                  }

                              #index {width: 300px;
                                      margin: 0px 100px 0px 100px;
                                      text-align: center;
                                      position: absolute;
                              }

                              #latest {float: left;
                              }

                              #earlier {float: right;
                              }

                  .clear {clear: both;
                  }

            {CustomCSS}