@charset "utf-8";
/**
 * @site          walk-steinweiler.de
 * @media         screen
 * @section       Layout
 * @author        Thorsten Walk | Mediendesign <thorsten@walk-steinweiler.de>
 * @lastmodified  $LastChangedDate: 2010-01-08 15:26:43 +0100 (Fr, 08. Jan 2010) $
 * @todo          -
 *
 *  Inhalt:
 *
 *  1.     Allgemeine Formatierungen
 *  1.1      Dokumentweite bzw. allgemeine Klassen
 *  2.     Layout
 *  2.1      Kopf
 *  2.1.1      Navigation
 *  2.2      Inhalt
 *  2.3      Fuss
 *  3.     Layout Unterseiten
 *  3.1      Startseite
 *  3.2      Mediendesign
 *  3.3      Archiv
 *  3.4      Suchen
 *  3.5      Impressum / Kontakt
 *  4.     Plugins
 *  4.1      comment quicktags
 *  4.2      landingsites
 *  4.3      subscribe-to-comments
 *  4.4      SyntaxHighliter
 *  4.5      Slimbox
 *
 */

@media screen, projection {

/**
 * 1. Allgemeine Formatierungen
 */

  body {
    background: #000 url(../images/bg_body.png) center;
    font-family: candara, "liberation sans", "trebuchet ms", "lucida grande", helvetica, sans-serif;
    color: #000;
    line-height: 1.2;
  }

  /* Links */
  a {
    text-decoration: none;
  }

  a:link {
    color: #000;
    text-decoration: underline;
  }

  a:visited {
    color: #6081F8;
    text-decoration: none;
  }

  a:focus,
  a:hover {
    color: #6081F8;
  }

  a:active {
    background: #6081F8;
    color: #000;
  }

  /* Überschriften */
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 1em 0 0.5em 0;
  }

  /* Tabellen */
  table {
    margin: 0;
    text-align: left;
  }

  table caption {
    font-size: 1.2em;
    text-align: left;
  }

  table th {
    background: #ccc;
    padding: .25em;
  }

  table h4 {
    margin-top: .3em;
  }

  table td {
    border-bottom: 1px dotted #ccc;
    padding: .25em;
  }

  /* Formulare */
  label {
    display: block;
    margin-bottom: 0.5em;
    cursor: pointer;
  }

  input,
  textarea {
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #000;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    padding: 5px;
    letter-spacing: 1px;
  }

  input:hover,
  input:focus,
  textarea:hover,
  textarea:focus {
    background: #ededed;
  }

  .button {
    cursor: pointer;
    color: #000;
    background: #6081F8;
    border: 1px solid #000;
    padding: 4px;
    margin: 0;
  }

  .button:hover,
  .button:active {
    cursor: pointer;
    background: #000;
    color: #fff;
    border: 1px solid #666;
  }

  hr {
    display: none;
  }

  blockquote {
    font-style: italic;
    padding: 0.5em 0.5em 0 0.5em;
    border: 2px dotted #666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #eaeaea;
  }

