/*   
Theme Name: Fotobahn
Theme URI: http://www.eisbox.net/dev/wordpress/
Description: A dark, low-contrast theme designed for photoblogging
Author: Mathew Eis
Author URI: http://www.eisbox.net/
Version: 1.0
Tags: dark, black, photoblogging, one-column, flexible-width
*/

/*  ------------------- base ------------------- */

html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px; 
	height: 100%;
	color: #BABFCD;
	background: #1d1e20 url("img/bg.png") repeat;
	font-family: Arial, Helvetica, Veranda, sans-serif;
	font-size:12px;
	text-align: center;
}

a, a:visited {
	color: #EBEAEF;
	background: transparent;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #E3E2E6;
	background: transparent;
	text-decoration: underline;
}
a img { 
	border:none;
}
p {
	margin:0 0 1em 0;
	padding:0;
	line-height:160%;
}
ul {
	list-style-type:none;
	margin:0 0 1em 0;
	padding:0;
	line-height:0%;
}
ul li {
	margin:0;
	padding:0;
	line-height:normal;
}
ol {
	margin:0 0 1em 19px;
	padding:0;
}
* html ol {
	margin:0 0 1em 23px;
	padding:0;
}
ol li {
	padding:0 0 5px 0;
}
form,table,input,textarea,dl,dt,dd {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border:0;
	width:100%;
}
blockquote {
	margin:0 0 1em 0;
	padding:15px 20px 0 20px;
	border: 1px solid #64676E;
	background: url("img/w05.png") repeat;
}
blockquote a, blockquote a:visited {
	text-decoration:underline;
}
pre {
	padding:10px 20px;
	margin:0 0 1em 0;
	overflow:auto;
	border: 1px solid #64676E;
	background: url("img/w05.png") repeat;
}
object {
	display:block;
	margin:0 auto;
}

/*  ------------------- layout ------------------- */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -32px auto; /* the bottom margin is the negative value of the footer's height */
	text-align: center;
}
#lighting {
	margin: 0px auto -243px auto;
	width: 798px;
	height: 243px;
	background: url("img/lighting.png") no-repeat;
}

/*  ------------------- header ------------------- */

#header-wrap {
	height: 83px; /* 63 + 20 */
}
#header-main {
	margin: 0px;
	height: 63px;
	overflow: hidden;
	background: url("img/b25.png");
	min-width:660px;
	width:expression(document.documentElement.clientWidth < 660? "660": "auto" );
}
#header-shadow {
	height: 20px;
	background: url("img/hdr_shadow.png") repeat-x;
}
#header-topbox {
	padding-left: 14px;
	padding-right: 10px;
	height: 40px;
	border-bottom:2px solid #BABFCD;
}
#header-name {
	display: inline-block;
	height: 30px;
	padding-top: 8px;
	float: left;
	font-size: 32px;
}
#header-name a {
	color: #BABFCD;
	background: transparent;
	text-decoration: none;
}
#name-hightlight {
	color: #ffffff;
	background: transparent;
}
#navbar-top {
	height: 40px;
	float: right;
	margin-bottom: -4px;
}
#navbar-top li {
	display: inline;
		list-style-type: none;
		margin: 0px;
	padding: 0px;
}
#navbar-top li a {
	display: inline-block;
	color: #BABFCD;
	background: transparent;
		padding:23px 6px 0px 6px;
	height: 20px;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
}
#navbar-top li a:hover {
	text-decoration: underline;
}
#navbar-bot {
	padding-right: 16px;
	padding-top: 2px;
	float: right;
}
#navbar-bot li {
	display: inline;
		list-style-type: none;
		margin: 0px;
	padding: 0px;
}
#navbar-bot li a {
	color: #BABFCD;
	font-size: 12px;
	font-weight: lighter;
	background: transparent;
	text-decoration: none;
}
#navbar-bot li a:hover {
	text-decoration: underline;
}

/*  ------------------- post ------------------- */

