/*
Colours:
#f3cb79 Gold
#e3e3e2 White
#ffcc25 NEW Orangy Gold
#ffcf60 NEW Lighter Gold
*/

body {
  margin: 0;
  padding: 0;
  background: #000 url(/images/img01.jpg) repeat-x;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #e3e3e2;
  text-align: center;
}

p, h1, h2, h3 {
  margin-top: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1em;
}

ul {
  list-style-image: url(/images/img07.gif);
}

a {
  text-decoration: none;
  border-bottom: none;
  color: #fbd268;
}

a:hover {
  border-bottom: 1px dotted #cccccc;
}

a img {
  border: none;
}

img.left {
  float: left;
  margin: 0 20px 0 0;
}

img.right {
  float: right;
  margin: 0 0 0 20px;
}

input, select, textarea {
  color: black;
	font-family: verdana, sans-serif;
  font-size: 16px;
	background-color: #e1c171;
	border: 1px solid #282828;
	padding: 3px;
}

select {
  font-size: 14px;
}

/* General Classes */

.text-indent {
  text-indent: -9999px
}

.displaynone {
  display: none
}

/* Header */

#header_banner {
  padding-top: 6px;
}

#logo {
  width: 880px;
  height: 100px;
  margin: 0 auto;
  background: url("/images/bg_header.jpg") no-repeat;
}

#logo h1, #logo p {
  float: left;
  margin: 0;
  color: #FFFFFF;
}

#logo h1 {
  padding: 30px 0 0 20px;
  font-weight: normal;
  font-style: italic;
  font-size: 3em;
  color: #e7c673;
  letter-spacing: 6px;
  font-weight: bold;
}

#logo p {
  text-transform: uppercase;
  padding: 52px 0 0 3px;
  font-size: 10px;
  color: white;
}

#logo a {
  border: none;
  text-decoration: none;
  color: #FFFFFF;
}

/* Menu */

#nav {

}

#menu {
  width: 880px;
  height: 34px;
  margin: 0 auto;
  padding-top: 3px
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu li {
  display: inline;
}

#menu a {
  display: block;
  float: left;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffd06a
}

#menu a:hover {
  background: url(/images/img05.jpg) repeat-x;
  color: #2c2c2c;
}

#menu .current_page_item a {
  background: url(/images/img05.jpg) repeat-x;
  color: #2c2c2c;
}

#menu a, #menu a:hover, #menu .current_page_item a {
  margin: 0 3px 0 0;
  padding: 8px 28px 10px 28px;
}

/* Wrapper */

#wrapper {
  background: #000000
}

/* Page */

#page {
  width: 880px;
  margin: 0 auto;
  padding: 0;
  text-align: left
}

#page-bg {
  padding: 11px 24px;
  background: url(/images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
  padding: 20px;
  border: 1px solid #E7E7E7;
}

/* Content */

#content_left {
  float: left;
  width: 420px;
}

#content_right {
  float: right;
  width: 420px;
}

#content_full {
  
}

.post {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #949494;
  line-height: 200%;
}

.post h1 {
  font-weight: normal;
  margin-bottom: 8px
}

.title {
  margin: 0;
  font-weight: normal
}

.title a {
  border-bottom: none;
}

.title a:hover {
  border-bottom: 1px dotted #666;
}

.byline {
  margin: 0 0 20px 0;
}

.entry {
  padding: 8px 20px 0px 20px;
}

.links {
  padding-top: 10px;
  text-align: right;
  font-weight: bold;
}

.links a {
  padding-left: 15px;
  background: url(/images/img04.gif) no-repeat left center;
  border: none;
}

.links a:hover {
  border-bottom: 1px dotted #CCCCCC;
}

/* NON CONTENT DEFINED BITS */

#PastEvents_topbit {
  margin-bottom: 20px
}

#PastEvents_topbit h1, #PastEvents_topbit p {
  padding-left: 20px;
  padding-right: 20px;
}

#PastEvents_topbit p {
  line-height: 200%
}

#PastEvents_topbit p.float, #PastEvents_topbit h1.float {
  width: 380px
}

div#content_full {
  font-size: 13px
}

div#content_full .post {
  line-height: 140%;
}

div#content_full .post h1 {
  text-align: center
}

div#content_full .post h2 {
  margin: 28px 0 12px 0;
  font-size: 18px;
  color: #fbd268;
}

div#content_full p.byline {
  margin: 4px 0;
  text-align: center
}

div#content_full div.entry {
  margin-top: 40px
}

div#content_full img {
  margin: 40px auto;
  padding: 0;
  display: block;
  text-align: center;
  border: 1px solid #fbd268
}

div#page p.top_back_button {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px dotted #949494
}

div#page p.bottom_back_button {
  text-align: center;
}

/* BOOMS GALLERY*/

.GalleryGroup {
  float: left;
  width: 150px;
  height: 160px;
  margin-right: 20px
}

.GalleryHeaders {
  margin-bottom: 4px;
  color: #fbd268;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
}

.ClickLightbox {
  margin: 0;
  padding: 0
}

/* Sidebars */

.sidebar {
  float: left;
  width: 200px;
  padding: 0 0 0 20px;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar li {
  padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
  padding: 5px 0 5px 25px;
  background: url(/images/img04.gif) no-repeat 10px 9px;
}

.sidebar li h2 {
  margin: 0 0 10px 0;
  padding: 5px 10px;
  background: url(/images/img06.jpg) repeat-x;
  border: 1px solid #4A4A4A;
  font-size: 12px;
  color: #CCCCCC;
}

#index_movie {
  width: 420px;
  height: 280px
}

#index_movie div.thapadin {
  padding: 20px
}

/* Search */

#searchform {
  margin: 0;
  padding: 0;
}

#searchform br {
  display: none;
}

#s {
  margin: 0;
  padding: 2px 2px;
  width: 120px;
  height: 18px;
  border: 1px solid #333333;
  background: #000000;
  font-size: 10px;
  color: #CCCCCC;
}

#x {
  margin: 0;
  padding: 2px 5px;
  height: 25px;
  background: #666666;
  border: 1px solid #333333;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #CCCCCC;
}

/* Footer */

#footer {
  height: 57px;
  background: #000000 url(/images/img08.jpg) repeat-x left top;
}

#footer p {
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
  font-size: smaller;
  color: #fbd268;
}

#footer a {
  color: #fbd268;
}

/* Club Membership Form */

div#club_membership {
  width: 500px;
  float: right
}

#club_membership table {
  width: 500px
}
#club_membership td.label {
  width: 250px
}
#club_membership td.input {
  width: 250px
}
#club_membership td.textarea {
  vertical-align: top
}

div#club_membership h1{
  color: #fbd268;
  text-align: center;
}

div#club_membership p {
  color: #fbd268;
  text-align: center;
}

div#club_membership h2{
  color: #b7b7b7;
  text-align: center;
}

div#club_membership table{
  color: #fbd268;
  font-size: 14px;
}

div#club_membership div.info {
  padding: 20px;
  border: 1px solid #666
}

div#club_membership div.info p {
  font-size: 12px;
  color: #fefefe;
  text-align: left
}

div#club_membership div.joining_fee {
  padding: 24px 0;
  font-weight: bold;
  color: #d7d7d7;
}

/* Contact Us Form */

div#contact_us {
  width: 440px;
  color: #fbd268;
  font-size: 16px;
}

div#contact_us table {
  color: #fbd268;
  font-size: 16px;
}

div#contact_us h1 {
  color: #fbd268;
  text-align: center;
}