/* @group Base */

body {
	margin: 0;
	padding: 0;
	color: #706a52;
	font: 10pt/1.5 Tahoma, Helvetica, sans-serif;
	background: black url(/logo.png) no-repeat;
}

body strong, body b {
	font-weight: bold;
	color: #b8af8c;
}

ul {
	list-style-type: circle;
	list-style-image: url(/dot.png);
	padding-left: 21px;
	margin: 0;
}

li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content p {
	padding-left: 2em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
	border-left: 16px solid #25283a;
}

hr {
	margin: 2em auto;
	height: 1px;
	color: #7a7e7d;
	background-color: #464948;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 1em 0;
	text-align: center;
}

/* @group Headers */

h1, h2, h3 {
	margin: 0 0 15px 0;
	color: #99b;
	font: italic 14pt Georgia, "Times New Roman", Times, serif;
	text-align: left;
	text-transform: lowercase;
	padding: 0;
}

h1 a, h2 a, h3 a {
	border: none;
	color: #99b;
	text-decoration: none;
}

h1 {
	margin: 0;
	font-size: 1.4em;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 1em;
	font-style: italic;
}



/* @end */



/* @end */

/* @group Sidebar */

#sidebar-1 hr {
	margin-top: 1em;
	margin-bottom: 1em;
}

#sidebar-2 a, #sidebar-1 a {
	color: #566172;
	border: none;
	text-decoration: none;
}

#sidebar-2 a:hover, #sidebar-1 a:hover {
	color: #566172;
	border: none;
	text-decoration: underline;
}

ul.thread_list {
	margin-top: 4px;
}

p.email {
	text-align: left;
	padding-left: 0;
}

p.email img {
	padding-top: 3px;
}

p.feeds {
	padding-left: 37px;
	background: url(/rss.png) no-repeat;
	height: 28px;
	padding-top: 3px;
}



/* @end */

/* @group Links */

a {
	color: #767ea7;
	text-decoration: underline;
}

a img {
	border: none;
}

ul.linklist {
	list-style-image: url(/dot.png);
	padding-left: 15px;
}

ul.linklist span.desc {
	color: white;
	font-size: 7pt;
	padding: 0;
	margin: 0;
}



/* @end */

/* @group Layout */

#container {
	margin-top: 149px;
	padding: 0;
}

#sidebar-1, #sidebar-2 {
	display: block;
	float: left;
	border: 1px solid black;
	background: #182636 url(/bar.png) repeat-x;
	padding: 31px 1em 1em;
	overflow: hidden;
}

#sidebar-1 {
}

#sidebar-2 {
	position: relative;
	top: -1px;
	float: left;
	clear: left;
}

#content {
	padding: 48px 1em 10px;
	border: 1px solid black;
	background: #0d1821 url(/bar.png) repeat-x;
	position: absolute;
	left: 18em;
	top: 149px;
}

#headline1 {
	width: 48%;
	float: left;
	padding-right: 11px;
}

#headline2 {
	float: left;
	width: 48%;
	border-left: 1px solid #1c232e;
	margin-bottom: 14px;
	padding-left: 7px;
}

#headline3 {
	float: left;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #1c232e;
	border-top: 1px solid #1c232e;
}

#headline4 {
	width: 58%;
	float: left;
	margin-right: 10px;
	clear: both;
}

#headline5 {
	border-left: 1px solid #1c232e;
	float: left;
	width: 39%;
	margin-top: 19px;
	margin-left: 0;
}

#headline_end {
	clear: both;
	border-top: 1px solid #1c232e;
}


/* @end */

/* @group Box Model Hacks */

#sidebar-1, #sidebar-2 {
\width: 16em;
w\idth: 16em;
}



/* @end */

/* @group Articles */

div.entry-content {
	overflow: auto;
}

table.titlebar {
	width: 100%;
	border-style: none;
	padding-top: 6px;
}

table.titlebar ul.tags {
	padding: 0;
	margin: 0;
}

table.titlebar ul.tags li {
	display: inline;
	list-style-type: none;
	padding-left: 19px;
	background: url(/dot.png) no-repeat 4px 4px;
}

table.trailerbar {
	width: 100%;
	padding: 0;
	margin-bottom: 2em;
	overflow: hidden;
}

.author {
	display: block;
	color: white;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.published {
	text-align: right;
	font: italic 8pt "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	text-transform: lowercase;
	white-space: nowrap;
}

p.tags {
	margin: 0;
	padding: 0;
}

/* @group Images */

div.image {
	display: inline-block;
	margin: 7px;
}

div.image-left, div.image-right {
	background-color: #28271b;
	text-align: center;
	border: 1px solid black;
	padding: 4px;
}

div.image-left {
	float: left;
	clear: left;
	margin-right: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
}

div.image-right {
	float: right;
	clear: right;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 16px;
}

div.image_caption {
	color: #ebd478;
	font: italic .8em Georgia, "Times New Roman", Times, serif;
	padding-top: 4px;
}



/* @end */

/* @group C++ */

div.cpp.code {
	margin-left: 5em;
	background-color: #e3d8c1;
	color: #463e34;
	padding: 1em;
	border-left-width: 6px;
	border-left-style: solid;
	border-style: solid;
	border-color: #766d58;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

span.kw0, span.kw1, span.kw2, span.kw3, span.kw4 {
	color: #773c30;
}

span.sy1, span.sy2, span.sy3, span.sy4 {
	color: #5f70b1;
}

span.nu0, span.nu12 {
	color: #679f76;
}

span.br0 {
	color: #777;
}

span.co1 {
	color: #ad9980;
}



/* @end */



/* @end */

/* @group Comments */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

ol.comments li p.small {
	color: #fff;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}



/* @end */

/* @group Error Page */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

img#eyes {
	position: relative;
	left: 54%;
	top: 90px;
}



/* @end */