/*
Theme Name: AcountingHouse Theme
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License
*/
/* needs to be here for whatever reason wp deems it */

.row-body{
/*width:80em !important;
max-width:80em !important;*/

}
#menu-main-nav-menu {
    margin-left: 0!important;
    float: left !important;
}
.services_img {
  /* min-height:24em !important;*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
/*height:auto;
width:auto;*/
}


.blog_small_img{
 min-height: 12rem !important;
}