/**
 * @file
 * @project 601
 * @package sftheme
 * @site app2
 */

.sf_blog_survey,
ul.commentlist li,
#formcomment {
    border-top: 1px dotted #CFB89B;
}

.sf_blog_survey, .sf_blog_post {
    border-bottom: #CFB89B 1px dotted;
}

.sf_blog_postmeta {
    background-color: #CFB89B;
}

.widgetset .widget_header {
	color: #5A3C1B;    
}

/* Link Coloring: light tan */
.widgetset .widget_content a:visited {
	color: #85735B;	
}

.widgetset .widget_content a {
	color: #85735B;	
}

/* Link Coloring:hover : darker tan */
.widgetset .widget_content a:hover {
    color: #5A3C1B;
}

.widgetset .widget_content {
	border-top: #5A3C1B 1px dotted;
    color: #85735B;	
}

.GoogleAd .widget_content {
    border-bottom: #5A3C1B 1px dotted;
}

.recentdate {
    color: #CFB89B;
}

/* Field Styling */
#SubscriberEmail,
.searchterm,
#sel, 
#dt{
    border: 1px solid #5A3C1B;
    padding: 2px;
}

.sf_first_nav_item_subnav a{
    color: #5A3C1B;
}

.sf_pagetitle {
	background-image: none;
}
