/*
#EFED6A
#B2EDE4
#FFFAF4
#E85833
#5E80E6
*/

* {
    margin: 0;
    padding: 0;
    font-size: 1em;
    list-style: none;
    border: none;
    text-decoration: none;
    font-weight: normal;
}

html, body {
    height: 100%;
	font: medium/150% "Myriad Web", "Myriad Pro", "Lucida Grande", "Trebuchet MS", Tahoma, Helvetica, Arial,  sans-serif;
	background: #F8F8F8;
	color: #333;
}

strong {
    font-weight: bold;
    color: #E85833;
}

#header {
    background: #FFF;
    height: 108px;
}

#header div {
    position: relative;
    width: 780px;
    margin: 0 auto auto;
}

#footer {
    background: #EEE;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 1em;
    font-size: 0.7em;
    line-height: 120%;
    text-align: center;    
    margin: 5em 190px 0 0;
}

#footer li {
    display: inline;
    padding: 0 0.5em;
    border-right: 1px solid #FFF;
    text-transform: uppercase;
}

#footer li a {
    font-weight: bold;
    white-space: nowrap;
}

#footer li.ematia {
    border: none;
}

#books {
    position: absolute;
    right: 0;
    top: 14px;
}

#apydia {
    position: absolute;
    left: 0;
    top: 52px;
}

#page {
    width: 780px;
    padding: 1em 0 3em;
    margin: 40px auto auto;
    position: relative;
}

.content {
    margin-right: 190px;
}

#header h1,
#header cite {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #5E80E6;
    padding: 0.5em 0 0.4em;
}

#page :link, #page :visited {
    color: #5E80E6;
}

#page :link:hover, #page :visited:hover {
    text-decoration: underline;
}

#menu {
    position: absolute;
    top: 24px;
    right: 0;
    text-align: right;
    font-size: 1.5em;
    line-height: 125%;
    width: 180px;
}

#menu ul {
    margin-bottom: 2em;
}

#menu li a {
    text-transform: uppercase;
}

#menu li.see a {
    color: #ADD5CF !important;
}

#menu li.get a {
    color: #9FC932 !important;
}

#menu li.learn a {
    color: #5E80E6 !important;
}

#menu li.discuss a {
    color: #E85833 !important;
}

ul.buttons li {
    display: inline;
    margin-right: 8px;
    padding: 0 !important;
    background: none !important;
}

ul.buttons {
    padding: 0;
    margin-bottom: 16px;
}

.content h2 {
    font-size: 2em;
    line-height: 1em;
    letter-spacing: -0.05em;
}

.content h3 {
    font-size: 1.7em;
    color: #E85833;
    letter-spacing: -0.05em;
}

.content p,
.content ul {
    margin-bottom: 1em;
}

.content ul li {
    padding-left: 1.5em;
    background: url("../images/bullet.gif") no-repeat 6px 7px;
}

* html .content ul li {
    zoom: 1;
}

.content pre {
    border: 1px solid #EEE;
    border-radius: 8px;
    background: #FFF;
    padding: 0 0.5em;
    margin: 0.5em 0 1em 1em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    overflow: auto;
}

pre.license {
    font-size: 0.85em;
    line-height: 120%;
    padding: 0.5em;
}

th, td {
    text-align: left;
    vertical-align: top;
    padding-right: 0.5em;
}
