/*
Theme Name: Version 10 of RPW
Theme URI: http://transfixx.com/
Description: Layout specifically designed for <a href="/">this</a> website.
Version: 10
Author: Tran Nguyen
Author URI: http://transfixx.com/
*/

body {
	background: #e0e0e0 url(images/body-bg.jpg) repeat-x;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #394044;
}

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

#wrap {
	background: url(images/wrap-bg.jpg) repeat-y;
	width: 1000px;
	height: auto;
	margin: 0px auto;
}
#ad {
	background: url(images/ad.jpg) no-repeat;
	width: 1000px;
	height: 100px;
}
#menu {
	background: url(images/menu.jpg) no-repeat;
	width: 1000px;
	height: 45px;
	line-height: 45px;
}
#header {
	background: url(images/header.jpg) no-repeat;
	width: 1000px;
	height: 351px;
}
#sidebar {
	width: 280px;
	height: auto;
	float: left;
	margin-left: 99px;
}
#contents {
	width: 514px;
	height: auto;
	float: right;
	margin-right: 98px;
}
#footer {
	width: 1000px;
	height: 50px;
	clear: both;
}

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

#menu a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #010107;
	color: #dbbd95;
	margin: auto 5px auto 5px;
}
#menu a:hover {
	color: #c58c1f;
}

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

#sidebar h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #0999b8;
	margin: 0px 0px 10px 0px;
	letter-spacing: 1px;
}
#sidebar div.main {
	background: #eeeeee;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 10px 0px;
}
#sidebar div.maintext {
	text-align: justify;
}

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

#contents h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
	text-transform: uppercase;
	color: #05455e;
	margin: 0px;
}
#contents h2 a {
	color: #05455e;
	font-weight: lighter;
}
#contents h2 a:hover {
	color: #000000;
}
#contents div.entrymeta {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #806e2c;
	margin: 0px 0px 10px 0px;
}
#contents div.main {
	background: #ffffff url(images/contents-main-bg.jpg) repeat-x;
	background-position: bottom;
	border-top: 1px solid #d2ecf2;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 10px 0px;
}
#contents div.maintext {
	text-align: justify;
}

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

a {
	font-weight: bold;
	text-decoration: none;
	color: #c58c1f;
}
a:hover {
	color: #000000;
}
b, strong {
	color: #60848c;
}
em, u, i {
	font-weight: bold;
	color: #665620;
}
a img {
	border: 3px solid #dbdbdb;
	filter:alpha(opacity: 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
a:hover img {
	border: 3px solid #bcbdbd;
	filter:alpha(opacity: 100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
textarea, input, select, button {
	background: #ffffff;
	border: 1px solid #e2e2e2;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #394044;
}
blockquote {
	background: #ffffff;
	border-left: 1px solid #b4cdd3;
	border-bottom: 2px solid #b4cdd3;
	padding: 5px;
	text-align: justify;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
table, tr, td {
	font-size: 12px;
}
