/*
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: #101010 url(images/transfixx_bg.jpg) repeat-x;
	margin: 0px;
	font: 9pt Trebuchet MS;
	color: #666666;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #c8c8c8;
}
a:hover {
	color: #ffffff;
}
b, strong {
	color: #ffffff;
}
em, i, u {
	color: #5f6c1d;
}
a img {
	border: 1px solid #474747;
	padding: 2px;
}
a:hover img {
	border: 1px solid #abc04b;
	padding: 2px;
}
table, tr, td {
	font: 9pt Trebuchet MS;
}

/*
SIDE BAR
*/

#sideBar {
	background: #000000;
	width: 281px;
	height: 100%;
	vertical-align: top;
	padding: 0px 7px;
}
#sideBar h1 {
	font: 9pt Trebuchet MS;
	color: #d2d2d2;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px;
	padding: 5px;
}
#sideBar div.main {
	border-bottom: 1px dotted #151515;
	margin: 0px 0px 15px 0px;
}
#sideBar div.mainText {
	text-align: justify;
	color: #444444;
	padding: 5px;
}
#sideBar a {
	color: #606f16;
	font-weight: bold;
}
#sideBar a:hover {
	color: #c0c0c0;
}
#sideBar b, #sideBar strong {
	color: #c0c0c0;
}
#sideBar a img {
	border: 2px solid #262626;
	padding: 0px;
}
#sideBar a:hover img {
	border: 2px solid #3e3e3e;
	padding: 0px;
}
#sideBar textarea, #sideBar input, #sideBar select, #sideBar button {
	background: #101010;
	border: 0px;
	font: 9pt Trebuchet MS;
	color: #444444;
	padding: 5px;
}

/*
CONTENT'S BODY
*/

#contentsBody {
	background: #0a0a0a url(images/transfixx_13.jpg) repeat-y;
	width: 518px;
	height: 100%;
	vertical-align: top;
	padding: 0px 7px;
}
#contentsBody h1 {
	font: 13pt Georgia;
	text-transform: uppercase;
	color: #869732;
	margin: 0px;
}
#contentsBody h2 {
	font: 8pt Trebuchet MS;
	color: #636849;
	margin: 0px 0px 15px 0px;
}
#contentsBody h2 a {
	font-weight: normal;
}
#contentsBody div.main {
	background: #0f0f0f;
	padding: 10px;
	margin: 0px 0px 25px 0px;
}
#contentsBody div.mainText {
	text-align: justify;
	color: #666666;
}
#contentsBody blockquote {
	background: #000000;
	padding: 5px;
}
#contentsBody textarea, #contentsBody input, #contentsBody select, #contentsBody button {
	background: #000000;
	border: 0px;
	padding: 5px;
	font: 8pt Trebuchet MS;
	color: #cccccc;
}

/*
LAYOUT
*/

#ad {
	background: #000000;
	width: 1094px;
	height: 98px;
	vertical-align: middle;
	text-align: center;
}
#introduction {
	background: #424242 url(images/transfixx_04.jpg) no-repeat;
	width: 306px;
	height: 91px;
	font: 8pt Trebuchet MS;
	text-align: justify;
	vertical-align: middle;
	color: #a5a5a5;
}
#latestPhotos {
	background: #2c2c2c url(images/transfixx_08.jpg) no-repeat;
	width: 306px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
}
#latestPhotos a img {
	border: 1px solid #a5a5a5;
	padding: 0px;
	width: 60px;
	height: 70px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
#latestPhotos a:hover img {
	border: 1px solid #ffffff;
	padding: 0px;
	width: 60px;
	height: 70px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
#left {
	background: url(images/transfixx_11.jpg) repeat-y;
	width: 120px;
	height: 100%;
	vertical-align: top;
}
#right {
	background: url(images/transfixx_14.jpg) repeat-y;
	width: 112px;
	height: 100%;
	vertical-align: top;
}
