html {overflow-y: scroll;}
body {
	background: url(bin/indexbg_low.jpg)  left top no-repeat black;
	background-attachment: fixed;
	color: black;
	font-family: Lucida Grande, Arial;
}

h1 {
	font-size: 32pt;
	color: #333;
}
p.error {
	text-shadow: 1px 1px 2px #5f5742;
	font-size: 18pt;
	color: #5d5444;
	width: 400px;
}

#content {
	width: 460px;
	position: absolute;
	left: 320px;
	top: 120px;
	color: white;
	font-size: 10pt;
	text-shadow: 1px 1px 4px black;
}

#effect-fountain {
	position: fixed;
	right: 80px;
	bottom: 0px;
	z-index: 102;
}

h2 {
	margin: 0px 0px -1px 5px;
	font-size: 22px;
	height: 22px;
	padding: 0px;
	color: #333;
	text-shadow: none;
}

h3 {
	text-shadow: 1px 1px 0px black;
	color: #e9e5cd;

}

.item-text, .item-quote, .item-image {
	margin-bottom: 10px;
}

.item-footer {
	color: #333;
	font-size: 8pt;
	vertical-align: top;	
	text-shadow: none;
	padding-left: 8px;
}
.item-footer img {
	float: right;
	margin-right: 8px;
}

#about {
	position: absolute;
	left: 820px;
	top: -1000px;
}

#aboutcontent {
	width: 160px;
	color: white;
	font-size: 10pt;
	text-shadow: 1px 1px 4px black;
	background: url(bin/bg-noise.png) top left repeat transparent;
	padding: 30px 10px 10px 10px;
	color: #e9e5cd;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: -2px;
}

#aboutimg {
	margin-left: 78px;
}

.item-content {

	background: url(bin/bg-noise.png) top left repeat transparent;
	padding: 10px;
	color: #e9e5cd;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 0px;
}

.item-quote quote {
	font-style: italic;
	margin: 0px 20px 0px 20px;
	text-align: center;
	line-height: 180%;
}
.item-quote p.quote-author {
	font-style: normal;
	margin: 5px 20px 0px 00px;
	text-align: right;
	font-size: 9pt;
	before: content("--");
}

p.image-img {
	text-align: center;
}


#ornament {
	position: fixed;
	right: 0px;
	top: 40px;
}

#badge {
	position: fixed;
	top: 20px;
	left: 20px;
}



#badge-info {
	width: 117px;
	padding: 5px;
	background: url(bin/bg-noise.png) top left repeat transparent;
	color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 11px;

}


#barmenu {
	height: 400px;
	width: 100px;
	position: fixed;
	top: 0px;
	left: 180px;
}

.menubar {
	width: 20px;
	position: absolute;
	top: -400px;
	height: 615px;
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}


#bar-blog {
	background-image: url(bin/bar-blog.png);
	left: 0px;
}
#bar-music {
	background-image: url(bin/bar-music.png);
	left: 40px;
}
#bar-science {
	background-image: url(bin/bar-science.png);
	left: 20px;
}
#bar-pics {
	background-image: url(bin/bar-pics.png);
	left: 80px;
}
#bar-work {
	background-image: url(bin/bar-work.png);
	left: 60px;
}
