/* Content > Style */

/*--------------------------------*/

html, body, div, nav {
    margin: 0;
    padding: 0;
}
body {
    background-color: black;
    background-color: #124;
    /*background: url("file:///D:/docs/media/images/patterns/squidfingers (seamless background)/134.gif") repeat;*/
    font-family: Verdana, sans-serif;
}

/*--------------------------------*/

.segment {
    margin: 0 auto;
}
.top.segment, .bottom.segment {
    background-color: #124;
}
.top.segment {
    border-bottom: 4px solid #369;
}
.bottom.segment {
    border-top: 4px solid #369;
    padding: 2em;
}
.middle.segment {
    background-color: white;
}
.top .content, .bottom .content, .middle .content {
    margin: 0 auto;
    padding: 1em;
    max-width: 50em;
}
.top .content, .bottom .content {
    color: white;
}
.middle .content {
    color: black;
}
.top .content, .bottom .content, .middle .content {
}

/*--------------------------------*/

nav {
    background-color: #124;
    //padding: 0.5em;
    //background-color: #369;
    //border-bottom: thick solid #5af;
    position: relative;
    left: -0.5em;
}
nav a {
    color: white;
    padding: 0.5em;
    text-decoration: none;
}
nav a.current {
    background-color: #369;
}
nav a:hover {
    color: black;
    background-color: orange;
}

/*--------------------------------*/

footer {
    background-color: #124;
    color: gray;
    text-align: center;
}

footer a {
    text-decoration: none;
    color: silver;
}

footer a img {
    vertical-align: middle;
}

footer a:hover {
    text-decoration: underline;
}

/*--------------------------------*/

/*body article {
    margin: 1em auto;
    padding-left: 2em;
    padding-right: 2em;
    max-width: 50em;
}*/


a[href^="http://"], a[href^="https://"] {
    background: url(external.png) no-repeat right center;
    padding-right: 15px;
}

.fig {
    float: right;
    margin-left: 1em;
}

figure {
    text-align: center;
}

hr {
    width: 75%;
    border: 0;
    height: 2px;
    background-color: #ddd;
}

pre.console {
    background-color: black;
    color: white;
    padding: 1em;
    overflow-x: auto;
}
