/*
RHK WC09 CSS
*/

body {
	margin: 0;
	padding: 0;
	/*background: #FFFFFF url(images/img01.gif) repeat-x;*/
	font-size: 13px;
	color: #666666;
	background: #F4A81F;
	background: #F4A81F url(../images/bg_logo.png) repeat center top;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #E75C14;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	background: #F9F9F9;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	/*color: #3AA0B9;*/
	color: #F7931D;
}

a:hover {
	text-decoration: none;
}

table
{
	font-family: Arial, Helvetica, sans-serif, Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	/*background: #b9c9fe;*/
	background: #FFF191;
	/*border-top: 4px solid #aabcfe;*/
	border: 1px solid #FF6600;
	border-top: 4px solid #F36F28;
	color: #039;
}

table td
{
	padding: 8px;
	background: #FFF7D2; 
	border: 1px solid #FF6600;
	color: #669;
	/*border-top: 1px solid transparent;*/
}




/* Container */

#container {
	width: 810px;
	background: #FFFFFF;
	/*padding: 15px;*/
	margin: 0 auto;
	display: table;
}

/* Header */

#header {
	width: 780px;
	height: 155px;
	margin: 0 auto;
	background: url(../images/header.png) no-repeat left center;
}

#logo {
	float: left;
	padding: 90px 0 0 0;
}

#logo h1, #logo h2, #logo p {
	margin: 0;
	color: #FFFFFF;
	display: none;
}

#logo a {
	color: #FFFFFF;
}

#search {
	float: right;
	width: 200px;
	padding: 135px 0 0 0;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	width: 190px;
	padding: 3px 5px;
	background: #FFFFFF url(../images/img03.gif) repeat-x;
	border: 1px solid #FFFFFF;
}

#x {
	display: none;
}

/* Page */

#page {
	width: 780px;
	height: 100%;
	margin: 0 auto;
	padding: 20px 0;
	display: table;
}

/* Content */

#content {
	float: right;
	width: 560px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	background: url(../images/title_bg.png) no-repeat left center;
}

.byline {
	margin: 0;
	margin-bottom: 20px;
}

.highlight {
	font-weight: bold;
	color: #FF0000;
}

.meta {
	padding: 5px 10px;
	border: 1px solid #EFEFEF;
	background: #F9F9F9;
}

.meta .more {
	padding-left: 20px;
	background: url(../images/img04.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(../images/img05.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	/*padding-left: 10px;
	background: url(../images/img06.gif) no-repeat left center;*/
	border-bottom: 1px dotted #CCCCCC;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0;
}

#sidebar a {
	text-decoration: none;
	display: block;
	width: 100%;
}

#sidebar a:hover {
	color: #FFFFFF;
	background: #FF9900;
}

#banner li a {
	padding-left: 0px;
	border: 0px;
	text-align: center;
}

/**/
#lang_menu ul
{
	background:#FFFF00;
} 

#lang_menu a
{
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
	width: 80px;
}

/* Footer */

#footer {
	clear: both;
	/*padding: 20px 0;*/
	/*background: url(images/img07.gif) repeat-x;*/
	background: url(../images/footer.png) no-repeat center;
	text-align: center;
	height: 100px;
	width: 100%;
	font-size: smaller;
	/*
	padding: 0px;
	margin: 0px;
	*/
}

#footer p {
	padding-top: 70px;
}

/* Extra footer */
#extrafooter {
	
}