/*****************/
/*** 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 {
	margin: 0px;
	background-color: #484e57;
	font-family: verdana;
	margin-bottom: 20px;
}

div { margin: 0px; padding: 0px; }

div#header img { border: 0px; }

div#page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

div#logo {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

div#menu {
	background-color: #2a2a30;
	color: #e9e1c2;
	text-align: center;
	padding: 5px;
	margin-bottom: -25px;
}

div#menu a {
    color: #e9e1c2;
    text-decoration: none;
    border-bottom: 1px dotted #e9e1c2;
    margin-bottom: 0px;
}

div#content {
	background-color: #e1ddce;
	color: #2a2a30;
	padding-left: 0.7em;
	padding-right: 0.7em;
	padding-bottom: 1em;
}

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

div.narrowcolumn li {
	margin-left: -0.5em;
}


div#content p { padding-left: 15px; }

div#content a         { background-color: #e1ddce; color: #000000; text-decoration: underline; }
div#content a:visited { background-color: #e1ddce; color: #000000; text-decoration: underline; }
div#content a:active  { background-color: #e1ddce; color: #000000; text-decoration: underline; }
div#content a:hover   { background-color: #e1ddce; color: #181818; text-decoration: underline; }

div#content li { line-height: 1.5em; }

table.gallery {
	width: 800px;
}

table.gallery td {
	width: 200px;
}

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

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

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


div#menu, div#footer {
	background-color: #2a2a30;
	color: #e9e1c2;
	padding: 5px;
	padding-bottom: 10px;
	text-align: center;
}

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

#footer p.promotion {
    margin: 0px;
    font-size: 0.6em;
}

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

.none {
    display: none;
}

.center {
  text-align: center;
}

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

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

div.navigation {
  font-weight: bold;
 
  padding: 10px;
  padding-bottom: 0px;
  margin-top: 25px;

  font-size: 1.2em;
}

div.navigation a {
  text-decoration: none !important;
}

div.alignleft {
  padding-top: 10px;
}

div.alignright {
  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;
}

div.post {
  margin-bottom: 35px;
}

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

small {
  font-size: 70%;
}

p.post_title + p {
  margin-bottom: 0px;
}