/* generics */
HTML {
	height: 100%;
	margin-bottom: 0.01em;
}
BODY {
	font-size: 100%;
	font-family: arial, sans-serif;
	background-color: #e0e0e0;
	color: #666;
	text-align: center;
	margin: 0;
}
#header {
	position: relative;
	top: 85px;
	margin-bottom: -85px;
	z-index: 2;
}
#page {
	width: 780px;
	margin: auto;
	text-align: left;
}
#content {
	background-color: #fff;
	padding: 40px;
	padding-top: 240px;
	padding-bottom: 0;
	z-index: 1;
}
#left_column {
	width: 50%;
	float: left;
}
#right_column {
	width: 50%;
	float: left;
}
#left_column div.content {
	padding-right: 20px;
}
#right_column div.content {
	padding-left: 20px;
}
.float-clear {
	clear: both;
}
P {
	margin: 0;
}
.post {
	margin-bottom: 1.8em;
}
.hide {
	display: none;
}
IMG {
	border: none;
}
#menu A, #menu A:visited, #menu A:active, #footer A, #footer A:visited, #footer A:active, .body A, .body A:visited, .body A:active, #links_div A, #links_div A:visited, #links_div A:active {
	text-decoration: none;
	color: #00f;
	padding: 0 0.1em;
}
#menu A:hover, #footer A:hover, .body A:hover, #links_div A:hover {
	color: #fff;
	background-color: #1e80f8;
}
A, A:visited, A:active, A:hover {
	text-decoration: none;
}
H1 A {
	color: #000;
	display: block;
}
#footer {
	padding: 0.5em 0;
	font-size: 0.7em;
	text-align: right;
}
#menu {
	float: right;
	height: 2em;
	margin-bottom: -2em;
	font-size: 0.7em;
	text-align: right;
	background-color: #e0e0e0;
	padding-left: 0.5em;
}
#menu A {
/*	display: block; */
	float: left;
	margin-left: 5px;
}
#left_column .post.active {
	border-right: 4px solid #f0f0f0;
	padding-right: 4px;
	margin-right: -8px;
	position: relative;
	color: #000;
}
/*
#left_column .post.inactive * {
	color: #aaa;
}
*/
#right_column .post.active {
	border-left: 4px solid #f0f0f0;
	padding-left: 4px;
	position: relative;
	left: -8px;
	color: #000;
}
.ap_container {
	position: relative;
	left: -22px;
	top: -1px;
	z-index: 1;
	margin-bottom: -16px;
}
.ap_space {
	height: 20px;
/*	overflow: hidden; */
}

#links_div_container, #comments_div_container {
	position: absolute;
	padding-left: 20px;
	width: 330px;
}

a.download {
	position: relative;
	left: -20px;
	top: 6px;
	margin-right: -15px;
	float: left;
}

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

/* left column specifics */
#left_column .body {
	position: relative;
	top: 0; left: 0;
	z-index: 20;
}
#left_column .header {
	z-index: 2px;
}
#left_column .body {
	font-size: 0.75em;
	line-height: 1.1em;
}
#left_column.full {
	width: 80%;
}
#left_column.full .body {
	font-size: 0.9em;
	line-height: 1.2em;
}
#left_column H1, H2, H3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
	margin: 0;
	margin-bottom: 0.3em;
}
#left_column H2 {
	font-size: 1em;
}
#left_column H3 {
	font-size: 0.75em;
	color: #666;
}
#left_column .author, #left_column .time {
	text-transform: uppercase;
	color: #000;
}
#left_column .post div.footer {
	text-align: right;
}
#left_column P span.footer {
	padding-left: 0.5em;
}


/* right column specifics */
#right_column {
	font-size: 0.7em;
}
#right_column .post .header, #links_div H1 {
	text-transform: uppercase;
}
#right_column H1 {
	font-size: 1em;
	color: #000;
	margin: 0;
	font-weight: bold;
}
#right_column .body {
	font-size: 1em;
	line-height: 1.4em;
}
#right_column .body P {
	margin-bottom: 0.8em;
}
#right_column .header {
	line-height: 1em;
	margin-bottom: 1em;
}
/*
#right_column .header A:hover:after {
	content: '__';
	display: inline;
}*/

#comments small {
	font-size: 0.85em;
}
#comments label {
	display: block;
	margin-bottom: 0.8em;
}
#comments input {
	display: block;
	margin-bottom: 0.3em;
	border: none;
	border-bottom: 1px solid #888;
}
#comments textarea {
	border: 1px solid #888;
}
#comments input, #comments textarea {
	width: 315px;
}
#comments input#submit {
	margin-left: 215px;
	margin-top: 0.1em;
	width: 100px;
	border: 1px solid #888;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#comment_link, #see_all_comments {
	display: block;
	margin-bottom: 1em;
}