body {
	background:#121212;
	font:1em Trebuchet MS;
	word-spacing:2px;
	color:#545454;
	margin:0;
}

* {
	margin:0;
	padding:0;
}

tp {
	line-height:24px;
	margin:25px 0 25px 0;
	color: rgb(19,182,169)
}

a {
	color:#999;
	border-bottom:1px dotted #232323;
	text-decoration:none;
	padding:2px 4px 2px 4px;
}
a:hover {
	border-bottom:1px dotted rgb(19, 182, 169);
	background:#101010;
}

h2 {
	font:24px Arial, sans-serif;
	color:rgb(19, 182, 169);
	letter-spacing:-1px;
	font-weight:normal;
	margin:15px 0 15px 0;
}
h2.first {
	margin:0 0 15px 0;
}
h2 a {
	color:rgb(19, 182, 169);
	text-decoration:none;
	border:none;
	padding:0;
}
h2 a:hover {
	border:none;
	background:none;
}
h3 {
	font-size:1.2em;
	color:#ccc;
	font-weight:normal;
	margin:15px 0 15px 0;
}
p {
	line-height:24px;
	margin:25px 0 25px 0;
	color: rgb(180,180,180);
}
blockquote {
	font-size:1.7em;
	margin:35px 150px 35px 0;
	color:#787878;
	background:url(../images/blockquote.gif) top left no-repeat;
	padding:15px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
blockquote p {
	line-height:40px;
}

#sidebar {
	width:360px;
	background:url(../images/sidebar.jpg) top left no-repeat;
	float:left;
	top: 30px;
	padding:20px 20px 50px 20px;
	position: fixed;
}
#sidebar p {
	font-size:0.9em;
}
#sidebar a {
	color:#ccc;
	border:none;
}
#sidebar a:hover {
	text-decoration:underline;
	color:#eee;
	border:none;
}
#sidebar h1 {
	color:#fff;
	font-size:1.7em;
}
#sidebar h1 a {
	color:#fff;
	text-decoration:none;
	padding:0;
}
#sidebar h1 a:hover {
	text-decoration:none;
}
ol#nav {
	margin:25px 15px 25px 30px;
	font-size:1.3em;
}
ol li {
	margin:15px 0 15px 0 !important;
	margin:-10px 0;
}
#nav a {
	display:block;
	margin:0;
	color:rgb(19, 182, 169);
	border:none;
}
#nav a b {
	float:right;
	display:none;
	color:#333;
}
#nav a:hover {
	background:none;
	border:none;
	text-decoration:none;
}
#nav a:hover b {
	display:inline;
}
#content {
	margin:35px 2% 0 380px;
	background:url(../images/content.jpg) top left no-repeat;
	padding:20px;
}
#content ul {
	margin:15px 15px 15px 15px;
	list-style:none;
}
#content ul li {
	margin:10px 0;
	padding:0 0 0 15px;
	color: rgb(160,160,160)
}
#content img {
	padding:1px;
	background:#000;
	border:3px solid #333;
}

.postdata {
	font:11px Verdana;
	margin:-6px 0 -15px 0;
	color:#777;
}
#footer {
	padding:30px;
	text-align:center;
	border-top:3px solid #333;
	margin:50px 0 0 0;
	background:#000;
}

#header {
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0);
	height: 3em;
	line-height: 3em;
	box-shadow: 0 0 0.5em 0 rgb(4, 117, 161);
	color: rgb(255, 255, 255);
}

	#header h1 {
		position: absolute;
		left: 1em;
		top: 0;
		height: 2em;
		line-height: 1.5em;
		cursor: default;
	}

		#header h1 a {
			font-size: 1.25em;
		}

	#header nav {
		position: absolute;
		right: 0.5em;
		top: 0;
		height: 3em;
		line-height: 3em;
	}

		#header nav ul {
			margin: 0;
		}

			#header nav ul li {
				display: inline-block;
				margin-left: 0.5em;
				font-size: 0.9em;
			}

				#header nav ul li a {
					display: block;
					color: inherit;
					text-decoration: none;
					height: 3em;
					line-height: 3em;
					padding: 0 0.5em 0 0.5em;
					outline: 0;
				}

@media screen and (max-width: 736px) {

	#header {
		height: 2.5em;
		line-height: 2.5em;
	}

		#header h1 {
			text-align: center;
			position: relative;
			left: 0;
			top: 0;
			height: 2.5em;
			line-height: 2.5em;
		}

			#header h1 a {
				font-size: 1em;
			}

		#header nav {
			display: none;
		}
}

a.anchor {
	display: block;
	position: relative;
	top: -70px;
}