/*
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: #000000 url(images/layout/transfixx_bg.jpg) repeat-x;
	margin: 0px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #4c3b53;
}

/*
------------------------
*/

#wrap {
	width: 890px;
	height: auto;
	margin: 0px auto;
}
#ad {
	width: 890px;
	height: 100px;
	line-height: 100px;
}
#nav {
	width: 890px;
	height: 50px;
	line-height: 50px;
}
#header {
	background: url(images/layout/transfixx_header.jpg) no-repeat;
	width: 890px;
	height: 439px;
	text-align: left;
}
#sidebar {
	float: left;
	margin-left: 40px;
	width: 300px;
	height: auto;
}
#contents {
	float: right;
	margin-right: 40px;
	width: 500px;
	height: auto;
}
#footer {
	width: 890px;
	height: 15px;
	clear: both;
}

/*
------------------------
*/

#nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #f377ad;
	text-shadow: 2px 2px 2px #120213;
	margin: 0px 5px 0px 5px;
}
#nav a:hover {
	color: #ecdbdb;
}

/*
------------------------
*/

#header div.transfixx {
	position: relative;
	left: 442px;
	top: 82px;
	width: 253px;
	height: 22px;
	cursor: pointer;
	clear: both;
}
#header div.introduction {
	position: relative;
	left: 417px;
	top: 129px;
	width: 312px;
	height: 105px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #594060;
	text-align: justify;
}

/*
------------------------
*/

a {
	font-weight: bold;
	text-decoration: none;
	color: #df819c;
}
a:hover {
	color: #ddc7cc;
}
b, strong {
	color: #ad386c;
}
em, u, i {
	font-weight: bold;
	color: #5a6b83;
}
a img {
	border: 3px solid #1b0f20;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
a:hover img {
	border: 3px solid #28172f;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
textarea, input, select, button {
	background: #140918;
	border: 1px solid #1e0f24;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #4c3b53;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
blockquote {
	background: #1a0c1f;
	border-left: 1px solid #25142c;
	border-bottom: 1px solid #25142c;
	padding: 5px;
	text-align: justify;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #7a5e85;
}

H1 {
	background: #0e0313;
	border-left: 0px solid #0e0313;
	border-bottom: 0px solid #0e0313;
	padding: 5px;
	font-size: 11px;
	font-weight: none;
	text-align: justify;
	color: #4c3b53;
}

/*
------------------------
*/

#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	text-shadow: 2px 2px 2px #120213;
	color: #788092;
	margin: 0px 0px 10px 0px;
}
#sidebar div.main {
	background: #0e0313;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 10px 0px;
}
#sidebar div.maintext {
	text-align: justify;
	color: #6c5e72;
}
#sidebar a img {
	border: 2px solid #24132c;
}
#sidebar a:hover img {
	border: 2px solid #372241;
}

/*
------------------------
*/

#contents h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: lighter;
	font-style: italic;
	text-align: left;
	text-shadow: 2px 2px 2px #120213;
	color: #c9417e;
	margin: 0px;
}
#contents h2 a {
	color: #c9417e;
	font-weight: lighter;
}
#contents div.main {
	background: #08030a;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 10px 0px;
}
#contents div.maintext {
	text-align: justify;
}
#contents div.entrymeta {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	font-style: none;
	color: #895d7a;
	margin: 0px 0px 10px 0px;
}