/*Do not edit this file*/

/*Font-face include*/

@font-face {
    font-family: "Quark-Light";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/thaisansneue-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/thaisansneue-light-webfont.woff") format("woff"), url("fonts/thaisansneue-light-webfont.ttf") format("truetype"), url("fonts/thaisansneue-light-webfont.svg#Quark-Light") format("svg");
}
@font-face {
    font-family: "Quark-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/thaisansneue-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/thaisansneue-bold-webfont.woff") format("woff"), url("fonts/thaisansneue-bold-webfont.ttf") format("truetype"), url("fonts/thaisansneue-bold-webfont.svg#Quark-Bold") format("svg");
}

@font-face {
    font-family: 'max_pinjohnv';
    src: url('fonts/max_pinjohn_v2-webfont.eot');
    src: url('fonts/max_pinjohn_v2-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/max_pinjohn_v2-webfont.woff2') format('woff2'),
         url('fonts/max_pinjohn_v2-webfont.woff') format('woff'),
         url('fonts/max_pinjohn_v2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bangna-new';
    src: url('fonts/bangna-new.eot');
    src: url('fonts/bangna-new.eot?#iefix') format('embedded-opentype'),
         url('fonts/bangna-new.woff2') format('woff2'),
         url('fonts/bangna-new.woff') format('woff'),
         url('fonts/bangna-new.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'THSarabunNew-Bold';
  src:  url('fonts/THSarabunNew/THSarabunNew-Bold.eot?#iefix') format('embedded-opentype'),  
        url('fonts/THSarabunNew/THSarabunNew-Bold.woff') format('woff'), 
        url('fonts/THSarabunNew/THSarabunNew-Bold.ttf')  format('truetype'), 
        url('fonts/THSarabunNew/THSarabunNew-Bold.svg#THSarabunNew-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'THSarabunNew';
  src: url('fonts/THSarabunNew/THSarabunNew.eot');
  src: url('fonts/THSarabunNew/THSarabunNew.eot?#iefix') format('embedded-opentype'),
    url('fonts/THSarabunNew/THSarabunNew.woff') format('woff'),
    url('fonts/THSarabunNew/THSarabunNew.ttf')  format('truetype'),
    url('fonts/THSarabunNew/THSarabunNew.svg#THSarabunNew') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    @font-face{
        font-family: 'THSarabunNew';
        src : url('fonts/THSarabunNew/THSarabunNew.svg#THSarabunNew') format('svg');
    }
}

/*Reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style: none outside none;
}
fieldset, img, abbr, acronym {
    border: 0 none;
}
q:before, q:after {
    content: "";
}
:focus {
    outline: 0 none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.ac {
    text-align: center;
}
.ar {
    text-align: right;
}
* html .clear {
    height: 1%;
}
.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clear {
    display: block;
}

/*Standart Element*/
body {
    /*background: url("images/bg-body-shadow-pixels.png") no-repeat fixed center top #9ebed3;*/
    background: center top #c6d1d3 !important;
    color: #3A3A3A;
    /*font-family: bangna-new,Helvetica,Sans-serif;
    font-size: 13px/1.63;*/
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 15px;
}
h4 {
    font-size: 16px;
}
h5, h6 {
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    /*font-family: 'Quark-Bold',Helvetica,Sans-serif;*/
    /*font-family: bangna-new,Helvetica,Sans-serif;*/
    /*font-family: 'Kanit', sans-serif;*/
    font-weight: normal;
}
pre, code, kbd, samp, tt {
    /*font: 13px/1.385 bangna-new,"Courier New",Monospace,serif;*/
    font:13px/1.385;
}
body, input, button, select, textarea, option {
    /*font-family: bangna-new,Helvetica,Arial,serif;*/
}
a {
    color: #0373B3;
    text-decoration: none;
}
a:hover {
    color: #3275A8;
    text-decoration: underline;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
    text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline;
}

/*Element*/
#wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}
#header {
    text-align: left;
}
#main {
}
#container {
    float: left;
}
#content {
    display: inline;
    float: left;
    margin: 0 0 20px;
    overflow: hidden;
    width: 655px;
}
/*Breadcrumbs*/
#breadcrumbs {
    margin-bottom: 5px;
}
#sidebar {
    clear: right;
    float: right;
    overflow: hidden;
    width: 301px;
}
#sidebar-left {
    display: inline;
    float: left;
    margin-right: 15px;
    width: 160px;
}
#content-wrap {
    margin: 15px;
}
#content-wrap .h1-home{
    margin:0;
    padding:0;
    text-indent:-5000px;
    width:0px;
    height:0px;
}
.home-content-left, .home-content-right {
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    width: 655px;
}
.home-content-right {
    float: right;
}
.home-sidebar-right {
    clear: right;
    float: right;
    overflow: hidden;
    padding-left: 1px;
    width: 301px;
}
/*navigation menu*/
#top-menu {
    background: url("images/nav-border.png") no-repeat scroll 0 39px transparent;
    color: #333333;
    font-family: Quark-Light; font-size: 20px;
    height: 50px;
    margin-bottom: 15px;
    overflow: hidden;
}
.topnav .sub-menu {
    border-color: transparent;
    border-radius: 0 0 0 0;
    width: 200px;
}
.topnav .sub-menu li {
    float: none;
}
.topnav .sub-menu li a {
    border-color: #E5E5E5;
    border-style: solid;
    border-width: 0 0 1px;
    color: #333333;
    font-size: 18px;
    margin: 0px 5px;
    text-decoration: none !important;
    padding: 8px 0;
    width: 200px;
}
.topnav .sub-menu li a:hover {
    background-color: transparent;
    border-color: #E5E5E5;
    box-shadow: none;
    color: #000;
    text-decoration: underline;
}
.topnav {
    height: 39px;
    line-height: 1;
    list-style: none outside none;
    margin: 7px 0 0;
    padding-left: 9px;
    z-index: 99;
}
.topnav a {
    display: block;
    position: relative;
    text-decoration: none;
    z-index: 100;
}
.topnav li {
    float: left;
    width: auto;
}
.topnav li a {
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 26px 5px transparent;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 13px 10px 9px;
    text-decoration: none !important;
}
.topnav li a:hover, .topnav li a:active, .topnav li.sfHover a {
    border-color: #D0D0D0 #D0D0D0 transparent;
    box-shadow: 0 0 26px 5px rgba(0, 0, 0, 0.15);
    text-decoration: underline;
}
.topnav li ul li a, .topnav li ul li a:hover, .topnav li ul li a:active, .topnav li.sfHover ul li a {
    background: none repeat scroll 0 0 transparent;
    border-color: #EEEEEE;
    border-style: solid;
    border-width: 0 0 1px;
    box-shadow: none;
    color: #555555;
}
/*.topnav li a:hover .sf-sub-indicator, .topnav li a:active .sf-sub-indicator, .topnav li.sfHover a .sf-sub-indicator {
    background-image: none;
}*/
.topnav .first a {
}

.topnav li a.sf-with-ul {
}
.topnav li ul {
    left: -999em;
    position: absolute;
    z-index: 999;
}
.topnav li ul li {
    float: none;
    background-color: #FFFFFF;
    width: 200px;
}

