/* Basics
------------------------------ */

/* Link Styles
------------------------------ */
a:link, a:active, a:visited {
	color: #86A1B6;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #94C2E5;
	text-decoration: underline;
}

blockquote {
	border-left: 1px dotted #96967E;
	color: #363630;
	margin-left: 20px;
	padding-left: 20px;
}

/* Main Layout
------------------------------ */
body {
	background: #111111;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
}

/* Text Styles
------------------------------ */
body {
	color: #888888;
	font: normal 82%/200% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
}

h2 {
	color: #AAAAAA;
	font: 115% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h2 a:link, h2 a:visited {
	color: #86A1B6;
	text-decoration: none;
}

h2 a:hover {
	color: #94C2E5;
	text-decoration: none;
}

h2 span {
	color: #666666;
}

h3 {
	color: #748DA0;
	font: 110% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: 30px;
}

h3 a:link, h3 a:visited {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

/* Miscellaneous
------------------------------ */
hr {
	border: 0;
	border-top: 1px solid #444444;
	clear: both;
	height: 0;
	margin: 0 0 12px 0;
	padding: 0;
}

html {
	height: 100%; /* Moz */
}

img {
	border: 0;
}

label {
	cursor: pointer;
}

label:hover {
	color: #999999;
}

textarea {
	color: #888888;
	font: 100%/normal "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 4px;
	width: 100%;
}

ul.archive #month {
	border-top: 2px solid #666666;
	font-size: 14px;
	list-style: none;
	padding-top: 5px;
}

ul.archive #year {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: center;
}

ul.archive * {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}

ul.pagelist li {
	display: inline;
}

ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}

ul.pagelist li.current a {
	color: #748DA0;
	cursor: default;
	font-weight: bold;
	text-decoration: none;
}

ul.pagelist li.next {
	margin-left: 10px;
}

ul.pagelist li.prev {
	margin-right: 10px;
}

.album {
	background: #333333;
	border: 1px solid #444444;
	float: left;
	line-height: 100%;
	margin: 0 12px 8px 0;
	padding: 10px 8px 8px 10px;
	width: 270px;
}

.album .thumb {
	float: left;
	margin-right: 6px;
}

.album a img {
}

.album h3 {
	margin: 0;
	padding: 0;
}

.album p {
	font-size: 11px;
	line-height: 12px;
	margin: 0px;
	padding: 4px 0px 0px;
}

.albumdesc small {
	color: #8DB8CF;
}

.albumdesc2 {
	line-height: 18px;
}

.checkbox {
	cursor: pointer;
}

.comment {
	background: #333333;
	border: 1px solid #444444;
	margin-bottom: 12px;
	padding: 10px;
}

.commentauthor {
	font-weight: bold;
}

.commentdate {
	color: #555555;
	font-size: 85%;
	margin-top: 12px;
}

.commentmeta {
	margin-bottom: 12px;
}

.disabledlink {
	color: #294550;
	cursor: default;
}

.error {
	color: #CC3333;
	font-weight: bold;
}

/* Individual Image
------------------------------ */
.image {
	border: 0;
	margin: 0;
	padding: 0;
}

.imagethumb {
	float: left;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	background-color: #333333;
	border: 1px solid #444444;
	display: block;
	line-height: 0px;
	margin: 0px 9px 9px 0px;
	padding: 9px;
}

.imagethumb a:visited {
	background-color: #333333;
	border: 1px solid #444444;
}

.imagethumb a:hover {
	background-color: #333333;
	border: 1px solid #CCCCCC;
}

.imgnav {
	background: #282828;
	border: 1px solid #444444;
	float: right;
	margin-top: -10px;
	text-align: center;
	width: 140px;
}

.imgnav .imgnext a {
	float: right;
}

.imgnav .imgprevious a {
	float: left;
}

.imgnav .imgprevious a, .imgnav .imgnext a {
	color: #666666;
	display: block;
	float: left;
	font-size: 120%;
	height: 100%;
	line-height: 180%;
	padding: 4px 0;
	text-decoration: none;
	width: 50%;
}

