/* reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}a img{border: none;}

/* body */

body {
    background: #fff;
}

/* top */

#wrapper {
    border-top: 26px solid #000;
}

#flag {
    padding: 50px 0 0 0;
    text-align: center;
}
    
#flag img {
    max-width: 180px;
}

h1 {
    margin: 6px 0 0 0;
    font-size: 4em;
    text-transform: uppercase;
}

h2 {
    max-width: 700px;
    margin: 0 auto 40px auto;
    color: #777;
    font-size: 1em;
    line-height: 160%;
    text-align: center;
}

ul.menu {
    padding: 25px 0 30px 0;
    border-top: 1px dashed #ccc;
}

ul.menu li {
    margin: 0 15px 0 15px;
    display: inline;
    font-size: 1.2em;
    text-transform: lowercase;
}

/* posts */

.post {
    background: #fff;
    border-top: 1px dashed #ccc;
}

.text,
.photo,
.quote,
.link,
.chat,
.video,
.audio {
    max-width: 500px;
    margin: 0 auto 0 auto;
    padding: 20px;
}

/* photoset posts */

.photoset-container {
    max-width: 1070px;
    margin: 0 auto 0 auto;
    padding: 20px;
    overflow: hidden;
    clear: both;
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
}

.html_photoset {
    width: 700px;
    float: left;
    line-height: 0;
    border: 10px solid #fff;
    box-shadow: 0 0 5px 3px #ddd;
}

.html_photoset img {
    max-width: 100%;
}

.caption {
    float: left;
    width: 300px;
    margin: 10px 0 0 30px;
    font-size: 18px;
    line-height: 28px;
}

.post p {
    margin: 0 0 25px 0;
}

blockquote {
    padding: 0 0 0 20px;
    font-size: .8em;
    border-left: 5px solid #eee;
}

.meta {
    margin: 35px 0 0 0;
    color: #aaa;
}
    
/* notes */

ol.notes {
    max-width: 1070px;
    margin: 0 auto 0 auto;
    padding: 30px 20px 20px 20px;
    overflow: hidden;
    clear: both;
    background: #f5f5f5;
    border-top: 1px dashed #ccc;
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    font-size: 13px;
    text-align: left;
}

ol.notes img {
    float: left;
    margin: 0 8px 0 0;
    border: 0;
}

ol.notes li {
    padding: 0 0 12px 0;
}

/* footer */

#navigation {
    clear: both;
    max-width: 1112px;
    margin: 0 auto 50px auto;
    padding: 50px 0 0 0;
    font-size: 2em;
    border-top: 1px dashed #ccc;
    text-align: center;
}

#navigation li {
    display: inline;
    margin: 0 20px 0 20px;
}

#footer {
    clear: both;
    padding: 50px 0 50px 0;
    background: #000;
    color: #444;
    font-size: 1.2em;
    text-align: center;
}

.footer-menu {
    max-width: 1112px;
    padding: 10px 0 10px 0;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

.footer-menu ul.left {
    float: left;
}

.footer-menu ul.left li {
    display: inline;
    margin: 0 20px 0 0;
}

.footer-menu ul.right {
    float: right;
    font-size: .9em;
}

/* links */

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

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

h1 a {
    color: #000;
    text-decoration: none;
}

h1 a:hover {
    color: #c00;
    text-decoration: none;
}

h2 a {
    color: #999;
    text-decoration: underline;
}

h2 a:hover {
    color: #c00;
    text-decoration: none;
}

#footer a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

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

/* end */