/**
 * @file
 * @project 602
 * @package sftheme
 * @site app2
 */

/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */

.sf_content {
	display:inline-block;
	float:left;
	margin:0 0 0 10px;
	width:770px;
}
.widgetset {
	background-image: url(images/602_sidebar.jpg);
	background-repeat:repeat-y;
	display:inline-block;
	float:left;
	padding:0 20px 0;
	width:180px;
}
.sf_pagetitle {
	background-image:none;
	display:none;
}

/** 
 * @subsection post 
 */
.sf_blog_post {
	min-height:1%;
	height:auto !important;
	height:1%;
	margin-bottom:20px;
}

.sf_blog_post:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}

.sf_blog_posttitle {
	padding:0px;
	margin-top:0;
}

h2.sf_blog_posttitle,
.searchheadings {
	font-size:2em; 
	font-weight:bold; 
	margin:0.75em 0;
}

.chicklet_group,
.sf_blog_postmeta {
	display:block;
	clear:both;
	margin:15px 0px;
	padding-top:5px;
}

#divline {
	clear:both;
	height:30px;
	margin-top:15px;
}

/** 
 * @subsection error page 
 */
.error {
	font-weight:bold;
	margin:0.5em 0;
	padding:0.4em;
}

/** 
 * @subsection comments, trackbacks, etc.
 */
h6#trackbackslabel, 
h6#commentslabel, 
h6#leavecommentlabel, 
#surveytitletext, 
.header  {
	font-weight:bold;
	margin:25px 0 0;
	font-size:16px;
	padding-bottom:1px;
}
 
#surveytitletext{
	margin:0;
}

#blogsurvey,
.trackbacklinks,
.trackbacklist,
.commentlist,
#leavecomment form{
	min-height:1%;
	height:auto !important;
	height:1%;
}

.trackbacklinks,
.commentlinks {
	font-size:11px;
	margin:0px;
	padding:5px 0px 0px;
}

.trackbacklist, .commentlist {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.trackbacklist li, .commentlist li {
	list-style-type:none;
	margin:10px 0px;
	padding:5px;
}

#leavecomment form,
#surveyoptions,
#surveysubmit,
#FlashSurveyResults {
	padding:10px 0px;
}

/** 
 * ------------------------------------------------------------------
 * @section SIDEBAR AREA
 * ------------------------------------------------------------------
 */
.sf_region6 .widget {
	margin-bottom:20px;
}
.sf_region6 .widget_header {
	margin:0;
}
.sf_region6 .widget_content {
	overflow:hidden;
	width:180px;
}
.sf_region6 .widget ul {
	list-style:none;
	margin:0;
	padding:0;
}
.sf_region6 .widget ol {
	padding-left:20px;
	margin:0;
}
.sf_region6 .widget ul li,
.sf_region6 .widget ol li {
	padding:3px 0;
}
.sf_region6 .FeedList a {
	border-width:0;
}
.sf_region6 .FeedList .feedlink {
	borer-width:0 0 2px;
}
/**  
 * @subsection calendar 
 */
.calendar {
	border:none !important;
	margin-bottom:30px;
	margin:0;
	padding:0;
	margin:0px 0px 0px 1px;
	width:99%;	
}

.calendartitle {
	border-width:1px 0px;
	border-style:solid;
}

.calendartitle td{
	font-weight:bold;
	padding:3px;
	text-transform:uppercase;	
}

.calendar .calendarcell{
	margin:0px;
	padding:0px;
	height:25px;
}

.calendarweek {
	font-size:9px;
	padding-top:5px;
	text-transform:uppercase;
}

.calendar caption {
	font-weight:bold;
	font-size:1.2em;
}

/**  
 * @subsection syndicate 
 */
.feedbutton {
	border:none;
	vertical-align:middle;
	margin-right:5px;
}

/**  
 * @subsection recent entries
 */
.recentdate {
	padding:2px 0px 2px;
}

/**  
 * @subsection subscribe
 */
.SubscribeViaEmail .widget_content label{
	margin:0;
	padding:0;
	display:inline;
}

/**  
 * @subsection Google Ad
 */
.GoogleAd .widget_header span{
	border-bottom:none;
}

/**  
 * @subsection HomeLink
 */
.HomeLink .widget_content {
	display:none;
}