﻿/*
Theme Name: Transfixx Productions
Theme URI: http://transfixx.com/
Description: Layout specifically designed for <a href="/">this</a> website.
Version: 1.0
Author: Tran N.
Author URI: http://transfixx.com/
*/

body {
	background: #eeeeee url(images/transfixx_bg.jpg) repeat-x;
	margin: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

 li {
	font-size: 11px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-align:left;
	margin-left:-15px;
	list-style:none;
}


/*
----------------------------
*/

#menu {
	background: url(images/transfixx_01.jpg) no-repeat;
	width: 991px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
}
#menu a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000000;
	color: #d98b2f;
	margin: 0px 5px 0px 5px;
}
#menu a:hover {
	color: #ffffff;
}
#menu b {
	color: #cccccc;
	font-size: 14px;
}
#welcome {
	background: url(images/transfixx_08.jpg) no-repeat;
	width: 302px;
	height: 125px;
	vertical-align: middle;
	font-size: 11px;
	color: #444444;
	text-align: justify;
}
#ad {
	background: #ffffff;
	width: 300px;
	height: 250px;
}

/*
----------------------------
*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #c6497f;
}
a:hover {
	color: #000000;
}
b, strong {
	color: #cb5935;
}
a img {
	border: 5px solid #cecece;
	margin: 2px;
	padding:0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a:hover img {
	border-top: 5px solid #c6497f;
	border-left: 5px solid #c6497f;
	border-bottom: 5px solid #cb5935;
	border-right: 5px solid #cb5935;
}
blockquote {
	background: #dddddd;
	padding: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style:italic;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
textarea, input, select, button {
	background: #ffffff;
	border: 1px solid #dddddd;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
table, tr, td {
	font-size: 12px;
}

/*
----------------------------
*/

#sidebar {
	width: 300px;
	height: auto;
	vertical-align: top;
}
#sidebar h2 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #e27897;
	margin: 0px 0px 10px 0px;
}
#sidebar div.main {
	background: #dddddd;
	width: 300px;
	padding: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 0px 0px 15px 0px;
}
#sidebar div.maintext {
	text-align: justify;
	font-size: 12px;
}

/*
----------------------------
*/

#contents {
	width: 530px;
	height: auto;
	vertical-align: top;
}
#contents div.main {
	background: #ffffff;
	padding: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 0px 0px 15px 0px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
#contents div.maintext {
	text-align: justify;
}
#contents h2 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	color: #f1613c;
	margin: 0px;
}
#contents div.entrymeta {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #989898;
	margin: 0px 0px 10px 0px;
}
