/**
 * shamino.com style sheet based on the original Wiki
 *
 */

@import url(../default/phpwiki-common.css);

body {
    font-family: sans-serif;
    font-weight: normal;
    font-style: normal;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    z-index: auto;
    margin: 0;
}

hr {
    height: 0;
    margin-left: 10px;
    margin-right: 10px;
}

#content {
    font-size: 10pt;
    font-family: sans-serif;
    font-weight: normal;
    font-style: normal;
    background-color: #ffffff;
    padding: 1em 10px 1em 10px;
}

.wikitext, .wiki, p, form, ul, dd, dl, li, td {
    line-height: 150%;
    color: #111111;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p, ul {
    padding: 10px;
    text-align: justify;
    background-color: #ffffff;
}

dd {
    font-size: 9pt;
    text-align: right;
    padding: 0;
    margin: 0;
    bottom: 0;
}

dl {
    padding: 0;
    margin: 0;
    margin-top: 14px;
    bottom: 0;
}

li {
    margin-left: 0;
    margin-bottom: 0;
}

img {
    margin: 0;
    border: 0;
    padding: 0;
}

img.inlineimage {
    display: inline;
    vertical-align: middle;
}

table {
    border: 0;;
    padding: 0;
    border-spacing: 0;
    margin: 0;
}

td, th, tr, tt {
    padding: 0;
    margin: 2px;
    border: 0;
    border-spacing: 0;
}

input.numeric {
    text-align: right;
}

input {
    font-family: sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
}

textarea {
    text-decoration: none;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4 {
    font-family: 'Lucida Grande', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    text-decoration: none;
    text-align: left;
}

a.wiki {
    font-weight: normal;
}

a:link {
    font-weight: normal;
    color: #445566;
    text-decoration: none
}

a:visited {
    font-weight: normal;
    color: #445566;
    text-decoration: none
}

a:hover {
    font-weight: normal;
    color: #445566;
    text-decoration: underline
}

a:active {
    font-weight: normal;
    color: #445566;
    text-decoration: underline
}

a:focus {
    font-weight: normal;
    color: #445566;
    text-decoration: underline
}

/* --------------------------------------------------------------- */

.main {
    padding: 0;
    border: 0;
    margin: 0;
}

.maintable {
    padding: 0;
    border: 0;
    margin: 0;
}

.menu {
    font-size: 9pt;
    padding: 10px;
    padding-top: 0;
    border: 0;
    margin: 0;
}

.box {
    background-color: #eeeeee;
    border: 1px solid #dcdcdc;
    color: #111111;
    padding: 0;
    position: absolute;
}

.bar {
    background-color: #eeeeee;
    color: #111111;
    font-weight: bold;
    padding: 2px 1em 2px 1em;
}

.wikilink {
    color: #5555CC;
    text-decoration: none;
    font-style: normal;
}

.wikinavbar {
    border-bottom: 1px #999999 solid;
    padding: 2px;
    font-size: 8pt;
}

.toolbar {
    border-top: 1px #999999 solid;
    padding: 2px;
    font-size: 8pt;
}

img.toolbar:hover {
    cursor: pointer;
}

.debug {
    padding: 2px;
    margin-left: 10px;
    font-size: 8pt;
}

.wikinavbar a.wikilink, .toolbar a.wikilink, .editdate, #html-validator a.wikilink {
    font-size: 8pt;
}

#content a.wiki {
    font-size: 9pt;
}

.wikiaction {
    color: #5555CC;
    text-decoration: none;
    font-style: normal;
}

.wiki {
    color: #5555CC;
    text-decoration: none;
    font-style: normal;
}

.backlinks {
    color: #5555CC;
    text-decoration: none;
    font-style: normal;
}

#header {
    font-size: 8pt;
    margin-left: 4px;
}

.signin, .signin a.wiki, .signin a.wikiaction {
    font-size: 8pt;
}

.top {
    font-size: 75%;
    margin: 4px;
}

.plugin {
    margin: 0;
}

div#logo {
    float: right;
}

/* BoxRight plugin ==================================================== */

div.boxright {
    width: 200px;
    right: 10px;
    padding: 0.5em;
    float: right;
    border: thin solid #888888;
}

/**
 * Search Results
 */
.search-context {
    background: white;
    font-style: oblique;
}

.search-term {
    background: yellow;
    font-weight: normal;
}

/* IncludePage plugin ================================================= */

.transclusion-title {
    font-style: oblique;
    font-size: 0.75em;
    text-decoration: underline;
    text-align: right;
}

.transclusion {
    background: lightgreen;
    border: thin;
    border-style: solid;
    padding-left: 0.8em;
    padding-right: 0.8em;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0.5ex 0;
}
