/*
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: #01070c url("images/bg.jpg") repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a858f;
}

/* --- */

#container {
	background: url("images/container.jpg") repeat-y;
	width: 971px;
	height: auto;
	margin: 0px auto;
}
#ad {
	background: #030c14;
	width: 971px;
	height: 100px;
}
#ad div.code {
	padding-top: 5px;
}

/* --- */

#menu {
	background: url("images/menu.jpg") repeat-x;
	width: 971px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu a {
	text-decoration: none;
	text-shadow: 2px 2px #0b1625;
	color: #cebcad;
}
#menu a:hover {
	color: #6495b4;
}
#menu b {
	color: #2a3f5b;
	margin-left: 10px;
	margin-right: 10px;
}

/* --- */

#header {
	background: url("images/header.jpg") no-repeat;
	width: 971px;
	height: 380px;
	text-align: left;
}
#header div.txx {
	position: relative;
	left: 472px;
	top: 99px;
	width: 174px;
	height: 14px;
	cursor: pointer;
}
#header div.introduction {
	position: relative;
	left: 403px;
	top: 133px;
	width: 334px;
	height: 161px;
	text-align: justify;
	text-shadow: 2px 2px 2px #284162;
	font-size: 10.5px;
	color: #dee1e7;
	line-height: 165%;
}

/* --- */

#sidebar {
	float: left;
	margin-left: 65px;
	width: 296px;
	height: auto;
}
#contents {
	float: right;
	margin-right: 65px;
	width: 515px;
	height: auto;
}
#footer {
	clear: both;
	width: 971px;
	height: auto;
}

/* --- */

a {
	text-decoration: none;
	font-weight: bold;
	color: #85adc5;
}
a:hover {
	color: #fff;
}
b, strong {
	color: #3487dc;
}
em, i, ins, u {
	color: #d3dfeb;
}
a img {
	border: 0px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 2px 2px 2px #030d16;
	-webkit-box-shadow: 2px 2px 2px #030d16;
	-o-box-shadow: 2px 2px 2px #030d16;
	box-shadow: 2px 2px 2px #030d16;
	filter:alpha(opacity: 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
a:hover img {
	filter:alpha(opacity: 100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
blockquote {
	background: #051019;
	border: 1px solid #030b12;
	padding: 5px 10px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-shadow: 2px 2px 2px #030b12;
	line-height: 170%;
	color: #738c9a;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
textarea, input, select, button {
	background: #0d1f30;
	border: 0px;
	outline: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7691a9;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* --- */

#sidebar h2 {
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	color: #d0b694;
	margin: 0px;
	padding: 5px;
}
#sidebar div.main {
	margin: 0px 0px 15px 0px;
}
#sidebar div.maintext {
	background: #02090f;
	border-bottom: 1px solid #0d1e2e;
	padding: 10px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #4f5e6a;
	line-height: 170%;
}

/* --- */

#contents h2 {
	font-size: 20px;
	font-weight: lighter;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #02090f;
	letter-spacing: -1px;
	color: #3e779e;
	margin: 0px;
}
#contents div.entrymeta {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #02090f;
	color: #b9b2ab;
	margin: 0px 0px 10px 0px;
}
#contents div.main {
	background: #071420;
	border-bottom: 1px solid #02090f;
	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%;
}
