/*
 Theme Name:     Innerscope / Wireframe
 Theme URI:      http://innerscoperesearch.com/
 Description:    Child theme created to adjust a few "wireframe" template files
 Author:         Andy Pyman
 Author URI:     http://trulygood.com
 Template:       wireframe
 Version:        1.0.0
*/

@import url("../wireframe/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.post-info {font-size:90%;margin:0 0 20px 0;}

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

.single h2.post-title {color:#1EA3E2;}


/*fix team member images from laying out sporodically (on iphone especially)*/
.team_member {display:block;float:left;}

/*fix footer issues (in ie especially) */
.footer_left {width:250px;}
.footer_right {width:650px;}

/*hiding avatars from commenting - was loading a broken image */
.avatar {display:none;}
div.search {display:none;}