@font-face {
	font-family: 'Rocky';
	src: url('fonts/rocr-webfont.eot');
	src: url('fonts/rocr-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/rocr-webfont.woff') format('woff'),
		 url('fonts/rocr-webfont.ttf') format('truetype'),
		 url('fonts/rocr-webfont.svg#RockyNormal') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	font-family: Rocky, monospace;
	font-size: 10pt;
	letter-spacing: 1px;
	color: #ccc;
	line-height: 120%;
}
body {
	background-color: #050505;
	text-align: center;
	margin: 0px;
}
div#deadshrooms {
	background-image: url("deadshrooms.png");
	background-repeat: repeat-x;
	background-position: center bottom;
}
div#wrapper {
	width: 780px;
	text-align: right;
	margin: 0px auto;
}
div#header {
	width: 780px;
	text-align: left;
	color: #808080;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url("mushroomofdeath.png");
	background-repeat: no-repeat;
	background-position: 500px 5px;
	height: 50px;
	overflow: hidden;
}
div#viewer,
div.teaserwrapper {
	width: 100%;
	padding: 5px;
	border: 1px dashed #222;
	border-radius: 5px;
	text-align: center;
	margin-left: -5px;
	background-color:#000;
	box-shadow: 0px 0px 10px #000;
	margin-top: 10px;
}
div#viewer
{
	width: 780px;
	height: 390px;
	margin-bottom: 30px;
}
div#slider
{
	height: 390px !important;
}
div#slider ul,
div#slider ul li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.teaserwrapper .screenshots
{
	display:    block;
	width:      100%;
	text-align: left;
}
div.teaserwrapper .screenshots img
{
	display: inline-block;
	width:   156px;
	height:  88px;
	border:  0px none;
}
div#footer {
	width: 780px;
	text-align: right;
	margin: 0px auto;
	margin-top: 160px;
	padding-bottom: 10px;
}
#footer,
#footer a {
	color: #333333;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	color: #aaa;
}
h1.maintitle {
	color: #fff;
	font-size: 42pt;
	font-weight: normal;
	text-shadow: 0px 2px 2px #444;
	margin: 0px;
}
h2.subtitle {
	color: #FF0080;
	font-size: 16pt;
	font-weight: bold;
	text-shadow: 0px 2px 2px #444;
	margin: 0px 0px 40px 0px;
}
span.title, p.title, div.title {
	font-size: 16pt;
	color: #FF0080;
	text-shadow: 0px 2px 2px #444;
	font-weight: bold;
}
a {
	color: #fff;
}
.lilike {
	padding: 2px 5px 3px 5px;
}
.lilike:hover,
.lilike:hover *,
#worksampleslink,
#worksampleslink *,
#worksampleslink:hover,
#worksampleslink:hover * {
	background-color: #ff0;
	color: #000;
}
.hollow,
.hollow * {
	color: #333;
}
.point {
	color: #0ff;
}
.worksample {
	padding-bottom: 40px;
}
.worksample h3 {
	text-align: left;
	font-size: 16pt;
	font-weight: normal;
}
.worksample .hidable {
	/*text-align: center;*/
	line-height: 150%;
}
.hidable {
	/*margin: 0px 0px 0px auto;
	width: 50%;*/
	text-align: justify;
}
.worksample .usedtechnology span {
	color: #333;
}
.worksample .usedtechnology,
.techtags {
	color: #222;
}
.goback {
	text-align: right;
	font-size: 10pt;
}
.goback.bottom {
	text-align: left;
	padding: 30px 0px 0px 0px;
}
.goback a {
}
#worksampleslink {
	/*background-color: #fff;*/
	padding: 5px 15px;
}
#worksampleslink * {
	/*color: #000;*/
}
.butbig, .butbig * {
	font-size: 16pt;
}