/* html elements */

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 10px 0 0 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	/* text-align: center; */
	color: #858e9a;
	}

a {
	color: #858e9a;
	text-decoration: none;
	}

a:hover {
	color: #191919;
	}

a img {
	border: none;
	}

h1 {
	float: left;
	margin: 0 0 2px 0;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}

table {
	border-collapse: collapse;
}

td img {
	display: block;					/* baseline bottom gap fix */
	border: none;
	padding: 2px 2px;
}

/* basic formatting */

#content {
	width: 700px;
	text-align: left;
	margin: 0 auto;
}

#styles {
	float: right;
	margin: 0 0 0 20px;
}

#styles li {
	display: inline;
}

#styles a {
	padding: 0 0 0 .4em;
}

#styles a.selected {
	color: #191919;
}

#nav {
	text-align: right;
	padding: 0 10px;
	background: #858e9a;
	color: #191919;
  clear: both;
}

#nav ul li {
	display: inline;
	padding: 0 0 0 6px;
}

#nav a {
	line-height: 2em;
	color: #c8d5e6;
}

#nav a:hover {
	color: #e7dec7;
}

#nav a.selected {
	color: #e7dec7;
	font-weight: bold;

}

#preview {
	clear: both;
	text-align: center;
	padding: 0 10px;
	background: #858e9a;
	color: #191919;
}

#preview ul li {
	display: inline;
	padding: 0 0 0 6px;
}

#preview a {
	line-height: 2em;
	color: #c8d5e6;
}

#preview a:hover {
	color: #e7dec7;
}

#comment p#iptc_title {
	font-weight: bold;
}
#comment p#iptc_headline {
	font-weight: bold;
}
#comment p#iptc_caption {
}
#comment p#exif_description {
}
#comment p#iptc_comment {
}
#comment p#file_caption {
}


#download {
	clear: both;
	text-align: center;
	padding: 0 10px;
	background: #858e9a;
	color: #191919;
}

#download ul li {
	display: inline;
	padding: 0 0 0 6px;
}

#download a {
	line-height: 2em;
	color: #c8d5e6;
}

#download a:hover {
	color: #e7dec7;
}

#preview a.selected {
	color: #e7dec7;
	font-weight: bold;
}

#cats {
	/* height: 2em; */
	margin: 2px 0;
	background: #858e9a;
}

#cats ul {
  float: none;
}

#cats ul li {
	display: inline;
	border-left: 3px solid;
	border-right: 2px solid #fff;
}

#cats a {
	/* display: inline; */
	/* float: left; */
	padding: 0 10px;
	line-height: 2em;
	color: #191919;
}

#cats li:last-child {
  border-right: none;
}

#cats a:hover {
	color: #656565;
	background: #e7dec7;
}

#cats a.selected {
	color: #c8d5e6;
	background: #656565;
}

#footer {
	margin: 10px 0;
	text-align: center;
	font-size: 9px;
	letter-spacing: .2em;
	color: #858e9a;
}

/* list view */

#list table {
	width: 699px; /* because Safari is my favorite browser :) */
	margin: 2px 0 0 0;
}

#list td {
	padding: 3px 5px;
	border: 1px solid #b6c2d2;
}

#list td.selected {
	background: #858e9a;
}

#list td.selected a {
	color: #fff;
}

#list td.selected_up, #list td.selected_down {
	background: #dce7f5;
}

/* file view */

#file {
  text-align: center;
}

#thumb {
  text-align: center;
}

#thumb table {
  margin-left: auto;
  margin-right: auto;
}

#file_info {
	padding: 0 10px;
	line-height: 2em;
	background: #858e9a;
	color: #191919;
}

#file_info a {
	color: #c8d5e6;
}

#file_info a:hover {
	color: #e7dec7;
}

#file_count {
	float: right;
}

#shot_location {
	margin: 3px 0 0 0;
	text-align: right;
}

#comment {
	margin: 5px 0;
	font-style: italic;
	color: #191919;
}

#exif ul {
	list-style-type: none;
	border-left: 2px solid #858e9a;
}

#exif ul li {
	margin: 5px;
}

#exif img {
	float: right;
}


/* stuff */

#photoblogs {
	margin: 10px 0;
	text-align: center;
}

img {
	padding: 2px 2px;
	margin-left: auto;
	margin-right: auto;
}

#hoverNav{
	position: absolute;
	height: 100px;
	width: 700px;
	z-index: 10;
}

#hoverNav a{ outline: none;}

#prevLink, #nextLink{
        width: 49%;
	height: 100%;
	background: transparent url(./blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url(./prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./next.gif) right 15% no-repeat; }


