html, body {
  margin: 0;
  padding: 0;
}

html {
  background: #19191b url(/images/bg-gradient.gif) left top repeat-x;
}

body {
  color: #383838;
  font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
  font-size: 13px;
  text-align: center;
}

div#header {
  position: relative;
  padding-top: 10px;
  background: #f5f5f5 url(/images/bg-header.gif) left top repeat-x;
}

div#container {
  text-align: left;
  width: 740px;
  margin: 0 auto;
  margin-top: 20px;
}

div#single-column {
  padding: 20px;
  width: 700px;
}

div#footer {
  clear: both;
  width: 738px;
  text-align: center;
  padding: 30px 0 20px 0;
  margin-bottom: 30px;
  color: #bababa;
  background-color: #151515;
  border: 1px solid #2b2b2b;
  border-top: 0;
}

div#wrapper {
  clear: both;
  background-color: white;
}

span.header-bg{
  background: url(/images/figure-header.png) left top no-repeat;
  position:relative;
  overflow:hidden;
  width: 740px;
  margin: 0 auto;
  display: block;
  height: 6px;
}




/* misc global */

a {
  text-decoration: none;
  color: #4C7B9E;
}

a:hover {
  color: black;
}

p, blockquote {
  line-height: 1.5em;
  padding-bottom: 10px;
  padding-top: 5px;
}

strong {
  font-weight: bold;
}

hr {
  border: 0;
  height: 1px;
  background-color: #ccc;
  width: 95%;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}

hr.padded {
  margin-top: 30px;
  margin-bottom: 30px;
}

div.clear {
  clear: both;
}

p.blurb {
  font-size: 1.3em;
  padding-bottom: 0;
}

div#email-area {
  width: 450px;
}

p.code {
  font-family: monospace;
  border: 1px solid #ccc;
  padding: 10px 15px 10px 15px;
  margin: 10px 0 20px 0;
  background-color: #f6f8fa;
}

blockquote {
  border: 1px solid #ccc;
  padding: 10px 15px 10px 15px;
  margin: 3px 20px 6px 20px;
  background-color: #f6f8fa;
}




/* search area */

div#search-area {
  float: right;
  margin-right: 20px;
}

div#search-area input {
  color: gray;
  padding-left: 19px;
  background: url('/images/magnifier.png') 2px 2px no-repeat white;
}




/* logo */

a.logo img{
  margin-left: 15px;
  margin-top: 5px;
}




/* navigation */

ul#navigation {
  float: right;
  display: inline;
  margin-top: 10px;
  width: 720px;
  border-bottom: 1px solid #c7c7c7;
  padding-right: 20px;
}

ul#navigation li {
  float: right;
}

ul#navigation li.first-element {
  padding-left: 1px;
  display: inline;
  background: url(/images/nav-separator.gif) -1px bottom no-repeat;
}

ul#navigation a {
  background: #ECECEC url(/images/nav-separator.gif) no-repeat scroll right bottom;
  color: #4B4B4B;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  padding: 6px 14px;
  text-decoration: none;
  text-transform: uppercase;
}

ul#navigation a:hover {
	background: url(/images/nav-separator-hover.gif) right bottom no-repeat;
}
ul#navigation a.active {
	background-color: white;
	position: relative;
	top: 1px;
	padding-bottom: 7px;
	padding-top: 5px;
}




/* tables */

td, th {
  padding: 7px;
}

th {
  font-weight: bold;
}

tr.even-row {
  background-color: #d4dee8;
}



/* headers */

h1, h2, h3, h4 {
  font-weight: normal;
}

h1 {
  font-size: 2.4em;
  padding-bottom: 10px;
}

h2 {
  padding-top: 15px;
  font-size: 2em;
}

h3 {
  padding-top: 10px;
  font-size: 1.75em;
}

h4 {
  padding-top: 10px;
  font-size: 1.5em;
}

h1 a, h2 a, h3 a {
  color: #383838;
}

div.post-area h2 {
  padding-top: 5px;
}

span.subheader {
  font-size: 0.7em;
}




/* notices and errors */

div.notice p, div.errorExplanation {
  border: 1px solid black;
  background-color: red;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #04fa00;
  background-color: #d3e7d2;
  margin-bottom: 0;
}

div.error p, div.errorExplanation {
  border: 1px solid #fa2100;
  background-color: #fbbfb5;
}

div.errorExplanation {
  margin-bottom: 10px;
}

div.notice {
  padding: 10px 0 10px 0;
}

div.errorExplanation h2 {
  margin-top: 0;
}

div.errorExplanation ul {
  margin-bottom: 0;
}




/* forms */

input {
  padding: 4px 2px 2px 2px;
  border: 1px solid gray;
}

input.stylish-button {
  background-color: #02badf;
  color: white;
  padding: 3px;
  border: 2px outset;
}

textarea {
  width: 300px;
  height: 100px;
}




/* post listing styles */

p.delicious-listing,
p.twitter-listing {
  padding-left: 25px;
  background: url(/images/icons/delicious.gif) 0 6px no-repeat;
  padding-bottom: 0;
}

div.delicious-listing-content {
	padding-top: 15px;
}

p.twitter-listing {
  background: url(/images/icons/twitter.gif) 0 6px no-repeat;
}

p.post-tags {
  text-align: right;
  font-size: 0.9em;
  color: gray;
  padding-bottom: 0;
  clear: both;
}




/* photo styles */

p.photo-caption {
  padding-top: 0;
  line-height: 1em;
  font-size: .9em;
}

img.travel-photo-thumbnail {
  margin: 1px;
  float: left;
}

img.photo-first {
  margin-left: 0;
  clear: both;
}

img.photo-last {
  margin-right: 0;
}


/* pagination styles */

.pagination {
  margin-top: 50px;
  clear: both;
}

.pagination a {
  padding: 3px 5px 2px 5px;
  margin-right: 4px;
  border: 1px solid #4C7B9E;
  text-decoration: none;
  color: #4C7B9E;
}

.pagination a:hover {
  color: black;
  border: 1px solid #4C7B9E;
}

.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin-right: 4px;
  border: 1px solid #4C7B9E;
  font-weight: bold;
  color: #fff;
  background-color: #4C7B9E;
}

.pagination span.disabled {
  display: none;
}