/* html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
*/
* {
	padding: 0; 
	margin: 0; 
}

/* image replacement for headlines
*/
.replace {
	position:relative;
	margin:0px;
	padding:0px;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}
.replace span {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1; /*for Opera 5 and 6*/
}

body {
	color: #555;
	font: 0.7em/1.8em "Lucide Grande", Helvetica, Arial, Sans-Serif;
  	background: #2E302D;
	text-align: center;
}

#headline, #headline span{
      height: 13px;
      width: 318px;
      background-image: url('/static/images/header.gif');
}

h3 {
	margin: 10px 0 0 0;
}

p.exif {
	margin: 0 0 15px 5px;
}

blockquote {
	border-left: 2px solid #ddd;
	padding-left : 5px;
}


#top-shadow-left {
	background-image: url('/static/images/shadows/top-left.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: 4px; 
}

#top-shadow-right {
	background-image: url('/static/images/shadows/top-right.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 4px;
	font-size: 1px;
}

#bottom-shadow-left {
	background-image: url('/static/images/shadows/bottom-left.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 4px; 
}

#bottom-shadow-right {
	background-image: url('/static/images/shadows/bottom-right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 4px;
	font-size: 1px;
}

#body-shadow-left {
	background-image: url('/static/images/shadows/body-left.gif');
	background-repeat: repeat-y;
	background-position: left;
}

#body-shadow-right {
	background-image: url('/static/images/shadows/body-right.gif');
	background-repeat: repeat-y;
	background-position: right;
}

#container {
	margin: 25px auto 1px auto;
	height: auto;
	text-align: center; 
}

#container-in {
	margin: 0 4px;
	text-align: left;
	background: #fff;
	overflow: hidden;
}

#head {
	width: 318px; 
	margin: 0 auto;
}

#header {
	background: #383C40;
	height: 13px;
	margin-bottom: 1px;
	border-top: 1px solid #fff;
	text-align: center;
}

#footer {
	margin-top: 25px;
	padding: 25px;
	text-align: center;
	color: #ddd;
	text-shadow: 0 0 2px #000;
}

#footer p {
	padding: 0;
	margin: 0;
}

#footer a {
	color: #aaa;
	font-weight: bold;
	text-decoration: none; 
}
.content {
	margin: 0px;
	padding: 5px;
}

#image {
	position: relative;
	text-align: center;
	height: auto;
	margin: 0;
	padding: 0;
}

#image img {
	margin: 0;
	padding: 0;
	border: 0;
/*	border-bottom: 1px solid #000;*/
	border-top: 1px solid #000;
}

#body {
	position: absolute; 
	bottom: 7px; 
	left: 0; 
	right: 0;
	z-index: 50;
}

#bodycontent {
	padding: 0;
	background: url('/static/images/exif-bg.png');
	height: auto;
	overflow: hidden;
	color: #ddd;
	text-align: left;
	font-size: 1.1em;
}

#bodycontent h2 {
	font-family: "Lucia Grande", Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.8em;
	background-color: #000;
	margin: 0;
	padding: 1px 15px;
	font-weight: normal;
	letter-spacing: 1px;
	text-shadow: #000 0px 0px 2px;
}

#bodyshadow {
	height: 23px;
	text-align: center;
}

.bodyshadow {
	background-image: url('/static/images/shadows/description-drop-shadow.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

#show_info {
	margin: 0 auto 0 auto;
	padding-top: 4px;
	width: 200px;
	height: 23px;
	text-align: center;
	display: block; 
	background: url('/static/images/slider-button-vice-bg.png') no-repeat top;
	color: #666;
	font-size: .9em;
}

.exifdata-right {
	width: 160px;
	float: right; 
	border-left: 1px solid #000;
}

.exifdata {
	padding: 15px;
	line-height: 1.3em;
	color: #ccc;
	font-size: .9em;
	text-shadow: #000 0 0 2px;
}

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

.photoinfo {
	padding: 15px;
	color: #ccc;
	text-shadow: #000 0 0 2px;
}

.photoinfo-left {
	float: left;
}


#image #prev {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	background: url('/static/images/exif-bg.png');
	z-index: 50;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#image #next {
	position: absolute; 
	top: 0px; 
	right: 0px; 
	background: url('/static/images/exif-bg.png');
	z-index: 50;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

#image #prev a,
#image #next a {
	color: #fff;
	padding: 5px 40px;
	display: block;
}

#photo-meta {
	margin-top: -8px; 
	border-top: 1px solid #ccc;
}

.content-shadow {
	background: #fff url('../images/shadows/content-shadow.gif') repeat-x top;
	border-top: 1px solid #000;
	
}

.content {
	padding: 10px;
}


.entry {
	padding: 10px 50px 30px 50px;
}

.entry h2 {
	border-bottom: 1px solid #ddd;
	margin: 20px 0 10px 0;
}

/* comments */

p.slider {
	padding: 0 0 15px 0; 
	margin: 0;
	text-align: center; 
}
a.slider-link {
	margin: 0 auto 0 auto;
	width: 200px;
	height: 23px;
	line-height: 1.5em;
	text-align: center;
	display: block; 
	background:#000 url('../images/slider-button-bg.gif') no-repeat top;
	color: #666;
	font-size: .9em;
}

#commentlist {
	list-style-type: none;
	margin: 0 ; 
	padding: 0;
}

#commentlist li {
	padding: 10px 70px; 
	border-bottom: 1px solid #efefef;
}

/* commentform */

fieldset {
	border: none;
	padding: 20px 50px;
	margin: 10px 20px;
}

label.left {
	float: left;
	width: 100px;
}

input.text {
	margin: 1px;
	padding: 3px; 
	width: 300px;
	border: 1px solid #999;
}

input.text:focus,
textarea.text:focus {
	margin: 0; 
	border: 2px solid #393;
}

textarea.text {
	margin: 1px;
	padding: 3px; 
	width: 400px;
	border: 1px solid #999;
}

h2.tag {
	margin: 10px;
}

.tagwrapper {
	width: 984px;
}

.tagcloudwrapper
{
	width: 800px;
}

.exifbrowserwrapper {
	width: 500px;
}

#tagimagelist {
	width: 1010px;
	text-align: center;
	padding: 10px 0; 
}

#tagcloud {
	padding: 50px 70px;
	text-align: center;
}

#tagimagelist .thumbnail {
	padding: 2px; 
	border: 1px solid #000;
	margin: 2px;
}
br.clr {
	clear: both;
}
#supernav {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-top: 3px solid #000;
	text-align: right;
}

#supernav a {
	display: block;
	float: right;
	width: 100px;
	text-align: center;
	background: #000;
	padding: 0px 15px;
	margin: 0px 10px;
}

#flickrStream {
	display: none;
	background: #000;
	color: #ccc;
	width: 100%;
	height: 115px;
	overflow: hidden;
	text-align: center;	
}

.heading {
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 1.2em;
	text-shadow: 0 0 1px #000;
}

ul#imagelist {
	list-style-type: none;
}
ul#imagelist li {
	float: left;
	display: block;
	width: 170px;
	height: 110px;
	margin: 7px;
	text-align: center;
}
ul#imagelist li a {
	border: 0;
}
ul#imagelist li img {
	border: 0;
	padding: 1px;
	background: #fff;
	box-shadow: 0 0 3px #666;
		-moz-box-shadow: 0 0 3px #666;
		-webkit-box-shadow: 0 0 3px #666;
}