/*
This CSS is coded specifically for this website.
You may not copy, redistribute, or use for your own purposes.
Stylesheet coded and designed by Transfixx Productions

EMAIL: transfixx@gmail.com
URL: http://transfixx.com
*/

html {
	background: #000000;
}
body {
	background: #000000 url(images/body-bg.jpg) repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}

/*
-------------------------
*/

#container {
	background: url(images/container-bg.jpg) repeat-y;
	width: 944px;
	height: auto;
	margin: 0px auto;
}
#ad {
	background: url(images/ad-bg.jpg) repeat-y;
	width: 944px;
	height: 100px;
}

/*
-------------------------
*/

#header {
	background: url(images/header.jpg) repeat-y;
	width: 944px;
	height: 385px;
	text-align: left;
}
#header div.txx {
	position: relative;
	left: 581px;
	top: 95px;
	width: 178px;
	height: 8px;
	cursor: pointer;
}
#header div.introduction {
	position: relative;
	left: 543px;
	top: 142px;
	width: 270px;
	height: 170px;
	text-align: justify;
	font-size: 11px;
	font-weight: bold;
	color: #84888d;
}

/*
-------------------------
*/

#menu {
	background: url(images/menu.jpg) no-repeat;
	width: 944px;
	height: 108px;
}
#sidebar {
	float: left;
	margin: 0px auto 0px 65px;
	width: 279px;
	height: auto;
}
#contents {
	float: right;
	margin: 0px 65px 0px auto;
	width: 520px;
	height: auto;
}
#footer {
	clear: both;
	background: url(images/footer.jpg) no-repeat;
	width: 944px;
	height: 65px;
}

/*
-------------------------
*/

a {
	font-weight: bold;
	text-decoration: none;
	color: #89827a;
}
a:hover {
	color: #000000;
}
b, strong {
	color: #000000;
}
a img {
	border: 3px solid #d8d8d8;
}
a:hover img {
	border: 3px solid #000000;
}
ins, u {
	font-weight: bold;
	color: #363c45;
}
textarea, input, select, button {
	background: #ffffff;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
blockquote {
	background: #ffffff;
	border-left: 5px solid #8a9198;
	padding: 5px;
	text-align: justify;
	font-size: 11px;
}

/*
-------------------------
*/

#sidebar h2 {
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #433836;
	margin: 0px 0px 10px 0px;
}
#sidebar div.main {
	background: #c4c4c4;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 15px 0px;
}
#sidebar div.maintext {
	text-align: justify;
	font-size: 11px;
}

/*
-------------------------
*/

#contents h2 {
	font-size: 20px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0px;
	color: #364153;
}
#contents div.entrymeta {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	color: #5d504f;
}
#contents div.main {
	background: #ffffff url(images/contents-main-bg.jpg) repeat-x;
	background-position: bottom;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 15px 0px;
}
#contents div.maintext {
	text-align: justify;
}

.border {
	border: 3px solid #d8d8d8;
}