/*
Theme Name: BeyondBborders
Theme URI: http://beyondborders.net/
Author: Habibullah Nahid
Author URI: http://nahid.info
Description: Wordpress theme for beyondborders.net
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: openexperience.com
Domain Path: /languages/
Tags: clean, minimal, two column, slider.
*/

@import "/wp-content/themes/beyondborders/css/bootstrap.min.css";
@import "/wp-content/themes/beyondborders/css/master.css";
@import "/wp-content/themes/beyondborders/css/responsive.css";

body {
background-repeat: repeat !important;
background-position: top center;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #dfd7c3;
    color: #000;
    border: 1px solid #ccc2af;
    font-style: italic;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px;
}

.latest-news-area{
	border-bottom: 1px dashed #989386;
	padding-bottom: 10px;
}

article img {
border: 3px solid #c4bd97;
}

a img.buttons {
border: none;
}

.main-content .left-col-sidebar {
    margin-bottom: 170px !important;
}


.calloutBrown,  .calloutFlesh{
color:#fff;
min-height:260px;
width:270px;
border-radius: 10px 0px 10px 10px;
padding: 15px;
float: left;
margin: 5px;
position:relative;
}

.calloutGreen,  .calloutMaroon{
position:relative;
color:#fff;
min-height:260px;
width:270px;
border-radius: 10px 0px 10px 10px;
padding: 15px;
float: left;
display: block;
margin: 5px 10% 5px 5px;
}

.calloutBrown img, .calloutGreen img, .calloutFlesh img, .calloutMaroon img{
border:none !important;
}

.calloutBrown h3, .calloutGreen h3, .calloutFlesh h3, .calloutMaroon h3{
color:#fff !important;
font-size: 18px !important;
line-height: 22px;
}
.calloutBrown {
background: #63461f;
}

.calloutGreen {
background: #547a3b;
}

.calloutFlesh {
background: #a3814f;
}

.calloutMaroon {
background: #672e20;
}
.calloutBrownbtn{
background: url("/wp-content/uploads/2014/02/button_learn_more.png") no-repeat;
width:103px;
height:17px;
display:block;
}

header .container #main-menu ul li a {
/*width: 160px;*/
}

header .container #main-menu ul li a:hover {
/*width: 160px;*/

}


.main-content .latest-news-area .news-body {
height: 310px;
overflow-x: hidden;
overflow-y: auto;
}


.main-content .featured-post-area .featured-post li {
min-height: 275px;
}

#slider-area .slider-wrap .cycle-nav{
/*left: 570px;*/
}


input, select, textarea {
border: 2px solid #4d6f33;
padding: 3px;
}


.main-content .right-col-content .content-wrap article p img{
   max-width:100%;
    height:auto;
}

.main-content .left-col-sidebar .side-nav ul li a{
border-bottom: none !important;
}

.main-content .left-col-sidebar .side-nav ul li {
border-bottom: 1px dashed #906948;
padding-bottom:10px !important;
}

.sidebarSubmenu {
border-bottom: none;
}

.featuredStory {
border: 1px solid #CCC2AF;
padding: 10px;
width: 277px;
}

table.center {
  margin-left:auto; 
  margin-right:auto;
}


.lear-more-btn{
	position:absolute;
  	bottom: 15px;
	right: 15px;
}

.main-content .left-col-sidebar .side-nav ul li ul li {
  /*  background: url("../images/bullet_light.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0)!important;*/
    border-bottom: medium none !important;
}

#sub-menu li #active {
color: #ffffff;
}


.currentLink {
   color: #ffffff;
 
}



.post-thumbnail{
	float:right;
}

a img  
{  
border: none;  
}  