html, body, #container, #posts, .post {
	width: 100%;
	height: 100%;
}
html, body {
	margin: 0;
}
img {
	border: none;
}
* {
	font-style: normal !important;
	font-weight: normal !important;
	font-family: times, serif !important;
}

#container {
	overflow: hidden;
	position: relative;
}

#posts {
	position: absolute;
}

#logo {
	position: absolute;
	top: 22px;
	left: 30px;
	z-index: 9;
}

#menu {
	position: absolute;
	right: 20px; top: 22px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 20;
}
#menu li {
	float: left;
	text-align: center;
	padding: 10px;
	margin-top: -10px;
}
#menu li.active {
	background: black;
}
#menu li.active a {
	display: block;
	color: white;
}
#menu a {
	display: none;
	color: black;
	font-family: helvetica, arial, sans-serif;
	font-size: 70%;
	text-decoration: none;
	text-transform: lowercase;
}
#menu a.menu_item {
	display: block;
	font-size: 20px;
	word-spacing: -1px;
	letter-spacing:normal;
	font-family: 'times new roman', times, serif;
	margin-bottom: 10px;
}

.switch a, #logo a {
	position: absolute;
	left: 20px; bottom: 20px;
	font-family: 'times new roman', times, serif;
	color: black;
	text-decoration: none;
	z-index: 9;
	font-size: 20px;
	word-spacing: -1px;
	letter-spacing:normal;
}

#logo a {
	display: block;
	width: 600px;
	left: 0; top: 0;
}

#hint {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-family: 'times new roman', times, serif;
	color: black;
	text-decoration: none;
	z-index: 9;
	font-size: 20px;
	word-spacing: -1px;
	letter-spacing:normal;
}

.slides {
	width: 10000%;
	height: 100%;
}
.slide {
	float: left;
	position: relative;
	width: 1%;
	height: 100%;
}
.slide .box {
	position: absolute;
	top: 50%; left: 50%;
/*	background-color: black;*/
	z-index: 10;
}
.slide .box img, .slide .box .video {
	background: black;
	position: absolute;
	z-index: 5;
}
.slide .box .text {
	width: 100%;
	height: 100%;
	background: url('../images/back.png');
	color: #ffffff;
	position: absolute;
	z-index: 10;
}
.slide .box .text.simple {
	color: #000000;
	background: #ffffff;
}
.slide .box .text.simple .post_info, .slide .box .text.simple .post_info a {
	color: #000000;
}
.slide .box .text hr {
	border: none;
	border-top: #000000 1px solid;
	margin: 0 20px;
	margin-top: 20px;
}
.slide .box .text p {
	margin: 0; padding: 20px;
	padding-bottom: 0;
	font-size: 20px;
	word-spacing: -1px;
	letter-spacing:normal;
	line-height: 135%;
}
.slide .box .text .post_info {
	position: absolute;
	bottom: 20px; left: 20px;
	color: #ffffff;
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
.slide .box .text .post_info a {
	color: #ffffff;
	text-decoration: none;
}
.slide .more {
	position: absolute;
	bottom: -38px; right: 0;
	width: 160px;
	cursor: pointer;
	text-align: center;
}
.slide .more .spacebar {
	background: url('../images/buttons.gif') no-repeat;
	width: 160px;
	height: 27px;
	background-position: -109px 0;
	
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
.slide .more .spacebar span {
	display: block;
	padding-top: 8px;
}
.slide .text span {
	display: inline !important;
}
.slide .text.simple a {
	color: black;
}
.slide .text a {
	color: white;
}

.button {
	position: absolute;
	width: 28px;
	height: 27px;
	background: url('../images/buttons.gif') no-repeat;
	z-index: 5;
	cursor: pointer;
}
#bottom.loading {
	background: url('../images/spinner.gif') no-repeat;
	background-position: center center;
	cursor: default;
}
#top {
	top: 25px; left: 50%;
	margin-left: -14px;
}
#right {
	right: 25px; top: 50%;
	margin-top: -14px;
	background-position: -28px 0;
}
#bottom {
	bottom: 25px; left: 50%;
	margin-left: -14px;
	background-position: -55px 0;
}
#left {
	left: 25px; top: 50%;
	margin-top: -14px;
	background-position: -81px 0;
}

#diy {
	position: absolute;
	z-index: 9;
	right: 85px;
	top: 90px;
}