/*
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: #333333 url(images/transfixx_bg.jpg) repeat-x;
	margin: 0px;
	font: 9pt Trebuchet MS;
	color: #929292;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #928c02;
}
a:hover {
	color: #e1d827;
}
b, strong {
	color: #dddddd;
}
em, u, i {
	color: #a7a562;
}
a img {
	border: 5px solid #323232;
}
a:hover img {
	border: 5px solid #4c4c4c;
}
table, tr, td {
	font: 9pt Trebuchet MS;
}

/*
SIDE BAR
*/

#sideBar {
	background: #010101;
	width: 265px;
	height: 100%;
	vertical-align: top;
	padding: 0px 10px;
}
#sideBar h1 {
	font: 9pt Trebuchet MS;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #979797;
	margin: 0px;
	padding: 5px;
}
#sideBar div.main {
	margin: 0px 0px 15px 0px;
}
#sideBar div.mainText {
	background: #0a0a0a;
	text-align: justify;
	color: #424242;
	padding: 10px;
	-moz-border-radius: 5px;
}
#sideBar a {
	color: #cdcdcd;
}
#sideBar a:hover {
	color: #ffffff;
}
#sideBar b, #sideBar strong {
	color: #9b9500;
}
#sideBar a img {
	border: 2px solid #65610a;
}
#sideBar a:hover img {
	border: 2px solid #5d5d5d;
}

/*
CONTENT'S BODY
*/

#contentsBody {
	background: url(images/transfixx_16.jpg) repeat-y;
	width: 526px;
	height: 100%;
	vertical-align: top;
	padding: 0px 10px;
}
#contentsBody h1 {
	font: 13pt Georgia;
	text-transform: uppercase;
	color: #bfb810;
	margin: 0px;
}
#contentsBody h2 {
	font: 8pt Trebuchet MS;
	color: #686868;
	margin: 0px 0px 15px 0px;
}
#contentsBody h2 a {
	font-weight: normal;
}
#contentsBody div.main {
	background: #232323;
	padding: 10px;
	moz-border-radius: 5px;
	margin: 0px 0px 25px 0px;
}
#contentsBody div.mainText {
	text-align: justify;
	color: #929292;
}
#contentsBody blockquote {
	background: #2c2c2c;
	border-top: 3px solid #393939;
	border-bottom: 1px solid #4d4d4d;
	padding: 10px;
	color: #828282;
	font-style: italic;
}
#contentsBody textarea, #contentsBody input, #contentsBody select, #contentsBody button {
	background: #2c2c2c;
	border: 0px;
	font: 8pt Trebuchet MS;
	color: #828282;
	padding: 5px;
	-moz-border-radius: 5px;
}

/*
LAYOUT
*/

#adBlock {
	width: 728px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
}
#introduction {
	background: #222222 url(images/transfixx_07.jpg) no-repeat;
	width: 314px;
	height: 84px;
	font: 8pt Trebuchet MS;
	color: #afafaf;
	text-align: justify;
	vertical-align: middle;
}
#latestPhotos {
	background: #292929 url(images/transfixx_11.jpg) no-repeat;
	width: 314px;
	height: 70px;
	vertical-align: middle;
	text-align: center;
}
#latestPhotos a img {
	border: 1px solid #aea808;
	width: 55px;
	height: 60px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
#latestPhotos a:hover img {
	border: 1px solid #bababa;
	width: 55px;
	height: 60px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
#left {
	background: url(images/transfixx_14.jpg) repeat-y;
	width: 114px;
	height: 100%;
	vertical-align: top;
}
#right {
	background: url(images/transfixx_17.jpg) repeat-y;
	width: 110px;
	height: 100%;
	vertical-align: top;
}