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

html {
	background: #121212 url(images/transfixx_bg.jpg) repeat-x;
	min-height: 100%;
}
body {
	margin: 0px;
	min-height: 100%;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

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

#container {
	background: url(images/transfixx_04.jpg) repeat-y;
	width: 988px;
	height: auto;
	margin: 0px auto;
}
#ad {
	background: url(images/transfixx_01.jpg) no-repeat;
	width: 988px;
	height: 100px;
}

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

#menu {
	background: url(images/transfixx_02.jpg) no-repeat;
	width: 988px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#menu a {
	text-decoration: none;
	color: #ffffff;
	text-shadow: 2px 2px 2px #4d5d28;
	margin: auto 5px auto 5px;
}
#menu a:hover {
	color: #000000;
}

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

#header {
	background: url(images/transfixx_03.jpg) no-repeat;
	width: 988px;
	height: 402px;
	text-align: left;
}
#header div.txx {
	position: relative;
	left: 602px;
	top: 64px;
	width: 250px;
	height: 17px;
	cursor: pointer;
}
#header div.introduction {
	position: relative;
	left: 543px;
	top: 118px;
	width: 368px;
	height: 199px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: justify;
}

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

#left-sidebar {
	float: left;
	margin: 0px 10px auto 65px;
	width: 200px;
	height: auto;
}
#contents {
	float: left;
	margin: 0px 10px auto 0px;
	width: 438px;
	height: auto;
}
#right-sidebar {
	float: right;
	margin: 0px 65px auto 0px;
	width: 200px;
	height: auto;
}
#footer {
	background: url(images/transfixx_05.jpg) no-repeat;
	width: 988px;
	height: 43px;
	clear: both;
}

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

a {
	text-decoration: none;
	font-weight: bold;
	color: #798c48;
}
a:hover {
	color: #465817;
}
b, strong {
	color: #000000;
}
em, i {
	font-weight: bold;
	color: #2a3a04;
}
u, ins {
	color: #8c8c8c;
}
a img {
	border: 3px solid #cecece;
}
a:hover img {
	border: 3px solid #b8b8b8;
}
textarea, input, select, button {
	background: #ffffff;
	border: 1px solid #c8c8c8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
blockquote {
	background: #ffffff;
	border-left: 5px solid #c8c8c8;
	padding: 5px;
	font-size: 11px;
	text-align: justify;
}

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

#left-sidebar h2, #right-sidebar h2 {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #000000;
	text-shadow: 2px 2px 2px #dddddd;
	margin: 0px 0px 10px 0px;
}
#left-sidebar div.main {
	background: #eeeeee;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 10px 0px;
}
#right-sidebar div.main {
	background: #eeeeee;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 10px 0px;
}
#left-sidebar div.maintext, #right-sidebar div.maintext {
	text-align: justify;
	font-size: 11px;
}

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

#contents h2 {
	text-align: left;
	font-weight: lighter;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #293803;
	text-shadow: 2px 2px 2px #dddddd;
	margin: 0px;
}
#contents div.entrymeta {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 0px 0px 10px 0px;
}
#contents div.main {
	background: #ffffff url(images/transfixx_contents_main_bg.jpg) repeat-x;
	background-position: bottom;
	border-top: 5px solid #eeeeee;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 10px 0px;
}
#contents div.maintext {
	text-align: justify;
}

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