/*
Theme Name: RPW 11
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/
*/

html {
	min-height: 100%;
	height: 100%;
}
body {
	background: #1e1e1e url(images/img_bg.jpg) repeat-x;
	margin: 0px;
	min-height: 100%;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

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

#container {
	background: url(images/img_03.jpg) repeat-y;
	width: 926px;
	min-height: 100%;
	height: auto;
	margin: 0px auto;
}
#ad {
	background: url(images/img_01.jpg) no-repeat;
	width: 926px;
	height: 100px;
}
#menu {
	background: url(images/img_02.jpg) no-repeat;
	width: 926px;
	height: 160px;
}
#header {
	background: url(images/header_01.jpg) no-repeat;
	width: 926px;
	height: 400px;
}
#sidebar {
	float: left;
	margin: 10px 0px 0px 73px;
	width: 255px;
	height: auto;
}
#contents {
	float: right;
	margin: 10px 73px 0px 0px;
	width: 505px;
	height: auto;
}
#footer {
	clear: both;
}

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

a {
	text-decoration: none;
	font-weight: bold;
	color: #7a5a42;
}
a:hover {
	color: #000000;
}
b, strong {
	color: #000000;
}
a img {
	border: 2px solid #cccccc;
}
a:hover img {
	border: 2px solid #c3c3c3;
}
textarea, input, select, button {
	background: #ffffff;
	border: 1px solid #c3c3c3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
blockquote {
	background: #dddddd;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #222222;
	text-align: justify;
	padding: 5px;
}

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

#sidebar h2 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #000000;
	margin: 10px;
}
#sidebar div.main {
	border-bottom: 1px solid #c7c7c7;
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
}
#sidebar div.maintext {
	text-align: justify;
}

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

#contents div.title {
	background: #090909 url(images/contents-h2-bg.jpg) repeat-x;
	padding: 5px 5px 5px 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius:  0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	margin: 0px;
}

#contents h2 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	text-shadow: 2px 2px #000000;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #ffffff;
	margin: 0px;
}
#contents div.entrymeta {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-shadow: 2px 2px #000000;
	text-transform: uppercase;
	color: #cccccc;
}
#contents div.entrymeta a {
	color: #b5a577;
}
#contents div.entrymeta a:hover {
	color: #ffffff;
}
#contents div.main {
	margin: 0px 0px 10px 0px;
}
#contents div.maintext {
	text-align: justify;
	line-height: 160%;
	background: #ffffff url(images/contents-main-bg.jpg) repeat-x;
	background-position: bottom;
	padding: 10px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius:  5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
