/* 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: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

:focus { outline: 0; }

ins { text-decoration: none; } del { text-decoration: line-through; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;
}
pre, code, kbd, samp, tt {
	font-size: 0.9em;
	font-family: "Andale Mono","Courier New",monospace;
}
textarea {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

@font-face {
	font-family: Vollkorn;
	src: url(fonts/vollkorn.otf);
}
@font-face {
	font-family: Quicksand;
	src: url(fonts/Quicksand_Light.otf);
	font-weight: lighter;
}


/* Defaults
-------------------------------------------------------- */
body {
	background: #eaeae0;
	color: #222;
	font: 13px "Lucida Grande","Century Gothic",Tahoma,sans-serif;
}
a {
	text-decoration: none;
	color: #0F83B3;
}
a:hover, a:focus {
	color: #27292d;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.8em 0;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.8em;
}

/* Layout
-------------------------------------------------------- */
#top, #photo, #content, #nav, #archives {
	width: 920px;
	margin: 0 auto;
}

#top-wrapper {
	padding: 4px 0 0 0;
	border-bottom: 1px solid #eaeae0;
	background: #b9b9af;
	color: #eee;
}
#top {
	position: relative;
	background: transparent;
}
#top h1 {
	margin: 0;
	font: lighter 36px Quicksand,sans-serif;
	letter-spacing: 0.2em;
}
#top h1 a {
	color: #fff;
}
#top h1 a:hover {
	text-decoration: none;
	text-shadow: 2px 2px 8px #ddd, -2px -2px 8px #ddd;
}
#top span {
	display: block;
	padding-top: 90px;
	margin-right: 24px;
	color: #666;
	font-size: 30px;
	font-style: oblique;
	text-align: right;
}

#map {
	position: absolute;
	bottom: 3px;
	right: 0;
	overflow: hidden;
}
#map li {
	float: left;
	padding: 4px 0;
	margin: 0 0 0 10px;
	color: #000;
}
#map li a {
	color: #444;
}
#map li a:hover {
	color: #000;
}
#map li.feed a {
	padding: 1px 20px 1px 0;
	background: transparent url(img/feed.png) no-repeat 100% 0;
}
#map li.feed a:hover, #top li.feed a:focus {
	background-position: 100% -40px;
}

#content-wrapper {
	padding-top: 11px;
	background: transparent url(img/content-bg.png) repeat-x 0 0;
}
#content {
	padding: 0 20px;
	overflow: hidden;
}

#footer {
	clear: both;
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px solid #b9b9af;
	font-size: 0.9em;
}
#footer p {
	width: 920px;
	margin: 0.5em auto;
	font-size: 90%;
}

/* Days navigation
-------------------------------------------------------- */
#nav {
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 0.5em;
	font-weight: bold;
}
#nav li.previous {
	width: 50%;
	float: left;
}
#nav li.previous a:before {
	content: '\21a9\00a0';
}
#nav li.next {
	width: 49%;
	float: right;
	text-align: right;
}
#nav li.next a:after {
	content: '\00a0\21aa';
}

#nav.archives li {
	padding: 5px 0;
}
#nav.archives li a {
	border: 1px solid #b6b6ae;
	padding: 2px 10px;
	-moz-border-radius: 50%;
	background: #d4d4cb;
}
#nav.archives li a:hover {
	border-color: #8b8b85;
}

/* Photo
-------------------------------------------------------- */
#photo-wrapper {
	padding: 40px 0;
	background: #27292d;
	color: #999;
}
#photo img {
	display: block;
	margin: 0 auto;
	padding: 10px;
	background: #000;
	border: 1px solid #777;
}
#photo.photo-nav {
	position: relative;
}
#photo.photo-nav .photo-nav-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-image: url(img/void.gif);
}
#photo.photo-nav a {
	display: block;
	float: left;
	width: 49.9%;
	background: transparent;
}
#photo.photo-nav a.next {
	float: right;
}
#photo.photo-nav a.prev:hover {
	background: transparent url(img/photoprev.png) no-repeat 0 50%;
}

#photo.photo-nav a.next:hover {
	background: transparent url(img/photonext.png) no-repeat 100% 50%;
}

/* Archives
-------------------------------------------------------- */
#archives-wrapper {
	padding: 40px 0 20px 0;
	background: #27292d;
	color: #999;
}
#archives h1 {
	font: lighter 30px Quicksand;
	color: #eee;
}
#archives h2 {
	float: left;
	width: 100px;
	font-size: 1.1em;
	font-weight: normal;
}
#archives .archive-month {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0 0 0 0px;
	border-left: 1px solid #444;
}
#archives a img {
	float: left;
	margin: 0 0 50px 54px;
	padding: 3px;
	border: 1px solid #555;
	opacity: 0.8;
	width: 210px;
	height: 84px;
}
#archives a:hover img, #archives a:focus img {
	opacity: 1;
}

