body {
margin: 0;
padding: 0;
background: #000 url(/images/damask.gif);
color: #ccc;
font-family: 'Lucida Grande', sans-serif;
font-size: 12px;
}

a {
color: #ccc;
}

#container, #commentcontainer {
width: 812px;
margin: auto;
margin-top: 40px;
}

#bar, #prevdesc, #nextdesc {
position: absolute;
top: 0;
left: 0;
border-bottom: 1px solid #555;
width: 100%;
height: 30px;
line-height: 100%;
background: #070707;
color: white;
z-index: 10;
}

#bar {
color: #ccc;
}

#bar a {
text-decoration: none;
}

#bar a:hover {
color: white;
}

#prevdesc, #nextdesc {
z-index: 1;
}

#lowcontainer {
background: #070707;
width: 100%;
border-top: 1px solid #555;
padding-bottom: 10px;
margin-top: 40px;
}

#bar p, #prevdesc p, #nextdesc p {
margin: 7px;
text-align: center;
}

img.main {
margin: auto;
border: 1px solid #555;
padding: 5px;
display: block;
background: black;
z-index: 0;
}

div.entry {
z-index: 0;
position: relative;
}

div.post {
position: relative;
z-index: 1000;
}

#nextlink, #prevlink {
display: block;
position: absolute;
width: 400px;
height: 612px;
top: 0;
text-decoration: none;
color: white;
z-index: 1000;
}
#prevlink span, #nextlink span {
display: none;
}
#prevlink {
left: 0;
}
#nextlink {
right: 0;
}

#commentcontainer ol li {
width: 600px;
}

#footer {
width: 800px;
margin: 30px auto 10px;
text-align: center;
font-size: 10px;
}

#footer p {
margin: 5px;
}

.thumbbox a {
display: block;
width: 150px;
height: 112px;
overflow: hidden;
}

.thumbbox {
display: block;
float: left;
margin: 10px;
border: 1px solid #555;
padding: 5px;
background: #070707;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	border: 1px solid #888;
}
#lbBottomContainer {
border-top: none;
}

.lbLoading {
	background: #000 url(/images/loading-black.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #000;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #000;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel-black.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}