/**
 * Tableless Layout for default template
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 * @author moraes <moraes@tipos.com.br>
 */

/* -------------- top row --------------- */
div.dokuwiki .pagename {
}


div.dokuwiki .pagename a {
  color: __extern__ !important;
  text-decoration: none !important;
  padding-top:6px;
}

div.dokuwiki .rssicon {
  position: absolute;
  top: 65px;
  left: 750px;
}

.dokuwiki div.plugin_translation {
  text-align: right;
  padding: 0;
  margin-right:45px;
  margin-top:8px;
}

.dokuwiki div.plugin_translation ul {
  float: right;
}

.search-form {
  margin-top: 2px;
  text-align: right;
}

.search-form input.button {
  margin-right: 0 !important;
}

/* ---------------  top and bottom bar ---------------- */
div.dokuwiki .bar-left {
  float: left;
}



div.dokuwiki .bar-right {
  float: right;
  color: __background_alt__;
}


div.dokuwiki #bar__bottom {
  background: url('images/footer.png') no-repeat;
  color: __background_alt__;
  height: 3em;
}

div.dokuwiki #bar__bottomright {
  color: __background_alt__;
  }


/* ------------- File Metadata ----------------------- */

div.dokuwiki div.meta {
  clear: both;
  background-image: url(images/footer.png);
  background-repeat: no-repeat;
  height: 35px;
  color: #FF6600;

  margin-top: 50px;
  padding-top: 4px;
}

div.dokuwiki div.meta div.user {
  float: left;
  margin-left: 50px;
}

div.dokuwiki div.meta div.doc {
  text-align: right;
  margin-right: 50px;
}


