/*
File:			salestemplatestyle.css
Description:	Style for sales template only

GOSH it would be helpful to transfer all the styles from custom_functions over here...

*/

#comments {
	display: none;
}

.format_text {
font-size:1.5em;
line-height:1.7em;
}

.headline_area {
	display: none;
}

.headline_meta {
	display: none;
}

.format_text blockquote {
margin: 0;
margin-bottom: 15px;
padding: 0 1.5em;
padding-top: 5px;
padding-bottom: 20px;
border: 0px;
border-top: 8px solid #eee0d3;
background-color: #fff0e4;
color: #555;
}



.format_text blockquote.testimonial {
border-top: 8px solid #e5e5e5;
background-color: #efefef;
}

.format_text blockquote img {
border: 7px solid #ccc0b1;
margin: 43px 0px 10px 10px;
float:right;
clear:both;
}
.format_text blockquote.testimonial img {
border: 7px solid #bbb;
}

.custom #content {
border: 0px solid white;
}

.custom h2 {
color: black;	
}