/**
 * 1.1 Dokumentweite bzw. allgemeine Klassen
 */

  /* Easy-Clearing: http://www.jassesnee.de/easyclear/ */
  .clearfix:after,
  div#kopf:after,
  div#navigation:after,
  div#mitte:after,
  div#fuss:after,
  .navigation:after,
  .post:after,
  .eintrag:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .clearfix,
  div#kopf,
  div#navigation,
  div#mitte,
  div#fuss,
  .navigation,
  .post,
  .eintrag {
    display: inline-block;
  }

  /* Hides from IE-mac \*/
  * html .clearfix,
  * html div#kopf,
  * html div#navigation,
  * html div#mitte,
  * html div#fuss,
  * html .navigation,
  * html .post,
  * html .eintrag {
    height: 1%;
  }

  .clearfix,
  div#kopf,
  div#navigation,
  div#mitte,
  div#fuss,
  .navigation,
  .post,
  .eintrag {
    display: block;
  }
  /* End hide from IE-mac */

  /* YAML Subtemplates */
  .subcolumns { width:100%; overflow:hidden; }

  .subcolumns_oldgecko { width:100%; float:left; }

  .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l {float:left; }
  .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r {float:right; margin-left:-5px; }

  .c20l, .c20r { width:20%; }
  .c40l, .c40r { width:40%; }
  .c60l, .c60r { width:60%; }
  .c80l, .c80r { width:80%; }
  .c25l, .c25r { width:25%; }
  .c33l, .c33r { width:33.333%; }
  .c50l, .c50r { width:50%; }
  .c66l, .c66r { width:66.666%; }
  .c75l, .c75r { width:75%; }
  .c38l, .c38r { width:38.2%; }
  .c62l, .c62r { width:61.8%; }

  .subc  { padding:0 0.5em; }
  .subcl { padding:0 1em 0 0; }
  .subcr { padding:0 0 0 1em; }

  .equalize, .equalize .subcolumns { overflow:visible; display:table; table-layout:fixed; }

  .equalize > div {
    display:table-cell;
    float:none;
    margin:0;
    overflow:hidden;
    vertical-align:top;
  }

  /* Skip-Links */
  .hide-skip {
    display: inline;
    height: 0;
    left: -9999px;
    position: absolute;
    top: -9999px;
    width: 0;
  }

  .tab-skip:focus,
  .tab-skip:active {
    position: absolute;
    top: 9999px;
    left: 9999px;
    display: inline;
    width: 8em;
    height: auto;
    background: #fff;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 0.3em;
    border: 1px solid #000;
  }

/**
 * 2. Layout
 */

  #seite {
    width: 48.5em;
    margin: 1em auto 1em auto;
    background: #fff;
    padding: 1em;
    border: 4px solid #000;
  }

/**
 * 2.1 Kopf
 */

  #kopf {
    border-bottom: 2px solid #000;
  }

  #kopf h1 {
    display: none;
  }

  #suchenbox {
    background: #000 url(../images/bg_verlauf_2.png) bottom repeat-x;
    color: #fff;
    padding: 1em;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
  }

  #suchenbox a:link,
  #suchenbox a:visited {
    color: #6081F8;
    text-decoration: none;
  }

  #suchenbox a:hover {
    color: #6081F8;
    text-decoration: underline;
  }

  #suchenbox a:active {
    background: #6081F8;
    color: #000;
  }

  #suchenbox input {
    padding: 10px;
    background-color: #666;
    color: #fff;
    float: left;
    font-size: 1.2em;
    margin-right: -3px;
    border: 1px solid #6081F8;
    width: 52%;
  }

  #suchenbox input.button {
    padding: 9px;
    background-color: #000;
    color: #fff;
    border: 1px solid #6081F8;
    width: 37%;
  }

  #suchenbox input.button:hover {
    color: #6081F8;
  }

  #suchenbox h3 {
    margin-top: 0;
  }

  #suchenbox ul {
    margin-left: 0;
  }

/**
 * 2.1.1 Navigation
 */

  ul#navigation {
    margin: 0;
    padding: 0;
  }
  ul#navigation li {
    float: left;
    width: 25%;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: center;
  }
  ul#navigation li li {
    float: none;
    margin: 0 0 0 -1em;
    padding: 0;
  }

  /* Untermenü ausblenden */
  ul#navigation li ul {
    position: absolute;
    left: -9999px;
  }

  /* Untermenü einblenden */
  ul#navigation li:hover ul {
    left: auto;
  }

  ul#navigation li a {
    display: block;
    background: #000;
    color: #fff;
    padding: .5em;
    margin-right: .5em;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
  }
  ul#navigation li#nav_suchen a {
    margin-right: 0;
  }

  /* Hover-Effekt und aktive Seite*/
  .navigation-aktiv,
  ul#navigation li a:hover,
  body.single ul#navigation li#nav_startseite a,
  body.archive ul#navigation li#nav_archiv a,
  body.home ul#navigation li#nav_startseite a,
  body.search ul#navigation li#nav_suchen a,
  body.page-id-47 ul#navigation li#nav_archiv a,
  body.category-fotografie ul#navigation li#nav_fotografie a {
    background: #6081F8;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
  }

  body.home ul#navigation li#nav_startseite a,
  body.page-id-47 ul#navigation li#nav_archiv a,
  body.page-id-168 ul#navigation li#nav_fotografie a {
    cursor: default;
  }

  /* Untermenü */
  ul#navigation li li a {
    padding: 0.3em;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-top: 0;
    -moz-border-radius: 0;
  }

  ul#navigation li li:last-child a {
    border-bottom: 2px solid #000;
  }

  ul#navigation li li a:hover {
    background: #6081F8;
    color: #000;
    -moz-border-radius: 0;
    border-top: 0;
  }

