/*
Theme Name: Chateau Bangkok Hotel
Theme URI: http://www.chateaubkk.com/
Description: 
Version: 1.0
Author: Chonapat N.
Author URI: http://www.chateaubkk.com/
Tags: gray,white, fixed width, 2 columns
	This theme was designed and built by Chonopat Ngampatravarakul
*/


/*//////////////////////////////////////// TYPEOGRAPHY /////////////////////////////////////////*/		
h1 {
}

h2 {
	font-size: 14px;
}

h3 {
}

h4 {
}

p {
	padding: 5px 0;
}
		
a {
}

ul {
}

li {
}

a {
}

a:hover {
}
		
a:visited {
}

a.active {
}


/*//////////////////////////////////////// LAYOUT ////////////////////////////////////////*/
body {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	background: url(images/bg.jpg) repeat-x #d2d1d1;
}
#container {
	margin: 0 auto;
	width: 938px;
}
#shadowl{
	background: url(images/shadow-l.jpg) no-repeat top left;
	float: left;
	padding-left: 20px;
}
#page {
	padding: 0;
	width: 938px;
	background: url(images/bg2.jpg) repeat-x;
}	
#shadowr{
	background: url(images/shadow-r.jpg) no-repeat top right;
	float: right;
	padding-right: 20px;
}

/*////////// HEADER //////////*/
#header {
	padding: 0;
	clear: both;	
}
#logo
{
	padding: 0;
}
#logo a {
	
}
#post_flash{
	padding: 9px 0 0 0;
}
#tagline {
}

/*////////// MENU //////////*/ 
#menu{
	position: relative;
	top: -36px;
}
#menu ul{
	list-style: none;
	margin: 0;
	width:246px;
	padding-top: 5px;
	padding-bottom: 8px;
	background-color: #e1e6e0;
}
#menu ul li{
	font-size: 11px;
	line-height: 20px;
}
#menu ul li a:link, #menu ul li a:visited{
	color: #333;
	padding: 2px 15px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
#menu ul li a:hover{
	color: #333;
	background-color: #ccc;
}

#left_content{
	float: left;
	margin-left: 2px;
	width: 246px;
}
/*////////// CONTENT //////////*/ 
#before_content_box{
	height: 30px;
	text-align: right;
}
#before_content_box ul{
	list-style: none;
	float: right;
}
#before_content_box ul li{
	float: left;
	padding: 5px 25px;
}
#before_content_box ul li:hover{
	float: left;
	padding: 5px 25px;
	background-color: #c48681;
}
#before_content_box ul li a:link, #before_content_box ul li a:visited{
	color: #5e0a03;
	text-decoration: none;
}
#before_content_box ul li a:hover{
	background-color: #c48681;
}
#content_box {
	width: 100%;	
}

#content_box:after {
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
}
#contentbody{
	margin: 0 5px;
	padding: 25px 15px;
	width: 650px;
	float: left;
	color: #333;
	background: url(images/line-white.jpg) repeat-x;
}
#content {
	margin: 20px 0;
}
#content h1{
	font-size: 13px;
}
#after_content_box
{
	clear: both;
	width: 100%;
}
#after_content_box h3
{
	height: 22px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	margin: 15px 0;
	padding: 0 10px;
	background-color: #2d9153;
}
#after_content_box ul
{
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	width: 315px;
}


/*////////// SIDEBARS //////////*/ 

#sidebar {
	background: url(images/bg-green3.jpg) repeat-x;
	position: relative;
	top: -36px;
	height: 400px;
}
#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 20px 10px;
}
.widgettitle{
	font-size: 14px;
	color: #287848;
	padding: 10px;
}

#sidebars:after {
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
}

#sidebar_1 {
	float: left;
	background: #fff;
}

ul.sidebar_list {
	list-style-type: none;
}

ul.sidebar_list:after {
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
	content: ".";
}


/*////////// BOOKING FORM BOX //////////*/ 
#booking{	
	background: url(images/bg-green.jpg) no-repeat;
	height: 125px;
	float: left;
	padding:18px;
	color: #fff;
	width: 246px;
}
#booking h3{
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
#booking input{
	height: 13px;
	font-size: 10px;
	width: 100px;
}
#booking label{
	padding: 0 5px;
	white-space: nowrap;
}
.calendar{
	z-index: 1000;
}
#book_btn{
	background: url(images/btn-book.png) no-repeat;
	width: 48px;
	height: 21px;
	cursor: pointer;
	border: none;
}
/*////////// FOOTER //////////*/
#footer {
	clear: both;
	padding: 20px 15px;	
	margin: 80px 0 10px 0;
	color: #333;	
	height: 15px;
	text-align: center;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #287848;
}

/*//////////////////////////////////////// NAVIGATION ////////////////////////////////////////*/
.menu {
	z-index: 50;
	position: relative;
	list-style-type: none;
}

.menu:after {
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
}

.menu li {
	position: relative;
	float: left;
}


/*////////// SUBMENUS //////////*/



/*//////////////////////////////////////// FUNNY CLASS ////////////////////////////////////////*/
.clear {
	clear: both;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

img.alignleft  {
	float:left;
	padding: 0 10px 10px 0;
}

img.alignright  {
	float:right;
	padding: 0 0 10px 10px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
	float: none;
	clear: both;
}











