@CHARSET "ISO-8859-1";
@font-face {font-family:bauhaus;
    src:
    url( css/BAUHS93.eot ); /* IE */
src:
    local("Bauhaus 93"), url( css/BAUHS93.TTF ) format("truetype"); /* non-IE */
}

a {outline:none}

#wraper {
    width: 850px;
    margin: 0 auto;
    background-color: #27305b;
}

#big-wraper {
    width: 920px;
    margin: 0 auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #83abaa;
}

nav, header, section, footer {
    display: block;
    font-family: Verdana, Lucida, sans-serif;
    margin: 0;
    padding: 8px;
}

header {
    height: 120px;
    padding: 15px 0 15px 0;
    background-color: #83abaa;
}

nav {
    background-color: #27305b;
    float: left;
    width: 200px;
    height: 100%;
    color: #fff;
}

a, a:active, a:link, a:visited {
    color: #ddf;
    text-decoration: underline;
}

a:hover {
    color: #aad;
    text-decoration: underline;
}

section#content {
    background-color: #27305b;
    margin-left: 210px;
    height: 100%;
    color: #fff;
}

footer {
    background-color: #83abaa;
    clear: both
}

footer a, footer a:active, footer a:link, footer a:visited {
    color: #114;
    text-decoration: underline;
}

footer a:hover {
    color: #336;
    text-decoration: underline;
}

ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

nav ul li a {
    display: block;
    padding: 3px;
    width: 180px;
    background-color: #e6cc41;
    border-bottom: 1px solid #eee;
}

nav ul li a:link, nav ul li a:visited {
    color: #111;
    text-decoration: none;
}

nav ul li a:hover, nav ul li a.selected {
    background-color: #fff4c8;
    color: #000;
}

footer ul li {
    display: inline
}

H1, H2 {
    font-family: bauhaus, Verdana, Lucida, sans-serif;
    text-shadow: 3px 3px 7px #111;
    display: inline;
    color: #fff;
}

H3, H4 {
    text-shadow: 3px 3px 7px #111;
}

#logo {
    float: right;
    display: inline;
}

.code {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-color: #000;
	font: 12px Courier New, courier, monospace;
	padding: 20px;
	margin: 20px 0;
}

a.download {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	display: block;
	padding: 8px 20px;
	background-color: #000;
    text-decoration: none;
    border: 2px solid #333;
    text-align: center;
}

a.download:hover {
	background-color: #555;
    border: 2px solid #fff;
}
