/*
Theme Name:     Artist Child
Description:    Child theme for twenty eleven
Author:         admin
Template:       twentyeleven

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentyeleven/style.css");

.tag-links { display: none; }

.nocomments { display:none; }  /* removed the NO COMMENTS statement from the bottom of page */

/* get rid of comments off message */
.home .comments-link {
    display: none;
}

/*get rid of borders on images*/
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img{
    border: none;
}