/**
 * @file
 * @project 676
 * @package sftheme
 * @site app2
 */

/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */

.sf_wrapper { background-image:url(images/676_faux-sidebar.gif); }
.sf_pagetitle { display:none; }
.sf_extra2 {
	background-image:url(images/676_xtr2-sml.jpg);
	height:300px;
	width:700px;
}
.sf_header_wrapper {
	float:left;
	width:700px;
}
.sf_content {
	float:left;
	width:700px;
}
.widgetset {
	background-color:#adb1b7;
	border:solid 1px #878c93;
	color:#4e5763;
	float:right;
	margin:-21px -21px -21px 0;
	padding:0;
	width:235px;
}
/** 
 * ------------------------------------------------------------------
 * @section WIDGETS
 * ------------------------------------------------------------------
 */
 
.widgetset .widget {
	border-bottom:solid 1px #adb1b7;
	padding:0;
	min-height:1%;
	height:auto !important;
	height:1%;
}
.widgetset .widget_header {
	background-color:#878c93;
	border-bottom:solid 1px #5e646d;
	color:#ffffff;
	font-size:26px;
	font-weight:normal;
	letter-spacing:-.03em;
	line-height:1em;
	padding:10px;
	margin:0;
}
.widgetset .widget_header a:link,
.widgetset .widget_header a:visited,
.widgetset .widget_header a:hover {
	color:#ffffff;
	text-decoration:none;
}
.widgetset .widget_content {
	border-top:solid 1px #c5c8cd;
	border-bottom:solid 1px #878c93;
	font-size:14px;
	overflow:hidden;
	padding:10px;
	width:215px;
}
.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-color:#f0f3f7;
	color:#3f4546;
	margin:0 0 20px;
	padding:10px;
}
.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;
	width:99%;
}
.calendartitle { border:none; }
.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 {
	font-size:10px;
	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; }
/** 
 * ------------------------------------------------------------------
 * @section Hacks
 * ------------------------------------------------------------------
 */

*html .widgetset .widget_content { width:235px; }

