body {
    font: 18px/24px Helvetica,Arial,sans-serif;
    background: white;
    color: gray;
    padding: 0;
    margin: 0;
}

artice {
    margin: 0;
    padding: 0;
}

iframe {
    border: 0;
}

/*
blue style
#00AED2
#00D3FF

orange style
#D26C00
#FF8300

D25500
FF6700

FD8628
FF7000
*/

a {
    color: #FF8D33;
    text-decoration: none;
}

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

ul {
    list-style-type: circle;
}

/* content */

img {
    border: 2px solid #33383D;
}

.floatLeft {
    float: left; 
    margin: 4px; 
}

.floatRight {
    float: right; 
    margin: 4px; 
}

.noBorder {
    border: 0;
}

.center {
    text-align: center;
}

p, h1, h2, h3 {
    margin: 0;
    margin-bottom: 20px;
}

h2, h3 {
    color: #C0C0C0;
    clear: both; /* TODO gtksourceview bug */
}

h2 {
    border-bottom: 1px dashed #C0C0C0;
}

h3 {
    margin-bottom: 8px;
}

h1 {
    font-size: 64px;
    font-weight: bold;
    line-height: 72px;
    /*margin-top: 0;
    margin-bottom: 0.25em;*/
    color: #33383D;
}

#main {
    width: 900px;
    margin: 0 auto;
    padding-top: 24px;
    position: relative;
    background: white;
    color: #33383D;
}

.post_footer {
    /* contains date and tags */
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#prev_next {
    text-align: center;
}

#tagcloud {
    width: 300px;
    height: 100px;
    float: right;
}

.gallery li {
    display: inline;
    list-style: none;
    width: 100px;
    height: 75px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.imageFrame {
    border: 6px solid #33383D;
}

/* header and navigation */

#header-background {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #33363B;
    color: white;

    border-bottom: 3px solid #FF8D33;
}

header {
    margin: 0 auto;
    padding: 0 4px;
    width: 900px;
    overflow: hidden;
}

header h1 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -1px;
    color: white;
    margin: 10px 0px 10px 0px;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav ul, ul.entries {
    list-style-type: none;
}

nav li a {
    float: left;
    margin: 4px 14px 4px 0px;
    color: #C0C0C0;
}

nav li a:hover {
    color: white;
    text-decoration: none;
}

/* footer */

footer {
    font-size: 0.65em;
    text-align: center;
    color: #C0C0C0;
    
    border-top: 1px dashed #C0C0C0;
    clear: both;
}

footer a {
    color: #C0C0C0;
}

