/*
 * Remove cforms link love *************************************************
 */ 

.linklove a, .linklove a:visited {
	display: none;
}

/*
 * reduce line spacing for post titles and credits below
 */
 
.small-line {
    line-height: .7em;
}


/*
 * enhance text (made for post author)
 */
 
.small-line em {
    color: red;
    font-size: 1.2em;
}

/*
 * add a little space after the related widget
 */
 
.related_widget {
	padding-bottom: 2em;
}

/*
 * draw bookmark_me tighter at the top
 
#main.main 
.bookmark_me {
	margin-top: -1.9em;
}
*/

/*
 * remove tabs from share this, email does not work
 */
#wpsc_akst_form ul.tabs li {
	display: none;
}

/*
 * Correct transparancy of menu in IE7 *************************************************
 */

div.pad {
	z-index: 9999;
}