/**
 * @file
 * @project 622
 * @package sftheme
 * @site app2
 */

/**
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */

.sf_main_wrapper {
	float:left;
	margin-left:-240px;
}

.sf_main {
	margin-left:240px;
	padding:40px 40px 40px 60px;
}

.sf_region7 {
	width:180px;
	float:left;
	padding:40px 0px 40px;
	overflow:hidden;
}

/**
 * @subsection post
 */
.sf_blog_post {
	min-height:1%;
	height:auto !important;
	height:1%;
	padding-bottom:20px;
	margin-bottom:20px;
}

.sf_blog_post:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}

.sf_blog_posttitle {
	font-weight:bold;
	padding:5px 0px 6px;
	font-size:18px;
}

.chicklet_group,
.sf_blog_postmeta {
	margin-top:15px;
	display:block;
	clear:both;
}

#divline {
	clear:both;
	height:30px;
	margin-top:15px;
}

/**
 * @subsection error page
 */
.error {
	font-weight:bold;
	margin:0.5em 0;
	padding:0.4em;
}

/**
 * @subsection survey
 */

/**
 * @subsection comments, trackbacks, etc.
 */
h6#trackbackslabel,
h6#commentslabel,
h6#leavecommentlabel,
#surveytitletext,
.header  {
	font-weight:bold;
	margin:25px 0 0;
	padding:3px 8px 4px;
}

#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:4px 4px 0px;
	text-align:center;
}

.trackbacklist, .commentlist {
	margin:0px;
	padding:4px;
	list-style-type:none;
}

.trackbacklist li, .commentlist li {
	list-style-type:none;
	margin:10px;
	padding:4px 4px 10px;
}

#leavecomment form,
#surveyoptions,
#surveysubmit,
#FlashSurveyResults {
	padding:10px;
}

.commentcreationdate {
	display:block;
	width:auto;
	min-height:1%;
	height:auto !important;
	height:1%;
	font-size:11px;
	margin-bottom:10px;
	padding:2px 10px 5px;
	text-align:right;
}

/**
 * ------------------------------------------------------------------
 * @section SIDEBAR AREA
 * ------------------------------------------------------------------
 */

/**
 * @subsection calendar
 */
.calendar {
	border:none !important;
	margin-bottom:30px;
	margin:0;
	padding:0;
	margin-left:1px;
	width:178px;
}

.calendartitle td{
	font-weight:bold;
	padding:3px;
	text-transform:uppercase;
}
.calendar .calendarcell{
	margin:0px;
	padding:0px;
	height:25px;
}

.calendarweek {
	font-size:9px;
	padding-top:3px;
	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 {
	font-style:italic;
	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;
}