.topnav li ul li a.sf-with-ul {
    font-size: 13px;
}
.topnav li.sfHover li a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #15527E;
}
.topnav li ul ul {
    margin: -31px 0 0 140px;
}
.topnav li ul ul li a {
}
.topnav li ul li ul li a {
}
.topnav li:hover, .topnav li.hover {
    position: static;
}
.topnav li:hover ul ul, .topnav li.sfhover ul ul, .topnav li:hover ul ul ul, .topnav li.sfhover ul ul ul, .topnav li:hover ul ul ul ul, .topnav li.sfhover ul ul ul ul {
    left: -999em;
}
.topnav li:hover ul, .topnav li.sfhover ul, .topnav li li:hover ul, .topnav li li.sfhover ul, .topnav li li li:hover ul, .topnav li li li.sfhover ul, .topnav li li li li:hover ul, .topnav li li li li.sfhover ul {
    left: auto;
}
.topnav .sf-sub-indicator {
    background: url("images/menu-arrows.png") no-repeat scroll right -94px transparent;
    display: inline-block;
    margin-right: -12px;
    text-indent: -9999px;
    width: 16px;
}
.topnav li ul .sf-sub-indicator {
    background: url("images/bullet.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 0.2em;
    text-indent: -999em;
    top: 1em;
    width: 10px;
}
#sidebar-nav {
    border-color: #ffffff;
    border-style: solid;
    border-width: 0px;
    float: left;
    line-height: 1;
    list-style: none outside none;
    margin: 0 0 15px;
    padding: 0;
    width: 138px;
    z-index: 99;
}
#sidebar-nav a {
    display: block;
    position: relative;
    text-decoration: none;
    z-index: 100;
}
#sidebar-nav li {
    border-top: 1px solid #E5ECF1;
    width: auto;
}
#sidebar-nav li a {
    background: url("images/bullet.png") no-repeat scroll 120px 11px #FBFBFB;
    border: 1px solid #FFFFFF;
    color: #333333;
    display: block;
    padding: 8px 15px;
}
#sidebar-nav li a:hover, #sidebar-nav li a:active, #sidebar-nav li.current-cat, #sidebar-nav li.current-cat-parent {
    background-color: #F7F7F7;
    color: #15527E;
    text-decoration: none;
}
#sidebar-nav li a.sf-with-ul {
}
#sidebar-nav li ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #E5ECF1;
    border-style: solid;
    border-width: 1px;
    left: -999em;
    margin: -31px 0 0 138px;
    position: absolute;
    width: 140px;
    z-index: 999;
}
#sidebar-nav li ul li {
    border-bottom: 1px solid #E5ECF1;
    border-right: medium none;
    border-top: medium none;
}
#sidebar-nav li ul li a {
    background: none repeat scroll 0 0 #FBFBFB;
    color: #333333;
    font-size: 11px;
    line-height: 12px;
    padding: 9px 15px 7px;
    width: 108px;
}
#sidebar-nav li ul li a.sf-with-ul {
    padding: 8px 15px;
}
#sidebar-nav li ul li a:hover {
    background: none repeat scroll 0 0 #F7F7F7;
    color: #15527E;
    text-decoration: none;
}
#sidebar-nav li ul ul {
    margin: -31px 0 0 140px;
}
#sidebar-nav li ul ul li a {
}
#sidebar-nav li ul li ul li a {
}
#sidebar-nav li:hover, #sidebar-nav li.hover {
    position: static;
}
#sidebar-nav li:hover ul ul, #sidebar-nav li.sfhover ul ul, #sidebar-nav li:hover ul ul ul, #sidebar-nav li.sfhover ul ul ul, #sidebar-nav li:hover ul ul ul ul, #sidebar-nav li.sfhover ul ul ul ul {
    left: -999em;
}
#sidebar-nav li:hover ul, #sidebar-nav li.sfhover ul, #sidebar-nav li li:hover ul, #sidebar-nav li li.sfhover ul, #sidebar-nav li li li:hover ul, #sidebar-nav li li li.sfhover ul, #sidebar-nav li li li li:hover ul, #sidebar-nav li li li li.sfhover ul {
    left: auto;
}
#sidebar-nav .sf-sub-indicator {
    display: none;
}
#sidebar-nav li ul .sf-sub-indicator {
    background: url("images/bullet.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 0.4em;
    text-indent: -999em;
    top: 0.9em;
    width: 10px;
}
#top {
    background-color: #3C3C3C;
    color: #CBCBCB;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding: 0 10px;
}
#top a {
    color: #CBCBCB;
    text-decoration: none;
}
#top a:hover {
    text-decoration: underline;
}
#top .left {
    background: url("images/sprite-h.png") no-repeat scroll 0 -231px transparent;
    padding-left: 18px;
}
ul#ticker {
    height: 28px;
    overflow: hidden;
    text-align: right;
}
ul#ticker strong {
    color: #91B142;
    font-size: 9px;
    padding-right: 5px;
    text-transform: uppercase;
}
ul#ticker .meta-date {
    color: #CBCBCB;
    padding-right: 5px;
}
ul#ticker .meta-comments a {
    color: #DF4A11;
}
ul#ticker .meta-comments a:hover {
    color: #859E0F;
}
#logo {
    margin: 6px 0 0 0;
}
#logo a {
    display: block;
}
#search {
    display: inline;
    float: right;
    margin: 13px 8px 0 0;
}
#search input {
    border: 1px solid #DFDEDE;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15) inset;
    color: #6B6B6B;
    float: left;
    font-size: 12px;
    line-height: 12px;
    padding: 2px 8px;
    width: 100px;
}
#search .field {
    height: 16px;
    margin-right: 5px;
}
#search input:focus {
    background: none repeat scroll 0 0 #FFFFF0;
    border: 1px solid #CAE9A3;
}
#search input.btn {
    background: url("images/sprite-h.png") no-repeat scroll 0 -808px transparent !important;
    border: medium none !important;
    height: 22px;
    padding: 0;
    color: transparent !important;
    border-radius: 2px;
    text-indent: -9999px;
    width: 25px;
}
#featured {
    float: left;
    position: relative;
    width: 320px;
}
#featured .slides > div {
    display: none;
    font-size: 14px;
}
#featured .slideshow {
    float: left;
    padding: 0;
    position: relative;
    width: 320px;
}

#featured .slideshow .mini-reviews{
    padding-bottom:10px;
    background:url(http://www.hungryfatguy.com/wp-content/uploads/2015/07/mini-review-header.png) no-repeat;
    margin-top: 5px;
    text-indent: -50000px;
    height:41px;
}

