/* === COMMENTS CLOSED === */
.custom #header #logo a { display: block; height: 120px; width: 937px; background: url('http://shootforthestarscoaching.com/wp-content/themes/thesis_16/custom/images/sftsheader.png') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header { padding: 0; border-bottom:none;}


/* === COMMENTS CLOSED === */
.custom .comments_closed p {
  display: none;
}

/* === NAV MENU === */
.custom ul.menu li a {text-transform: capitalize;}

/* === FLOATING IMAGES === */
img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