/**
 * 2.2 Inhalt
 */

  #mitte {
    width: 100%;
    min-height: 350px;
  }

  #inhalt {
    float: left;
    width: 100%;
    font-size: 1.1em;
  }

  #inhalt-innen {
    padding: 1em 1em 0 1em;
  }

  /* Willkommensbox auf der Startseite */
  #inhalt #willkommen {
    padding: 1em;
    margin-bottom: 1em;
    background: #000 url(../images/bg_verlauf_1.png) top repeat-x;
    text-align: left;
    font-size: 0.8em;
    color: #fff;
    line-height: 1.2;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-box-shadow: 5px 5px 10px #ccc;
    -webkit-box-shadow: 5px 5px 10px #ccc;
    box-shadow: 5px 5px 10px #ccc;
  }

  #inhalt #willkommen a:link {
    color: #6081F8;
  }

  #inhalt #willkommen a:hover {
    color: #fff;
  }

  #inhalt #willkommen h2 {
    background: none;
    margin-bottom: 1em;
    margin-top: 0;
  }

  #inhalt #willkommen img {
    float: left;
    border: 2px solid #000;
    margin-right: 1em;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* Box um einen Beitrag */
  #inhalt .post {
    margin-bottom: 3em;
  }

  /* Box um eine Seite */
  #inhalt .page {}

  #inhalt h2 {
    margin-top: 0;
    margin-bottom: .5em;
  }

  /* Box mit Überschrift und Info einer Seite / Beitrag */
  #inhalt #titelbox {
    position: relative;
    background: #000 url(../images/bg_verlauf_1.png) top repeat-x;
    color: #fff;
    padding: .25em;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
  }

  #inhalt #titelbox a:link {
    color: #fff;
  }

  #inhalt #titelbox a:hover {
    color: #666;
  }

  body.single #inhalt .post,
  body.archive #inhalt .post,
  body.page #inhalt .post {
    margin-bottom: 1em;
  }

  #inhalt .post h3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #inhalt p.info {
    margin-bottom: .5em;
    padding: 0 1em 0 1em;
    font-style: italic;
  }

  /* Weiterlesen */
  #inhalt .more-link {
    display: block;
    margin-top: 1em;
  }

  #inhalt .postmetadata {
    font-size: 0.7em;
    padding: 0.5em;
    margin-top: 1em;
    margin-bottom: 1.5em;
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    color: #6f6f6f;
    border-bottom-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;   
    -moz-box-shadow: 2px 2px 5px #e3e3e3;
    -webkit-box-shadow: 2px 2px 5px #e3e3e3;
    box-shadow: 2px 2px 5px #e3e3e3;
  }

  #inhalt .postmetadata ul,
  #inhalt .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
  }

  #inhalt .postmetadata a:link,
  #inhalt .postmetadata a:visited {
    color: #000;
    text-decoration: underline;
  }

  #inhalt .postmetadata a:hover {
    color: #666;
  }

  /* Positionierung */
  #inhalt img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #inhalt img.alignright {
    padding: 4px;
    margin: 0 0 4px 10px;
    display: inline;
  }

  #inhalt img.alignleft {
    padding: 4px;
    margin: 0 10px 4px 0;
    display: inline;
  }

  #inhalt .alignright,
  #fuss .alignright {
    float: right;
  }

  #inhalt .alignleft,
  #fuss .alignleft {
    float: left
  }

  #inhalt .wp-caption {
    border: 1px solid #fff;
    background: #fff;
    text-align: center;
    padding: 8px 4px 0 4px;
    margin: 0 0 0 .5em;
    font-size: 0.7em;
    line-height: 1.2;
    border: 1px solid #fff;
    border-left: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-box-shadow: 5px 5px 10px #ccc;
    -webkit-box-shadow: 5px 5px 10px #ccc;
    box-shadow: 5px 5px 10px #ccc;
  }

  #inhalt .wp-caption img {
    margin-bottom: 5px;
  }

  #inhalt .wp-caption .wp-caption-text {
    margin: 0 0 1em 0;
    font-style: italic;
  }

  #inhalt img {
    border: 1px solid #d9d9d9;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-box-shadow: 2px 2px 5px #e3e3e3;
    -webkit-box-shadow: 2px 2px 5px #e3e3e3;
    box-shadow: 2px 2px 5px #e3e3e3;
  }

  #inhalt img.size-full {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  /* In den Beiträgen blättern */
  #inhalt .navigation {
    font-size: 0.9em;
    margin: .5em 0 1em 0;
    background: #e0e0e0;
    padding: .35em;
    border: 1px solid #d9d9d9;
    border-bottom-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;   
    -moz-box-shadow: 2px 2px 5px #e3e3e3;
    -webkit-box-shadow: 2px 2px 5px #e3e3e3;
    box-shadow: 2px 2px 5px #e3e3e3;
  }

  /* Listen in den Beiträgen */
  html>body .eintrag ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
  }

  html>body .eintrag li {
    margin: 2px 0 2px 10px;
  }

  .eintrag ul li:before {
    content: "\00BB \0020";
  }

  .eintrag ol {
    padding: 0 0 0 35px;
    margin: 0;
  }

  .eintrag ol li {
    margin: 0;
    padding: 0;
  }

  /* Überschrift in Liste */
  #inhalt .post .eintrag li h5 {
    margin: 0;
  }

  /* Beschreibung von Listenelementen */
  #inhalt .post .eintrag li em {
    font-size: 0.8em;
    display: block;
  }

  /* Bearbeiten-Link */
  .bearbeiten {
    float: right;
    font-size: 0.8em;
  }

  /* Kommentare */
  #inhalt div#comments,
  #inhalt div#respond {
    margin-bottom: 1em;
  }

  #inhalt ol#kommentarliste,
  #inhalt ol#kommentarliste li {
    list-style: none;
    margin-left: 0;
  }

  #inhalt ol#kommentarliste li div.kommentar {
    border-bottom: 1px dotted #666;
    margin-bottom: 1em;
    font-size: 0.8em;
  }

  #inhalt ol#kommentarliste li div.kommentar span.wer {
    display: block;
    font-size: 1.2em;
    margin-bottom: 0.5em;
  }

  #inhalt ol#kommentarliste li div.kommentar span.wer img.avatar {
    padding: 3px;
    border: 1px solid #666;
    float: left;
    margin: 0 1em 1em 1em;
  }

  #inhalt ol#kommentarliste li div.kommentar div.text {
    display: block;
    margin-left: 8em;
  }

  #inhalt div#respond fieldset#kommentar-daten {
    float: left;
    width: 25%;
    border: 1px dotted #666;
    padding: 0.3em;
  }

  #inhalt div#respond fieldset#kommentar-text {
    float: left;
    width: 65%;
    border: 1px dotted #666;
    padding: 0.3em;
    margin-left: 1em;
  }

  body.logged-in #inhalt div#respond fieldset#kommentar-text {
    width: 95%;
  }

  #inhalt div#respond fieldset#kommentar-text code {
    font-size: 0.8em;
  }

  #inhalt div#respond fieldset legend {
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
  }

  #inhalt div#respond fieldset#kommentar-daten label,
  #inhalt div#respond fieldset#kommentar-text label {
    font-size: 0.8em;
  }

  #inhalt div#respond fieldset#kommentar-daten input {
    width: 95%;
  }

  #inhalt div#respond fieldset#kommentar-text textarea {
    width: 95%;
    margin-bottom: 1em;
  }

  body.logged-in #inhalt div#respond fieldset#kommentar-text textarea {
    width: 98%;
  }

  /* Tastaturtasten darstellen */
  #inhalt .key {
    padding: 0 0.3em;
    margin: 0.1em 0;
    border-color: #ccc #666 #666 #ccc;
    border-width: 2px;
    border-style: solid;
    background-color: #e9e9e9;
    white-space: pre;
    display: inline;
    font-size: .9em;
    font-variant: small-caps;
  }

