/*
Theme Name: myTheme
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: Esolbiz
Author URI: http://www.esolbiz.com/
Version: 1.0
*/
root { 
    display: block;
}
body{
    margin: 0;
    padding: 0;
    background: url('images/page_back.jpg') no-repeat center top;
    background-attachment: fixed;
    background-size:100% 100%;
}
a,img,p,h1,h2,h3,h4,h5,h6,table,td,ul,ol, li,span, div{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    border: none;
    outline: none;
}
p, a{
    font-family: 'arial';
    font-size: 12px;
    color:#787878;
}
p{
margin-bottom:20px;
}
h1, h3{
    font-family: 'arial';
    font-size: 40px;
    color:#00a3e4;
}
h3{
    font-size: 31px;
}
.normal{
    font-weight: normal;
}
.bold{
    font-weight: bold;
}
.clear_both{
    clear: both;
}
.left{
    float: left;
}
.right{
    float:right;
}
.red{
    color:#ff0000;
}
.blue{
    color:#00a3e4;
}
.border_radius_5{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.border_radius_10{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.box_shadow{
    -moz-box-shadow:0px 0px 10px 1px #464646;;
    -webkit-box-shadow:0px 0px 10px 1px #464646;;
    box-shadow:0px 0px 10px 1px #464646;;
}
.box_shadow2{
    -moz-box-shadow:0px 0px 3px 1px #464646;;
    -webkit-box-shadow:0px 0px 3px 1px #464646;;
    box-shadow:0px 0px 3px 1px #464646;;
}
.wrapper{
    margin: 0 auto;
    width: 960px;
    height: auto;
    padding: 10px 0px;
}
.header{
    margin: 0 auto;
    height: 171px;
    margin-top:10px;
}
.logo{
    width: 138px;
    height: 138px;
    margin-right: 18px;
    float: left;
}
.tag{
    width: 778px;
    height: 30px;
    float: left;
}
.main_contents{
    min-height: 400px;
    height: auto;
    background: #ffffff;
    padding: 14px 12px;
}
.menue{
    margin: 0 auto;
    height: auto;  
    margin-top: 7px;
}
.menue ul{
    list-style: none;
    background: url('images/menu_back.jpg') repeat-x;
    height: 44px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.menue ul li{ 
    float: left;
    padding: 0px 34px;
}
.menue li a{
    font-size: 14px;
    height: 30px;
    width: auto;
    display: inline-block;
    padding: 20px 30px 0px 25px;
    color:#ffffff;
    position: relative;
    top: -7px;
}
.menue li a:hover, .menue .current-menu-item a, .menue .current_page_parent a{
    background:url('images/menu_hover.jpg') repeat-x;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    -moz-box-shadow: 2px 1px 5px #464646;
    -webkit-box-shadow: 2px 1px 5px #464646;
    box-shadow: 2px 1px 5px #464646;

    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}
.contents{
    width: 100%;
    height: auto;
}
.left_contents{
     margin-top: 25px;
    width: 580px;
    float: left;
  	height:auto;
}
.left_contents h1 a, .left_contents h1, .left_contents h3{
    font-size: 22px;
    color:#00a3e4;
}
.right_contents{
    margin-top: 25px;
    width: 350px;
    float: right;
  	height:auto;
}
.right_contents li{
    margin-left: 30px;
    padding: 5px 0px;
}
.right_contents h3{
    font-size: 17px;
}
#sidebar{
    padding: 20px 20px 10px 20px;
}
.page_contents{
    margin: 0 auto;
    padding: 35px 15px;
}
.front_other{
    height: auto;
    margin-top: 15px;
    text-align: center;
}
.front_box1{
    float: left;
}
.front_box2{
    float: right;
}
.front_other a{
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}
.box_a{
    font-family: 'Time New Roman';
    width: 222px;
    height: 34px;
}
.front_other img{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    border: 1px solid #dbdbdb;
    padding: 1px;
}
.box_a img{
    border: none !important;
}
.div_top{
    width: 885px;
    margin: 0 auto;
    height: 18px;
    background: url('images/div_top.png') no-repeat;
}
.div_shadow{
    margin: 0 auto;
    width: 930px;
    height: 11px;
    background: url('images/div_shadow.png') no-repeat;
    position: relative;
    z-index: 1;
}
.secondary_contents{
    margin: 0 auto;
}
.testimonials{
    width: 560px;
    height: auto;
    float: left;
    margin-right: 35px;
}
.testimonials .testimonial-data{
    width: 500px !important;
}
.testimonials .testimonial-data p{
    text-align: justify;
}
.testimonials li.testimonial{
    margin-bottom: 20px;
}
.newsletter_wrapper, .blogs_wrapper{
    width: 333px;
    height: auto;
    float: left;
    padding: 1px;
  	margin-bottom:25px;
}
.newsletter, .blogs{
    min-height: 245px;
    height: auto;
    padding-bottom: 20px;
    background: url('images/news_back.jpg') repeat;   
}
.blogs{
background:#f5f5f5;
}
.newsletter_wrapper h2, .blogs_wrapper h2{
    height: 43px;
    font-family: 'Myriad Pro';
    font-size: 25px;
    font-weight: normal;
    color: #ffffff;
    background: url('images/heading_back.jpg') repeat-x;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    padding-top: 10px;

}
.blogs_wrapper h2{
  height:34px;
background: url('images/menu_back.jpg') repeat-x;
  
  moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  
  text-align: left;
padding-left: 42px;
padding-top: 7px;
}
.newsletter h3{
    font-weight: bold;
    font-size: 22px;
    color: #727272;
/*    margin-bottom: 14px;*/
}
.blogs h3{
font-size:22px;
}
.blogs li a{
font-size:14px;
}
.subscribe{
    margin: 0 auto;
    padding: 16px 22px;
}
.newsletter input[type=text], .contact input[type=text], .contact input[type=email],
.contact textarea, #respond input[type=email], #respond input[type=text], #respond textarea{
    width: 270px;
    height: 22px;
    padding: 5px;
    margin-top: 15px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    font-size: 14px;
    color: #727272;
    outline: none;
}
#respond input[type=email], #respond input[type=text]{
    width: 454px;
}
#respond label{
    display: inline-block;
    min-width: 100px;
}
.newsletter input[type=submit], .contact input[type=submit], #respond input[type=submit]{
    width: 100px;
    height: 33px;
    background: url('images/submit.png') no-repeat;
    border: none;
    cursor: pointer;
    
    font-size: 12px;
    color: #ffffff;
    float: right;
    margin-top: 15px;
    padding: 0px;
}
#respond input[type=submit]{
margin-right:34px;
}
.newsletter  .formError{
    left: 70% !important;
}
.contact{
    margin: 0 auto;
}
.contact h1{
    margin-bottom: 25px;
}
.contact input[type=text], .contact input[type=email]{
    width: 370px;
}
.contact textarea, #respond textarea{
    width: 683px;
    height: 200px;
    resize: none;
    
   border: 2.5px solid #dddddd;
