/**
 * @file
 * @project 632
 * @package sftheme
 * @site app2
 */

/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */
.sf_main {
	float:right;
	width:700px;
	overflow:hidden;
}

.sf_region7 {
	width:180px;
	float:left;
	overflow:hidden;
	display:block;
}

.sf_pagetitle {
	display:none;
	background-image:none;
}

.sf_footer {
	margin:15px 0 0;
}


/** 
 * @subsection post 
 */
.sf_blog_posttitle {
	font-size:18px;
	font-weight:normal;
	min-height:1px;
	height:auto !important;
	height:1px;
	margin:0px 0px 15px;
	padding-bottom:5px;
	padding-left:25px;
	text-transform:uppercase;
	background-position:0 2px;
	background-repeat:no-repeat;
	background-image:url(images/632_star.png);
}

* html .sf_blog_posttitle {
	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));
}


.sf_blog_posttitle a:link,
.sf_blog_posttitle a:visited,
.sf_blog_posttitle a:hover{
	text-decoration:none;
}

.sf_blog_entry{
	min-height:1%;
	height:auto !important;
	height:1%;
	margin-bottom:10px;
}

.sf_blog_postmeta {
	min-height:1%;
	height:auto !important;
	height:1%;
	font-size:11px;
	padding-top:5px;
	margin-bottom:50px;
	text-transform:uppercase;
}

.sf_blog_entry:after,
.sf_blog_postmeta:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content: ".";
}

.pagn a{
	font-weight:bold;
	padding:2px 5px;
	text-decoration:none;
	min-width:100px;
	display:block;
	text-align:center;
}

/** 
 * @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;
	padding:3px 5px;
	font-size:16px;
}
 
#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;
}

/** 
 * @subsection buttons
 */
.btn {
	background-image:url(images/623_button.gif);
	background-position:center;
}

.btn:hover {
	background-image:url(images/623_button_o.gif);
	background-position:center;
}

/** 
 * ------------------------------------------------------------------
 * @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 {
	margin-top:2px;
	font-style:italic;
}

/**  
 * @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;
}
