body {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: 'Trebuchet MS', sans-serif;
	background-color: #17190b;
	background-image: url('img/bg.png');
	background-position: center top;
	background-repeat: repeat-y;
	color: #febc1c;
}

.hl { text-align: left; }
.hc { text-align: center; }
.hr { text-align: right; }
.vt { vertical-align: top; }
.vm { vertical-align: middle; }
.vb { vertical-align: bottom; }

a { text-decoration: none; }
*:focus { outline: none; }
img { border: none; vertical-align: middle; }
a, a:link, a:visited { color: #94c700; }
a:hover, a:active { color: #b8ff00; text-decoration: underline; }

.liff {
	margin: 30px 15px 15px 15px;
	padding: 5px 15px;
	background-image: url('img/bg-dark.png');
	border: 1px solid;
	border-color: #161708 #4b4730 #4b4730 #161708;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#header {
	position: relative;
	height: 200px;
	background-image: url('img/header.png');
}
#logo {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 450px;
	height: 200px;
	text-indent: -9999em;
}
#showcase {
	position: absolute;
	top: 0; left: 450px;
	width: 450px;
	height: 200px;
}

#menu {
	height: 100px;
	margin-bottom: -30px;
	background-image: url('img/menu.png');
	position: relative;
}
#menu h2 { display: none; }
#menu ul {
	display: block;
	list-style-type: none;
	list-style-position: outside;
	margin: 0; padding: 0;
	position: absolute;
	top: 0;
	/* left: 520px; */
	left: 30px;
}
#menu ul li {
	float: left;
	line-height: 36px;
	text-transform: uppercase;
}
#menu ul li a {
	display: block;
	padding: 0 5px;
	margin: 0 10px;
}
#menu ul li a:link, #menu ul li a:visited { color: #febc1c; }
#menu ul li a:hover, #menu ul li a:active { color: #b8ff00; text-decoration: none; }

#content {
	margin: 30px 0 0 50px;
	width: 515px;
	position: relative;
	float: left;
	display: inline-block;
	padding-bottom: 50px;
}
#content .contentbody {
	text-align: justify;
}
#content .title {
	color: #febc1c;
	font-family: Georgia, serif;
	font-size: 20pt !important;
	font-weight: normal;
	background-image: url('img/hul.gif');
	line-height: 26px;
	overflow: hidden;
	padding-bottom: 5px;
	margin: 0 !important;
	display: block;
	padding-top: 0 !important;
}
#content .title a:hover, #content .title a:active { text-decoration: none; }
#content.wide {
	width: 800px;
	margin: 30px 0 0 50px !important;
}

#content-blog h1 {
	display: none;
}

h1 {
	margin: 0 0 20px 0;
	display: block;
	font-family: Georgia, serif;
	font-size: 15pt;
	font-weight: normal;
	color: #febc1c;
	height: 26px;
	padding-top: 4px;
	background-image: url('img/hul.gif');
	background-repeat: repeat-x;
}

#posts {
	float: left;
	color: #febc1c;
	font-size: 10.5pt;
	text-align: justify;
	padding-bottom: 50px;
}

#posts .post {
	width: 515px;
}
#posts .post .subtopic {
	margin: 20px 0 10px 0;
	display: block;
	font-family: Georgia, serif;
	font-size: 15pt;
	font-weight: normal;
	color: #b2a65f;
	height: 26px;
	padding-top: 5px;
	background-image: url('img/hul.gif');
	background-repeat: repeat-x;
}
#posts .post .highlight {
	text-align: center;
	margin: 0 50px;
	padding: 10px 0;
	background-image: url('img/bg-light.png');
	border-top: 1px solid #4b4730;
	color: #b2a65f;
}
#posts .post .break {
	border-top: 1px dashed #4b4730;
}
#posts .post .content { margin-top: 10px; }
#posts .content p { margin: 1em 0; }

#posts .content a {
	border-bottom: 1px dotted #4a6d00;
}
#posts .content a:hover {
	text-decoration: none;
	border-bottom: 1px solid #94c700;
}

#posts .content pre {
	margin: 20px 0;
	font-family: Consolas, 'Lucida Console', monoscape;
	background-image: url('img/bg-dark.png');
	border: 1px solid;
	border-color: #161708 #4b4730 #4b4730 #161708;
	padding: 10px;
	font-size: 8.5pt;
	line-height: 150%;
	color: #b2a65f;
	overflow: auto;
}
#posts .video_yt  {
	width: 515px;
	height: 411px;
	border: 1px solid;
	border-color: #161708 #4b4730 #4b4730 #161708;
	margin: -1px;
}

#posts .copy-code {
	display: block;
	position: absolute;
	border: 1px solid;
	background-image: url('img/bg-light.png');
	border-color: #4b4730 #161708 #161708 #4b4730;
	width: 33px;
	height: 20px;
	text-align: center;
	font-size: 9pt;
}
#posts .copy-code:hover, #posts .copy-code:active { text-decoration: none; }

