body {
	background-color: #111;
}

body, p, ol, ul, td {
  font-family: helvetica, arial, verdana, sans-serif;
  font-size:   12px;
  line-height: 1.5em;
	color: #bbb;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a {
	color: #f93;
	text-decoration: none;
}
a:visited { color: #c93; }
a:hover { color:;}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

img {
	border: none;
}

/* wrapper div */
#wrapper {
	width: 750px;
	margin: auto;
}

/* site header */
#header {
	background-image: url('/images/flamingo.jpg');
	height: 160px;
	text-align: right;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-top: 25px;
}
#header a {
	color: #999;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}
#header a:hover {
	color: #666;
}

/* tabbed site nav */
#sections {
	text-align: right;
}
#sections ul {
	margin-bottom: -2px;
}
#sections ul li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}
#sections ul li.chosen {
	border-bottom: 2px solid #f63;
}
#sections ul li.chosen a {
	color: #f60;
}
#sections ul li .album_year a {
	font-size: 1.2em;
}

/* main content */
#content {
	border: 1px solid #333;
	padding: 10px;
}

/* admin areas */
.admin {
	border: 2px solid #f63;
	background-color: #555;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	text-align: center;
	text-transform: capitalize;
}
.admin a {
  margin-left: 10px;
  margin-right: 10px;
}

/* errors */
#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* general form layout */
div#form {
	text-align: left;
}
div.row {
	border: 1px solid #222;
	background: #444;
	padding: 3px;
}
div.row label {
	float: left;
	width: 120px;
	text-align: right;
	font-weight: bold;
	margin-right: 10px;
}
div.row form {
	float: right;
	width: 335px;
	text-align: left;
}
div.row input {
	font-size: 0.9em;
}

/* posts */
.post {
	background-color: #333;
	border: 1px dotted #555;
	padding: 5px;
	margin-bottom: 25px;
}
.post_title {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}
.post_body {
	text-align: justify;
}
.post_at {
	font-size: 0.8em;
}
.post blockquote {
	background: #555;
	border: 1px dotted #777;
	padding: 3px;
	font-size: 0.9em;
}
.post blockquote p {
	font-size: 0.9em;	
}

/* tags */
div.tag_section {
	margin-top: 10px;
	margin-bottom: 30px;
}

/* albums */
.album_thumb {
	width: 150px !important;
	border: 1px solid #444;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	vertical-align: top;
}

/* map */
div#map {
	float: center;
	margin-bottom: 10px;
}

/* geocodes */
.geo {
	float:right;
	font-size: 0.8em;
}

/* photos */
div#image {
	text-align: center;
	margin-bottom: 5px;
}

/* tabbed album years nav */
#album_years {
	text-align: right;
}
#album_years ul {
	margin-bottom: -2px;
}
#album_years ul li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 1.4em;
}
#album_years ul li.chosen {
	border-bottom: 2px solid #f63;
}
#album_years ul li.chosen a {
	color: #f60;
}

/* tables */
table.centered {
	background: #444;
	margin: 5px;
}
table.centered td {
	text-align: center;
  background: #333;
}
