.table {
	display: table;
}

.table-row, .table-cell {
	padding: 0.2em;
}
.table-row { display: table-row; }
.table-cell { display: table-cell; vertical-align: text-bottom; }

.post { width: auto; }
.user_name { display: inline; }
.navigation { display: block; border: 1px; border-style: solid; padding-left: 0.2em; margin-bottom: 0.2em; }
.auth_navigation { float: right; }



body {
	font-family: arial, helvetica, arial, sans-serif;
	font-size: 80%;
	color: #234163;
	background-color: #EEF3FA;
	margin: 0;
	padding: 0;
	text-align: center;
}

.body {
	text-align: left;
	width: 70%;
	border: 1px solid #9999aa;
	margin-top: 10px;
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	padding: 10px;
	color: #000;
	background-color: #fff;
}

img {
	border: 0px;
}

.file_img {
	border-style: dotted;
	border-color: #5A799D;
	padding: 1px;
	border-width: 1px;
}

a {
	color: #5A799D;
	background-color: inherit;
}

.post, .comment, .form {
	margin: 0 0 3px 0;
	border-style: solid;
	border-color: #5A799D;
	border-width: 1px 0 1px 1px;
}

.form_body {
	padding: 0.2em;
}

.post_subject, .post_info, .post_body, .post_comments_nav, .post_vote {
	padding: 5px;
}

.post_subject_href {
	text-decoration: none;
}

.post_subject, .subheader {
	font-family: "times new roman", helvetica, arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #5A799D;
	background: #EEF3FA url(/img/hdr_icon.gif) no-repeat bottom right;
	border-bottom: 1px solid #5A799D;
	border-right: 1px solid #5A799D;
	display: block;
	padding: 2px 2px 2px 10px;
	clear: right;
}

.post_subject {
	font-size: 125%;
}

.subheader {
	font-size: 100%;
}

.post_info_a {
	text-decoration: underline;
	color: #5A799D;
	background-color: inherit;
}

.post_body {
}

.post_info {
	font-size: smaller;
}

.post_comments_nav {
	text-align: right;
}

.navigation {
	color: inherit;
	background-color: #aacbfa;
	border-color: #5A799D;
	padding: 2px;
	margin-bottom: 0.5em;
}

.nav_a {
	border-left: 1px dotted #5A799D;
	border-right: 1px dotted #5A799D;
	padding: 0 2px 0 2px;
	color: #000;
	background-color: inherit;
}

.nav_a:hover {
	background-color: #5A799D;
	color: #aacbfa;
}

.user_name {
	font-weight: bold;
}

.error_text {
	font-weight: bold;
	color: #FF3333;
	background-color: inherit;
	padding: 2px;
}

q, code {
	display: block;
	border-style: dashed;
	border-width: 1px;
	padding: 0.2em;
	margin: 0em 1em 0.2em 1em;
}

input, textarea {
	border-color: #006;
	border-width: 1px;
	border-style: dotted;
}

hr {
	border-style: dashed;
	border-color: #5A799D;
}

.page_nav {
	padding: 2px;
}

.sub_navigation {
	padding-top: 3px;
	padding-bottom: 8px;
}

.right_nav {
	float: right;
}

.post_nav {
	margin-bottom: 3px;
	display: table;
	width: 100%;
}

.post_nav_next {
	display: table-cell;
	width: 50%;
	text-align: right;
}

.post_nav_prev {
	display: table-cell;
	width: 50%;
}

a.lj_synd_link, a.rss_link, a.pda_link {
	margin: 0px;
	padding: 0px;
}

.buttons_bar {
	text-align: right;
	color: #000;
	background-color: #f9f9ff;
	border: 1px solid #9999aa;
	margin-top: 5px;
	padding: 3px;
}

.post_vote {
	border-top: 1px dotted #aaaaaa;
}

.post_vote_but {
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	color: #fff;
	border: 1px solid #9999aa;
	background-color: #9999ff;
}

.post_vote_res {
	font-weight: bold;
}
