* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 13px Helvetica, Arial, sans-serif;
	line-height: 140%;
	color: #afafaf;
	background: #080808 url(/gfx/back_dark.gif) -500px 0px no-repeat fixed;
	margin: 80px 0 0 160px;
}

h2 {
	font: bold 32px Helvetica, sans-serif;
	letter-spacing: -2px;
	line-height: 90%;
}

.entryMeta {
	font: normal 32px Helvetica, sans-serif;
/*	font: normal italic 32px Georgia, serif; */
	letter-spacing: -2px;
	line-height: 90%;
	display: block;
	color: #2b2b2b;
	margin: 0 0 20px -80px;
}


a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}

.entry p a {
	text-decoration: underline;
	font-weight: normal;
}
.entry p a:hover {
	text-decoration: none;
}



#sidebar {
	position: fixed;
	margin-top: 8px;
	left: 720px;
	width: 230px;
}

#content {
	width: 470px;
}


/* --- Logo --- */

#logo a {
	display: block;
	width: 231px;
	height: 43px;
	cursor: pointer;
	overflow: hidden;
	outline: 0;
	text-indent: -5000px;
	font-size: 0.1em;
	background: url(/gfx/logo.png) top left no-repeat;
}



dl#address {
	margin-top:20px;
}

#address dt {
	margin: 4px 0 2px 0;
	font-weight: bold;
	color: #383838;
}

#address dd {
	margin: 1px 0;
	text-indent: 25px;

}



.entry {
/*	background: url(/gfx/scissors.gif) bottom left no-repeat;
	border-bottom: 1px dashed #c4c4c4; */

}

.entry img {
	width: 470px;
	padding: 0 0 20px 0;
}

.entry object {
	padding: 0 0 20px 0;
	
}


.entry p {
	padding: 0 0 20px 0;
}


.entrySpacer {
	width: 493px;
	height: 20px;
	margin: 5px 0 25px -24px;
	display: block;
	background: url(/gfx/entryspacer_dark.png) no-repeat left center;
}

#entryFooter {
	margin: 0 0 40px 0;
}

#entryFooter a {
	color: #3b3b3b;
}

#entryFooter a:hover {
	color: #fff;
	text-decoration: none;
}

#entryFooter:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#prevEntries {
	float: left;
	padding-left: 12px;
	background: url(/gfx/larr_dark.gif) center left no-repeat;
}

#nextEntries {
	float: right;
	padding-right: 12px;
	background: url(/gfx/rarr_dark.gif) center right no-repeat;
}