/**
 * 2.3 Fuss
 */

  #fuss {
    border-top: 5px solid #999;
    background: #000 url(../images/bg_verlauf_1.png) bottom repeat-x;
    color: #fff;
    padding: .5em;
    margin-top: 2em;
  }

  #fuss ul,
  #fuss li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
  }

  #fuss li#rss {
    float: left;
    text-align: left;
  }

  #fuss li#copyright {
    float: left;
    text-align: left;
  }

  #fuss li#nachoben {
    float: right;
    text-align: right;
  }

  #fuss a:link,
  #fuss a:visited {
    color: #6081F8;
    text-decoration: none;
  }

  #fuss a:hover {
    color: #6081F8;
    text-decoration: underline;
  }

  #fuss a:active {
    background: #6081F8;
    color: #000;
  }

/**
 * 3. Layout Unterseiten
 *
 * 3.1 Startseite
 */

  /*
  body.archive #inhalt .postmetadata,
  body.home #inhalt .postmetadata {
    border: none;
    background: transparent;
    margin-top: 1em;
    margin-bottom: 0;
    float: right;
  }
  */

 /**
 * 3.2 Mediendesign
 */

  body.page-id-168 #seite .subcolumns {
    text-align: center;
  }

  body.page-id-168 #seite .subcolumns dl {
    margin: 0 auto 1em auto;
  }

 /**
 * 3.3 Archiv
 */

 /**
 * 3.4 Suchen
 */

  body.search #inhalt .post {
    border-bottom: none;
    padding-top: 0;
  }

