/*
Theme Name:     Karma Child Theme
Theme URI:      http://themeforest.net/item/karma-clean-and-modern-wordpress-theme/168737?ref=TrueThemes
Description:    Child theme for the Karma theme 
Author:         TrueThemes
Author URI:     http://themeforest.net/user/TrueThemes?ref=TrueThemes
Template:       Karma
Version:        0.1.3
*/

@import url("/wp-content/themes/Karma/style.css");


/* ------- Insert custom styles below this line ------- */
/* reduce empty space on center logo */
#header .header-holder.tt-logo-center nav {
padding-top: 1px;
}

#header .header-holder.tt-logo-center .logo img, #header .header-holder.tt-logo-center .custom-logo
{
margin-bottom:1px;
}
/* end reduce space around logo */

.testimonials blockquote {
background-image: none;
  padding: 5px 5px 0 5px;
}

.testimonials:after, .testimonials_static:after {background:none !important;}
blockquote:before, blockquote {padding-left:30px !important;}


	
h1,h2
{
line-height:120%;
}

#header .header-area {
width:980px;
margin:0 auto;
padding:1px 0 1px;
min-height:84px;
}


#HeaderContainer {
    position: relative;    

}

#HeaderNavigation {
width:980px;
   position: absolute;
   top: 20px;
float:right; 
}


/*----------- START SIDEBARS  ----------*/
#sidebar {
width:223px;
padding:0 0 0 10px;
}

/*----------- END SIDEBARS  ----------*/
.MyHomeIconContainer {
float:left;
padding-top:5px;
padding-bottom:0px;
padding-right:10px;
padding-left:0px;
}
.MyHomeIcon {
float:left;
background:url(/wp-content/themes/Karma-Child-Theme/home-white.png) no-repeat top;
width:20px;
height:20px;
}

/*----------- START TESTIMONIAL MAIN PAGE ----------*/
.Mtestimonial {
width:1920px;
float:left;
margin:5px 0px 5px 0px;  /*top-right-bottom-left */
padding: 0px 0px 0px 0px;  /* top botto right left */
border:0px solid; /*-- for easy sizing of the box for a new templat--*/
}
.Mleft-quote {
float:left;
background:url(/wp-content/themes/Karma-Child-Theme/openquote_1.gif) no-repeat top;
width:48px;
height:37px;
}
.Mtesti-text {
float:left;
/*text-align:justify;*/
width:600px;
padding-right:65px;
border:0px solid; /*-- for easy sizing of the box for a new templat--*/
background:url(/graphics/quote-right.jpg) no-repeat right bottom;
}
.Mtesti-pic {
float:left;
width:100px;
height:100px;
margin-left:0px;
display:inline;
padding: 0px 20px 10px 0px;
}
.Mtesti-name {
padding:0px 0 0 0px;
font-weight:bold;
font-size:130%;
}
.Mtesti-company {
font-style:italic;
padding-bottom:10px;
}

/*----------- START TESTIMONIAL SIDEBAR ----------*/
.MSBtestimonial {
width:215px;		/*--sidebar width --~*/
float:left;
margin:0px 30px 0px 0px;
border:0px solid; /*-- for easy sizing of the box for a new templat--*/
padding: 0px 50px 0px 0px;  /* top botto right left */
}
.MSBleft-quote {
float:left;
background:url(/wp-content/themes/Karma-Child-Theme/openquote_1sm.gif) no-repeat top;
width:12px;
height:9px;
}
.MSBtesti-text {
float:left;
/*text-align:justify;*/
width:215px;		/*--sidebar width --~*/
font-size:12px;
}
.MSBtesti-pic {
float:left;
width:50px;
height:50px;
margin-left:0px;
display:inline;
padding: 0px 5px 10px 0px;
}
.MSBtesti-name {
padding:0px 0 0 0px;
font-weight:bold;
font-size:12px;
}
.MSBtesti-company {
font-style:italic;
padding-bottom:10px;
font-size:12px;
}

.MSBtesti-space {
padding-top:30px;
}