@charset "utf-8";
  ####################################################
 ###------------------------------------------------###
###------------------ CSS by YuYa -------------------###
###--------- kill ya if I found it stolen -----------###
###------------- drella.nipponnetworks.de -----------###
 ###------------------------------------------------###
  ####################################################


/* ------------------------------ */
/* --------- Body-Part --------- */
/* ---------------------------- */

* { padding: 0; margin: 0; }

body    {
        background-color: #222;
        background-image: url(../image/bg.jpg);
        background-repeat: x-repeat;
        background-attachment: fixed;
        font-family: Verdana;
        font-size: 10px;
        color: #c2c2c2;
        }

/* -------------------------- */
/* --------- Fonts --------- */
/* ------------------------ */

i, b, u          {
        font-weight: bold;
        color: #f49ac1;
        }
a          {
        text-decoration: none;
        color: #000;
        text-decoration:overline underline;
        }

/* -------------------------- */
/* --------- ID-CLASS --------- */
/* ------------------------ */


#skin {
         width: 80%;
         border: 0px;
         margin: 150px 0px 0 100px;
         }

#post {
         border:1px solid #fff;
         -moz-border-radius:1%;
         -khtml-border-radius:1%;
         padding: 5px;
         margin-top: 15px;
         }

#title
         {
         background-color:#efefef;
         opacity: .7;
         }


#title_text {
         text-transform: uppercase;
         text-align: left;
         color: #333;
         }

#title_text:first-letter {
        color:#f00;
        font-weight:bold;
        }

#entry {
         text-align: justify;
         }


