@charset "utf-8";
@import url("fonts.css");

.container {
    position:relative;
}
header {
    background:url('../images/header-bg.png') no-repeat 0px 0;
    height: 128px;
}
form#searchform {
    float:left;
    margin: 80px 0 0 -40px;
    
}
form#searchform label
{
    display: none;
    
}
#header img {
    margin: 40px 0 0 5px;
}
/*** Search header ****/
#header #searchsubmit {
    background: url("../images/button-search.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 35px;
    margin-left: -5px;
    margin-top: -11px;
    text-indent: -9999px;
    width: 35px;
}
#header #s {
    height: 26px;
}
/**** Logo ****/
#logo {
    position: absolute;
    top: 35px;
    left: 90px;
}

/**** Main Nav *****/
nav#primary-navigation {
    background: #513424 no-repeat;
}
div.containerMenu {
    height: 59px;
    
}
ul#menu-main-menu {
    margin-left:-80px;
    margin-bottom:0px;
}
ul.menu li {
    display: block;
    float: left;
    margin-right: 60px;
}
/*ul.menu li:last-child {
    display: inline;
    margin-right:0px;
}*/
ul.menu li a {
    font-family: 'AvantBook';
    font-size: 22px;
    text-transform:uppercase;
    color: white;
    line-height: 59px;
    
}
/*** Content ***/
#wrapContent .topContent { background: #AAD8F0;height:28px;}
#mainContent {
	/*background:url('../images/content-bg.png') center top repeat #EC66A2;*/
	background:url('../images/content-bg.jpg') center top repeat;
}
#content {
    background-color:#FFF;
    width:1062px;
    margin: 0 auto;
}
.left {
    width: 258px;
   /* height: 860px;*/
   min-height: 500px;
   padding-bottom: 20px;
    float:left;
}
#topLeftNav {
    margin-top: 100px;
}
.left img {
    margin: 0 0 0 39px;
    width: 193px;
}
.right {
    float: left;
    width: 800px;
	color: #513424;
    font-family: 'AvantLight';
    font-size: 16px;
}
#topRight article.page .entry-content 
{
	color: #513424;
    font-family: 'AvantLight';
    font-size: 16px;
}
#leftNav ul.menu {
    margin: 27px 0 27px 42px;
}
#leftNav ul.menu li {
    display: block;
}
#leftNav ul.menu li a{
    font-family: 'AvantBook';
    font-size:19px;
    text-transform: uppercase;
    color: #26A9E2;
}
div.line {
    height: 629px;
    background: #513424;
    width: 1px;
    float:left;
    margin: 50px 0 0;
}
#topRight {
    margin: 0 0 60px 0;
}
.right .block-img {
    float: left;
    padding: 45px 0 0 30px;
    width: 490px;
}
.block-img img {
    margin-bottom: 5px;
}
#lastestnews {
    margin-bottom:-10px;  
}
.right .block-lastestnews {
    float: left;
    width: 250px;
    padding: 40px 15px 0 15px;  
}
.right p {
    font-family: 'AvantLight';
    font-size: 16px;
    color:#513424;
    text-align:justify;
}
.block-lastestnews p {
    clear: left;
}
.more-link {
    font-family: 'AvantBook';
    font-size: 23px;
    color:#26A9E2;
}
.right .block-lastestnews h2 {
    font-family: 'AvantBook';
    font-size: 23px;
    text-transform: uppercase;
    color:#26A9E2;
    float: left;
    margin: 0px;
}
#estimonials { margin-top:20px; }
#estimonials p {
    background-color: #FDDEBE;
    padding: 15px 20px;
    border-radius: 4px;
}
.block-about {
    position: relative;
    background-color:#AAD8F0;
    margin:0 15px 80px 20px;
    border-radius: 5px;
}
.block-about img {
    float: left;
    left: -35px;
    position: absolute;
    top: -30px;
} 
.block-about p {
    font-size:  19px;  
	padding: 0 0 15px 0;
}
.block-about .block-about-inner{
    padding: 35px 50px 50px 110px
}
.block-about .block-about-inner input{
	margin: 0;
}
footer div {
    background-color: #513424;
}
footer ul.menu {
    text-align: center;
}
footer ul.menu li {
    margin-right: 23px;
    display:inline;
    float:none;
}
footer ul.menu li a {
    font-size: 17px;
    text-transform: lowercase;
}
.right #topRight header 
{
    background: none repeat scroll 0 0 transparent;
    display: block;
    font-family: 'AvantBook';
    height: 5px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.right #topRight header h1
{
    color:#26A9E2;
    font-size: 25px;
}
.category .right #topRight article {
    border-left: none;
}
.right #topRight article
{
    margin-top: 50px;
    padding: 0 25px 10px;
    border-left: 1px solid #513424;
}
.right #topRight .conent_cat
{
    padding: 30px 25px;
    position: relative;
}
.right #topRight .conent_cat .cat_name
{
    background: url('../images/title-bg.png') no-repeat top left;
    height: 58px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 480px;
}
.right #topRight .conent_cat .cat_name span
{
    color: #FFFFFF;
    display: block;
    float: right;
    margin-right: 20px;
    padding-top: 5px;
    text-align: center;
    width: 150px;
}
.right #topRight .conent_cat .img_thumb
{
    float: left;
    margin-right: 25px;
}
.right #topRight .conent_cat .entry-title
{
    display: block;
    width: 500px;
    height: 40px;
}
.right #topRight .conent_cat .entry-title  a
{
    color: #26A9E2;
    float: left;
    font-family: 'AvantBook';
    font-size: 23px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.right #topRight .conent_cat #searchform
{
    display: none;
}
#leftNav ul.menu li ul li
{
    margin: 0px;
    padding: 0px;
}
#leftNav ul.menu li ul.sub-menu
{
    padding-left: 5px;
    padding-top: 10px;
    display: none;
}

#leftNav ul.menu li ul.sub-menu li
{
    background: url("../images/dot.png") no-repeat scroll left top 10px transparent;
    padding-left: 15px;
    padding-top: 5px;
}
#leftNav ul.menu li ul li a
{
    color: #513424;
    font-size:17px;
    text-transform: none;
}
.right #topRight .conent_cat.e_cat article
{
    padding:0px;
}
#leftNav ul.menu li a
{
    line-height: 20px;
}
#leftNav ul.menu li {
    display: block;
    padding: 10px 0;
}
.right #topRight .p_search #searchform
{
    display: none;
}
.right #topRight .p_search .navigation {
    margin-bottom: 20px;
    margin-left: 25px;
    width: 300px;
}
.right #topRight .p_search .navigation  a {
    background: none repeat scroll 0 0 #AAD8F0;
    display: block;
    padding: 10px;
    width: 115px;
}
.right #topRight .p_search .navigation .nav-previous.alignleft,.right #topRight .p_search .navigation .nav-next.alignright
{
    float: left;
}
.right #topRight .p_search article
{
    padding: 10px 25px;
}
#header a
{
    outline: none;
}
#content .right  .inner-page p
{
    padding:10px 0px;
}
/***** HOANG ADD ******/
.inner-page .attachment-post-thumbnail.wp-post-image {margin-top:0px;}
.attachment-post-thumbnail.wp-post-image {
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}