/*border-top: none;
border-left: none;*/
-webkit-box-shadow: inset 2px 2px 2px 0px #9a9a9a;
-moz-box-shadow: inset 2px 2px 2px 0px #9a9a9a;
box-shadow: inset 2px 2px 2px 0px #9a9a9a;
padding: 10px;
}
#respond textarea{
    width: 500px;
}
.contact td{
    font-family: 'arial';
    min-width: 200px;
    vertical-align: top;
}
.footer{
    margin: 0 auto;
    width: 885px;
    height: 100px;
    text-align: center;
    padding-top: 40px;
    background: url('images/footer_back.png') no-repeat;
    position: relative;
    top: -10px;
    z-index: 0;
}
.footer_menu{
    height: auto;
    margin: 0 auto;
}
.footer_menu ul{
    list-style: none;
}
.footer_menu ul li{
    display: inline-block;  
}
.footer_menu li a{
    margin: 0;
    padding: 0px;
    color: #FFFFFF;
    padding: 0px 11px;
    border-right: 1px solid #ffffff;
}
.footer_menu li a:hover, .footer_menu .current-menu-item a{
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: none !important;
}
.footer_menu .last a{
    border-right:none !important;
}
.copy_right{
    margin: 0 auto;
    margin-top: 24px;
}
.footer p{
    color: #FFFFFF;
}
#comments{
    margin-top: 20px;
    margin-left: 20px;
}
#comments h2{
    font-family: 'arial';
    font-size: 18px;
  color:#00a3e4;
}
#comments ol{
list-style:none;
}

.date, .categories-links{
margin-right:15px;
}
.date a, .categories-links a{
 color:#00a3e4;
}