/*
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: #e8eae9 url(images/transfixx_bg.jpg) repeat-x;
	margin: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #76817c;
}

/*
IMPORTANT ELEMENTS
*/

#wrap {
	width: 863px;
	height: auto;
	margin: 0px auto;
}
#nav {
	background: #afb3b4 url(images/transfixx_01.jpg) no-repeat;
	width: 863px;
	height: 51px;
	line-height: 51px;
}
#header1 {
	background: url(images/transfixx_02.jpg) no-repeat;
	width: 863px;
	height: 154px;
}
#header2 {
	background: url(images/transfixx_03.jpg) no-repeat;
	width: 863px;
	height: 273px;
	text-align: left;
}
#introduction {
	position: relative;
	left: 387px;
	top: 12px;
	width: 301px;
	height: 122px;
	font-size: 11px;
	font-style: italic;
	text-align: justify;
	color: #898d8e;
	text-shadow: 1px 1px 1px #ffffff;
}
#sidebar {
	float: left;
	width: 290px;
	height: auto;
	margin-left: 31px;
}
#contents {
	float: right;
	width: 500px;
	height: auto;
	margin-right: 31px;
}
#footer {
	clear: both;
	width: 863px;
	height: 10px;
}

/*
NAVIGATION
*/

#nav a {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-right: 15px;
	text-shadow: 2px 2px 2px #666c6d;
	color: #ffffff;
}
#nav a:hover {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-right: 15px;
	text-shadow: 2px 2px 2px #ffffff;
	color: #000000;
}

/*
BASICS
*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #c67c63;
}
a:hover {
	color: #a9383c;
}
b, strong {
	color: #615555;
}
em, u, i {
	color: #a9383c;
}
a img {
	background: #ffffff;
	border: 1px solid #cdcdcd;
	padding: 3px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
a:hover img {
	background: #ffffff;
	border: 1px solid #cdcdcd;
	padding: 3px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
textarea, input, select, button {
	background: #ffffff;
	border: 1px solid #dddddd;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #76817c;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
blockquote {
	background: #e0e2e1;
	border-left: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding: 5px;
	font-style: italic;
	text-align: justify;
	color: #6b7277;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*
SIDEBAR
*/

#sidebar h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-style: italic;
	color: #465154;
	text-align: center;
	text-shadow: 2px 2px 2px #aaafb2;
	margin: 0px;
	padding: 5px;
}
#sidebar div.main {
	margin: 0px 0px 15px 0px;
}
#sidebar div.maintext {
	background: #e0e2e1;
	text-align: justify;
	color: #7a7a7a;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*
CONTENTS
*/

#contents h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 19px;
	font-style: italic;
	font-weight: lighter;
	color: #bb6c45;
	text-align: left;;
	text-shadow: 2px 2px 2px #ffffff;
	margin: 0px;
}
#contents div.entrymeta {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #d78b7b;
	text-align: left;
	margin: 0px 0px 15px 0px;
}
#contents div.main {
	background: #f1f2f1;
	border: 1px solid #e0e2e1;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contents div.maintext {
	text-align: justify;
}