#featured .slideshow #main-photo-slider {
    margin-bottom: 5px;
}
.slider-tabs {
    list-style: none outside none;
    margin: 0 auto;
    padding-left: 5px;
    position: relative;
    width: auto !important;
    z-index: 100;
}
.slider-tabs a {
    background-color: #0373B3;
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    margin: 0;
    outline: 0 none;
    padding: 0 5px;
    text-align: center;
}
.slider-tabs a.current {
    background-color: #859E0F;
}
.slideshow .entry {
    padding: 0;
}
.biggestnews-title a {
    color: #333132;
    font: 400 12px;
}
.slideshow .biggestnews-title {
    font-size: 16px;
    margin: 7px 0;
}
.slideshow .biggestnews-title a {
    color: #333132;
    /*font-family:THSarabunNew-Bold;*/
    /*font-family: 'Kanit', sans-serif;*/
    font-weight: 600;
    font-size:16px;
}
.slideshow .biggestnews-meta {
    margin-bottom: 5px;
}
#featured .slideshow .slides #panel-1 {
    display: block;
}
.slideshow .slides .panel {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 320px;
    /*font-family:THSarabunNew !important;*/
    /*font-family: 'Kanit', sans-serif;*/
    font-size:14px;
}
.slideshow .slides .panel .image-preview {
    background: url("images/load-indicator.gif") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 200px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    width: 320px;
}
.slideshow .slides .panel .image-preview img {
    float: none;
    margin: 0;
}
.slideshow .slides .panel .arrow {
    background: url("images/slideshow-arrow.png") no-repeat scroll center bottom transparent;
    bottom: 0;
    height: 9px;
    left: 160px;
    position: absolute;
    width: 18px;
    z-index: 500;
}
#latest {
    float: right;
    width: 320px;
}
#latest ul li {
    border-bottom: 1px dotted #DDDDDD;
    padding: 8px 0;
    position: relative;
   /*font: 12px/18px Arial,Helvetica,Sans-serif;*/
   font: 12px/18px;
}
#latest ul li a.image-preview {
    background: url("images/load-indicator.gif") no-repeat scroll 50% 50% transparent;
    float: left;
    height: 75px;
    margin: 0 10px 5px 0;
    position: relative;
    width: 100px;
}
#latest ul li a.image-preview img {
    float: none;
    margin: 0;
}
#latest ul li a.image-preview span.category {
    background-color: #C21D2B;
    bottom: 0;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    left: 0;
    line-height: 10px;
    padding: 2px 5px;
    position: absolute;
    text-transform: uppercase;
}
#latest .biggestnews-title {
    font-size: 14px;
    font-weight: 600;
    padding-bottom:3px;
    min-height:75px;
}
#latest .biggestnews-title a {
    color: #333132;
    font-size: 14px;
    font-weight: 600;
    /*font-family:THSarabunNew;*/
    /*font-family: 'Kanit', sans-serif;*/
}