.inner-page .title {
    background: url("../images/title-bg.png") repeat scroll 0 0 transparent;
    float: left;
    height: 58px;
    position: relative;
    width: 480px;
	margin-left: 249px;
}

.title p {
    color: #26A9E2;
    font-family: 'MyriadPro-Black';
    font-size: 25px;
    margin-top: 20px;
}
.title .category {
    color: white;
    float: right;
    font-family: 'AvantBook';
    font-size: 15px;
   margin-top: 16px;
    text-align: center;
    text-transform: uppercase;
    width: 191px;
}
.name_title{
	color: #26A9E2;
	font-size: 23px;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}
.inner-page {
     padding: 45px 20px 50px 30px;
}
.inner-page .name_title {
    margin-bottom:15px;
    font-family: 'AvantBook';
}
.content-single p{
    line-height: 1.71429;
    margin: 0 0 1.71429rem;
    padding:0px!important;
}
.inner-page .attachment-post-thumbnail {
    margin-top:8px!important;
}
.attachment-post-thumbnail {
    
}
/**** Contact page ******/

div.wpcf7 {
    float: left;
    margin: 0 30px 0 0!important;
    padding: 0;
}
.wpcf7-form .wpcf7-form-control.wpcf7-text {
    width: 400px;
}
.wpcf7-form textarea
{
    height: 150px;
    width: 400px;
}
.wpcf7-form  .wpcf7-form-control.wpcf7-submit
{
    font-family: 'AvantLight';
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    margin-left: 130px;
    margin-top: 10px;
    width: 150px;
}
.wpcf7-form > p {
    margin: 0!important;
    clear:both;
}

