
/*
* This CSS section has been generated by fontsquirrel.com and is based on the work of Paul Irish. 
* 
* Subsetted to:
* Basic Latin Unicode Table
* (Western) Punctuation
* (Western) Math Symbols
* 
*/

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */

@font-face {
	font-family: 'DeliciousRoman';
	src: url('fonts/Delicious-Roman.eot');
	src: local('Delicious Roman'), local('Delicious-Roman'), url('fonts/Delicious-Roman.woff') format('woff'), url('fonts/Delicious-Roman.otf') format('opentype'), url('fonts/Delicious-Roman.svg#Delicious-Roman') format('svg');
}

@font-face {
	font-family: 'DeliciousBoldItalic';
	src: url('fonts/Delicious-BoldItalic.eot');
	src: local('Delicious BoldItalic'), local('Delicious-BoldItalic'), url('fonts/Delicious-BoldItalic.woff') format('woff'), url('fonts/Delicious-BoldItalic.otf') format('opentype'), url('fonts/Delicious-BoldItalic.svg#Delicious-BoldItalic') format('svg');
}

body {
    margin: 0;
    min-height: 100%;
    color: white;
    font-family: DeliciousRoman,sans-serif;
    background: #369 url(img/mazewarpblue.png);
}

strong, b, h1, h2, h3, h4, #tagline, #versiontag, li.navhead, .loading {
    font-family: DeliciousBoldItalic,sans-serif;
    font-weight: normal;
    font-style: italic;
}

/* fix monospace sizing */
code {
    font-family: monospace, serif; 
    font-size: 1em;
}

#banner {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 1em;
    padding-left: 2em;
}

#banner h1 {
    font-size: 2.3em;
    margin: 0;
    padding: 0;
}

#nav {
    position: absolute;
    left: 0;
    top: 4em;
    width: 13em;
    margin: 0em 1em;
    margin-bottom: 3em;
    padding: 0;
}

#nav ul {
    margin: 0;
    padding: 0;
    background: #ccc url(img/blur_grey.jpg) top right repeat-y;
}

#nav > ul {
    border-bottom: 1px solid black;
}

#nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    border: 0;
}

#nav li a {
    display: block;
    margin: 0;
    padding: 2px 0.75em;
    text-decoration: none;
    border-top: 1px solid black;
    border-left: 1em solid #444;
    border-bottom: 0;
    color: black;
    width: 100%;
}
#nav a.navitem {
    background: #fff url(img/blur.jpg) top right repeat-y;
}
#nav li.navhead a {
    background: #ccc url(img/blur_grey.jpg) top right repeat-y;
}
#nav a.navitem:link { color: #14b; }
#nav a.navitem:visited { color: #14b; }
#nav a.navitem:hover {
    border-color: #222;
    background: #ccc url(img/blur_grey.jpg) top right repeat-y;
}

#nav a.active {
    border-left-color: #c00;
    color: black;
}
#nav a.active:hover {
    border-left-color: #c00;
    background: #fff url(img/blur.jpg) top right repeat-y;
}

html>body #nav li a {
    width: auto;
}

#themer {
    position: absolute;
    top: 2.5em;
    left: 16em;
    height: 1.6em;
    min-width: 480px;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    margin-right: 2em;
    padding: 0;
    display: none;
}

#themer a {
    line-height: 1.6em;
    margin: 0em;
    margin-right: 0.3em;
    padding: 0.3em;
    background: #A9C0D4 url(img/mazewarpblue60.png);
    color: black;
    text-decoration: none;
    font-size: 90%;
    white-space: nowrap;
}

#themer a.active_theme {
    background: #fff;
}

#content_container {
    margin: 0em 1em 3em 16em;
    padding: 0;
    max-width: 650px;
    min-width: 480px;
    color: black;
}

#content {
    margin:0;
    margin-top: 4em;
    padding: 1em 1em 2em 2em;
    background: #fff url(img/blur.jpg) top right repeat-y;
}

#content div {
    margin: 0;
    padding: 0;
}

#content h2 {
    font-size: 1.8em;
    margin-top: 0;
    padding-top: 0;
    margin-right: 1em;
    border-bottom: 1px solid #369;
}
#content h3 { 
    font-size: 1.4em;
    margin-right: 1em;
    border-bottom: 1px dotted #369;
}

.item {
}

.itemname {
    font-size: 1.8em;
}

.itemdesc {
    font-size: 1.2em;
    padding-top: 0.5em;
}

.itemcode {
    font-family: monospace;
    color: #666;
}

.item p {
    margin-bottom: 0;
}

.item img {
    margin: 0;
}

.codelink {
    display: block;
    text-align: right;
}

.loading {
    font-size: 1.5em;
    margin-left: 8em;
    padding-left: 8em;
}

#versiontag {
    width: auto;
    margin: 0;
    padding: 0.2em 0.5em;
    float: right;
    color: black;
    background: #fff url(img/blur.jpg) top right repeat-y;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#tagline {
    position: fixed;
    right: 0.5em;
    bottom: 0.5em;
    margin: 0;
    padding: 0;
    width: 10em;
    width: auto;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

#tagline p, #tagline a {
    margin: 0;
    padding: 0;
    color: white;
    text-align: right;
}