.post-wrap {
	width: 80%;
	padding: 14px;
	display: inline-block;
	text-align: left;
}
.post-title {
	width: 100%;
	font-size: 16px;
	padding-left: 3px;
}
.post-title a {
	text-decoration: none;
}
.post-box {
	width: 100%;
	position: relative;
	display: inline-block;
	clear: both;
	border: 4px solid black;
	background: url("img/b25.png") repeat;
	overflow: hidden;
	box-shadow: 3px 3px 10px #000000;
	-webkit-box-shadow: 3px 3px 10px #000000;
	-moz-box-shadow: 3px 3px 10px #000000;
}
.post-box .caption
{
	float: left;
	position: absolute;
   	display: block;
	background: url("img/b75.png");
	width: 100%;
	height: 26px;
}
.post-nav-lt {
	padding-top: 5px;
	padding-left: 10px;
	position: relative;
	float: left;
}
.post-nav-rt {
	padding-top: 5px;
	padding-right: 10px;
	position: relative;
	float: right;
}
.post {
	margin: 20px 30px 30px 30px;
	padding: 15px 0px 0px 0px;
	line-height: 160%;
	clear: both;
}
.post p {
	margin:0 0 1em 0;
	text-indent: 20px;
	line-height:160%;
}
.post ul li {
	margin:0 0 0 0;
	line-height:160%;
	padding:0 0 0 12px;
}
.post input {
	margin:5px 0;
}
.post-push {
	display: inline-block;
	width: 100%;
	height: 24px;
	background: transparent;
}
.noindent {
	text-indent: 0px;
}
.noindent p {
	text-indent: 0px;
}
.comments {
	margin: 0px 30px 30px 30px;
	padding: 0px 0px 0px 0px;
	line-height: 160%;
	clear: both;
	border-top:2px solid #BABFCD;
}
.comments ol {
	margin: 0px;
}
.comments ul li {
	margin:0 0 0 0;
	line-height:160%;
	padding:0 0 0 12px;
}
.comments input {
	margin:5px 0;
}
.commentlist {
	text-align: justify;
}
.commentlist li {
	margin: 0 0 10px 0;
	padding: 5px 5px 10px 10px;
	list-style: none;
	clear:both;
	border: 1px solid #232426;
}
.commentlist ul {
	clear:both;
}
.commentlist ul.children{
	margin-top:10px;
}

.commentlist li li {
	margin: 0 -4px 1px 0;
}

.commentlist li .avatar {
	float: right;
	padding: 2px;
	background: #fff;
	border-width:1px;
	border-style:solid;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px
}
.commentlist p {
	margin:0 0 1em 0;
	text-indent: 20px;
	line-height:160%;
}
.children { padding: 0 }


.nocomments {
	text-align: center;
}
.fn {
	color: #ffffff;
}
.comment-author {
	line-height: 100%;
}
.comment-author a, .comment-author a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #eee;
}
.comment-author a:hover {
	text-decoration: none;
	border-bottom: 1px solid #eee;
}
.comment-meta {
	font-size: 10px;
	padding-bottom: 6px;
}
.comment-meta a, .comment-meta a:visited, .comment-meta a:hover {
	color: #bbb;
	text-decoration: none;
}
.reply {
	clear:both;
}
.base-push {
	width: 100%;
	height: 32px;
}
.centered {
	text-align: center;
}
/*  ------------------- footer ------------------- */

#footer-push {
	width: 100%;
	height: 0px;
}
#footer-wrap {
	margin: 0px 0px 0px 0px;
	height: 32px; /* 12 + 20  */
}
#footer-shadow {
	height: 12px;
	width: 100%;
	background: url("img/ftr_shadow.png") repeat-x bottom left;
}
#footer-main {
	height: 20px;
	width: 100%;
	background: url("img/b50.png") repeat;
}
#footer-label {
	padding-top: 3px;
	height: 14px;
	font-size: 12px;
}
