html {
	color: #ddd;
	background-color: #181818;
	padding: 0 44px;
}

body {
	font: 15px "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.7;
	letter-spacing: 0.06em;
	color: #ddd;
	background-color: #181818;
	max-width: 58em;
	margin: 44px auto;
	padding: 0;
	position: relative;
}

p {
   	text-align: inherit;
	padding: 0.5em 0;
	margin: 0.3em 0;
}

abbr {
	letter-spacing: 0.15em;
	border-bottom: 1px dashed #666;
}

dt {
	font-weight: bold;
}
dd {
	padding: 0 0 0.6em;
}

ul {
	padding: 0;
	margin: 0.5em 0 1em;
}
ul > li {
	padding: 0 0 0 0.15em;
	margin: 0.15em 0 0.15em 1.2em;
}

table {
	width: 100%;
	margin: 1em 0 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0px solid #666;
}
th[colspan] {
	text-align: center;
}
td, th {
	padding: 0.1em 0.9em;
	border: 0px solid #666;
}

#description {
	font-family: georgia, tahoma, sans-serif;
	font-size: 1.5em;
}

#pref_checkbox_descr {
	font-family: georgia, tahoma, sans-serif;
	font-size: 1.25em;
}

table.rows td {
	border-width: 0px 0;
}
table.rows th {
	border-width: 0px 0 3px;
	border-bottom-style: double;
}

table.cols td,
table.cols th {
	border-width: 0 0px;
}

cite {
	font-style: italic;
}

blockquote, pre, p.wrapped-code {
	background-color: #222;
	border: 1px solid #444;
	margin: 0;
	padding: 0 0.5em;
}
blockquote {
	color: #bbb;
}
pre, p.wrapped-code {
	line-height: 1.3;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
blockquote blockquote {
	padding: 0 1em;
}
blockquote pre {
	padding: 0.5em 0;
	border: 0;
	margin: 0;
}
blockquote p.wrapped-code {
	padding: 0.5em 1em;
}
blockquote > p:first-child {
	margin-top: 0;
}
blockquote > p {
	margin-bottom: 0;
}
q {
	quotes: '\201C' '\201D' '\2018' '\2019';
}
blockquote + blockquote, blockquote + pre, blockquote + p.wrapped-code,
pre + blockquote, pre + pre, pre + p.wrapped-code,
p.wrapped-code + blockquote, p.wrapped-code + pre, p.wrapped-code + p.wrapped-code {
	margin-top: 1.125em;
}
div.body > blockquote, div.body > pre, div.body > p.wrapped-code {
	padding-left:  2em;
	padding-right: 2em;
	margin-left:  -2em;
	margin-right: -2em;
	border-width: 1px 0;
}
div.body > ins > blockquote, div.body > ins > pre, div.body > ins > p.wrapped-code {
	padding-left:  1.5em;
	padding-right: 1.5em;
	margin-left:  -1.5em;
	margin-right: -1.5em;
	border-width: 1px 0;
}
div.body > blockquote:first-child, div.body > pre:first-child, div.body > p.wrapped-code:first-child,
div.body > ins > blockquote:first-child, div.body > ins > pre:first-child, div.body > ins > p.wrapped-code:first-child {
	margin-top: 2em;
}

h1 { font-size: 2.20em; }
h2 { font-size: 1.90em; }
h3 { font-size: 1.55em; }
h4 { font-size: 1.30em; }
h5 { font-size: 1.10em; }
h6 { font-size: 1.00em; }
h1, h2, h3, h4, h5, h6 {
	color: #eee;
	line-height: 1.2;
	letter-spacing: 0.07em;
	margin-bottom: 0;
	text-align: left;
	font-family: Georgia, "Hoefler Text", "DejaVu Serif", "Bistream Vera Serif", "Lucida Bright", serif;
	font-weight: normal;
}

pre, code, var {
	font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Andale Mono", monospace;
}
var, code {
	padding: 0 2px;
	margin: 0;
	background-color: #242424;
	font-style: inherit;
	letter-spacing: 0;
}
kbd {
	padding: 0 0.3em;
	border: 1px solid #999;
}
pre > code {
	padding: 0;
	margin: 0;
	background: transparent;
}

img {
	padding: 0;
	border: 0;
	margin: 0;
}

a {
	text-decoration: none;
	padding:  1px  0.1em  1px  0.1em;
	margin:  -1px -0.1em -1px -0.1em;
}
a:link {
	color: #fff;
	background: transparent;
	border-bottom: 1px solid #999;
}
a:visited {
	color: #ddd;
	background: transparent;
	border-bottom: 1px solid #666;
}
a:hover {
	text-decoration: none;
	color: #fff;
	background: #444;
	padding:  1px  0.1em  1px  0.1em;
	margin:  -1px -0.1em -1px -0.1em;
	border-bottom: 2px solid #444; /* should be 1px but that looks jumpy for some reason */
}
a:active {
	color: #fff;
	background: transparent;
	border-bottom: 1px solid #999;
}

a[name], a[id] {
	padding: 0;
	margin: 0;
}

body > del,
div > del {
	display: block;
	text-decoration: line-through;
}

body > ins,
div > ins {
	display: block;
	text-decoration: none;
	padding: 0 1.5em;
	border: 1px dotted #777;
	margin: 0.5em -1.5em;
	background-color: #1b1b1b;
}

.blocklink {
   	margin: auto;
	display: table;
}
.blocklink a {
	text-align: center;
	display: table-cell;
	padding: 2px 2px 0.5em;
	border: 1px solid #333;
}

.attention {
	background-color: #393939;
	padding: 0.35em 1em;
	border: 1px solid #666;
	/* -moz-border-radius: 3px; */
	margin: 2.5em;
}

.subtitle {
	font-size: 0.8em;
	color: #999;
	padding: 0;
	margin: 0;
}

.mail {
	font-family: "Bitstream Vera Sans Mono", "Andale Mono", monospace;
	font-style: inherit;
}

.smiley {
	font-weight: bold;
	font-family: monospace;
	color: #ff0;
}

.via, .backlinks {
	font-size: 0.9em;
	font-style: italic;
}

ol.conversation { display: table }
ol.conversation > li { display: table-row }
ol.conversation > li > span,
ol.conversation > li > q { display: table-cell }
ol.conversation,
ol.conversation > li { list-style: none; margin: 0; padding: 0; }
ol.conversation > li > span { text-align: right }
ol.conversation > li > q { font-style: inherit; quotes: '' ''; padding-left: 1em }

#navigation {
	width: 100%;
	height: 64px;
	padding: 0;
	margin: 0;
	border: 1px solid #ddd;
	margin-bottom: 2em;
}
#navigation ul {
	list-style: none;
	width: 260px;
	padding: 0;
	margin: 0;
	float: right;
}
#navigation li {
	padding: 0;
	margin: 0;
	float: left;
}
#navigation a {
	text-align: center;
	text-decoration: none;
	font-family: Georgia, "Hoefler Text", "DejaVu Serif", "Bistream Vera Serif", "Lucida Bright", serif;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 64px;
	vertical-align: middle;
	padding: 0;
	width: 64px;
	height: 64px;
	margin: 0;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #ddd;
	display: block;
}
#navigation a:link, #navigation a:active, #navigation a:visited {
	background-color: transparent;
}
#navigation a:hover {
	background-color: #333;
}
#navigation a i {
	display: none;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.07em;
}
#navigation a:hover i {
	font-size: 44px;
	white-space: nowrap;
	display: inline;
	position: absolute;
	left: 16px;
}
#navigation #nav-links a {
	background-image: url(/img/nearrow.png);
	background-repeat: no-repeat;
}
#navigation #nav-links a b {
	display: none;
}

