/**
 * @file
 * @project 607
 * @package sftheme
 * @site app2
 */

/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */

/** 
 * @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 5px 6px;
}

.sf_blog_postmeta {
	margin-top:15px;
}

#divline {
	clear:both;
}

/** 
 * @subsection error page 
 */
.error {
	font-weight:bold;
	margin:0.5em 0;
	padding:0.4em;
}

/** 
 * @subsection survey 
 */
#surveysubmit {
	margin-top:1em;
}

/** 
 * @subsection comments, trackbacks, etc.
 */
.trackbacklist, 
.commentlist {
	margin:10px 0 0 10px;
	padding:5px;
}

.trackbacklinks,
.commentlinks {
	text-align:center;
}

h6#trackbackslabel, 
h6#commentslabel, 
h6#leavecommentlabel, 
#surveytitletext, 
.header  {
	font-size:1.2em;
	margin-bottom:1em;
	font-weight:bold;
	padding:5px;
}

.trackbacklist li, 
.commentlist li {
	border-style:dashed solid;
	border-width:1px;
	list-style-type:none;
	margin:10px 0 0 0;
	padding:5px;
}

/** 
 * ------------------------------------------------------------------
 * @section SIDEBAR AREA
 * ------------------------------------------------------------------
 */

/**  
 * @subsection calendar 
 */
.calendar {
	border-collapse: collapse;
	margin-bottom:30px;
	margin:0;
	padding:0;
	width:100%;	
}

.calendar caption {
	font-weight:bold;
	font-size:1.2em;
}

.calendar .calendarcell {
	padding:4px;
}

/**  
 * @subsection syndicate 
 */
.feedbutton {
	border:none;
	vertical-align:middle;
	margin-right:5px;
}

/**  
 * @subsection recent entries
 */
.recentdate {
	font-size:10px;
	padding:2px 0px 2px;
}

/**  
 * @subsection subscribe
 */
.SubscribeViaEmail .widget_content label{
	margin:0;
	padding:0;
	display:inline;
}
