body {
	background: #FFE url(../img/fade.png) fixed top center repeat-x;
	color: maroon;
	font-family: arial,helvetica,sans-serif;
	font-size: 11pt;
	padding: 15px;
	margin: 0;
	text-align: center;
}

ul {
	padding: 0;
	list-style: none;
}

li {
	margin: 7px;
	display: inline-block;
}

a {
	text-decoration: none;
	color: maroon;
}

img {
	border-radius: 7px;
}

/* Breadcrumb */
#breadcrumb {
	font-size: 2em;
	font-weight: bold;
	text-align: left;
	z-index: 3;
	position: fixed;
	top: 0;
	margin: 0 -15px 0 -15px;
	padding: 10px 15px 20px 15px;
	width: 100%;
	background: transparent url(../img/breadcrumb-fade.png) repeat-x top left;
}

#breadcrumb li {
	margin: 3px;
}

#breadcrumb img {
	height: 0.9em;
	cursor: pointer;
}

#breadcrumb .divider {
	font-weight: normal;
	opacity: 0.3;
	margin-right: 3px;
}

#breadcrumb .up {
	-o-transform: rotate(90deg) translate(-4px, 0);
	-moz-transform: rotate(90deg) translate(-4px, 0);
	-webkit-transform: rotate(90deg) translate(-4px, 0);
	transform: rotate(90deg) translate(-4px, 0);
	margin-bottom: 7px;
	height: 18px;
	width: 17px;
	text-align: center;
}

#breadcrumb iframe {
	visibility: hidden;
	width: 0;
	height: 0;
}

#logo {
	display: block;
	background-image: url(../img/logo.png);
	background-size: 100%;
	width: 25px;
	height: 25px;
	margin-bottom: -5px;
}


/* Boards */
#boards li {
	background-color: #F0E0D6;
	border: 2px solid #D9BFB7;
	border-left: none;
	border-top: none;
	border-radius: 10px;
	font-size: 20px;
}

#boards li a {
	display: inline-block;
	padding: 10px;
}

.nsfw {
	text-decoration: underline;
}

/* Board & Thread */
#boards, #board, #thread  {
	margin: 48px auto auto auto;
}

#board div, #thread div {
	float: left;
	background-color: #F0E0D6;
	border: 2px solid #D9BFB7;
	border-left: none;
	border-top: none;
	border-radius: 10px;
	text-align: right;
	padding: 3px;
	margin: 5px;
	font-size: 0;
}

#board div a span {
	display: inline-block;
	text-align: right;
	position: absolute;
	bottom: 3px;
	right: 3px;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 3px;
	border-radius: 6px 0;
	font-size: 11pt;
}

#next, #previous {
	font-size: 2em;
	font-weight: bold;
	position: fixed;
	top: 50%;
	padding: 8px;
	background-color: #F0E0D6;
	border-radius: 10px;
}

#next {
	right: 0;
	border-radius: 10px 0 0 10px;
}

#previous {
	left: 0;
	border-radius: 0 10px 10px 0;
}

.loading {
	cursor: progress;
}

.button {
	display: block;
	border: 1px solid rgba(128, 0, 0, 0.3);
	border-radius: 4px;
	padding: 0.6em;
	background-color: #FFC899;
	background-image: -o-linear-gradient(#FEE2C1, #FED6AF);
	background-image: -moz-linear-gradient(#FEE2C1, #FED6AF);
	background-image: -webkit-linear-gradient(#FEE2C1, #FED6AF);
	background-image: linear-gradient(#FEE2C1, #FED6AF);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	font-size: 11pt;
	-moz-transition: 0.1s linear all;
	-webkit-transition: 0.1s linear all;
	transition: 0.1s linear all;
	background-position: 0 0px;
	background-size: 1px 60px;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
}

.button:hover {
	background-position: 0 -20px;
}

.checkbox {
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 41px;
	z-index: 4;
	cursor: pointer;
	-o-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.checkbox input {
	cursor: pointer;
}

.download {
	position: absolute;
	top: 12px;
	right: 41px;
}

.email {
	position: absolute;
	top: 12px;
	right: 144px;
}

#selected {
	display: inline-block;
	margin: 10px auto auto auto;
}

#thread a, #selected {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#selected img {
	background: #F0E0D6 url(../img/loading.png) no-repeat center center;
	border: 2px solid #D9BFB7;
	border-left: none;
	border-top: none;
	border-radius: 10px;
	padding: 3px;
	max-width: 98%;
	max-height: 79%;
}

#container {
	-webkit-overflow-scrolling: touch;
}

.slider {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.slider #thread {
	height: 65px !important;
	//width: 100000px !important;
	overflow-x: auto !important;
	min-width: 100% !important;
}

.slider #thread div {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	padding: 2px !important;
	margin: 3px !important;

}

.slider #thread div img {
	width: auto !important;
	height: 50px !important;
}