#activity, #content, #artic, #newPost, #Quote, #EQ {
	padding: 1.5em 2em;
	margin: 0;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-o-border-radius: 3px;
}

#ma, #mb { height: 1.5em; }
#nPa, #nPb { height: 1.5em; }

.title {
	letter-spacing: 0.015em;
	font-size: 3.3em;
	text-align: right;
	margin: 0 0 0.4em; /* 0.5 * 2.6 / 3.3 */
}
.title.single-word {
	font-size: 3.9em;
	margin-bottom: 0.33333333em; /* 0.5 * 2.6 / 3.9 */
}
.title.long {
	font-size: 2.6em;
	letter-spacing: 0.03em;
	margin-bottom: 0.5em; /* baseline */
}
#paging, #copyright, .date {
	color: #999;
	font-size: 0.8em;
	line-height: 1.4;
}
.date {
	text-align: right;
}
.title + .date {
	margin-top: -2em;
}
#footer {
	margin: 2em 0 0;
	padding: 0;
}
#paging, #copyright {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	text-align: right;
}
#paging {
	float: left;
}

#spaces {
	width: 870px;
	margin: 22px auto 0;
	background: #ffbbcc;
	border: 1px solid #e6db55;
	text-align: center;
	font: /*1.3*/2em Georgia, Times, "Times New Roman", serif;
	color: black;
	padding: 10px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input,select
{
	font:normal 13px 'Lucida Grande', Helvetica, Arial, sans-serif;
	color:#444;
}

select
{
	border:solid 1px #bbb;
}

input.text_field:disabled,textarea:disabled
{
	background:#f5f5f5;
}
#name, #msg {
	width: 20.5em;
}

input {

}

#acti_p, #acti_c, #eq_c, #acti_media {
	font-size: 2em;
	font-family: Georgia, "Hoefler Text", "DejaVu Serif", "Bistream Vera Serif", "Lucida Bright", serif;
	font-weight: normal;
	width: 400px;
	border: 0px hidden;
}

#acti_p {
	border-left: groove 2px;
}

#acti_media {
	border-top: groove 2px;
	width: 802px;
}