/**
 * @file
 * @project 682
 * @package sftheme
 * @site app2
 */

/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */
.sf_content {
	width:698px;
	float:left;
}

.sf_main {
	padding-left:35px;
}

.widgetset {
	display:block;
}

.sf_pagetitle {
	display:none;
}

.sf_main_wrapper{
	background-image:url(images/682_divider.gif);
	background-repeat:repeat-y;
}

.sf_footer {
	margin-top:0px;
}

/** 
 * @subsection post 
 */
.sf_blog_post {
	min-height:1%;
	height:auto !important;
	height:1%;
	margin-bottom:40px;
}

.sf_blog_post:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}

.sf_blog_entry {
	min-height:1%;
	height:auto !important;
	height:1%;
}

.sf_blog_entry:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}

.sf_blog_posttitle {
	padding:0px;
	margin-top:0;
	font-weight:normal;
	font-size:26px;
	margin-bottom:15px;
}

.chicklet_group {
	display:block;
	clear:both;
	margin:15px 0px;
	padding-top:5px;
}

.sf_blog_postmeta {
	font-size:11px;
	min-height:1%;
	height:auto;
	margin-top:5px;
}

* html .sf_blog_postmeta {
	height:1%;
}

.sf_blog_postmeta:after {
	content:".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}

.sf_blog_postmeta img {
	vertical-align:middle;
}

#divline {
	clear:both;
	height:30px;
	margin-top:15px;
}

.pagn a{
	font-size:11px;
	background-color:#eeeeee;
	border:1px solid #cccccc;
	padding:2px 6px 3px;
	display:block;
	-moz-border-radius:5px;
	border-radius:5px;
}

.pagn:hover a{
	background-color:#F7F7F7;
}

a.commentcreationdate,
a:visited.commentcreationdate {
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 10px 4px;
	margin:-6px -6px 5px -6px;
}

/** 
 * @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;
	font-style:normal;
	margin:25px 0 0;
	font-size:16px;
	padding-bottom:1px;
	color:inherit;
}
 
#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;
	line-height:1.5;
}

.trackbacklist li, .commentlist li {
	list-style-type:none;
	margin:10px 0px;
	padding:5px;
}

.trackbacklist li li, .commentlist li li {
	margin:10px;
}

#leavecomment form,
#surveyoptions,
#FlashSurveyResults {
	padding:10px;
}

#surveysubmit {
	margin-top:10px;
}

/** 
 * ------------------------------------------------------------------
 * @section WIDGETS
 * ------------------------------------------------------------------
 */

/**  
 * @subsection calendar 
 */
.calendar {
	margin-bottom:30px;
	margin:0;
	padding:0;
	margin:0px 0px 0px 1px;
	width:99%;
	background-color:#eeeeee;
	border:1px solid #cccccc;	
}

.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 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_header {
	margin:0;
}
.HomeLink .widget_content {
	display:none;
}
