/**
 * @file
 * @project 643
 * @package sftheme
 * @site app2
 */
 
.sf_wrapper {
	background-image:url(images/643_mainline_2.gif);
	background-repeat:repeat-y;
	background-position:210px 0;
}

/** 
 * ------------------------------------------------------------------
 * @section CONTENT
 * ------------------------------------------------------------------
 */
/** 
 * @subsection post 
 */
.sf_blog_post {
	border-bottom:1px dotted #C8C8C8;
}

/** 
 * @subsection error page 
 */
.error {
	background-color:#FFCFCF;
	border:1px solid #CC0000;
	color:#CC0000;
}

/** 
 * @subsection comments, trackbacks, etc.
 */
h6#trackbackslabel, 
h6#commentslabel, 
h6#leavecommentlabel, 
#surveytitletext, 
.header  {
	color:#999999;
	background-color:#EEEEEE;
}

.trackbacklist li, .commentlist li {
	border:1px solid #eeeeee;
}

/** 
 * ------------------------------------------------------------------
 * @section SIDEBAR AREA
 * ------------------------------------------------------------------
 */

/**  
 * @subsection calendar 
 */
.calendartitle {
	background-color:#EEEEEE;
}

.calendarweek {
	border-bottom:1px dotted #C8C8C8;
	color:#999999;
}