#latest .biggestnews-meta {
    margin-top: 3px;
    padding-top: 0;
}
#latest .more {
    font-size: 11px;
    margin: 10px 0;
    text-align: right;
    text-transform: uppercase;
}
#latest .more a {
    color: #C21D2B;
    font-size: 9px;
    font-weight: bold;
}
#latest .more a:hover {
    color: #859E0F;
    text-decoration: underline;
}
ul.tabs {
    float: left;
    height: 44px;
    list-style: none outside none;
    margin: 0 0 0 -15px;
    overflow: hidden;
    padding: 0 0 0 15px;
    width: 985px;
}
.tabs-border-bottom {
    background: url("images/nav-border.png") no-repeat scroll 0 top transparent;
    height: 8px;
    margin-left: -15px;
    padding-left: 15px;
    width: 985px;
}
ul.tabs li {
    float: left;
    height: 42px;
    line-height: 42px;
    margin-top: 2px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
ul.tabs li a {
    color: #333333;
    display: block;
    /*font-family: 'Quark-Bold',Helvetica,Sans-serif;*/
    /*font-family: 'Kanit', sans-serif;*/
    font-size: 20px;
    line-height: 42px;
    outline: medium none;
    padding: 0 15px;
    text-decoration: none;
}
ul.tabs li.tab-0 a {
    color: #ccc;
}
ul.tabs li.tab-1 a {
    color: #ccc;
}
ul.tabs li.tab-2 a {
    color: #ccc;
}
ul.tabs li.tab-3 a {
    color: #ccc;
}
ul.tabs li.tab-4 a {
    color: #ccc;
}
ul.tabs li.tab-5 a {
    color: #ccc;
}
ul.tabs li.tab-6 a {
    color: #ccc;
}
ul.tabs li.tab-7 a {
    color: #ccc;
}
ul.tabs li.tab-8 a {
    color: #ccc;
}
ul.tabs li.tab-9 a {
    color: #ccc;
}
ul.tabs li.tab-10 a {
    color: #ccc;
}
ul.tabs li.tab-11 a {
    color: #ccc;
}
ul.tabs li.tab-12 a {
    color: #ccc;
}
ul.tabs li.tab-13 a {
    color: #ccc;
}
ul.tabs li.tab-14 a {
    color: #ccc;
}
ul.tabs li a:hover {
    text-decoration: underline;
}
html ul.tabs li.active, html ul.tabs li.active a, html ul.tabs li.active a:hover {
    text-decoration: underline;
    color:#666;
}
.tab_container {
    clear: both;
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
    width: 970px;
}
.tab_content {
    display: none;
    padding: 10px 0;
}
.tab_container #tab-1 {
    display: block;
}
.tab_content .item {
    font-size:12px;
    line-height:16px;
}
.tab_content #column-0 {
    float: left;
    margin-right: 15px;
    width: 320px;
}
.tab_content #column-0 .item {
    height: 250px;
    margin-left: 0;
    position: relative;
    text-align: center;
    width: 320px;
}
.tab_content #column-0 .item .image-preview {
    background: url("images/load-indicator.gif") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 250px;
    width: 320px;
}
.tab_content #column-1 .item .image-preview {
    background: url("images/load-indicator.gif") no-repeat scroll 50% 50% transparent;
    display: inline-block;
    float: left;
    height: 75px;
    margin-right: 10px;
    width: 100px;
}
.tab_content #column-2 .item .image-preview {
    background: url("images/load-indicator.gif") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 75px;
    width: 100px;
}
.tab_content #column-0 h2.biggestnews-title {
    background: url("images/white-gradient.png") repeat-x scroll left top transparent;
    bottom: 0;
    /*font-family:THSarabunNew-Bold;*/
    /*font-family: 'Kanit', sans-serif;*/
    font-size:16px;
    left: 0;
    margin: 0;
    max-height: 75px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    width: 320px;
}
.tab_content #column-0 h2.biggestnews-title a {
    color: #444444;
    display: block;
    padding: 5px 10px;
    /*font-family:THSarabunNew-Bold;*/
    /*font-family: 'Kanit', sans-serif;*/
    font-size:16px;
    line-height: 22px;
}
.tab_content #column-1 {
    float: left;
    margin-right: 15px;
    width: 320px;
}
.tab_content #column-1 .item {
    margin-bottom: 10px;
}
.tab_content #column-1 .item h2.biggestnews-title {
    font-size: 16px;
    margin-bottom: 5px;
}
.tab_content #column-1 h2.biggestnews-title a {
    color: #333132;
    /*font-family:THSarabunNew-Bold;*/
    /*font-family: 'Kanit', sans-serif;*/
    font-weight:600;
    font-size:16px;
    line-height:20px;
}
.tab_content #column-1 p {
    /*font-family:THSarabunNew;*/
    /*font-family: 'Kanit', sans-serif;*/
    font-size:14px;
    line-height:18px;
}
.tab_content #column-2 {
    float: left;
    margin-right: 15px;
    width: 100px;
}
.tab_content #column-2 .item {
    text-align: center;
}
.tab_content #column-2 h2.biggestnews-title {
    margin-top: 5px;
}
.tab_content #column-2 a.category {
    color: #51BEBA;
    /*font-family: bangna-new,Arial,Helvetica,sans-serif;*/
    /*font-family: 'Kanit', sans-serif;*/
    font-size: 15px;
    text-transform: uppercase;
    font-weight:700;
}
.tab_content #column-2 h2.biggestnews-title a {
    color: #333132;
    /*font: 400 20px/22px bangna-new,Arial,Helvetica,sans-serif;*/
    font-size: 14px;
}
.tab_content #column-2 img {
    margin-bottom: 10px;
}
.tab_content #column-3 {
    float: right;
    width: 160px;
}
.tab_content #column-3 .item {
}
.tab_content #column-3 h2.biggestnews-title {
    border-bottom: 1px solid #D7D7D7;
}
.tab_content #column-3 a.category {
    color: #DF4A11;
    /*font-family: bangna-new,Arial,Helvetica,sans-serif;*/
    /*font-family: 'Kanit', sans-serif;*/
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
}
.tab_content #column-3 h2.biggestnews-title a {
    color: #333132;
    display: block;
    /*font: 400 12px/16px bangna-new,Arial,Helvetica,sans-serif;*/
    font-size:12px;
    padding: 6px 0;
}
.tab_content h2 {
}
.catbox-title {
    border-bottom: 3px solid #333;
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    height: 42px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.catbox-title2 {
    color: #333132;
    font-size: 22px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.catbox-title a, .catbox-title a:hover {
    border: none;
    color: #ffffff;
    background:#333;
    display: block;
    float: left;
    height: 30px;
    padding:5px 10px;
    text-decoration: none;
}
.catbox-feed {
    float: right;
    margin-top: 10px;
}
.catbox-feed a, .catbox-feed a:hover {
    background: url("images/icon-feed.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 12px;
    overflow: hidden;
    text-indent: -5555em;
    width: 12px;
}
.onecol .item-entry {
}
.onecol .col-left {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 320px;
}
.onecol .col-left a.image-preview {
    background: url("images/load-indicator.gif") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 200px;
    padding: 10px 0;
    text-align: center;
    width: 320px;
}
.onecol .col-right a.image-preview {
    background: url("images/load-indicator.gif") no-repeat scroll 50% 50% transparent;
    display: block;
    float: left;
    height: 75px;
    padding: 10px 15px 10px 0;
    text-align: center;
    width: 100px;
}
.onecol .col-left a.image-preview img {
    float: none;
    margin: 0;
}
.onecol .col-right a.image-preview img {
}
.onecol .col-right {
    float: left;
    margin-bottom: 0;
    width: 320px;
}
.onecol .catbox-title {
    margin-bottom: 12px;
}
.onecol .catbox {
    clear: both;
}
.onecol .biggestnews-title {
    margin:0;
    font-size:16px;
    font-weight: 800;
    line-height: 20px;
}
.onecol .biggestnews-meta {
    margin: 0;
}
.onecol .biggestnews-title a{
    /*font-family:THSarabunNew-Bold !important;*/
   /* font-family: 'Kanit', sans-serif !important;
    font-size: 22px !important;
    font-weight:600 !important;
    line-height: 22px !important;*/
    display:inline-block;
}

.onecol .col-left .entry-excerpt,
.onecol .col-right .entry-excerpt{
    /*font-family:THSarabunNew !important;*/
    /*font-family: 'Kanit', sans-serif !important;
    font-size: 20px !important;
    line-height: 22px !important;*/
}

.onecol .col-left .entry-excerpt { padding:5px 0; }

.twocol {
    margin: 0 0 -15px;
}
.twocol .catbox-row {
    margin: 0 0 15px;
}
.twocol .catbox {
    display: inline;
    float: left;
    width: 320px;
}
.twocol .catbox-even {
    margin: 0 15px 0 0;
}
.twocol .catbox-even .catbox-title {
}
.twocol .catbox ul {
}
.twocol .catbox li {
    font-size: 16px;
    padding: 0;
}
.twocol .catbox li a {
    background: url("images/bullet-green.png") no-repeat scroll 0 8px transparent;
    display: block;
    padding-left: 10px;
}
.twocol .catbox li a.meta-more {
    color: #C21D2B;
    font-size: 9px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
}
.twocol .catbox li a.meta-more:hover {
    border: medium none;
    text-decoration: underline;
}
.twocol .catbox li .biggestnews-meta {
}
.twocol .catbox li.catlist a {
    color: #333132;
    /*font: 400 16px/22px max_pinjohnv,Arial,Helvetica,sans-serif;*/
    font: 400 16px/22px 'Kanit', sans-serif;
}
.twocol .catbox li.first {
    background: none repeat scroll 0 0 transparent;
    border-top: 0 none;
    display: block;
    font-size: 16px;
    padding: 0 0 10px;
}
.twocol .catbox li.first a {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    padding-left: 0;
}
.twocol .catbox li a.image-preview {
    background: url("images/load-indicator.gif") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 200px;
    width: 320px;
}
.twocol .catbox li.first > a {
    display: block;
    height: 200px;
    margin-bottom: 10px;
    text-align: center;
    width: 320px;
}
.twocol .catbox .entry-thumb {
    float: none;
    margin: 0;
}
.twocol .catbox .biggestnews-title {
    font-size: 16px;
    margin: 7px 0;
}
.twocol .catbox .entry-excerpt {
    font-size: 14px;
    line-height: 18px;
}
.twocol .catbox .biggestnews-meta {
    margin-top: 5px;
}
.heading {
    border-bottom: 1px solid #ECEDE8;
    color: #999999;
    font-size: 16px;
    margin: 0 0 10px;
    padding-bottom: 5px;
}
.heading h1 {
    color: #333333;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-transform: uppercase;
}
.heading span, .heading span:hover, .heading span:focus {
    color: #999999;
}
.single-cat-feed a {
    display: inline-block;
    float: none;
    line-height: 12px;
    margin: 0 5px;
}
.single.single-format-standard {
}
.single.single-format-standard .biggestnews-title {
    margin-bottom: 5px;
    width: auto;
    /*font-family: THSarabunNew, max_pinjohnv;*/
    /*font-family: 'Kanit', sans-serif;*/
    display: block;
    padding-top:10px;
}
.single.single-format-standard .biggestnews-meta {
    /*font-family: max_pinjohnv,Arial,Helvetica,sans-serif;*/
    /*font-family: 'Kanit', sans-serif;*/
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    width: auto;
}
.single.single-format-standard .biggestnews-meta a {
    margin: 0 3px;
}
.single.single-format-standard .meta-edit {
}
.single.single-format-standard .meta-sep {
    color: #CCCCCC;
}
.entry-thumb {
    float: left;
    margin: 0 15px 10px 0;
    position: relative;
}
.biggestnews-title {
    font-weight: normal;
    font-size:20px;
}
.biggestnews-title h1 {
    font-size: 36px;
    line-height:28px;
}
.entry-excerpt {
    font-size: 14px;
}
.biggestnews-meta, .biggestnews-meta a {
    color: #666666;
    font-size: 11px;
}
.biggestnews-meta a:hover {
    color: #859E0F;
    text-decoration: underline;
}
.meta-sep {
    color: #999999;
    margin: 0 3px;
}
.meta-more {
    color: #666666;
    font-size: 11px;
}
.meta-more:hover {
    border-bottom: 1px dotted #859E0F;
    color: #859E0F;
    text-decoration: none;
}
.not-found {
    width: 590px;
}
.entry-tags {
    margin: 10px 0 15px;
}
.entry-tags span {
    font-weight: bold;
}
.entry-tags a {
    background: none repeat scroll 0 0 #FBFBFB;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    color: #666666;
    margin: 0 0 0 2px;
    padding: 4px 6px 3px;
}
.entry-tags a:hover {
    background: none repeat scroll 0 0 #E6E6E6;
    color: #666666;
    text-decoration: none;
}
.entry-author {
    background: none repeat scroll 0 0 #FFF;
    border-color: #FFF;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    margin: 15px 0 0;
    padding: 10px 10px 40px 10px;
    line-height:22px;
}
.entry-author2 {
    background: none repeat scroll 0 0 #FFF;
    border-color: #FFF;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    margin: 15px 0 0;
    padding: 10px;
}
.author-avatar {
    border: 1px solid #ECEDE8;
    float: left;
    margin: 0 10px 10px 0;
}
.author-avatar img {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    padding: 4px;
}
.list-content .item-entry {
    border-bottom: 1px dotted #DDDDDD;
    margin: 0 0 15px;
    padding: 0 0 10px;
}
.list-content .item-entry .biggestnews-title {
    font-size: 16px;
}
.list-content .biggestnews-meta {
    display: block;
    margin: 7px 0;
}
.list-content .meta-comments a, .meta-comments a {
    background: url("images/sprite-h.png") no-repeat scroll 0 -166px transparent !important;
    padding-left: 18px !important;
}
.meta-date {
    background: url("images/sprite-h.png") no-repeat scroll 0 -238px transparent !important;
    color: #666666;
    font-size: 11px;
    padding-left: 15px;
}
.list-content .meta-comments a:hover, .single .meta-comments a:hover {
    border-bottom: medium none;
    color: #859E0F;
}
.single .item-entry {
    border-bottom: medium none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.single .biggestnews-meta {
    background: url("images/bg-grayline.png") repeat-x scroll left bottom transparent;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.single .image-preview {
    background: url("images/load-indicator.gif") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 270px;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
    width: 655px;
}
.single .image-preview img {
    float: none;
    height: auto;
    margin: 0;
    width: 100%;
}
.single .entry {
    font-size: 14px;
}
.single .biggestnews-title {
    color: #000000;
    font-size: 30px;
    font-weight:700;
    margin-bottom: 5px;
}
.entry p, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry ul, .entry ol {
    margin: 10px 0;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
}
.entry ul, .entry ol {
    margin: 10px 0 10px 20px;
}
.entry ol {
    list-style-type: decimal;
}
.entry ul {
    list-style-type: square;
}
.entry ul ul, .entry ul ol, .entry ol ol, .entry ol ul {
    margin: 0 0 0 20px;
}
.entry li {
    padding-bottom: 5px;
}
.entry hr {
    background: none repeat scroll 0 0 transparent;
    border-top: 1px solid #C7D7DB;
    clear: both;
    height: 0;
    margin: 0 0 20px;
    padding: 0;
}
.entry hr.none {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}
.entry a {
}
.entry a:hover {
}
.entry blockquote {
    border-left: 10px solid #F7F7F7;
    margin: 20px;
    overflow: hidden;
    padding: 0 30px 0 20px;
}
.onecolumn {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-left: 15px;
}
.onecolumn #content {
    margin: 0 !important;
    width: 965px;
}
img.centered {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
img.alignnone {
    display: inline;
    margin: 0 0 10px;
    padding: 0;
}
img.alignright {
    display: inline;
    margin: 0 0 10px 10px;
    padding: 0;
}
img.alignleft {
    display: inline;
    margin: 0 10px 10px 0;
    padding: 0;
}
.aligncenter {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    margin: 0 0 10px 10px;
}
.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}
.wp-caption {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #E6E6E6;
    padding: 4px 0 5px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    margin: 0 0 5px;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 2;
    padding: 2;
}
.pagenavi {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #ECEDE8;
    color: #777777;
    display: block;
    height: 30px;
    margin: 0 0 15px;
}
.pagenavi a, .pagenavi span {
    border-right: 1px solid #ECEDE8;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
}
.pagenavi a.current {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    font-weight: bold;
    margin: 0;
    padding-bottom: 0;
}
.widget {
    border: 1px solid #FFFFFF;
    margin: 0 0 15px;
}
.widget-title {
    /*background: url("images/bg-widget-title.gif") repeat-x scroll left center #F9F9F9;*/
    background:none;
    border: 1px solid #FFFFFF;
    font-size: 20px;
    /*font-family:Tahoma, Geneva, sans-serif;*/
    /*font-family: Quark-Bold,Arial,Helvetica,sans-serif;*/
    /*font-family: 'Kanit', sans-serif;*/
    font-weight:700;
    /*height: 30px;*/
    width:100%;
    line-height: 26px;
    margin-bottom:5px;
    text-transform:uppercase;
}
.widget-title .widget-title-color{
    color: #FFFFFF;
    background:#4db2ec;
    padding:5px 10px;
}
.widget-title a, .widget-title a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.widget ul {
    border-top: 1px solid #E5ECF1;
}
.widget ul li {
    /*border-bottom: 1px dotted #DDDDDD;*/
    margin: 0 15px -1px;
    padding: 7px 0 6px;
}
.widget > div {
    border-top: none;
    padding:0;
}

.widget .textwidget {
    font-size: 22px;
    /*font-family: THSarabunNew, max_pinjohnv;*/
    /*font-family: 'Kanit', sans-serif;*/
}

.widget .twitter-stream {
    border-top: 1px solid #4db2ec;
    border-bottom: 3px solid #999;
    padding-bottom: 10px;
}

.widget .twitter-stream p{
    margin: 10px 0;
    background: url(../../uploads/2015/01/Twitter_logo_blue_16pixel.png) no-repeat left 5px;
    padding: 0 0 10px 20px;
    border-bottom: 1px solid #ccc;
    /*font-family: THSarabunNew, max_pinjohnv;*/
        font-family: 'Kanit', sans-serif;
    font-size: 22px;
    line-height:26px;
}

.widget .twitter-stream p:last-child{
    border:none;
}


.widget .twitter-stream p img{
    display:block;
    width:280px;
    margin:3px 0;
}

.widget_text {
    border: medium none;
}
.widget_text .widget-title {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding: 0;
    text-align: center;
}
.widget_text .textwidget {
    border: medium none;
    padding: 0;
}
.widget_text div {
    padding: 0;
}
.widget_tag_cloud div, .textwidget {
    border-top: 1px solid #E5ECF1;
    padding: 10px 15px;
}
.widget_dlh_popular {
    border: medium none;
}
.widget_dlh_popular .widget-title {
    background: url("images/most-read-header-bg.png") repeat-x scroll left center #F9F9F9;
    border-color: transparent transparent #C21D2B;
    border-style: solid;
    border-width: 0 0 3px;
    font-size: 16px;
    padding: 0 8px 0 26px;
}
.widget_dlh_popular div.popular {
    border: medium none;
    padding: 0;
}
.widget_dlh_popular ul {
    border: medium none;
}
.widget_dlh_popular ul li {
}
.widget_dlh_popular ul li.popular-list {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: 0;
    padding: 0;
}
.widget_dlh_popular ul li.popular-list a {
    border-color: transparent #EEEEEE #EEEEEE transparent;
    border-style: none double solid none;
    border-width: 0 3px 1px 0;
    color: #333132;
    display: block;
    /*font: 400 15px/25px max_pinjohnv,Arial,Helvetica,sans-serif;*/
    /*font: 400 15px/25px 'Kanit', sans-serif;*/
    height: 50px;
    overflow: hidden;
    padding-right: 8px;
}
.widget_dlh_popular ul li.popular-list .popular-number {
    background-color: #C54E0D;
    color: #FFFFFF;
    float: left;
    /*font: 400 24px/50px max_pinjohnv,Arial,Helvetica,sans-serif;*/
    /*font:400 24px/50px 'Kanit', sans-serif;*/
    height: 50px;
    margin-right: 8px;
    text-align: center;
    text-shadow: 1px 1px 0 #555555;
    width: 40px;
}
.widget_dlh_popular ul li#popular-0 .popular-number {
    background-color: #C21D2B;
}
.widget_dlh_popular ul li#popular-1 .popular-number {
    background-color: #F8CD28;
}
.widget_dlh_popular ul li#popular-2 .popular-number {
    background-color: #81459A;
}
.widget_dlh_popular ul li#popular-3 .popular-number {
    background-color: #2C63FE;
}
.widget_dlh_popular ul li#popular-4 .popular-number {
    background-color: #91B142;
}
.widget_dlh_popular ul li#popular-5 .popular-number {
    background-color: #0373B3;
}
.widget_dlh_popular ul li#popular-6 .popular-number {
    background-color: #DF4A11;
}
.widget_dlh_popular ul li#popular-7 .popular-number {
    background-color: #C52F8A;
}
.widget_dlh_popular ul li#popular-8 .popular-number {
    background-color: #90B154;
}
.widget_dlh_popular ul li#popular-9 .popular-number {
    background-color: #F3D467;
}
.home-sidebar-right .widget li {
    background: url("images/bullet.png") no-repeat scroll 0 12px transparent;
    padding-left: 10px;
}
.home-sidebar-right .widget li a:hover {
}
.widget_twitter .widget-title a {
    background: url("images/twitter-standing.png") no-repeat scroll right 0 transparent;
    display: block;
    width: 272px;
}
.tweets li a {
    display: inline !important;
    padding-left: 0 !important;
}
.tweets a.timesince {
    color: #999999;
    font-size: 11px;
    font-style: italic;
}
.tweets a.timesince:hover {
    border-bottom: 1px dotted #859E0F;
    color: #859E0F;
    text-decoration: none;
}
.tweets li {
    background: url("images/twitter.png") no-repeat scroll 0 10px transparent !important;
    display: block !important;
    padding-left: 17px !important;
}
#subscribe {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #ECEDE8;
    font-size: 90%;
    margin: 0 0 15px;
    padding: 7px 5px 3px;
    width: 288px;
}
.subscribe_icons {
    margin: 0 auto;
    width: 286px;
}
.subscribe_icons li {
    display: inline;
    float: left;
    font-size: 11px;
    margin: 0 2px 5px;
    text-align: center;
    width: 52px;
}
.subscribe_icons a {
    color: #444444 !important;
    display: block;
    padding: 40px 0 2px;
    transition: all 0.2s ease-out 0s;
}
.subscribe_icons a:hover {
    color: #336699 !important;
    text-decoration: none;
}
.subscribe_icons a {
    background-image: url("images/sprite-h.png");
    background-repeat: no-repeat;
}
.subscribe_icons .subscribe_youtube a {
    background-position: center -426px;
}
.subscribe_icons .subscribe_twitter a {
    background-position: center -1061px;
}
.subscribe_icons .subscribe_facebook a {
    background-position: center -1123px;
}
.subscribe_icons .subscribe_instagram a {
    background-position: center -1177px;
}
.subscribe_icons .subscribe_rss a {
    background-position: center -364px;
}
.subscribe_icons .subscribe_email a {
    background-position: center -272px;
}
.widget_dlh_flickr {
    padding: 1px 0 5px;
}
.widget h3 span {
    color: #0061D8;
}
.widget h3 span span {
    color: #FF1183;
}
.widget .flickr_badge_image {
    float: left;
    margin: 0;
}
.widget .flickr_badge_image .wrap {
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}
.widget .flickr_badge_image a img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E9E9E9;
    display: inline;
    float: left;
    margin: 4px 4px 0 0;
    padding: 4px;
}
.widget .flickr_badge_image a:hover img {
    background: none repeat scroll 0 0 #FBFBFB;
    border-color: #E5ECF1;
}
.widget_dlh_authorinfo .left {
    margin-right: 10px;
}
.widget_dlh_authorinfo .right {
    margin-left: 10px;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar, #wp-calendar th, #wp-calendar caption {
    text-align: center;
}
#wp-calendar th {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #F0F0F0;
    padding: 3px;
}
#wp-calendar td {
    border: 1px solid #F0F0F0;
    padding: 5px 2px;
}
#wp-calendar caption {
    background: none repeat scroll 0 0 transparent;
    color: #333333;
    font-weight: bold;
    padding: 3px 0 7px;
}
#wp-calendar #today {
    background: none repeat scroll 0 0 #F5F5F5;
    font-weight: bold;
}

