/*
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: #333333 url(images/transfixx_bg.png) repeat-x;
	margin: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, san-serif;
	font-size: 12px;
	color: #bfb09e;
}

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

#wrap {
	width: 600px;
	height: auto;
	margin: 0px auto;
}
#ad {
	width: 600px;
	height: 100px;
	line-height: 100px;
}
#header {
	background: #0f0f0f url(images/transfixx_01.jpg) no-repeat;
	width: 600px;
	height: 445px;
}
#contents {
	width: 600px;
	height: auto;
}
#footer {
	width: 600px;
	height: 10px;
	clear: both;
}

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

a {
	text-decoration: none;
	font-weight: bold;
	color: #d2b36a;
}
a:hover {
	color: #f2e2d1;
}
b, strong {
	color: #95bfd1;
}
em, i, u {
	color: #ae967e;
}
a img {
	border: 2px solid #505050;
}
a:hover img {
	border: 2px solid #606060;
}
textarea, input, select, button {
	background: #424242;
	border: 0px;
	font-family: "Trebuchet MS", serif;
	font-size: 12px;
	color: #ccc3b6;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

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

h2 {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #1c1c1c;
	letter-spacing: 1px;
	margin: 0px;
	padding: 5px;
	color: #a6b4ba;
}
.main {
	margin: 0px 50px 10px 50px;
}
.maintext {
	background: #2f2f2f;
	text-align: justify;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.codes {
	border: 2px solid #505050;
}
.codes:hover {
	border: 2px solid #606060;
}
