/* Basics
------------------------------ */
*,div,p,body,h1,h2,h3,img{margin:0;padding:0;border:0;}
img{display:block;}
ul{list-style-type:none;}

body{
font-size:100%;
line-height:1;
background: #576A77 url(../images/bg.gif) center top repeat-y;
}

a{
color:#6B5C51;
text-decoration:none;
border-bottom:1px solid #B49A89;
}
a:hover{
color:#B49A89;
}

/* Main Layout
------------------------------ */
#container{
width:672px;
margin:0 auto;
background:url(../images/bg_content.jpg) no-repeat;
overflow:hidden;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1em;
color:#586A78;
}
h1{
display:block;
width:684px;
margin:0 auto;
}

#content{
float:left;
width:439px;
}
#nav{
margin-left:459px;
}
#content,#nav,#footer{
padding:10px;
font-size:0.75em;
line-height:1.4em;
}
h2{
font-size:1.3em;
font-weight:bold;
border-bottom:1px solid #FFFFFF;
padding-bottom:2px;
}
h2 a{
border:0;
}
h2,p,ul{
margin-bottom:10px;
}
.article{
margin-bottom:30px;
}

#nav .article ul a{
display:block;
border-bottom:1px solid #ADBAC2;
border-bottom:1px solid #ADBAC2;
margin-bottom:4px;
}

#footer{
clear:both;
background:#EBE3DF;
width:652px;
text-align:center;
border-top:1px solid #FFFFFF;
padding:10px;
font-size:0.7em;
}

/* Album Thumbnails
------------------------------ */
.album {
width:422px;
overflow:hidden;
margin-bottom:10px;
padding:6px;
border:1px solid #FFFFFF;
background:#F7F4F2;
}
.album .thumb {
float:left; 
margin-right:6px;
border:1px solid #6B5C51;
}
.albumdesc p{
padding-top:2px;
}
.album h3{
font-size:1.2em;
font-weight:normal;
padding-bottom:2px;
border-bottom:1px solid #D4C5BC;
}
.album a{
border:0;
}

/* Image Thumbnails
------------------------------ */
.imagethumb{
float:left;
}
.imagethumb a,.imagethumb a:hover{
display:block;
padding:9px;
margin:0 16px 16px 0;
border:1px solid #D4C5BC;
background-color:#F7F4F2;
}
.imagethumb a:hover{
border:1px solid #6B5C51;
}

/* Tags
------------------------------ */
.taglist ul{
display:inline;
}
.taglist li{
background:url(../images/tag.png) no-repeat left center;
padding-left:18px;
float:left;
padding-right:5px;
}
.taglist .tags_title {
background:none;
padding-right:5px;
padding-left:0;
}

/* Image Page
------------------------------ */
body.img_page{
background: #576A77 url(../images/bg_img.gif) center top repeat-y;
}
#container.img_page{
background:url(../images/bg_content_img.jpg) no-repeat;
}
#content.img_page{
font-size:0.75em;
line-height:1.4em;
padding:10px;
width:654px;
}
#image{
text-align:center;
line-height:0;
}
#image a{
border:0;
}
#image img{
display:inline;
}
#imageDesc{
margin-top:20px;
padding-bottom:20px;
text-align:center;
}

/* Image Nav
------------------------------ */
.imgnav{
clear:both;
margin:20px auto;
width:140px;
text-align:center;
border:1px solid #FFFFFF;
background:#F7F4F2;
overflow:hidden;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
display:block;
width:50%;
height:100%;
float:left;
padding:4px 0;
border:none;
line-height:180%;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
background-color:#fff;
border:none;
}
.imgnav .imgprevious a {
float:left;
}
.imgnav .imgnext a {
float:right;
}

/* Archive View
---------------------------- */
ul.archive * {
padding:0;
margin:0;
}
ul.archive #year {
font-size:1.3em;
font-weight:bold;
border-bottom:1px solid #FFFFFF;
padding:10px 0;
}
ul.archive #month {
font-size:0.75em;
font-weight:normal;
}

#tag_cloud {
padding:6px;
text-align:center;
margin-bottom:20px;
background:#fff;
border:2px solid #CEBBAE;
}
#tag_cloud p {
background:#fff;
font-weight:bold;
text-align:center;
}

/* Search Box
------------------------------ */
#search{
overflow:hidden;
}
#search input.pushbutton {
float:right;
padding:1px;
border:1px solid #576A77;
}
#search_input{
float:left;
width:134px;
font-size:1.2em;
height:1.3em;
border:1px solid #576A77;
padding:1px 0 0 0;
}
#search ul {
	position:absolute;
  text-align: left;
  width:20px;
  margin:0px;
  padding:2px;
  list-style:none;
}
#search ul .item {
  display:none;
}
#search ul:hover .item {
  display:block;
  padding:1px;
  margin:0px;
  background:#fff
}
#search li {
width:150px;
}
.clear {
  clear:both;
  height:10px;
}
















#sort {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #96967E;
	text-align: right;
	clear: both;
}
 #sort a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}
 #sort a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}



/* Miscellaneous
------------------------------ */

blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}

#imagemetadata {
  text-align: right;
  position: relative;
  display: none;
}

#imagemetadata table {
  text-align: left;
  line-height: 1em;
  border: 1px solid #ccc;
  position: absolute;
  top: 2em;
  right: 0px;
  background-color: #fafafa;
}

#imagemetadata table td {
  border-bottom: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  padding: 2px 5px;
}


/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}


/* AJAX
------------------------------ */
#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 4px;
}

#exif_link {
  float: right;
}








/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}
#map {margin-left: -77px;}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
    _position: absolute;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #036; }