/*Footer*/
#footer {
    margin: 0 10px;
    padding: 7px 0;

}

#footer .copyright {
    color: #777777;
    text-align: center;
    color: #555555;
    font-size: 11px;
}

#footer .copyright a {
    text-decoration: none;
}
#footer .copyright a:hover {
    text-decoration: underline;
}
#footer #footer-widget {
    padding: 0 5px;
}
#footer #footer-widget-1 {}
#footer #footer-widget-2 {}
#footer #footer-widget-3 {
    margin-right: 0;
}
#footer .footer-widget {
    width: 300px;
    float: left;
    margin-right: 35px;
}


#comments {
    border-top: 1px solid #E4E4E4;
    padding-top: 5px;
    position: relative;
}
#comments h3 {
    color: #333333;
    font-family: Georgia,serif;
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0;
}
#comments .comment {
    list-style-type: none;
    width: 100%;
}
#comments .comment .comment-container {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
#comments .comment-head {
    float: left;
    margin: 0;
    width: 70px;
}
#comments .avatar {
}
#comments .avatar img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 0;
    padding: 3px;
    vertical-align: middle;
}
#comments .name {
    font-size: 14px;
    font-weight: bold;
}
#comments .date, #comments .edit, #comments .perma {
    color: #999999;
    font-size: 11px;
    font-style: italic;
}
#comments .arrow {
    background: url("images/comment-arrow.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    left: 62px;
    position: absolute;
    width: 9px;
}
#comments .comment-info {
    margin-bottom: 5px;
}
#comments .comment-entry {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #E4E4E4;
    overflow: hidden;
    padding: 15px 20px 5px;
}
#comments .comment-entry p {
    margin: 0 0 10px;
}
#comments .reply {
    padding-top: 5px;
}
#comments .reply a {
    /*font: 11px/18px sans-serif;*/
    font: 11px/18px 'Kanit', sans-serif;
    margin: 0;
    padding: 1px 6px;
    text-shadow: none;
}
#comments .reply a:hover {
    background-color: #E6E6E6;
}
#comments ul.children {
    margin: 0 0 0 25px;
    padding: 0;
}
#comments ul.children li {
}
#comments .comment-container .cancel-comment-reply {
    margin: 10px 0;
}
#comments .comment-container #respond h3 {
    margin: 10px 0;
}
#comments .navigation {
}
#comments .navigation a {
    display: block;
    margin: 15px 0 0;
    text-decoration: none;
}
#comments .navigation a:hover {
}
#comments h3#pings {
    margin-top: 25px;
}
#comments .pingbacks li.pingback {
    margin: 10px 0;
}
#comments .pingbacks li.pingback .reply {
    display: none;
}
#comments p.nocomments {
    margin: 15px 0 0;
}
#respond {
    margin: 15px 0 0;
}
#respond h3 {
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}
#respond .left {
    float: left;
    margin-right: 15px;
    width: 200px;
}
#respond .right {
    float: left;
    width: 380px;
}
#respond label {
    color: #777777;
    font-size: 11px;
}
.comment-container #respond {
    margin: 20px 0;
}
#commentform {
    margin: 15px 0 0;
}
#commentform label {
    display: inline-block;
    margin-top: 5px;
    position: relative;
    vertical-align: top;
}
#commentform input.txt, #commentform textarea {
    border-color: #CCCCCC #EAEAEA #EAEAEA #CCCCCC;
    border-style: solid;
    border-width: 1px;
    /*font: 14px/14px Arial,Helvetica,sans-serif;*/
    font:14px/14px 'Kanit', sans-serif;
}
#commentform input.txt {
    background: none repeat scroll 0 0 #F0F0F0;
    color: #666666;
    margin: 0 5px 10px 0;
    padding: 5px 7px;
    width: 170px;
}
#commentform textarea {
    background: none repeat scroll 0 0 #F0F0F0;
    color: #666666;
    padding: 5px 7px;
    width: 95% !important;
}
#respond #commentform #submit {
    cursor: pointer;
    margin: 15px 0 0;
}
h3#pings {
    margin: 25px 0 10px;
}
.pinglist li {
    list-style-type: decimal;
    margin: 0 0 0 20px;
}
.pinglist li .author {
    font-size: 15px;
    font-weight: bold;
}
.pinglist li .date {
    font-size: 11px;
}
.pinglist li .pingcontent {
    display: block;
    margin: 10px 0;
}
a.button, a.comment-reply-link, #commentform #submit, .submit {
    background: -moz-linear-gradient(center top , #FFFFFF 20%, #E5E5E5 100%) repeat scroll 0 0 #E5E5E5;
    border-color: #E4E4E4 #C4C4C4 #C4C4C4 #E4E4E4;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    color: #424242 !important;
    display: inline-block;
    font-weight: bold;
    margin: 5px;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #FFFFFF;
}
a.button.large {
    padding: 6px 16px;
}
a.button.small, a.comment-reply-link {
    padding: 0 10px;
}
a.button:hover, a.button.hover, a.button.active, a.comment-reply-link:hover, #commentform #submit:hover, #contact-page .submit:hover {
    background: -moz-linear-gradient(center top , #EEEEEE 20%, #CCCCCC 100%) repeat scroll 0 0 #DDDDDD;
    text-decoration: none !important;
}
a.button:active, a.button.active {
    border-color: #999999;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) inset, 0 1px 0 #FFFFFF;
}
div.header-ad {
    display: inline;
    float: right;
    margin-right: 8px;
    margin-top: 14px;
}
.home-ad-area {
    margin-bottom: 15px;
    text-align: center;
}
.widget-ads {
    border: medium none !important;
}
.home #sidebar-left {
}
.home #sidebar-left {
}
.home #sidebar-left {
}
.home #sidebar-left {
}
.home #sidebar-left {
    float: left;
    margin-left: 0;
    margin-right: 15px;
    width: 300px;
}
#sidebar .widget-ads {
    background: none repeat scroll 0 0 #FBFBFB;
}
.ad-title {
    color: #BBBBBB;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 7px;
    text-align: center;
    text-transform: uppercase;
}
#search input {
    margin: 0;
}
.subscribe-top-box {
    background: url("images/subscribe-top-box.png") no-repeat scroll 0 0 transparent;
    border: 1px solid #EEEEEE;
    height: 40px;
    margin-bottom: 20px;
    width: 653px;
}
.subscribe-top-box .email {
    background-color: transparent;
    border: medium none;
    height: 20px;
    margin-left: 5px;
    width: 110px;
}
.subscribe-top-box .button {
    background: url("images/icons.png") no-repeat scroll center -62px transparent;
    border: medium none;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    text-indent: -999px;
    top: 0;
    width: 20px;
}
.subscribe-top-box form {
    background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15) inset;
    float: right;
    margin: 10px 10px 0 0;
    position: relative;
    width: 140px;
}
#fb-root, .fb-like-box {
    border: medium none !important;
    padding: 0 !important;
}
.post.format-standard {
    margin-bottom: 15px;
}
.post.format-standard img {
    height: auto;
    max-width: 100%;
}
#content ul.related_post {
    margin-right: -10px !important;
}
#content ul.related_post li a:last-child {
    color: #3A3A3A;
    max-height: 70px;
    overflow: hidden;
}
#content ul.related_post li a:hover {
    text-decoration: underline !important;
}
#disqus_thread {
    margin-top: 20px;
}
.biggestnews-content
 {
    margin-bottom: 15px;
    border-bottom:#ccc 1px solid;
    font-size: 16px;
    line-height: 20px;
}
.archive .post .image-preview {
    background: url("images/load-indicator.gif") no-repeat scroll 50% 50% transparent;
    display: block;
    float: left;
    height: 200px;
    margin-right: 15px;
    width: 320px;
}
.single .image-preview {
    position: relative;
}
.single .image-descriptions {
    background: url("images/white-gradient.png") repeat-x scroll left top transparent;
    bottom: 0;
    color: #333333;
    /*font: 400 15px/25px "Quark-Light","Times New Roman",Times,serif;*/
    /*font: 400 15px/25px 'Kanit', sans-serif;*/
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-align: left;
}

