body {
  background: #FFF;
  margin: 1.2em;
  padding: 0;
  text-align: center;
}

a {
  color: #38c;
  text-decoration: none;
}

a:hover {
  color: #05a;
}

.content {
  width: 775px;
  margin: 0 auto;
  font-family: "Lucida Grande", Arial, sans-serif;
  font-size: small;
  background-color: #fff;
  color: #333;
}

.header h2 {
  clear: both;
  margin-top: 0;
  margin-bottom: 1px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
  font-size: 1.5em;
  text-align: left;
}

.header img {
	padding-left: 1px;
}

.breadcrumb {
  float: right;
  color: #333;
  font-size: 0.9em;
}

.breadcrumb .end-breadcrumb {
	color: #333;
}

.breadcrumb .only-breadcrumb {
	color: #333;
	visibility: hidden;
}

.nav { 
  width: 175px;
  display: block;
  text-align: left;
  vertical-align: top;
  float: left;
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
}

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

.nav li {
  font-weight: bold;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  border-right: 1px solid #ddd;
  position: relative;
  padding-bottom: 2px;
  padding-top: 2px;
  margin-top: 3px;
	margin-bottom: 4px;
	padding-left: 1px;
}

.nav li ul {
  position: absolute;
  left: 174px;
  top: -4px;
  display: none;
  width: 179px;
  padding-top: 0;
  margin-top: 0;
}

.nav li ul li {
  border-left: 1px solid #ddd;
  background: #FFF;
  margin-left: 4px;
}

.nav li:hover ul { 
	display: block; 
}

.nav a {
  text-decoration: none;
}

.stories {
  width: 582px;
  float: right;
	padding: 5px;
  text-align: left;
  border: 1px solid #ddd;
  margin-top: 3px;
  margin-bottom: 4px;
  margin-left: 3px;
}

.stories img {
  vertical-align: middle;
  text-align: center;
  border: 0;
}

.stories .title {
  font-size: 1.2em;
  padding-bottom: 2px;
  font-weight: bold;
  width: 50%;
  float: left;
  text-align: left;
}

.stories .title a {
  color: #333;
  text-decoration: none;
  font-size: 1.2em;
}

.stories .date {
  font-size: 0.8em;
  width: 50%;
  float: right;
  text-align: right;
}

.stories .picture_nav {
	clear: both;
	border-top: 1px solid #ddd;
}

.stories .older {
  padding-top: 3px;
	padding-bottom: 3px;
  width: 50%;
  float: left;
  text-align: left;
  font-size: 0.8em;
}

.stories .newer {
  padding-top: 3px;
	padding-bottom: 3px;
  width: 50%;
  float: right;
  text-align: right;
  font-size: 0.8em;
}

.stories .original {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 2px;
}

.stories .picture {
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #ddd;
}

.stories .description { 
	clear: both;
  margin-top: 5px;
  padding-top: 2px;
  padding-bottom: 5px;
  border-top: 1px solid #ddd;
}

.stories .description .description_title {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 2px;
}

.stories .description .description_data {
	font-size: 0.9em;
	padding-left: 4px;
}

.stories .exif {
	clear: both;
	border-top: 1px solid #ddd;
	padding-top: 2px;
	margin-top: 5px;
}

.stories .exif .exif_title {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 2px;
}

.stories .exif tr {
	width: 50%;
	border-bottom: 1px solid #ddd;
	float: left;
}

.stories .exif td {

}

.stories .exif .exif_item_name {
	width: 125px;
	font-weight: bold;
}

.stories .exif .exif_item_data {
	font-size: 0.8em;
}

.stories .gallery_list, .stories .picture_list {
	margin: 0;
  padding: 0;
	clear: both;
}

ul#picture_list {
	list-style-type : none;
	margin: 0;
  padding: 0;
	clear: both;
}

.stories .gallery_list li {
  float : left;
  width: 50%;
  display: block;
  float: left;
  height : 200px; 
  list-style-type : none;
	padding-bottom: 10px;
}

.stories .picture_list li { 
	float : left;
  width: 32%;
  display: block;
  float: left;
  height : 183px; 
  list-style-type : none;
	margin-right: 4px;
}

.stories .gallery_thumb, .stories .picture_thumb {
	float: left;
	text-align: center;
	padding-top: 3px;
	padding-left: 16px;
	padding-right: 6px;
	display:block;
}

.stories .gallery_thumb img, .stories .picture_thumb img {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	margin: 1px;
	-moz-border-radius: 3px;
}

.stories .gallery_thumb a img, .stories .picture_thumb a img {
	border-color: #ccc;
}

.stories .gallery_thumb a:hover img, .stories .picture_thumb a:hover img {
	border-width: 2px;
	border-color: #38c;
	margin: 0;
	-moz-border-radius: 5px;
}

.stories .gallery_list .item_title {
	margin-top: 4px;
	font-size: 1em;
	margin-bottom: 1px;
	font-weight: bold;
	
}

.stories .gallery_list .meta {
	margin-top: 3px;
	color: #999;
	font-size: 0.9em;
}

#disqus_thread #dsq-auth img, #disqus_thread #dsq-options #dsq-extra-links img {
	visibility: hidden;
	display: none;
}

#disqus_thread #dsq-content h3 {
	font-size: 1.4em;
}

.pagination {
	clear: both;
	text-align: center;
	font-size: 0.8em;
  margin-top: 3px;
  padding-top: 2px;
  padding-bottom: 5px;
  border-top: 1px solid #ddd;
}

.pagination a {

}

.pagination a:hover, .pagination a:active {

}

.pagination span.current {
  font-weight: bold;
}
.pagination span.disabled {

}

.links {
	clear: both;
  margin-top: 5px;
  padding-top: 2px;
	font-size: 0.8em;
  border-top: 1px solid #ddd;
}

.links .view_large {
	float: left;
	size: 50%;
	padding-bottom: 2px;
}

.links .download {
	float: right;
	size: 50%;
	padding-bottom: 2px;
}
.footer {
  font-size: 10px;
  color: #999;
  padding-top: 1em;
  border-top: 1px solid #ddd;
  width: 100%;
  clear: both;
}

.footer .copyright {
  width: 50%;
  float: left;
  text-align: left;
  padding-bottom: 1em;
}

.footer .right {
  text-align: right;
}