.wpcf7-form p span {
    display: block;
    float: left;
    width: 130px;
    margin-right: 10px;
}
.p_nfound #searchform
{
    display: none;
}
/*** HOANG'S ***/

#menu-main-menu > li {
    position: relative;
}
#menu-main-menu li ul {
    position: absolute;
    display: none;
    width: 150px;
    background: none no-repeat scroll 0 0 #513424;
    padding-bottom: 15px;
    z-index: 100;
}
#menu-main-menu li ul a {
     font-size:17px;
     line-height: 30px;
}
#menu-main-menu li ul li {
    margin-right:0px;
    padding:0 10px;
}
#content h5 {
	color: black;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 12pt;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-top: 3px;
	}
.ngg-gallery-thumbnail {
    height: 167px;
}
.right #topRight header h1.archive-title 
{
	position:relative;
}
.right #topRight header h1.archive-title span
{
	background: url("../images/categoryblog.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF !important;
    display: block;
    font-size: 15px;
    font-weight: normal;
    height: 58px;
    padding-left: 295px;
    padding-right: 10px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 175px;
}
.archive-header, .page-header {
    border-bottom: medium none !important;
}
.entry-content td, .comment-content td
{
	border: 1px solid rgb(206, 191, 191);
}
.other-event {
    display:none;
}
[class *=other] {
    display: none;
}

.entry-content table td{
	padding: 5px;
}
.row {
	margin-left: -80px;
}

/* kram */
#header .span4{
	position: relative;
	margin-left: 0px;
}
#header .span4 .social-icons{
	position: absolute;
	top: 22px;
	left: 225px;
}
#header .span4 .social-icons img{
	margin:0;
	padding: 0;
}
.blog-sidebar-widgets .topLeftNav{
	margin-top: 15px;
}
.blog-sidebar-widgets ul {
    margin: 27px 0 27px 42px;
}
.blog-sidebar-widgets ul li {
    display: block;
}
.blog-sidebar-widgets ul li a{
    font-family: 'AvantBook';
    font-size:19px;
    text-transform: uppercase;
    color: #26A9E2;
	font-size: 15px;
    line-height: 16px;
}
.blog-sidebar-widgets ul{
	margin-bottom:15px;
	margin-top:0px;
}
.blog-sidebar-widgets ul li ul li
{
    margin: 0px;
    padding: 0px;
}
.blog-sidebar-widgets ul li ul.sub-menu
{
    padding-left: 5px;
    padding-top: 10px;
    display: none;
}

.blog-sidebar-widgets ul li ul.sub-menu li
{
    background: url("../images/dot.png") no-repeat scroll left top 10px transparent;
    padding-left: 15px;
    padding-top: 5px;
}
.blog-sidebar-widgets ul li ul li a
{
    color: #513424;
    font-size:17px;
    text-transform: none;
}
.blog-sidebar-widgets ul li a
{
    line-height: 20px;
}
.blog-sidebar-widgets ul li {
    display: block;
    padding: 10px 0;
}
.content-single ul,.content-single ol{
	margin: 0 0 10px 30px;
}
.content-single ul{
	list-style: disc;	
}
.content-single ol{
	list-style: decimal;	
}
.content-single li{
	padding: 0 0 10px 0;
	display: block;
}
.content-single ul li{
	list-style: disc;
	list-style-type: disc;	
	display: list-item;
}
.content-single ol li{
	list-style: decimal;
	list-style-type: decimal;
	display: list-item;
}
/* #kram */