/* Alternate stylesheet for s9y template 'YL2.1beta' */
/* colorset: YellowLed                               */

/* start external links */
/* add arrow image to all external links */

a.serendipity_freeTag{
  background: none;
  padding-right: 0;
}

/* remove it for links in banner, navbar, footer, */
/* and those manually marked by class="noextarrow"*/
#serendipity_banner a[href^="http"],
#skiplinks a[href^="http"],
#navbar a[href^="http"],
#footer a[href^="http"],
.container_serendipity_syndication_plugin a[href^="http"],
a.noextarrow {
  background: none;
  padding-right: 0;
}

/* and those to my own blog; if you use this colorset, */
/* replace http://matthias.yellowled.de with the URL   */
/* of your blog                                        */
a[href^="http://matthias.yellowled.de"] {
  background: none;
  padding-right: 0;
}
/* end external links   */

body { 
  font-size: 100%;
  padding-top: 25px;
  /*font-family: "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, "URW Palladio L", FreeSerif, serif;*/
  font-family: "PT Sans", FreeSans, Arial, sans-serif;
  background: url("img/1336.png") repeat scroll 0 0 #000000;
}

#mainpane {
  /*width: 80%;*/  
}

#serendipity_banner { 
  background: url(img/lampe_neovatar.png) top left no-repeat;
  background-color: #000000;
  position: relative;
}

#serendipityRightSideBar h3 {
  /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, "URW Palladio L", FreeSerif, serif;*/
  font-family: "PT Sans", FreeSans, Arial, sans-serif;
}

#topbar {
  background: none repeat scroll 0 0 #000000;
  border-bottom: 1px solid #3C3C3C;
  box-shadow: -5px 3px 5px -2px #000000;
  display: block;
  left: 0;
  margin: 0;
  padding: 5px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  text-align: left;
}

#topbar-container {
  font-size: 100%;
  margin: auto;
  padding: 0;
  text-align: left;
  width: 65em;
}

#topbar-img {
  float: left;
  padding: 5px 0 0 5px;
}

#navbar {
  background: #000000;
  float: right;
  padding: 5px 0 0 0;
}

#navbar a:link, #navbar a:active, #navbar a:visited {
  text-transform: uppercase;
}

#navbar li {
  font-weight: normal;
  padding-right: 5px;
}


.below_entry {
  font-size: 0.8em;
  text-align: right;
}

#footer { 
  background: transparent;
}

a:link,
a:active,
a:visited { color: #b82a1b; }

.serendipity_title a:link,
.serendipity_title a:active,
.serendipity_title a:visited { color: #b82a1b; }

.serendipity_title a:hover { color: #000; }

.serendipity_title {
  /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, "URW Palladio L", FreeSerif, serif;   */
  font-family: "PT Sans", FreeSans, Arial, sans-serif;
  font-size: 1.75em;
}

.small_box {
  background: #f2f2f2;
  border-top: 1px solid #4e657a;
  border-bottom: 1px solid #4e657a;
}

.searchterm,
.searchresults { color: #4e657a; }

.plugin_comment_wrap {
  border-top: 1px solid #4e657a;
  border-bottom: 1px solid #4e657a;
}

.serendipity_comment_author_selfcomment_oddbox,
.serendipity_comment_author_selfcomment_evenbox {
  background-color: ##ededed;
}

.container_serendipity_html_nugget_plugin ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.container_serendipity_html_nugget_plugin li {
  margin: 0 0 5px 0;
}

.serendipity_entry_body a:link,
.serendipity_entry_body a:visited,
.serendipity_entry_body a:active {
  background: url(img/elink.gif) right center no-repeat;
  padding-right: 10px;
}

