/* Basics
---------------------------------------------------------------------- */
body {
    font: normal 1em/1 "Lucida Grande", "Lucida Sans", Helvetica, Verdana, Arial, sans-serif;
    background: #faf7f5;
    color: #2B1600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    text-shadow: 1px 1px 0px #fff;
}
h1,
h2 {
    color: #c44600; /*old: #d1c09f*/
    font-family: Georgia, Times, serif;
}
h1 {
    font-size: 3.6em;
    text-transform: uppercase;
}
h2 {
    font-size: 2.8em;
    line-height: 1;
    margin-bottom: 12px;
    font-weight: bold;
}
h1 a,
h2 a {
    color: #d1c09f !important;
}
h1 a:hover,
h2 a:hover {
    color: rgb(39,185,226) !important;
}
h3,
h4,
h5,
h6 {
    color: #442e00;
}
h3 {
    font: normal bold 2.4em/1.2 "Bitstream Vera Sans Mono", Consolas, "Courier New", monospace;
}
h4,
h5,
h6 {
    font-family:  Taurus, "Bitstream Vera Sans Mono", Consolas, "Courier New", monospace;
    line-height: 1.2;
    text-transform: uppercase;
}
h4 {
    font-size: 2em;
}
h5 {
    font-size: 1.6em;
    font-weight: bold;
}
h6 {
    font-size: 1.6em;
}
p {
    margin: 0 0 1em 0;
    font-size: 1.4em;
    line-height: 1.4;
}
a,
a:link,
a:visited {
    color: #00b0e2;
}
a:hover,
a:active {
    color: #00c7ff;
    background-color: #8e8166;
    background-color: rgba(255, 255, 255, .6)
}
a:active {
    opacity: 0.75;
}
ul,
ol {
    margin: 1.2em 0 1.2em 1.2em;
    font-size: 1.4em;
    line-height: 1.6;
}
ul li { }
abbr,
acronym {
    font-style: normal;
    border-bottom: dotted 1px #666;
    cursor: help;
}
cite {
    font-family: Times, Georgia, serif;
    font-style: italic;
    font-size: 1.3em;
}
blockquote {
    font-style: italic;
    margin: 0 0 1em 0;
    padding: 1em 0 0 4em;
    background: url("images/quote.gif") no-repeat 0 0;
    font-size: 1.3em;
    color: #9f8251;
}
pre {
    margin: 2em 0;
    border-left: 3px solid #ccc;
    padding: 0 2em !important;
}
code,
var,
kbd {
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 2px;
    margin-right: 2px;
    font-family: monaco, courier, monospace;
    font-size: 1.1em;
    color: #3d321f;
    background: #f5f5f5;
    border: 1px solid #aaa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
del {
    color: #666;
}
hr {
    border: none;
    height: 1px;
    background: #333;
    margin: 1em 0;
}
sup {
    font-size: .8em;
}

::selection { background: #c44600; color: white; } /* Generic typography */
::-moz-selection { background: #c44600; color: white; }
#content {
    text-shadow: 1px 1px 0px #fff;
}
#content p {
    margin: 1em 0 0.2em;
}
#content img {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #cccbc8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#content a:hover img,
#content a:active img {
    -webkit-box-shadow: 0 1px 3px #bbb;
    -moz-box-shadow: 0 1px 3px #bbb;
    box-shadow: 0 1px 3px #bbb
}
#content table {
    font-size: 1.3em;
    line-height: 1.1;
    margin-bottom: 12px;
    border-collapse: separate;
    border: #ccc 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px #fff;
    -moz-box-shadow: 0 1px 3px #fff;
    box-shadow: 0 1px 3px #fff
}
#content th {
    font-weight: bold;
    padding: 8px;
}
#content td {
    padding: 5px;
}
/* others
---------------------------------------------------------------------- */
.thumbnail {
    padding: 2px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}
.note {
    font-size: small;
    margin-left: 100px;
    color: #666;
}
