/**
 * @file
 * @project 716
 * @package sftheme
 * @site app2
 */

/*--------- General ---------*/

.sf_region2 {display:block;}

.sf_pagetitle {display:none;}

.sf_content {	
	clear: left;	
	padding:0 40px 10px;
	width: 540px;
}

/* Posts */

.sf_blog_entry {	
	_width: 540px;
	_overflow: hidden;
}

.sf_blog_post {
	background-image: url(images/716_blogdivider.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px 0 40px;	
}

h3.sf_blog_posttitle {
	font-size: 24px;
}

h3.sf_blog_posttitle a, 
h3.sf_blog_posttitle a:visited {
	text-decoration: underline;
}

h3.sf_blog_posttitle a:hover {
	text-decoration: none;
}

.sf_blog_postmeta {
	font-size: 11px;
	margin: 10px 0px 20px;
	clear:both;
}

.error {
	margin-top: 20px;
}

.commentlist li {
	list-style-type: none;
	margin: 10px 0;
}

#trackbacks ul li {
	list-style-type: none;
	margin: 5px 0;
}

.recentdate {
	font-size:10px;
	font-style:italic;
	margin-left:20px;
	margin-top:3px;
}

.commentcreationdate {
	font-weight: bold;
}

#leavecommentlabel {
	border-top: 1px dotted;
	padding-top: 5px;
	margin-top: 20px;
}

/* Calendar */

table.calendar {
	width:100%;
	text-align: center;
	border-color: #AD967B;
	background: #E7DFD6;
}

.calendar td {
	padding: 2px 0px;
}

.calendarcell a:link,
.calendarcell a:visited{
	padding: 0px 2px;
	border: 1px solid;
	background-color: #FBFBF9;
}

.calendarcell a:hover {
	text-decoration: none;
}

.calendarcell a:hover{	
	background-color: #dfdfdf;
}

.calendar caption {	
	font-size: 16px;
}

.widget_content table {
	border: 1px solid #401200;
	margin: 2px;
	width: 98%;
	color: #401200;
}

.widget_content .calendartitle {
	border: none;
}

.ModerateComment {
	color: #BF1F00;
}

/* Survey */

#blogsurvey {	
	padding: 10px 20px;
	margin-bottom: 20px;
	clear:both;		
	border: 1px solid #fff;
}

#blogsurvey p {	
	margin: 0px;
	padding:5px;
}

#surveyoptions {
	padding: 10px;
}

#surveytitletext {
	font-weight: bold;
}

/* Subscribe */

.SubscribeViaEmail .form_item input {
	width:auto;	
}

.SubscribeViaEmail input#SubscriberEmail {
	width:175px;	
}

.subscribeimage {
	margin-top:5px;		
}

/* Other */

.feedbutton {	
	vertical-align:sub;
	border: none;
}

.feedbutton {
	border: none !important;
}

.feedlink {
	.vertical-align:sub;	
}

.feedlist li {	
	.margin: 0;
	.padding: 0;
}

/* Sidebar */

.widgetset quick-search {
	padding: 0px;
	margin: 0px;
	color: #000;
}

.searchbox #quicklink {	
	margin-top: 5px;
}

.widget_content tr td {
	border: none;
}

.HomeLink .widget_content {
	display:none;	
}

.widgetset .widget.HomeLink {
	background-image: none;	
	padding: 0px;
	_height: auto;
}

.widgetset .GoogleAd h3 {
	display:none;
}

