/*
Theme Name: Durus
Theme URI: http://themeforest.net/user/bradweb/?ref=bradweb
Author: bradweb
Author URI: http://themeforest.net/user/bradweb
Description: Durus Multipurpose Responsive Wordpress Theme
Version: 1.3.2
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}

sup {
vertical-align: super;
font-size: smaller;
}

.noleftpad {
padding-left: 0px !important;
padding-right: 20px;
}

.miricenter {
    margin: auto;
    width: 70%;
    padding: 0px;
}

.imgcontainer {
    margin: auto;
    margin-bottom: 20px;
    float: left;
    padding: 0px;
    width: 100%;
}
.imgboxright {
    margin: auto;
    float: right;
    margin-right: 20px;
    width: 35%;
}

.imgboxleft {
    margin: auto;
    margin-top: 5px;
    float: left;
    padding: 0px;
    width: 40%;
}

.imgbox {
    margin: auto;
    width: 70%;
    padding: 0px;
}

a[href^="http://"]:not([href*="aiimpacts.org"]):not([class~="button"]),
a[href^="https://"]:not([href*="aiimpacts.org"]):not([class~="button"]) {
color: #00B88A;
}

a[href^="http://"]:not([href*="aiimpacts.org"]):not([class~="button"]):hover,
a[href^="https://"]:not([href*="aiimpacts.org"]):not([class~="button"]):hover {
color: #2d2d2d;
}

.button, input[type="submit"] {
color: #ffffff !important;
}

/* don't display author names except on blog posts */
   .post-meta-data span:first-child {
   	display: none;	
   } 
   
   .category-blog .post-meta-data span:first-child {
   	display: inline-block;	
   }

/* don't display the pipe divider except on blog posts where the author is listed */
   .post-meta-data span:nth-child(2) {
    	display: none;	
   } 
   
   .category-blog .post-meta-data span:nth-child(2) {
   	display: inline-block;	
   }