/*
Theme Name: Transfixx Productions
Theme URI: http://transfixx.com/
Description: Layout specifically designed for <a href="http://amanda-seyfried.us">this</a> website.
Version: 1.0
Author: Tran Nguyen
Author URI: http://transfixx.com/
*/

body {
	background: #262a32 url(images/transfixx_bg.jpg) repeat-x;
	margin: 0px;
	font: 9pt Trebuchet MS;
	color: #6c7178;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #9eaba7;
}
a:hover {
	color: #f692a1;
}
b, strong {
	color: #80858c;
}
em, i, u {
	color: #ccdcd9;
}
a img {
	border: 5px solid #3c424a;
}
a:hover img {
	border: 5px solid #454b54;
}
table, tr, td {
	font: 9pt Trebuchet MS;
}

.image {
border: 5px solid #3c424a;
}

.image:hover  {
	border: 5px solid #454b54;
}

/* 
SIDE BAR
*/

#sideBar {
	background: #00010d;
	width: 242px;
	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: #687374;
	margin: 0px;
	padding: 5px;
}
#sideBar div.main {
	margin: 0px 0px 10px;
}
#sideBar div.mainText {
	background: #0a0c17;
	-moz-border-radius: 5px;
	padding: 10px;
	text-align: justify;
	color: #3d404f;
}
#sideBar a {
	color: #b39588;
}
#sideBar a:hover {
	color: #f692a1;
}
#sideBar b, #sideBar strong {
	color: #9eaba7;
}
#sideBar a img {
	border: 2px solid #171b2e;
}
#sideBar a:hover img {
	border: 2px solid #42494d;
}

 #sideBar select {
	background: #01010D;
	border: 0px;
	font: 8pt Trebuchet MS;
	color: #9EABA7;
	padding: 5px;
	-moz-border-radius: 5px;
}

/*
CONTENTS BODY
*/

#contentsBody {
	background: url(images/transfixx_12.jpg) repeat-y;
	width: 542px;
	height: 100%;
	vertical-align: top;
	padding: 0px 10px;
}
#contentsBody h1 {
	font: 13pt Georgia;
	text-transform: uppercase;
	color: #a5b4b0;
	margin: 0px;
}
#contentsBody h2 {
	font: 8pt Arial;
	color: #a58578;
	margin: 0px 0px 15px 0px;
}
#contentsBody h2 a {
	font-weight: normal;
}
#contentsBody div.main {
	background: #31363d;
	-moz-border-radius: 5px;
	padding: 10px;
	margin: 0px 0px 20px 0px;
}
#contentsBody div.mainText {
	text-align: justify;
	color: #6c7178;
}
#contentsBody blockquote {
	background: #373d44;
	-moz-border-radius: 5px;
	padding: 10px;
	color: #5a6069;
}
#contentsBody textarea, #contentsBody input, #contentsBody select, #contentsBody button {
	background: #373d44;
	border: 0px;
	font: 9pt Trebuchet MS;
	-moz-border-radius: 5px;
	padding: 5px;
	color: #91a09a;
}

/*
LAYOUT ESSENTIALS
*/

#adBlock {
	width: 728px;
	height: 90px;
	vertical-align: middle;
	text-align: center;
}
#introduction {
	background: #778383 url(images/transfixx_07.jpg) no-repeat;
	width: 323px;
	height: 82px;
	font: 8pt Trebuchet MS;
	color: #c3d9d0;
	vertical-align: middle;
	text-align: justify;
}
#left {
	background: url(images/transfixx_10.jpg) repeat-y;
	width: 66px;
	height: 100%;
	vertical-align: top;
}
#right {
	background: url(images/transfixx_13.jpg) repeat-y;
	width: 67x;
	height: 100%;
	vertical-align: top;
}
