/**
 * @file
 * @project 673
 * @package sftheme
 * @site app2
 */

/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */

.sf_main_header,
.sf_main_wrapper {
	padding-right:330px;
}

.sf_navigation ul {
	float:left;
	margin-right:330px;
}
 
.sf_region7 {
	position:absolute;
	margin-right:40px;
	top:20px;
	right:0;
	width:250px;
}

.sf_pagetitle {
	display:none;
}

.sf_region10 {
	padding:0 330px 0 0;
}

/** 
 * ------------------------------------------------------------------
 * @section WIDGETS
 * ------------------------------------------------------------------
 */
 
.widgetset .widget {
	color:#353a28;
	margin-bottom:5px;
	min-height:1%;
	height:auto !important;
	height:1%;
}

.widgetset .widget_header {
	background-image:url(images/673_widget-top.png);
	background-position:top;
	background-repeat:no-repeat;
	font-size:28px;
	font-weight:normal;
	letter-spacing:-.04em;
	line-height:1em;
	padding:17px 17px 7px;
	margin:0px;
	width:216px;
}

.widgetset .widget_header a:link,
.widgetset .widget_header a:visited,
.widgetset .widget_header a:hover{
	text-decoration:none;
}

.widgetset .widget_content {
	background-image:url(images/673_widget-bottom.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	overflow:hidden;
	padding:0 17px 17px;
	width:216px;
}

.widgetset .widget_content ul,
.widgetset .widget_content ol {
	margin:0px;
	padding:0px;
	list-style:none;
}

.widget li{
	margin:0px;
	padding:0px 0px 6px;
}

.widgetset label{
	margin:0px;
	padding:0px;
	display:block;
}

.widgetset form{
	margin:0px;
	padding:0px;
}

.widgetset .form_item {
	margin:0px;
	padding:0px 0px 6px;
}

/** 
 * @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;
}

h3.sf_blog_posttitle {
	font-size:30px;
	padding:0px;
	margin:0 0 .2em;
}

h3.sf_blog_posttitle a {
	text-decoration:none;
}

h2.sf_blog_posttitle,
.searchheadings {
	font-size:2em; 
	font-weight:bold; 
	margin:0.75em 0;
}

.sf_blog_postmeta {
	background-image:url(images/673_blogpost.png);
	background-position:top;
	background-repeat:no-repeat;
	border:none;
	min-height:50px;
	height:auto !important;
	height:50px;
	padding:25px 0 0;
}

*html .sf_blog_postmeta {
	padding:55px 0 0;
}

.chicklet_group,
.sf_blog_postmeta {
	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;
	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
 * ------------------------------------------------------------------
 */

/**  
 * @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
 */

.widgetset .HomeLink  .widget_header {
	padding:17px;
}

.widgetset .HomeLink  .widget_content {
	margin:0px;
	padding:0px;
	display:none;
}

/** 
 * ------------------------------------------------------------------
 * @section Funny 404
 * ------------------------------------------------------------------
 */

.error {
	background-image:url(images/673_404.png);
	background-repeat:no-repeat;
	min-height:300px;
	height:auto !important;
	height:300px;
	padding:100px 0 0 230px;
}

/** 
 * ------------------------------------------------------------------
 * @section Hacks
 * ------------------------------------------------------------------
 */

*html .sf_blog_postmeta {
 behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));;
}

*html .error {
 behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));;
}
