/*****************/
/*** Structure ***/
/*****************/

/* 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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* http://www.colourlovers.com/palette/112419/LongDriveInTheDesert */

/* BODY */
body {
    margin: 0;
    background: url('images/background-texture.png');
    background-color: #484e57;
    font-family: verdana;
    margin-bottom: 20px;
    font-size: 90%;
}

.body {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    
    border-style: solid;
    border-color: #000000;
    border-width: 0 1px 1px 1px;
}


/* MENU AND FOOTER */
.menu, .footer {
    background: url('images/dark-texture.png');
    background-color: #2a2a30;
    color: #e4ddbf;
    padding: 5px;
    padding-bottom: 10px;
    text-align: center;
}

.menu {
    text-align: center;
    padding: 5px;
    margin-bottom: -25px;
    position: relative;
}

.menu ul, .menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menu li:after {
    content: ' | ';
}

.menu li:last-child:after {
    content: '';
}

.menu a {
    color: #e4ddbf;
    text-decoration: none;
    margin-bottom: 0;
}

.footer p {
    margin: 0;
    text-align: center;
}

.footer .promotion {
    margin: 0;
    font-size: 0.8em;
}

.footer a {
    color: #e9e1c2;
    text-decoration: none;
    border-bottom: 1px dotted #e4ddbf;
}


/* MAIN CONTENT */
div[role=main] {
    background: url('images/light-texture.png');
    background-color: #e4ddbf;
    color: #2a2a30;
    padding-left: 0.7em;
    padding-right: 0.7em;
    padding-bottom: 1em;
    padding-top: 2em;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 5px;
    font-family: 'Francois One', verdana;
}

h2 {
    color: #2a2a30;
    font-size: 1.5em;
    font-weight: bold;
    
    margin-right: 0;
    padding-right: 15px;

    padding: 5px;
    margin-top: 0;
    margin-bottom: 10px;
}

h3 {
    margin-bottom: 10px;
}

li {
    margin-left: -0.5em;
    line-height: 1.5em;
}

p { padding-left: 15px; }

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

table {
    border-collapse: collapse;
    margin-left: 1.0em;
    margin-bottom: 1em;
    margin-top: 1em;
    border-left: 2px solid #2a2a30;
    border-top: 2px solid #2a2a30;
    width: 90%;
}

table caption {
    margin-bottom: 0.5em;
}

table th {
    text-align: left;
    background-color: #2a2a30;
    color: #e9e1c2;
}

th, td {
    border-right: 2px solid #2a2a30;
    border-bottom: 2px solid #2a2a30;
    padding: 5px;
}




.none {
    display: none;
}

.center {
  text-align: center;
}

.code {
  background-color: #2A2A30;
  color: #e4ddbf;
  border: 1px dashed #e4ddbf;
  font-family: monospace;
  margin-left: 2.5em;
  width: 85%;
  padding: 1em;
}

.navigation {
  font-weight: bold;
  font-size: 1.2em;

  padding: 10px;
  padding-bottom: 0;
  margin-top: 25px;
  margin-bottom: 25px;

  position: relative;
}

.navigation a {
  text-decoration: none;
}

.alignleft {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.alignright {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}

ul, ol {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 10px;
  text-align: justify;
}

ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}

p {
  margin-bottom: 10px;
  line-height: 135%;
  text-align: justify;
  margin-right: 1em;
}

blockquote {
  margin-left: 2em;
  background-color: #F8F3E4;
  border: 2px dashed #A39B93;
  margin-right: 1em;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 135%;
}

li {
  margin-left: 1em;
}

.post {
  margin-bottom: 35px;
}

.ngg-galleryoverview {
  text-align: center;
}

small {
  font-size: 70%;
}

.aligncenter {
  text-align: center;
}

.spotify {
  width: 18px;
  height: 18px;
}

.wp-caption-text {
  font-style: italic;
  font-size: 90%;
}

.ngg-browser-prev {
    text-decoration: none;
}

.big {
    font-size: 1.5em;
}

pre {
    width: 800px;
    margin-left: 2.5em;
    background-color: #2a2a30;
    color: #e9e1c2;
    padding: 1em;
}

.ngg-imagebrowser img {
    display: block;
    width: 98%;
}

.depth-2 {
    margin-left: 50px;
}

.depth-3 {
    margin-left: 100px;
}

.depth-4 {
    margin-left: 150px;
}

.depth-5 {
    margin-left: 200px;
}

.comment p {
    padding-left: 0;
}

.commentlist {
    margin-bottom: 10px;
}

.commentlist div:first-child {
    margin-top: 0;
}

.comment {
    padding: 10px;
    border: 1px solid #000000;
    margin-top: 20px;
}

.comment-author {
    margin-bottom: 5px;
}

.comment-author-admin {
    background-color: #2a2a30;
    color: #e4ddbf;
    border: 0;
}

.comment-author-admin a {
    color: #E9E1C2;
}

.comment-author-admin .comment-author-name {
    display: none;
}

label {
    display: block;
}


/* GALLERY */
.gallery-link-image {
    width: 100%;
    border: 1px solid #000000;
}

.gallery {
    width: 800px;
}

.gallery td {
    width: 200px;
}

.ngg-imagebrowser h3 {
    display: none;
}

.ngg-imagebrowser img {
    border: 1px solid #000000 !important;
    padding: 0px !important;
}


/* TWITTER */
.tweet {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.2em;
}

.twitter-name img {
    vertical-align: middle;
}

.twitter-name {
    font-weight: bold;
}

.twitter-name a {
    text-decoration: none;
}

