/*
Theme Name: Transfixx Productions
Theme URI: http://transfixx.com/
Description: Layout specifically designed for <a href="/">this</a> website.
Version: 1.0
Author: Tran Nguyen
Author URI: http://transfixx.com/
*/

body {
	background: #090909 url(images/transfixx_bg.jpg) repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a3a3a3;
}

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

a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
a:hover {
	color: #b3d286;
}
b, strong {
	color: #6f884f;
}
em, i, u, ins {
	font-weight: bold;
	color: #c9e99e;
}
a img {
	border: 3px solid #333333;
	filter:alpha(opacity: 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
a:hover img {
	border: 3px solid #434343;
	filter:alpha(opacity: 100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
table, tr, td {
	font-size: 12px;
}
textarea, input, select, button {
	background: #363636;
	border: 1px solid #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a3a3a3;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
blockquote {
	background: #222222;
	border-left: 1px solid #171717;
	border-bottom: 1px solid #171717;
	font-size: 11px;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #adabab;
}

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

#sidebar {
	background: #161616 url(images/transfixx_09.jpg) no-repeat;
	width: 287px;
	height: 100%;
	vertical-align: top;
}
#sidebar h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px #090909;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #748c50;
	margin: 0px;
	padding: 5px;
}
#sidebar div.main {
	margin: 0px 15px 0px 15px;
}
#sidebar div.maintext {
	background: #121212;
	text-align: justify;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #898989;
}

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


#contents {
	background: #252525 url(images/transfixx_10.jpg) repeat-y;
	width: 526px;
	height: 100%;
	vertical-align: top;
}
#contents h2 {
	font-family: "Franklin Gothic Medium", Arial, sans-serif;
	font-size: 23px;
	font-weight: lighter;
	color: #d4d4d4;
	text-align: left;
	text-shadow: 2px 2px #1e1e1e;
	margin: 0px;
}
#contents h2 a {
	font-weight: lighter;
	color: #d4d4d4;
}
#contents div.entrymeta {
	font-size: 11px;
	font-weight: bold;
	color: #74933e;
	margin: 0px 0px 10px 0px;
}
#contents div.main {
	background: #2b2b2b;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 15px 10px 15px;
}
#contents div.maintext {
	text-align: justify;
}

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

#menu {
	background: #213206 url(images/transfixx_02.jpg) no-repeat;
	width: 903px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
}
#menu a {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 2px 2px #131e02;
	color: #dedede;
	margin: auto 5px auto 5px;
}
#menu a:hover {
	color: #cae8a0;
}
#menu b {
	color: #989f8f;
	font-size: 15px;
}

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

#ad {
	background: #161616 url(images/transfixx_01.jpg) no-repeat;
	width: 903px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}
#introduction {
	background: #c0c3ba url(images/transfixx_05.jpg) no-repeat;
	width: 278px;
	height: 107px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}
#left {
	background: url(images/transfixx_08.jpg) repeat-y;
	width: 45px;
	height: 100%;
	vertical-align: top;
}
#right {
	background: url(images/transfixx_11.jpg) repeat-y;
	width: 45px;
	height: 100%;
	vertical-align: top;
}