/*
Theme Name: Muang Boran Journal Theme
Theme URL: konnatee.com
Description: Muang Boran Journal theme for wordpress tutorial by konnatee.com.
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Author: konnatee
Author URL: konnatee.com
Tags: konnatee
*/

* {
  margin: 0;
  padding: 0;
}

@font-face {
	font-family: RSU;  
	src: local('MRSU_Regular'), 
		url("fonts/RSU_Regular.ttf") format('truetype');  
	font-weight: normal;  
}
@font-face {
	font-family: TSB;  
	src: local('MTHSarabunNew'), 
		url("fonts/THSarabunNew.ttf") format('truetype');  
	font-weight: normal;  
}

html, body{
    min-width: 975px;
    margin: 0;
}
.content{
    width: 975px;
    margin: auto;
}
a:hover {
    font-weight: 600;
}


/*    Start Header Zone    */
.header {
    min-width: 975px;
    height: 80px;
    background-color: #540806;
    font-family: RSU;
    font-size: 18px;
    color: white;
}

.header a:link, .header a:visited, .header a:active{
    color: white;
    text-decoration: none;
}

.header .header_content {
    color: aliceblue;
    margin: auto;
    /*margin-top: 25px;*/
}

.header .header_content .navwp {
    display: inline;
    position: absolute;
    margin: 5px 0 0 10px;
    list-style-position:inside;
    min-width: 757.2px;
}
.header .header_content .navwp ul li{
    display: inline-block;
    vertical-align: top;
}

.header .header_content .navwp ul.sub-menu{
    position: absolute;
    background-color: #540806;
    padding: 0 20px 10px 20px;
    margin: 10px 0 0 -19px;
}
.header .header_content .navwp ul li.sub-menu-item{
    display: none;
    padding: 5px 0 0 0;
}
.header .header_content .navwp ul li.main-menu-item {
    list-style-position:inside;
    padding: 25px 15px 10px;
    border-right: 1px solid aliceblue;
}
.header .header_content .navwp ul li.main-menu-item:last-child{
    border-right: none;
}
.header_adt {
    height: 295px;
}
/*    End Header Zone    */


/*    Start Footer Zone    */
.footer {
    vertical-align: top;
    margin: 10px 0 0 0;
    font-family: RSU;
    font-size: 12px;
}
.footer a:link, .footer a:visited, .footer a:active{
    color: white;
    text-decoration: none;
}
.footer .footer_content{
    vertical-align: top;
    display: inline-block;
    width: 64%;
}

.footer .footer_content .nav ul.nav-tabs-footer li.main-menu-item ul.sub-menu li.sub-menu-item{
    display: block;
    margin: 1px 0 0 1px;
}

.footer .footer_content .nav ul li.main-menu-item {
    display: inline-block;
    padding: 0 15px 0 0;
    vertical-align: top;
}
.footer .footer_adt{
    display: inline-block;
    width: 35%;
}
/*    End Footer Zone    */


/*    Start Page Zone    */
.page_content {
    font-family: TSB;
    font-size: 22px;
    color: #1e1a17;
}
/*    End Page Zone    */


/*    Start First Page Zone    */
.pageContentHeaderSection {
    padding: 10px 0 10px 0;
    min-width: 757.2px;

}
.pageContentHeaderSection .firstLabelCategory{
    vertical-align: top;
    width: 74%;
    height: 32px;
    border-bottom: 2px solid #540806;
    display: inline-block;
}
.pageContentHeaderSection .firstLabelCategory a:link, .firstLabelCategory a:visited, .firstLabelCategory a:active{
    text-decoration: none;
}
.pageContentHeaderSection .firstLabelCategory .cateName{
    display: inline-block;
    width: 79%;
    margin: 0 0 0 5px;
    font-weight: 600;
}
.pageContentHeaderSection .firstLabelCategory .cateContinueLink{
    display: inline-block;
    text-align: right;
    width: 18%;
    font-size: 18px;
    margin: 5px;
}
.labelCategory {
    background-color: #9C0B09;
    height: 30px;
    margin: 5px 0 0 0;
}
.labelCategory a:link, .labelCategory a:visited, .labelCategory a:active{
    text-decoration: none;
}
.labelCategory .cateName{
    display: inline-block;
    width: 79%;
    margin: 0 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.labelCategory .cateContinueLink{
    display: inline-block;
    text-align: right;
    width: 18%;
    font-size: 18px;
    margin: 5px;
}
/*    End First Page Zone    */

/*    Start Bookreleased Zone    */
.pageContentHeaderSection .bookReleased{
    display: inline-block;
    /*position: absolute;*/
    left: 290px;
    width: 248px;
    margin: auto;
}

.pageContentHeaderSection .bookReleasedHeader{
    background-color: #9C0B09;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
}
.pageContentHeaderSection .bookReleasedHeaderTxt{

}
.pageContentHeaderSection .bookReleasedImg{

}

.pageContentHeaderSection .bookReleasedFooter{
    font-size: 24px;
    text-align: center;
    border-bottom: 2px solid #540806;
}
.pageContentHeaderSection .bookReleasedFooterTxt{

}


/*    End Bookreleased Zone    */


.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}







