/*
Theme Name: Child of Custom Community
Theme URI: http://fridayflash.org
Description: Child Theme based on Custom Community
Version: 2.0
Author: Tim VanSant
Author URI: http://TimVanSant.com
Template: custom-community
Tags:buddypress
*/
 
@import url("../custom-community/style.css");

#innerrim {
	/* Shadows - CSS3 for browsers that support it */
	box-shadow: 10px 10px 5px #101010;
	-moz-box-shadow: 10px 10px 5px #101010;
	-khtml-box-shadow: 10px 10px 5px #101010;
	-webkit-box-shadow: 10px 10px 5px #101010;
}

/*
display checkboxes in cf7 forms as a block instead of inline
*/
span.wpcf7-list-item { display: block; }

/*
*   do not display the author avatar at top of post
*   we are using the social author bio at end of post instead
*   also this fills the column with post content better
*/
body.blog div#content{width:100%;} 
body.blog div.author-box{display:none;} 
body.single div.author-box{display:none;} 
body.single div#content{width:100%;} 
body.search div.author-box{display:none;} 
body.search div#content{width:100%;} 
body.archive div.author-box{display:none;} 
body.archive div#content{width:100%;} 

.attngetr {
    color: #FF8C00;
    font-size: 105%;
}

.badge th {
    font-size: 125%;
    color: black;
    background: #F5E4AB;
}
.badge td {
    font-size::100%;
    color: black;
    border:1px solid white;
    padding: 2px;
}
.badge tr:nth-child(2n) {
    background: #ffffcc;
}

.debut {
    color: #CF5840;
    font-size: 105%;
    font-weight: bold;
}
