body {
	background-image:url('/wordpress/uploads/white-elephant.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment:fixed;
}
.post h2, #content h2 {
    font-size: 75px;
    display: block;
    padding-top: 35px;
    color: #9E2311;
}
.post h2 a, #content h2 a {
    color: #9E2311;
}
.white a {
	text-decoration:underline;
}
.white a:hover {
	text-decoration:none;
}
.white {
	margin: 0px 50px 0px 50px;
	width: 550px;
	float: right;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 16px;
}
.white ol {
	list-style-type: upper-roman;
	margin-left: 25px;
	font-size: 20px;
	font-weight: bold;
}
.white ol ol {
    margin-left: 25px;
    list-style-type: upper-alpha;
}
.white ol ol ol {
    list-style-type: decimal;
}
.white ol ol ol ol {
    list-style-type: lower-alpha;
}
.post-date {
	-webkit-transform:rotate(90deg);
	-webkit-transform-origin:left top;
	-moz-transform:rotate(90deg);
	-moz-transform-origin:left top;
	margin-left: 45px;
	color: #999;
	font-size: 55px;
	line-height: 20px;
}
.first {
	font-size: 18px;
	line-height: 20px;
	text-align: justify;
}
.rules-start {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: 26px !important;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000 !important;
}
.white h3 {
	margin: 0px;
	font-size: 20px;
	line-height: 22px;
}
.white ol li p {
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 15px;
}
.extra-stuff {
	display: block;
	position: absolute;
	top: 300px;
	width: 150px;
	right: 275px;
	padding: 10px;
	background-color: #F0CFC1;
	border: 3px solid #CC3300;
	font-weight: bold;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.white li a {
	display: inline;
}
.toc {
	width: 200px;
	position: absolute;
	left: 150px;
	background: #ccc;
	border: 2px solid #000;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 3px #777;
	-webkit-box-shadow: 3px 3px 3px #777;
	box-shadow: 3px 3px 3px #777;
	opacity: .7;
	filter: alpha(opacity=70);
}
.toc ol {
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	margin-left: 20px;
}
.toc ol ol {
	margin-left: 15px;
}
.toc h4 {
	font-size: 18px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, san-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.return {
	font-size: 10px;
	text-align: right;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666;
	line-height: 10px;
}
.back-to-top {
	font-size: 10px;
	text-decoration: none !important;
}
#einput {
	border-bottom: 1px dashed #000;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