#posts .imagebox {
	margin: -1px;
	border: 1px solid;
	border-color: #161708 #4b4730 #4b4730 #161708;
}
#posts .imagebox a img { display: block; }
#posts .imagebox .caption {
	display: block;
	border-top: 1px solid #292911;
	background-image: url('img/bg-dark.png');
	padding: 2px 5px;
	color: #b2a65f;
	text-align: center;
	font-size: 9pt;
}
.post .footer {
	clear: both;
	padding-top: 50px;

}
.bignotice {
	text-align: center;
	padding: 10px;
	background-image: url('img/bg-dark.png');
	font-size: 15pt;
}
.post {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 5px solid #1f1f0e;
}
.lastpost { border: none; }
.post .footer {
	margin-top: 20px;
	font-size: 9pt;
	border-top: 1px solid #4b4730;
	background-image: url('img/bg-light.png');
	padding: 10px;
}
.post .footer .info {
	
}
.post .footer .info .date {
	font-weight: bold;
	font-style: italic;
}
.post .footer .actions {
	border-top: 1px solid #1f1f0e;
	margin-top: 5px;
	text-align: center;
	text-transform: uppercase;
	line-height: 24px;
	background-image: url('img/bg-normal.png');
}
.post .footer .actions a {
	display: inline-block;
	height: 24px;
	padding: 0 5px 0 24px;
	margin: 0 5px;
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
.post .footer .actions a:hover, .post .footer .actions a:active { text-decoration: none; }
.actions .comment { background-image: url('img/comment.png'); }
.actions .permalink { background-image: url('img/link.png'); }
.actions .share { background-image: url('img/share.png'); }

#comments, #newcomment {
	border-top: 5px solid #1f1f0e;
	margin-top: 20px;
}
#comments .subheading {
	font-family: Georgia, serif;
	font-size: 15pt;
	font-weight: normal;
	margin: 20px 0 0 0;

}
.commentbox {
	padding: 20px 0;
}
.commentbox .comment {
	border-top: 1px solid #1f1f0e;
	color: #b2a65f;
	background-image: url('img/bg-dark.png');
	padding: 0 10px;
}
.commentbox .comment p {
	margin: 0;
	padding: 10px 0;
}
.commentbox .info {
	font-size: 9pt;
	padding: 5px 10px;
	background-image: url('img/bg-light.png');
	text-align: right;
}

#sidebar {
	margin: 30px 0 0 50px;
	float: left;
	width: 240px;
	padding-bottom: 50px;
}
#sidebar p { 
}
#sidebar .firstsection {
	margin-top: 0 !important;
}
#sidebar .section {
	margin-top: 40px;
	display: block;
	font-family: Georgia, serif;
	font-size: 15pt;
	font-weight: normal;
	color: #febc1c;
	height: 26px;
	padding-top: 4px;
	background-image: url('img/hul.gif');
	background-repeat: repeat-x;
}
#sidebar .subsection {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
#sidebar ul {
	margin: 5px 15px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	list-style-type: none;
}
#searchform .searchbox {
	margin-top: 10px;
	width: 228px;
}
form .text {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 10pt;
	border: 1px solid;
	border-color: #161708 #4b4730 #4b4730 #161708;
	background-image: url('img/bg-dark.png');
	padding: 5px;
	color: #b2a65f;
}
#newcomment form {
	margin-top: 20px;
}
#newcomment textarea {
	width: 505px;
	height: 10em;
}
#newcomment .buttons {
	text-align: right;
	margin-top: 10px;
}
#newcomment th {
	padding: 2px 10px 2px 2px;
	width: 75px;
	text-align: right;
	font-weight: normal;
}
#newcomment td {
	padding: 2px 0;
	width: 440px;
}
#newcomment td input.text { width: 430px; }
#newcomment .notice { margin-right: 20px; }
#newcomment .error {
	border: 1px solid #FEBC1C;
	background-image: url('img/bg-stripes.png');
}
#newcomment .warning {
	border: 1px solid;
	border-color: #4b4730 #161708 #161708 #4b4730;
	background-image: url('img/bg-stripes.png');
	padding: 5px 10px;
	margin-bottom: 15px;
	text-align: center;
}

#newcomment #recaptcha { text-align: center; padding: 20px; }
#newcomment #recaptcha span { display: block; padding: 5px; }
#newcomment #recaptcha .info {
	font-size: 8pt;
}

#recaptcha_image {
	margin: 5px auto;
	width: 300px;
	height: 57px;
	border: 1px solid;
	border-color: #161708 #4b4730 #4b4730 #161708;
}
#newcomment #recaptcha_response_field {
	width: 290px !important;
	margin: 0 auto;
}

.worklist {
	margin-top: 20px;
}
.worklist .item {
	padding: 10px;
	background-image: url('img/bg-light.png');
	width: 495px;
	height: 150px;
	position: relative;
	margin-bottom: 10px;
}
.worklist .item .image {
	border: 1px solid;
	border-color: #161708 #4b4730 #4b4730 #161708;
	display: block;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.worklist .item .info {
	background-image: url('img/bg-dark.png');
	position: absolute;
	top: 10px;
	left: 170px;
	width: 335px;
	height: 150px;
}
.worklist .item .gallerytitle {
	display: block;
	margin: 5px 10px;
	font-family: Georgia, serif;
	font-size: 14pt;
	height: 25px;
}
.worklist .item .description p { margin: 0; }
.worklist .item .description {
	padding: 5px 10px 0 10px;
	color: #b2a65f;
	height: 110px;
	overflow: auto;
}

.continue {
	font-weight: bold;
}

#game {
	margin: 25px auto;
	border: 1px solid;
	border-color: #161708 #4b4730 #4b4730 #161708;
}

.math {
	vertical-align: middle;
}

.latexSource {
	position: absolute;
	border: 1px solid;
	border-color: #161708 #4b4730 #4b4730 #161708;
	color: #E2CC86;
	margin: -1px 0 0 -1px;
	background-image: url('img/bg-dark.png');
	padding: 0;
	font-size: 8pt;
	font-family: Consolas, monospace;
	overflow: hidden;
}
.latexSource:focus { outline: none; }

#footer {
	padding-bottom: 25px;
	clear: both;
	border-top: 3px solid #1f1f0e;
	background-image: url('img/bg-dark.png');
}
#footer .divider {
	background-image: url('img/bg-stripes.png');
	height: 25px;
	margin-bottom: 25px;
}
#footer p {
	font-size: 10.5pt;
	font-variant: small-caps;
	text-align: center;
	color: #60582E;
}