.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #333333;
	color: #888888;
	text-decoration: none;
}

/* Forms
------------------------------ */
.inputbox {
	padding: 2px;
	width: 250px;
}

.pagenav {
	clear: both;
}

.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}

.taglist li {
	display: inline;
	float: left;
	list-style-type: none;
	padding-right: 3px;
}

/* Tags
------------------------------ */
.taglist ul {
	display: inline;
	list-style-type: none;
}

#admin h3 {
	color: #AAAAAA;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#admin h3:hover {
	color: #86A1B6;
}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	_position: absolute;
	background: #222222;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 120px;
	z-index: 2;
}

#admin_data{
	line-height: 1.6em;
	padding-top: 20px;
	top: 0px;
	z-index: 1;
}

/* AJAX
------------------------------ */
#albumdesceditable, #albumtagseditable {
	margin-bottom: 12px;
}

/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}

/* Archive View
---------------------------- */
#archive{
	margin: 0 auto;
	text-align: center;
	width: 300px;
}

/* Comments
------------------------------ */
#comments {
	clear: both;
}

#credit a, #sort a {
	border-bottom: 1px dotted #294550;
	color: #294550;
	text-decoration: none;
}

#credit a:hover, #sort a:hover {
	border-bottom: 1px solid #294550;
	color: #748DA0;
	text-decoration: none;
}

#credit, #sort {
	clear: both;
	color: #294550;
	font-size: 85%;
	margin: 0 auto;
	text-align: right;
	width: 900px;
}

#exif_link {
	float: right;
}

#gallerytitle {
	border-bottom: 1px solid #E6E6DF;
	margin-bottom: 20px; /*min-height: 40px;
  _height: 40px;*/
	padding-bottom: 14px;
}

#gallerytitle h2 {
	font-size: 12pt;
	font-weight: normal;
	margin-top: 18px;
	width: 510px;
}

#header {
	background-image: url(http://birdsandalligators.com/themes/highslide/images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 421px;
	min-height: 421px;
	width: 900px;
}

#image {
	line-height: 0;
	text-align: center;
}

#imagedesc, #exif_link {
	margin-bottom: 4px;
}

#imagedesceditable, #albumtagseditable {
	margin-top: 24px;
}

#imagemetadata {
	display: none;
	position: relative;
	text-align: right;
}

#imagemetadata table {
	background-color: #FAFAFA;
	border: 1px solid #CCCCCC;
	line-height: 1em;
	position: absolute;
	right: 0px;
	text-align: left;
	top: 2em;
}

#imagemetadata table td {
	background-color: #F8F8F8;
	border-bottom: 1px solid #F0F0F0;
	padding: 2px 5px;
}

#main {
	background: #222222;
	border-bottom: 5px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-top: 1px solid #444444;
	margin: 20px auto;
	padding: 20px 30px 70px;
	text-align: left;
	width: 920px;
}

#map {
	margin-left: -77px;
}

#narrow {
	margin: 0 auto;
	width: 440px;
}

#nav a {
	background: #222222;
	color: #EDEDED;
	font-family: sans-serif;
	font-size: x-small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 10px auto;
	text-align: left;
	text-decoration: none;
	width: 920px;
}

#nav a:link{
	color: #8DB8CF;
	text-decoration: none;
}

#nav a:hover{
	color: #FF0000;
	text-decoration: underline;
}

/* Search Box
------------------------------ */
#search {
	background: #222222;
	float: right;
	text-align: center;
}

#search input.pushbutton {
	font-size: 80%;
	padding: 1px;
}

/* Tag Cloud
---------------------------- */
#tag_cloud {
	background: #111111;
	text-align: center;
}

#tag_cloud p {
	background: #222222;
	border-bottom: 3px solid #666666;
	border-top: 3px solid #666666;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	padding: 10px 0;
	text-align: center;
}