/* Details
-------------------------------------------------------- */
#entry {
	float: left;
	width: 352px;
	margin-top: 20px;
}
#comments {
	float: left;
	width: 528px;
	margin-left: 40px;
	margin-top: 20px;
}

h2.entry-title {
	margin: 0;
	font-family: Vollkorn;
	font-size: 2.4em;
	font-weight: normal;
	color: #76818C;
}
p.entry-date {
	font-size: 0.9em;
	color: #999;
}

ul.meta {
	margin: 20px 0 0 0;
	color: #777;
}
ul.meta li {
	margin-bottom: 5px;
}
ul.meta strong {
	display: block;
	width: 8em;
	margin-right: 10px;
	float: left;
	text-align: left;
}

#entry div.b {
	margin-top: 20px;
}

p.details {
	padding: 10px 0;
}

/* Comments
-------------------------------------------------------- */
div.comment-add h3 {
	margin-top: 10px;
	font-size: 1em;
}
div.comment-add a, p.details a {
	padding: 6px;
	background: #27292d;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.comment-add a:hover, div.comment-add a:focus,
p.details a:hover, p.details a:focus {
	background: #0F83B3;
}
p.details {
	margin-top: 20px;
}
div.comment-thanks {
	margin: 1em 0;
	padding: 0.5em;
	border: 2px solid #363;
	background: #EFF2E6;
	color: #030;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
div.comments {
	position: relative;
	padding: 10px 0 0 0;
}
div.comments div.comment {
	position: relative;
	clear: left;
	padding: 10px 10px 10px 60px;
	margin: 20px 0 20px 0px;
	font-size: 0.9em;
	border: 1px solid #b9b9af;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
div.comments div.comment.even {
	background: #EFF2E6;
}
div.comments div.comment span.num {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 3em;
	color: #b9b9af;
	z-index: 100;
}
div.comments div.comment cite {
	display: block;
	position: relative;
	z-index: 200;
	font-style: normal;
	margin-bottom: 5px;
}
div.comments div.comment cite span {
	font-weight: bold;
}
div.comments div.b {
	position: relative;
	z-index: 200;
}


/* Comment form
-------------------------------------------------------- */
form.comment {
	display: none;
}
form.comment div {
	margin: 0.3em 0;
	padding: 0.3em 0;
}
form.comment p.submit {
}
form.comment label {
	display: block;
	cursor: pointer;
}
form.comment span.help {
	display: block;
	margin-top: 3px;
	font-style: oblique;
	color: #666;
}
form.comment input[type=text], form.comment textarea {
	font: normal 1em "Gill Sans",Arial,sans-serif;
}
form.comment textarea {
	width: 500px;
	padding: 5px;
	line-height: 1.4em;
	font-size: 1.2em;
}
form div.with-errors {
	padding: 10px;
	border: 2px solid #900;
	background: #EFF2E6;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
form ul.errorlist li {
	margin-bottom: 0.5em;
	color: #900;
	font-weight: bold;
}


/* basic class (b) - always on a div
-------------------------------------------------------- */
div.b p, div.b li, div.b dd {
	text-align: justify;
	line-height: 1.5;
}
div.b p, div.p, div.b table, div.b pre {
	margin: 0 0 1em 0;
}
div.b h1 { font-size:1.7em; }
div.b h2 { font-size:1.5em; }
div.b h3 { font-size:1.3em; }
div.b h4 { font-size: 1.1em; }
div.b h5 { font-size: 1em; }
div.b h6 { font-size: 0.8em; }
div.b h1, div.b h2, div.b h3, div.b h4, div.b h5, div.b h6 {
	margin: 1.2em 0 0.8em 0;
	font-weight:bold;
}
div.b abbr, div.b acronym {
	border-bottom:1px dotted #000000;
	cursor:help;
}
div.b em {
	font-style:italic;
}
div.b pre {
	white-space: pre;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	padding-left: 1em;
	line-height: 1.4;
}
div.b blockquote {
	margin: 1em 30px;
	padding: 1em 1.5em 0.5em 1.5em;
}
div.b ul, div.b ol, div.b dl {
	margin: 1em 0 1em 2em;
}

div.b ol li {
	list-style: decimal outside none;
}
div.b ul li {
	list-style: disc outside none;
}
div.b dl dt {
	font-weight: bold;
}
div.b dl dd {
	margin: 0.2em 0 1em 0.5em;
}
div.b table {
	margin-left: 1px;
}
div.b th, div.b td {
	border:1px solid #000;
	padding:0.5em;
}
div.b th {
	font-weight:bold;
	text-align:center;
}
div.b.caption {
	margin-top: 0.5em;
	margin-bottom:0.5em;
	text-align:center;
}
div.b fieldset {
  display: block;
  margin: 1em 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 2px groove ThreeDFace;
}
div.b legend {
  padding-left: 2px;
  padding-right: 2px;
  border: none;
  white-space: nowrap;
}


