body {
	margin: 25px;
	margin-top: 10px;
	font: 12px Helvetica, Arial, sans-serif;
	color: #000;
	background: #e0e6f1;
	line-height: 13px;
}

td {
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 13px;
	padding-bottom: 5px;
}

th {
	text-align: left;
	background: #444;
	color: #eee;
	font-size: 12px;
	padding: 5px;
}

table.tooltip tr td {
	padding: 5px;
}

tr.even {
	background: #ddd;
}

div#main {
	background: #eee;
	color: #222;
	clear: both;
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
        border:1px solid #b0bdcc;
}

	div#post {
		width: 65%;
		float: left;
		padding-right: 20px;
		border-right: 1px solid #ccc;
		background: #eee;
	}

		div#post input, div#post textarea {
			width: 100%;
		}

		div#post input.submit {
			width: auto;
		}

	div#sidebar {
		width: 30%;
		float: right;
		background: #eee;
	}

div#footer {
	padding-top: 15px;
	clear: both;
}


span#description {
	font-size: 11px;
	font-style: italic;
}

div#main a {
	text-decoration: none;
	color: #29e;
}

div#main a:hover {
	text-decoration: underline;
}

a.tooltip {
	background: #eee;
}

a.tooltip span {
	display: none;
	padding: 5px;
	margin-top: 15px;
	margin-left: -367px;
	width: 355px;
	height: 120px;
}

a.tooltip:hover span {
	display: inline;
	position: absolute;
	background: #cde;
	border: 0px none;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #000;
	text-decoration: none !important;
	z-index: 25;
}

/*
p.tag-cloud a:hover {
	text-decoration: underline;
}
*/

.tag { font-size: 2.5em; font-weight: 900; }
.tag-1 { font-size: 0.9em; font-weight: 100; }
.tag-2 { font-size: 0.9em; font-weight: 200; }
.tag-3 { font-size: 1.0em; font-weight: 300; }
.tag-4 { font-size: 1.1em; font-weight: 400; }
.tag-5 { font-size: 1.2em; font-weight: 400; }
.tag-6 { font-size: 1.2em; font-weight: 400; }
.tag-7 { font-size: 1.3em; font-weight: 500; }
.tag-8 { font-size: 1.3em; font-weight: 500; }
.tag-9 { font-size: 1.4em; font-weight: 500; }
.tag-10 { font-size: 1.4em; font-weight: 600; }
.tag-11 { font-size: 1.5em; font-weight: 600; }
.tag-12 { font-size: 1.5em; font-weight: 600; }
.tag-13 { font-size: 1.6em; font-weight: 700; }
.tag-14 { font-size: 1.6em; font-weight: 700; }
.tag-15 { font-size: 1.7em; font-weight: 700; }
.tag-16 { font-size: 1.7em; font-weight: 800; }
.tag-17 { font-size: 1.8em; font-weight: 800; }
.tag-18 { font-size: 1.8em; font-weight: 800; }
.tag-19 { font-size: 2.0em; font-weight: 900; }
.tag-20 { font-size: 2.2em; font-weight: 900; }
.tag-21 { font-size: 2.2em; font-weight: 900; }


em.link {
	color: #29e;
	font-style: normal;
}

h1, h2, h3 {
/*
	color: #666;
*/        
	padding-top: 10px;
}

h3 {
	padding-top: 0px;
}

hr {
	border: 0px none;
	border-bottom: 1px solid #ccc;
}

ins {
	color: #0a0 !important;
	text-decoration: underline !important;
}

ins h3 {
	color: #0a0;
}

del {
	color: #d00 !important;
	text-decoration: line-through !important;
}

del h3 {
	color: #d00;
}

tt {
	color: #666;
}

.score {
	 font-size: 1.0em;
	 font-weight: bold;
	 text-align: center;
}

