@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);

*{margin:0;padding:0;outline:0}

body{
    font-family:'Source Sans Pro',sans-serif;
    font-size:14px;
    line-height:18px;
    color:#000;
    background:url('../images/bg.jpg') repeat fixed 0 0 #fff;
}

.templete{width:960px;margin:0 auto;}

.contemplete{
width:960px;
margin:0 auto;
}

.clear{overflow:hidden;}

.clear:after{
content:"";
display:block;
clear:both;
}

/* Header */
.searchbtn{
    margin-top:45px;
    text-align:right;
}
.headersection{
background:#ca932f;
color:#fff;
}

.logo{
float:left;
width:580px;
}

.logo img{
float:left;
margin-right:15px;
padding:10px 0 10px 20px;
width:70px;
}

.logo h2{
color:#fff;
font-size:32px;
margin-top:24px;
text-shadow:2px 2px 0 #666;
}

.navsection{
    background:#e6af4b;
    height:40px;
}

.navsection ul{
    margin:0;
    padding:0;
    list-style:none;
}

.navsection ul li{
    float:left;
}

.navsection ul li a{
    display:block;
    padding:11px 20px;
    text-decoration:none;
    color:#fff;
    font-size:18px;
    border-right:1px solid #d69f3b;
}

.navsection ul li a:hover{
    background:#ca932f;
}
/* Content */
.contentsection{
    background:#fff;
    border:1px solid #ca932f;
    padding:15px;
    overflow:hidden;
    box-sizing:border-box;
}
.readmore{
    clear:both;
    margin-top:10px;
}

.samepost{
    font-size:16px;
    line-height:24px;
    text-align:justify;
    overflow:hidden;
    margin-bottom:20px;
    clear:both;
}

.maincontent{
    width:650px;
    background: #fef4e5 none repeat scroll 0 0;
    border: 1px solid #ded4c5;
    float:left;
    overflow:hidden;
    margin: 0 15px 15px 0;
    padding: 8px 15px;
    box-sizing:border-box;
}

.samepost{
    font-size:16px;
    line-height:24px;
    text-align:justify;
    overflow:hidden;
    margin-bottom:20px;
}

.samepost h2{
border-bottom:2px solid #e0d6c7;
color:#ac7511;
font-size:25px;
padding:10px 0;
}

.samepost h2 a{
color:#ac7511;
text-decoration:none;
}
.postimg{
    width:200px;
    height:auto;
    float:left;
    margin-right:15px;
    border:1px solid #ebb450;
    padding:5px;
}
/* Sidebar Latest Articles */
.popular{
    overflow:hidden;
    margin-bottom:15px;
}

.popular h3{
    font-size:16px;
    margin-bottom:8px;
}

.popular img{
    width:50px;
    height:30px;
    border:1px solid #ddd;
    margin-bottom:8px;
}
/* Sidebar */
.sidebar{
    width:250px;
    float:right;
    box-sizing:border-box;
}
.samesidebar{
    margin-bottom:20px;
}

.samesidebar h2{
    background:#e6af4b;
    padding:8px 10px;
    font-size:22px;
    margin-bottom:10px;
}
/* Pagination */
.pagination{
    width:100%;
    display:block;
    clear:both;
    overflow:hidden;
    margin-top:20px;
    text-align: center;
}

.pagination a{
border:1px solid #a7700c;
border-radius:4px;
color:#333;
padding:5px 10px;
margin:2px;
text-decoration:none;
display:inline-block;
}

.pagination a:hover{
background:#e6af4b;
color:#fff;
}
.relatedpost img{
    width:100px;
    height:100px;
    border:1px solid #ddd;
    padding:3px;
}
/* Footer section */

.footersection{
    background:#b7801c;
    text-align:center;
    padding:15px 0;
    overflow:hidden;
    color:#fff;
}

.footermenu{
    margin-bottom:10px;
}

.footermenu a{
    color:#fff;
    text-decoration:none;
    padding:5px 10px;
    font-size:16px;
}

.footermenu a:hover{
    color:#000;
}

.footersection p{
    margin:0;
    font-size:16px;
}
.footermenu ul{
    margin:0;
    padding:0;
    list-style:none;
    text-align:center;
}

.footermenu ul li{
    display:inline-block;
}

.footermenu ul li a{
    color:#fff;
    text-decoration:none;
    padding:5px 10px;
    font-size:16px;
}

.footermenu ul li a:hover{
    color:#000;
}

.fixedicon{
    text-align:center;
    margin-top:10px;
}

.fixedicon a{
    display:inline-block;
    margin:0 5px;
}

.fixedicon img{
    width:20px;
    height:20px;
}

/* about us */
.about h2{
    color:#b7801c;
    font-size:28px;
    border-bottom:2px solid #ddd;
    padding-bottom:10px;
    margin-bottom:15px;
}

.about h3{
    color:#b7801c;
    font-size:22px;
    margin:15px 0 10px;
}

.about p{
    font-size:16px;
    line-height:26px;
    text-align:justify;
    margin-bottom:15px;
}

.about ul{
    margin:10px 0 15px 30px;
}

.about ul li{
    font-size:16px;
    line-height:28px;
}