/*Related Post Plugin Compatibility*/
.wp_rp_vertical_m ul.related_post li {margin-right: 7px !important; }
.wp_rp_vertical_m ul.related_post li img {border-radius: 0 !important; max-width: 150px; max-height: 150px;}

/*Easy Ticker*/
.easy-ticker {
    border: medium none !important;
    padding: 0 !important;
    position: relative;
}
.easy-ticker #easy-ticker-control {
    float: right;
    margin-bottom: 15px;
    margin-right: 5px;
}
.easy-ticker #easy-ticker-control .button {
    background: url("images/icons.png") no-repeat scroll center -48px transparent;
    border: medium none;
    float: left;
    height: 16px;
    margin: 0 2px;
    text-indent: -9999px;
    width: 16px;
}
.easy-ticker #easy-ticker-control .button-down {
    background-position: center -16px;
}
.easy-ticker #easy-ticker-control .button-toggle {
    background-position: center -32px;
}
.easy-ticker #easy-ticker-control .button-toggle.et-run {
    background-position: center 0;
}
.easy-ticker .title {
    float: left;
    line-height: 16px;
    padding: 0 5px;
}
.easy-ticker #easy-ticker-list {
    display: block;
    min-height: 180px;
    overflow: hidden;
    position: relative;
}
.easy-ticker #easy-ticker-list ul li {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding: 0 0 10px;
    position: relative;
}
.easy-ticker #easy-ticker-list ul li a.image-preview {
    background: url("images/load-indicator.gif") no-repeat scroll 50% 50% transparent;
    float: left;
    height: 75px;
    margin: 0 7px 5px 0 !important;
    overflow: hidden;
    position: relative;
    width: 100px;
}
.easy-ticker #easy-ticker-list ul li a.image-preview img {
    float: none;
    margin: 0;
}
.easy-ticker #easy-ticker-list ul li a.image-preview span.category {
    background-color: #C21D2B;
    bottom: 0;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 700;
    height: 10px;
    left: 0;
    line-height: 10px;
    padding: 2px 5px;
    position: absolute;
    text-transform: uppercase;
}
.easy-ticker #easy-ticker-list ul li h4 {
    margin-bottom: 3px !important;
}
.easy-ticker #easy-ticker-list ul li h4 a {
    color: #333132;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.easy-ticker #easy-ticker-list ul li p {
    font-size: 12px;
    line-height: 14px;
}
.easy-ticker #easy-ticker-list ul, .widget_dlh_easyticker {
    border: medium none;
}

