
body, html, table, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	background: url(_bg.jpg) fixed #FFFFFF;
}
body, html, table#main {
	margin: 0;
	text-align: justify;
	height: 100%;
	border-collapse: collapse;
	width: 100%;
}
p, h1, h2, li {
	margin: 1em 0;
	padding: 0;
}
td, tr {
	margin: 0;
}
h1, h2 {
	font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
}
hr {
	margin: auto;
	text-align: center;
	padding: 0;
	border: 0;
	width: 468px;
	height: 1px;
	color: #000000;
	background-color: #D5DDF3;
	clear: both;
}
img {
	border: none;
}
li {
	text-align: left;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.code {
	font-family: "Courier New", Courier, monospace;
	background-color: #EBF0FA;
	text-align: left;
	padding: 1ex 2ex;
}

/* Content */
td#content {
	padding: 1em 1ex;
}

/* Header, Footer */
#header, #footer {
	background-color: #3366CC;
	color: #FFFFFF;
	height: 1px;
}
#header h1 {
	margin: 0;
	padding: 0.5ex 1ex;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
}
#footer td {
	padding: 0.5ex 1ex;
}
#footer-left {
	text-align: left;
}
#footer-right {
	text-align: right;
}

/* Advert */
div.advert {
	text-align: center;
	margin: 10px 0 -10px 0;
}
/* Right Menu/Advert */
td#right-menu {
	vertical-align: top;
	width: 160px;
}
/* Left Menu */
td#left-menu {
	vertical-align: top;
	width: 160px;
}
#menu {
	width: 160px;
	height: 600px;
	text-align: left;
	margin: 10px 0 0 10px;
}
#menu span {
	font-weight: bold;
	text-decoration: underline;
	display: block;
}
#menu a {
	text-decoration: none;
}

/* Tag Cloud */
.cloud {
	padding: 1ex 2em;
}
.cloud a, .cloud a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: none;
	line-height: 130%;
	padding: 0 5px;
}
.cloud a:hover {
	color: #FFFFFF;
	background-color: #3366CC;
}
.cloud-1, .cloud-1:hover {
	font-size: 100%;
}
.cloud-2, .cloud-2:hover {
	font-size: 110%;
}
.cloud-3, .cloud-3:hover {
	font-size: 120%;
}
.cloud-4, .cloud-4:hover {
	font-size: 130%;
}
.cloud-5, .cloud-5:hover {
	font-size: 140%;
}
.cloud-6, .cloud-6:hover {
	font-size: 150%;
}
.cloud-7, .cloud-7:hover {
	font-size: 160%;
}
.cloud-8, .cloud-8:hover {
	font-size: 170%;
}
.cloud-9, .cloud-9:hover {
	font-size: 180%;
}
.cloud-10, .cloud-10:hover {
	font-size: 190%;
}
.related-category {
	color: #800000;
}

/* Comment Form */
#comment_form input, #comment_form textarea {
	border: 2px solid #EBF0FA;
	width: 100%;
}
.comment-status {
	display: block;
	padding: 1ex;
	font-weight: bold;
	color: #FFFFFF;
}

/* Comments */
.comment {
	border: 2px solid #EBF0FA;
}
.comment p {
	padding: 1ex 2ex;
	margin: 0;
}
.comment a {
	text-decoration: none;
	color: #808080;
	font-size: 80%;
}
.comment-author {
	background: #EBF0FA;
}