
html {
	width: auto;
	height: auto;
	}
body {
	font: 80% Verdana, arial, sans-serif;
	margin: 0;
	padding: 180px 0 3em;
	text-align: center;
	}

p#tocontent {
	display: none;
	}
div#main {
	width: 996px;
	margin: 0 auto;
	text-align: left;
	}

#leftcol {
	width: 330px;
	float: left;
	color: #fff;
	}
#leftcol div {
	background: url(/img/menu/leftcol-top.png) center top no-repeat;
	padding-top: 104px;
	}
#leftcol div div {
	background: url(/img/menu/leftcol-bot.png) center bottom no-repeat;
	padding: 0 0 126px;
	}
#leftcol div div.error {
	background: transparent;
	padding: 0;
	}
#leftcol ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	border: 1px solid transparent; /* needed for firefox bug */
	background: url(/img/menu/leftcol-bg.png) center top repeat-y; 
	}
#leftcol ul#sidebar ul {
	border: 0;
	background: transparent;
	}
#leftcol ul#sidebar ul div {
	padding: 0;
	background: transparent;
	}
#leftcol #categories-list {
	margin-top: -92px;
	}
#leftcol #top-reactions {
	margin-bottom: -92px;
	}
#leftcol ul li {
	padding: 0 32px 0 16px;
	}
#leftcol ul li li {
	padding: 0;
	}
#header, #icons, #footer {
	width: 996px;
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 1;
	}
/*
#icons li a:hover img {
	background: #fff;
	}
*/

.banner-120x600px {
	position: fixed;
	top: 50%;
	margin: -300px 0 0 816px;
	z-index: 2;
	}

#footer {
	text-align: center;
	bottom: 0;
	background: center top no-repeat;
	}
#footer ul {
	background: center 44px no-repeat;
	margin: 0;
	padding: 3em 0 0;
	height: 1.5em;
	}
#footer, #footer a {
	color: #fff;
	font-weight: bold;
	}
#footer li {
	display: inline;
	}
#icons {
	text-align: center;
	bottom: 1.5em;
	z-index: 2;
	list-style: none;
	}
#icons li {
	display: -moz-inline-box;
	-moz-box-orient:vertical;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 2ex;
	}
#icons li a {
	display: table;
	table-layout: fixed;
	overflow:hidden;
	}

a {
	font-weight: bold;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
a img {
	border: 0;
	}

h1 {
	background: center -20px no-repeat;
	height: 180px;
	margin: 0;
	padding: 0;
	}
#header {
	height: 180px;
	top: 0;
	}
#menu {
	position: absolute;
	bottom: -32px;
	right: 152px;
	list-style: none;
	}
#menu li {
	width: 130px;
	height: 130px;
	float: left;
	}
#menu li a {
	display: block;
	height: 130px;
	background: center center no-repeat;
	}
#menu li a span.item {
	position: absolute;
	margin: 116px 0 0 -156px;
	width: 224px;
	padding: 16px 46px 0 16px;/*46px 16px;*/
	background: url(/img/menu/corners.png) left top no-repeat;
	display: none;
	font-weight: normal;
	font-size: 80%;
	color: #000;
	}
#menu li a:hover span.item {
	display: block;
	}
#menu li span .bot {
	display: block;
	width: 286px;
	height: 64px;
	position: absolute;
	margin: 0 0 78px -16px;
	background: url(/img/menu/corners.png) left bottom no-repeat;
	}
#menu li span strong {
	display: block;
	font-size: 120%;
	}
#content {
	padding: 0 32px;
	}
#centercol {
	margin: 0; /* 132px 0 0; 330px;*/
	width: 470px;
	float: left;
	}
h1 a {
	display: block;
	width: 333px;
	height: 78px;
	background: center center no-repeat;
	text-indent: -8192px;
	}
div.warn {
	background: url(/img/warning.png) center center #ff0;
	border: 2px solid #000;
	color: #f00;
	padding: 8px;
	}
div.warn div {
	background: #fff;
	border: 2px solid #000;
	padding: 8px;
	}
div.warn h2 {
	margin: 0 0 1em;
	padding: 0;
	}
div.warn img {
	float: left;
	border: 2px solid #000;
	margin: 0 1ex;
	}
div.warn a {
	color: #f00;
	}
div.warn a:hover img {
	border-color: #f00;
	}
br.clearboth, hr.clearboth {
	clear: both;
	}
div.warn hr.clearleft {
	clear: left;
	border: 0;
	height: 0;
	line-height: 0;
	}

ul.box, ol.box {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.box .inner, #mcalert .alert-inner {
	background: center center;
	border: 3px solid;
	margin: 1em 0;
	padding: 2ex 1em;
	}
.box ul {
	list-style: square;
	margin: 0;
	padding: 0;
	text-indent: 0;
	}
.box ul li {
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	}

form#search {
	position: absolute;
	top: 80px;
	width: 228px;
	margin-left: 32px;
	}
form#search label {
	font-weight: bold;
	}
form#search input.text {
	border: 2px solid;
	width: 132px;
	}
form textarea, form input {
	border: 2px solid;
	width: 100%;
	font-family: Verdana, arial, sans-serif;
	}
form textarea {
	height: 25ex;
	font-size: 100%;
	padding: .5ex 0;
	}
form input.submit {
	width: auto;
	float: right;
	}
form#search input.submit {
	border: 0;
	background: transparent;
	float: none;
	}
form#react table td {
	padding: 2px;
	}
form#react ul {
	list-style: none;
	text-align: left;
	}
form#react ul li {
	display: inline;
	}
#leftcol li#last-comments ul li {
	margin: 0;
	padding: 0;
	}
form label {
	font-weight: bold;
	text-align: left;
	clear: both;
	display: block;
	}
form label span {
	float: left;
	width: 124px;
	text-align: right;
	}
form label input, form label select {
	float: right;
	}
form#baggr-o-meter input {
	width: 300px;
	}
form#baggr-o-meter input.submit, form#baggr-o-meter input.checkbox {
	width: auto;
	}
form#baggr-o-meter dt label {
	font-weight: normal;
	}
form#baggr-o-meter dd a {
	text-decoration: none;
	}
form#baggr-o-meter dd {
	float: right;
	margin-top: -1.5em;
	}
form#baggr-o-meter dt {
	}
form#baggr-o-meter dd a span {
	position: absolute;
	font-weight: normal;
	width: 300px;
	margin-left: -300px;
	border: 2px solid #fff;
	background: #000;
	color: #fff;
	display: none;
	padding: .5em 2ex;
	}
form#baggr-o-meter dd a:hover span {
	display: block;
	}

#modal {
	position: absolute;
	background: #e5dcc8;
	top: 0;
	left: 0;
	z-index: 99;
	opacity: .8;
	}

#mcalert {
	z-index: 100;
	position: absolute;
	width: 400px;
	}
em.underline {
	font-style: normal;
	text-decoration: underline;
	}
img.userimg {
	max-width: 100%;
	}
.box .inner blockquote img {
	max-width: 150px;
	}
span.shy {
	font-size: 0;
	visibility: hidden;
	}

