
@import url(http://fonts.googleapis.com/earlyaccess/droidsansthai.css);
/*@import url(http://fonts.googleapis.com/earlyaccess/droidserifthai.css);*/
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansthai.css);*/
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansthaiui.css);*/
/*@import url(http://fonts.googleapis.com/earlyaccess/notoserifthai.css);*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { height: 101%; }
body { 
	font-size: 15px; 
	font-weight: lighter;
	line-height: 1.6em;
	font-family: 'Droid Sans Thai', Ubuntu, Tahoma, Trebuchet MS , Arial ; 
	background: #222; 
	color: #FFF; 
}
a 				{ color: #ed1c24; background-color: transparent; text-decoration: none; }
a:hover	{ color: #f49ac1; text-decoration: none; }

::selection { background: #a2ec39; color: #323232; }
::-moz-selection { background: #a2ec39; color: #323232; }
::-webkit-selection { background: #a2ec39; color: #323232; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 { color: #b9caa1; font-size: 3.5em; line-height: 1.45em; margin-bottom: 20px; } 

h2 { display: inline-block; font-size: 2.9em; padding: 12px 17px; background: rgba(0,0,0,0.65); color: #fff; font-weight: bold; }

h3 { color: #FFF; font-size: 2.3em; line-height: 1.45em; margin-bottom: 20px; } 

h4 { display: inline-block; font-size: 2em; padding: 20px 0px; margin-bottom: 10px; color: #603913; font-weight: bold; }

p { font-size: 1.7em; line-height: 2em; padding: 2px 0; margin-bottom: 10px; }


/* top navigation */
#navigation {  
  display: block;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 60px;
  background: rgba(255,255,255,0.9);
  z-index: 9999;
}
#topnav {  
  max-width: 980px;
  min-width: 980px;
  margin: 0 auto;
  clear: both;
}
#topnav li { }
#topnav li img { 
  display: block;
  float: left;
  padding: 5px 5px 5px 5px;
  margin-right: 20px;
}
#topnav li a { 
  display: block;
  float: left;
  color: #53574d;
  padding: 0px 20px;
  margin-right: 20px;
  font-size: 1.1em;
  line-height: 60px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#topnav li a:hover { 
  color: #7d8079;
  background: rgba(255,255,255,0.65);
}
#topnav li.current a { 
  background: rgba(255,255,255,0.7);
  color: #90ae64;
  border-bottom: 4px solid #b9dc8c;
}


/* main content sections */
#content { display: block; width: 100%; overflow: hidden; }

.wrapper { 
  display: block;
  width: 980px;
  min-width: 980px; 
  margin: 0 auto;
}

.block		{ width: 100%; }
/*[class*="block"]			{ height: 1%; }/*Fixed IE7 Floating bug*/
*[class*="block"]:after{ content: " "; display: block; clear: both; } /*Fixed Modern browsers floating bug*/
*[class*="block"]>* 		{ float: left; }
*[class$="2cols"]>*		{ width: 48.5%; }
*[class$="3cols"]>*		{ width: 31.2%; }


/* detail */
#detail {
	background: #35aee2;
	padding: 15px 6px;
	padding: 100px 0 50px 0;
	margin-bottom: 40px;
	color: #222;
}
#detail h1 { font-size: 3.5em; color: #FFF; line-height: 1.45em; margin-bottom: 20px; }
#detail strong { font-size: 1.2em; color: #003471; font-weight: bold; }


/* reward */
#reward {
	background: #bd8cbf;
	padding: 15px 6px;
	padding: 100px 0 50px 0;
	margin-bottom: 40px;
	color: #FFF;
}
#reward h1 { font-size: 3.5em; color: #FFF; line-height: 1.45em; margin-bottom: 20px; }
#reward strong { font-size: 1.2em; color: #003471; font-weight: bold; }


/* condition */
#condition {
	background: #ffb8d7;
	padding: 15px 6px;
	padding: 100px 0 100px 0;
	margin-bottom: 40px;
	color: #333;
}
#condition h1 { display: inline-block; font-size: 4em; padding: 0px 0px; margin-bottom: 10px; color: #555; }
#condition h3 { font-size: 3em; color: #c00000; }
#condition a { color:#000; text-decoration: none; }
#condition a:hover { color:#000; text-decoration: underline; }


/* map */
#map {
	background: #fff799;
	padding: 15px 6px;
	padding: 100px 0 100px 0;
	margin-bottom: 40px;
	color: #222;
	font-size: 10px;
}
#map h1 { display: inline-block; font-size: 6em; padding: 0px 0px; margin-bottom: 10px; color: #333; }


/* register */
#register {
	background: url('images/register-bg.jpg') center center no-repeat #444;
	padding: 15px 6px;
	padding: 100px 0px 100px 0px;
	margin-bottom: 40px;
	color: #222;
}
#register h1 { display: inline-block; font-size: 5em; padding: 20px 0px; margin-bottom: 10px; color: #000; }
#register p { font-size: 1em; color: #000; }


/* list */
#list {
	background: #0072bc;
	padding: 15px 6px;
	padding: 100px 0px 100px 0px;
	margin-bottom: 40px;
	color: #FFF;
}
#list h1 { display: inline-block; font-size: 5em; padding: 20px 0px; margin-bottom: 10px; color: #FFF; }
#list p { font-size: 1em; color: #FFF; }


/* footer */
#footer {
	background: #222;
	color: #FFF;
	padding: 10px 0px 30px 0px;
	margin-bottom: 30px;
}


/* basic contact inputs */
.cform { 
  display: block;
  width: 300px;
  padding: 6px 5px;
  color: #636363;
  font-family: 'Droid Sans Thai', Ubuntu, Tahoma, Trebuchet MS , Arial ; 
  font-size: 1.4em;
  margin-bottom: 12px;
}

.txtarea {
  display: block;
  width: 300px;
  height: 90px;
  padding: 4px 5px;
  color: #636363;
  font-family: 'Droid Sans Thai', Ubuntu, Tahoma, Trebuchet MS , Arial ; 
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 12px;
}

.submitform { 
  display: block;
  width: 80px;
  padding: 6px 5px;
  color: #636363;
  font-size: 1.4em;
}


/* form */
input[type="text"] { 
	font-family: 'Droid Sans Thai', Ubuntu, Tahoma, Trebuchet MS , Arial ; 
	font-size:16px;
}
[class*="form_lrow"] { 
	text-align: right; 
	padding-right: 8px; 
	padding-bottom: 15px;
}
[class*="form_rrow"] { 
	padding-bottom: 10px;
}
[class*="forminput"] { 
	width: 250px; 
	height: 30px; 
	border:1px solid #BBB; 
	background:#FFF;
}
[class*="formtext"] { 
	width: 250px;  
	height: 100px; 
	border:1px solid #BBB; 
	background:#FFF; 
	font-family: 'Droid Sans Thai', Ubuntu, Tahoma, Trebuchet MS , Arial ; 
	font-size:16px;
}
[class*="fobutton"] { 
	padding: 5px 20px;
	border:solid 1px #BBB; 
	background:#EEE; 
	color:#555; 
	font-family: 'Droid Sans Thai', Ubuntu, Tahoma, Trebuchet MS , Arial ; 
	font-size: 16px; 
	line-height: 1.8em; 
}
[class*="fobutton"]:hover { background:#9e0b0f; color: #FFF; }

