body {
	background-color:#222;
	color:white;
}

div {
	margin:0;
	padding:0;
}

#container {
	background:url("images/middle.jpg") repeat-y;
	color:white;
	width:750px;
	margin-top:170px;
	
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-450px;
	margin-top:-130px;
}

#content {
	background-color:white;
	color:black;
	width:710px;
	padding:20px;
	margin-left:-150px;
	float:right;
	position:relative;
	bottom:100px;
	margin-bottom:-110px;
	left:150px;
	
	height:350px;
	overflow:auto;
}

#logo {
	display:inline;
	float:left;
	padding-left:25px;
	padding-top:25px;
}

#blog-title {
	position:relative;
	text-align:justify;
	float:right;
	width:750px;
	height:70px;
	padding:0;
}

#blog-title a {
	color:white;
	font-weight:lighter;
	font-family:'times new roman', serif;
	letter-spacing:5px;
	font-size:24px;
	text-decoration:none;
}

#blog-title span#img-title {
	position:absolute;
	top:0;
	left:-1px;
	width:100%;
	height:100%;
	background:url("images/titel.jpg") no-repeat;
}

.entry-title {
	margin-top:0;
}

.entry, .hentry {
	overflow:auto;
	height:100%;
}

.photo-page {
	width:320px;
	float:right;
}

#header {
	width:900px;
	//margin:0 auto;
	margin-top:-20px;
	padding:0;
	
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-450px;
	margin-top:-330px;
}

#phototray {
	width:670px;
	padding:0 40px 40px 40px;
	clear:both;
	background:url("images/bottom.jpg") no-repeat bottom;
	position:relative;
	bottom:0;
	overflow:hidden;
}

#phototray a {
	display:block;
	float:right;
	height:80px;
	width:105px;
	overflow:hidden;
}

#phototray img {
	margin:30px;
}

div.sidebar {
	float:left;
	overflow:hidden;
	width:110px;
	padding-left:40px;
}

div#primary {
	background:url("images/top.jpg") no-repeat top left;
	margin-bottom:-40px;
	position:relative;
	bottom:40px;
	padding-top:20px;
}

div#secondary {
	clear:left;
}

.widgettitle {
	display: none;
}

#footer {
	position:absolute;
	bottom:-50px;
	left:50%;
	width:900px;
	margin-left:-375px;
	text-align:center;
	padding-bottom:30px;
}

#footer span {
	margin:0 20px 0 20px;
	font-size:0.7em;
	color:#666;
}

#footer a {
	color:#666;
}

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

ul.xoxo ul {
	padding:1em 0;
}

ul.xoxo ul ul {
	display:none;
}

ul#subpagelist {
	float:right;
	padding:20px;
	margin:0;
	border:1px solid #666;
	background-color:#eee;
	list-style:none;
}

a {
	color:#FF8500;
}

#content a {
	color:#007AFF;
}

a img {
	border:0;
}

img.lightboxphoto {
	display:block;
	margin:0 auto;
	height:350px;
}

.yapb_photo {
	position:absolute;
	top:20px;
	left:20px;
	border:1px solid #000;
	width: 350px;
	height: 350px;
	line-height: 350px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

.yapb_back {
	position: absolute;
	bottom: 10px;
	left: 10px;
	line-height: 1em;
	display:block;
}

.yapb_photo img {
	max-width:350px;
	max-height:350px;
	vertical-align: middle;
}

input {
	background-color: #000;
	border: 1px solid #999;
	color: #ccc;
	padding: 5px;
}	

/*table {
	width:100%;
	border:1px solid black;
	font-size:0.7em;
	border-collapse:collapse;
	table-layout:fixed;
}

td, th {
	border:1px solid black;
}

td.hour, tr.day {
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}

td.now, th.now {
	background-color:#ddd;
}
tr.now {
	background-color:#999;
}

tr.now td.now {
	font-weight:bold;
	background-color:#666;
}*/