/*Main Slider*/
.lof-slidecontent a.image-preview {
    display: block;
    height: 360px;
    overflow: hidden;
    width: 655px;
}
.lof-slidecontent a.readmore {
    color: #C21D2B;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
}
.lof-slidecontent {
    height: 500px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.lof-slidecontent .preload {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100000;
}
.lof-slidecontent .preload div {
    background: url("images/load-indicator.gif") no-repeat scroll 50% 50% transparent;
    border: 1px solid #ECEDE8;
    height: 360px;
    width: 653px;
}
.lof-main-outer {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.lof-main-item-desc {
    background: url("images/bg_trans.png") repeat scroll 0 0 transparent;
    line-height: 1;
    margin-top: -46px;
    position: relative;
    text-align: left;
}
.lof-main-item-desc p {
    background-color: #FFFFFF;
    color: #292929;
    font-size: 14px;
    font-weight:500;
    font-family:Arial,Helvetica,sans-serif;
    line-height: 18px;
    margin:0;
    overflow: hidden;
    padding: 10px;
}
.lof-main-item-desc h2 {
    background: url("images/white-gradient.png") repeat-x scroll left top transparent;
    font-size: 26px;
    font-weight: 800;
    line-height: 34px;
    margin: 0;
    overflow: hidden;
    padding: 10px 10px 0;
}
.lof-main-item-desc h2 a {
    color: #000000;
}
.lof-main-item-desc h2 a:hover {
    text-decoration: underline;
}
ul.lof-main-wapper {
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
ul.lof-main-wapper li {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 655px;
}
.lof-opacity li {
    float: inherit;
    left: 0;
    position: absolute;
    top: 0;
}
ul.lof-main-wapper li img {
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
.lof-navigator-wapper {
    background: url("images/transparent_bg.png") repeat scroll 0 0 transparent;
    bottom: 200px;
    padding: 3px 0;
    position: absolute;
    right: 10px;
}
.lof-navigator-outer {
    color: #FFFFFF;
    float: left;
    height: 180px;
    overflow: hidden;
    position: relative;
    width: 310px;
    z-index: 100;
}
ul.lof-navigator {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
ul.lof-navigator li {
    cursor: pointer;
    display: block;
    float: left;
    list-style: none outside none;
    margin-left: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
ul.lof-navigator li img {
    border: 3px solid #666666;
    float: none;
    margin: 0;
}
ul.lof-navigator li.active img, ul.lof-navigator li:hover img {
    border: 3px solid #A8A8A8;
}
.lof-navigator-wapper .lof-next, .lof-navigator-wapper .lof-previous {
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 34px;
    width: 22px;
}
.lof-navigator-wapper .lof-next {
    background: url("images/arrow-l.png") no-repeat scroll right center transparent;
    float: left;
    margin-right: 5px;
    text-indent: -999px;
}
.lof-navigator-wapper .lof-previous {
    background: url("images/arrow-r.png") no-repeat scroll left center transparent;
    float: left;
    margin-left: 5px;
    text-indent: -999px;
}

/*Standart Menu Shadow*/
table.nav_flyout_table {
    border: medium none;
    empty-cells: show;
    margin: 0 -30px -30px;
}
.nav_pop_h {
    background-image: url("images/standart-menu/nav-pop-h.png");
}
.nav_pop_tl {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 18px;
    width: 45px;
}
.nav_pop_lr_min {
    width: 45px;
}
.nav_pop_tc {
    background-position: 0 -20px;
    background-repeat: repeat-x;
    height: 18px;
}
.nav_pop_tr {
    background-position: -45px 0;
    background-repeat: no-repeat;
    height: 18px;
    width: 45px;
}
.nav_pop_v {
    background-image: url("images/standart-menu/nav-pop-v.png");
}
.nav_pop_cl {
    background-position: -90px 0;
    background-repeat: repeat-y;
    width: 45px;
}
body .nav_pop_cc {
    padding: 0 !important;
    text-align: left;
}
.nav_pop_cc {
    background-color: #FFFFFF;
}
.nav_pop_cr {
    background-position: -135px 0;
    background-repeat: repeat-y;
    width: 45px;
}
.nav_pop_bl {
    background-position: 0 -1px;
    background-repeat: no-repeat;
    height: 44px;
    width: 45px;
}
.nav_pop_bc {
    background-position: 0 -41px;
    background-repeat: repeat-x;
    height: 44px;
}
.nav_pop_br {
    background-position: -45px -1px;
    background-repeat: no-repeat;
    height: 44px;
    width: 45px;
}
table.nav_flyout_table tr {
    border: medium none;
}
table.nav_flyout_table th, table.nav_flyout_table td {
    padding: 0;
}

/* Custom the css for Easy Related Post */
#erp-wraper{
    margin-top:25px !important;
    border-top:1px #ccc solid;
}

.erp_con_ttl{
    padding-top:5px !important;
}

h3.erp_content{
    /*font-family:Tahoma, Geneva, sans-serif;*/
        font-family: 'Kanit', sans-serif;
    font-size:14px;
    line-height:18px;
    padding-top:5px;
    color:#39C;
}

#erp_widget-3 span { line-height:24px !important; }

.disclaimer{
font-weight:800;
color:#ff0000;
line-height:22px;
padding:20px 0;
}