
body {
/*
  margin:  0;

  font-family: Arial, Helvetica, sans-serif;
  font-size:   16px;
*/
  padding-top: 30px;
  background:  none;
}

h2, h2 a {
  color:       rgb(255,129,3);
  font-family: Creampuff;
  font-weight: bold;
}

/*
h2 {
  color:         rgb(255,179,12);
  clear:         left;
  padding:       20px 0 5px 0;
  font-size:     18px;
  font-weight:   bold;
}
*/

h3, h3.widget-header {
  color: rgb(255,179,12);
}

/*
div#content h2 {
  max-width: 800px;
}

q {
  background:   url(images/quote_85x54.png) no-repeat;
  min-height:   50px;
  max-width:    510px;
  padding:      5px 0 5px 90px;
  display:      block;
  vertical-align: middle;
}

cite {
  border-top:    1px solid rgb(230,230,230);
  padding:       5px;
  max-width:     600px;
  display:       block;
  text-align:    right;
  margin-bottom: 50px;
}
*/
a, a:link, a:visited, a:focus, a:active {
  text-decoration: none;
  color:           rgb(255,114,0);
  font-weight:     normal;
}

a:hover {
  text-decoration: underline;
}
/*
div#content {
  padding:   30px 30px 300px 30px;
  
}

div#content p {
  line-height: 1.4em;
  max-width:   800px;
  text-align:  justify;
}
*/
div#footer {
  background: url(http://www.dark-sun.org/images/welle_800x154.png) repeat-x left bottom;
  height:     224px;
  width:      100%;
  position:   fixed;
  bottom:     0;
  left:       0;
}

div#logo {
  background: url(http://www.dark-sun.org/images/sun_229x224.png);
  width:      229px;
  height:     224px;
  float:      left;
}

ul#menu {
  margin:     174px 2px 0 250px;
  padding:    0 2px 0 0;
  background: url(http://www.dark-sun.org/images/menu-border_2x50.png) no-repeat right bottom;
  height:     50px;
  width:      510px; /* 102 * Anzahl der Menüeinträge */
}

ul#menu li {
  float:           left;
  background:      url(http://www.dark-sun.org/images/menu-border_2x50.png) no-repeat left bottom;
  list-style-type: none;
  margin:          0;
  padding:         0 0 0 2px;
  height:          50px;
  width:           100px;
  vertical-align:  bottom;
  text-align:      center;
}

ul#menu li a, ul#menu li a:link, ul#menu li a:visited, ul#menu li a:focus, ul#menu li a:active {
  display:         block;
  text-decoration: none;
  color:           white;
  font-weight:     bold;
  padding:         20px 5px 0 5px;
  height:          30px;
}

ul#menu li a:hover {
  background: rgb(255,179,12);
}
/*
div#thumbnails a, a.thumbnail {
  display: block;
  float:   left;
  padding: 5px;
  border:  1px solid rgb(200,200,200);
  margin:  0 20px 20px 0;
}

div#thumbnails a:hover, a.thumbnail:hover {
  background: rgb(230,230,230);
}

a[class="thumbnail left"] {
  margin: 0 20px 20px 0;
}

a[class="thumbnail right"] {
  margin: 0 0 20px 20px;
  float:  right;
}

div#bookmarks {
  padding: 10px 0 0 10px;
  font: 11px Arial,Helvetica,sans-serif;
}

div#bookmarks ul {
  margin: 0; padding: 0;
  width: 200px;
  border: 1px solid rgb(100,100,100);
}

div#bookmarks li {
  font-weight: normal;
  list-style-type: none;
  margin: 0;
  padding: 2px 3px 2px 3px;
}

div#bookmarks li ul {
  display: none;
}

div#bookmarks ul li {
  position: relative;
}

div#bookmarks li:hover {
  background: rgb(255,244,138);
}

div#bookmarks li.folder:hover {
  background: rgb(255,244,138) url(images/folder_open_bg_198x20.gif) no-repeat;
}

div#bookmarks li:hover > ul {
  display:  block;
  position: absolute;
  top:      -1px;
  left:     200px;
}

div#bookmarks li.folder {
  padding:    2px 20px 2px 24px;
  background: url(images/folder_bg_198x20.gif) no-repeat;
}

div#bookmarks a, div#bookmarks a:link, div#bookmarks a:visited, div#bookmarks a:hover, div#bookmarks a:active, div#bookmarks a:focus {
  font-weight:     normal;
  color:           black;
  text-decoration: none;
}

div#content div#photo img {
  float:   left;
  padding: 5px;
  border:  1px solid rgb(200,200,200);
  margin:  0 20px 20px 0;
}

div#content div#photo a.thumbnail img {
  padding: 0;
  border:  none;
  margin:  0;
}

div#content div#photo h1, div#content div#photo h2 {
  clear: none;
}

div#photo div {
  float: left;
  width: 325px;
}

div#content div#photo a.next img.arrow, div#content div#photo a.previous img.arrow {
  margin-left: -90px;
}

div#content div#photo a.next img.arrow:hover, div#content div#photo a.previous img.arrow:hover {
  visibility: hidden;
}

div#subnav a {
  float: right;
}

*/

.layout-tw  #content-inner { background: none; }
.layout-twt #content-inner { background: none; }
.layout-wt  #content-inner { background: none; }

.asset-footer {
  border-top: 1px solid rgb(230,230,230);
}

#content .widget {
  border-bottom: 1px solid rgb(230,230,230);
}
.asset {
    background: url(http://www.dark-sun.org/test/images/sun_22x22.gif) no-repeat 0 0;
}
/*
div.content-nav, div#beta {
  visibility: hidden
}
*/

div.entry-content table {
  margin-bottom: 5px;
}

div.entry-content table th, div.entry-content table td {
  padding: 2px 5px 2px 5px;
  margin:  0;
}

div.entry-content table th {
  border-bottom: 1px solid rgb(150,150,150);
  color:         rgb(150,150,150);
}

div.entry-content h3 {
  font-weight: bold;
  font-size:   14px;
}
