/*
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
*/

body {
	background: #0c0c0e url("images/bg.jpg") repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e8188;
}

/* --- */

#container {
	background: url("images/container.jpg") repeat-y;
	width: 961px;
	height: auto;
	margin: 0px auto;
}

/* --- */

#ad {
	background: #111111;
	width: 961px;
	height: 100px;
}
#ad div.code {
	padding-top: 5px;
}

/* --- */

#menu {
	background: url("images/menu.jpg") repeat-x;
	width: 961px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu a {
	text-decoration: none;
	text-shadow: 2px 2px 2px #1d232e;
	color: #d2c8c5;
}
#menu a:hover {
	color: #d5bbb3;
}
#menu b {
	color: #232a37;
	margin-left: 10px;
	margin-right: 10px;
}

/* --- */

#header-01 {
	background: url("images/header-01.jpg") no-repeat;
	width: 961px;
	height: 271px;
	margin: 0px;
	text-align: left;
}
#header-01 div.txx {
	position: relative;
	left: 438px;
	top: 43px;
	width: 172px;
	height: 10px;
	cursor: pointer;
}
#header-01 div.introduction {
	position: relative;
	left: 327px;
	top: 97px;
	width: 393px;
	height: 137px;
	line-height: 160%;
	font-size: 12px;
	text-align: left;
	text-shadow: 2px 2px 2px #18191f;
	color: #cdd2dd;
}

/* --- */

#header-02 {
	background: url("images/header-02.jpg") no-repeat;
	width: 961px;
	height: 144px;
	text-align: left;
	margin: 0px;
}
#header-02 div.elite-affiliates {
	position: relative;
	left: 327px;
	top: 0px;
	width: 412px;
	height: 117px;
	text-align: center;
}
#header-02 a img {
	border: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #090a0a;
	-webkit-box-shadow: 2px 2px 2px #090a0a;
	-o-box-shadow: 2px 2px 2px #090a0a;
	box-shadow: 2px 2px 2px #090a0a;
	filter:alpha(opacity: 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#header-02 a:hover img {
	filter:alpha(opacity: 100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

/* --- */

#sidebar {
	float: left;
	margin-left: 65px;
	width: 286px;
	height: auto;
}
#contents {
	float: right;
	margin-right: 65px;
	width: 515px;
	height: auto;
}
#footer {
	clear: both;
	width: 961px;
	height: auto;
}

/* --- */ 

a {
	text-decoration: none;
	font-weight: bold;
	color: #6282b7;
}
a:hover {
	color: #fff;
}
b, strong {
	color: #c2a69e;
}
em, i, ins, u {
	color: #cfd6e3;
}
a img {
	border: 0px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	filter:alpha(opacity: 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-moz-box-shadow: 2px 2px 2px #111214;
	-webkit-box-shadow: 2px 2px 2px #111214;
	-o-box-shadow: 2px 2px 2px #111214;
	box-shadow: 2px 2px 2px #111214;
}
a:hover img {
	filter:alpha(opacity: 100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
blockquote {
	background: #111316;
	border: 1px solid #0a0d11;
	padding: 5px 10px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-shadow: 2px 2px 2px #0a0d11;
	color: #828998;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
textarea, input, select, button {
	background: #2b2c30;
	border: 0px;
	outline: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ced2da;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* --- */ 

#sidebar h2 {
	font-size: 17px;
	text-align: center;
	text-shadow: 2px 2px 2px #0e0e0e;
	text-transform: uppercase;
	color: #ccaea2;
	margin: 0px;
	padding: 5px;
}
#sidebar div.main {
	margin: 0px 0px 15px 0px;
}
#sidebar div.maintext {
	background: #0e0e0e;
	text-align: left;
	line-height: 170%;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #7c7c7c;
}

/* --- */ 

#contents h2 {
	font-size: 20px;
	font-weight: lighter;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #141517;
	letter-spacing: -1px;
	color: #fff;
	margin: 0px;
}
#contents div.entrymeta {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #141517;
	color: #989aa0;
	margin: 0px 0px 10px 0px;
}
#contents div.main {
	background: #191a1c;
	border-bottom: 1px solid #111316;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 0px 15px 0px;
	line-height: 170%;
}
#contents div.maintext {
	text-align: left;
	line-height: 170%;
}
