/* YAML <http://www.yaml.de> ported to s9y <http://www.s9y.org> */
/*                                                              */
/* Template author: Matthias Mees <blog@yellowled.de>           */
/*                                                              */
/* Extra stylesheet for user customization                      */
/* ------------------------------------------------------------ */

/* In this stylesheet, you can add your own changes and/or cus- */
/* tomizations. Thanks to the CSS cascade, you will enjoy your  */
/* own settings without breaking the framework.                 */
#main a[href^="http://www.compyblog.de"] {
   background: none;
   padding-left: 0;
}

.frm {
   font-size: 1.2em;
}

/* style for all comments*/
.serendipity_comment {
   margin: 0 0 4% 0;
   border-top: 1px solid #009;
   border-bottom: 1px solid #009;
   background-color: #fafbfc;
/*   color: #000000;*/
   color: #505050;
   line-height: 1.5em;
}

/* style for comments by author*/
.serendipity_comment_author_self {
   background-color: #eaebec;
   color: #000000;
}

/*  background: #7fafdf*/
    /* url("gfx/sliding_doorII/nav_rund/bg.gif") repeat-x bottom;*/

/*
body {
  background: #ffff00
}

#header {
 height: 140px;
 color: #0f0f0f;
 background: #7f9e8d;
 background-image:url(img/hdr.jpg); 
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-position:top right;
}

#nav_main {
width:100%;
float:left;
color: #8f8f8f;
    background-color:#af9e8d;
    background:#1f1e2e;
}*/