/**
 * 3.5 Impressum / Kontakt
 */

  body.page-id-2 #seite .eintrag p {
    text-align: justify;
  }

  body.page-id-2 #seite .eintrag ul li {
    margin: 0 0 0 1em;
    padding: 0;
    list-style: none;
    line-height: 1.2;
  }

  body.page-id-2 #seite .eintrag ul li:before {
    content: none;
  }

  body.page-id-2 #seite .eintrag ul li strong {
    font-size: 1.1em;
  }

/**
 * 4. Plugins
 *
 * 4.1 comment quicktags
 */

  #inhalt div#ed_toolbar input {
    cursor: pointer;
    margin-right: .3em;
    margin-bottom: .3em;
    padding: 0.2em;
    background: #ccc;
  }

  #inhalt div#ed_toolbar input:hover {
    cursor: pointer;
    background: #000;
    color: #fff;
  }

/**
 * 4.2 landingsites
 */

  .landingsites {
    font-size: 0.8em;
    padding: 1em;
    margin: 1em 1em 2em 1em;
    background: #eaeaea;
    border: 1px solid #666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

/**
 * 4.3 subscribe-to-comments
 */

  .subscribe-to-comments label {
    margin: -1.3em 0 0 1.2em;
    cursor: pointer;
  }

/**
 * 4.4 SyntaxHighliter
 */

  body div#seite div#mitte div#inhalt div.post div.eintrag div.syntaxhighlighter {
    font-size: 0.8em !important; 
    -moz-box-shadow: 2px 2px 5px #e3e3e3;
    -webkit-box-shadow: 2px 2px 5px #e3e3e3;
    box-shadow: 2px 2px 5px #e3e3e3;
  }

/**
 * 4.5 Slimbox
 */

  #lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
  }

  #lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
  }

  .lbLoading {
    background: #fff url(/wp-content/themes/walk-steinweiler/images/slimbox/loading.gif) no-repeat center;
  }

  #lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
  }

  #lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
  }

  #lbPrevLink {
    left: 0;
  }

  #lbPrevLink:hover {
    background: transparent url(/wp-content/themes/walk-steinweiler/images/slimbox/prevlabel.gif) no-repeat 0 15%;
  }

  #lbNextLink {
    right: 0;
  }

  #lbNextLink:hover {
    background: transparent url(/wp-content/themes/walk-steinweiler/images/slimbox/nextlabel.gif) no-repeat 100% 15%;
  }

  #lbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
  }

  #lbCloseLink {
    display: block;
    float: right;
    width: 90px;
    height: 22px;
    background: transparent url(/wp-content/themes/walk-steinweiler/images/slimbox/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
  }

  #lbCaption, #lbNumber {
    margin-right: 71px;
  }

  #lbCaption {
    font-weight: bold;
    font-size: 1.2em;
  }

}
