/**
 * @file
 * @project 737
 * @package sftheme
 * @site app2
 */

/*--------- General ---------*/

.widgetset {display:block;}

.sf_region6 {	
	width: 920px;
	height: auto;
}

.sf_region6:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.sf_pagetitle {
	display:none;	
}

.sf_content {	
	float: right;	
	width: 640px;
	padding:10px 20px 20px;
}

/* Posts */

.sf_blog_entry {	
	padding: 10px 40px;
	width: 560px;
	_overflow: hidden;	
	border-bottom: 1px solid #DFDAD1;
	float: left;
}

.sf_blog_entry:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.sf_blog_post {		
	clear: both;
	padding-bottom: 16px;
	width: 640px;
	_width: 600px;	
}

.sf_blog_survey,
#trackbacks,
#comments1,
#leavecomment {	
	background-color: #DFDAD1;
	padding: 10px 40px;
}

#blogsurvey {	
	padding: 10px 10px 20px;
	margin: 0;
	border-bottom: 1px dotted;
}

#blogsurvey p {	
	margin: 0px;
	padding:5px;	
}

.ModerateComment {
	font-weight: normal;
}

h2.sf_blog_posttitle,
h3.sf_blog_posttitle {
	font-weight: normal;
	clear: both;
	font-weight: normal;
	font-size: 20px;
}

h3.sf_blog_posttitle a, 
h3.sf_blog_posttitle a:visited {
	text-decoration: none;
}

h3.sf_blog_posttitle a:hover {
	text-decoration: underline;
}

.sf_blog_postmeta {		
	clear:both;	
	font-size:11px;
	line-height:normal;
	padding: 15px 0;
	margin-top: 1px;
}

.pagn {		
	font-size:15px;	
}

.sf_blog_post .pagn a:hover {	
	text-decoration: none;
}

.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;
	margin-top: 7px;
	margin-left: 10px;
	color: #aaa;
}

#leavecommentlabel {
	border-top: 1px dotted;
	padding-top: 5px;
	margin-top: 20px;
}

/* Calendar */

table.calendar {
	width:98%;
	text-align: center;
	border-color: #FFFFFF;	
	margin: 2px;
}

.calendar td {
	padding: 4px 0px;
}

.calendarcell a:link,
.calendarcell a:visited{
	padding: 0px 2px;
	border: 1px solid;	
}

.calendarcell a:hover {
	text-decoration: none;
}

.calendarcell a:hover{	
	background-color: #CEC3B5;
}

.calendar caption {	
	font-size: 16px;
}

.widget_content .calendartitle {
	border: none;
	font-size:16px;
}

/* Subscribe */

.SubscribeViaEmail .form_item input {
	width:auto;	
}

.SubscribeViaEmail input#SubscriberEmail {
	width:150px;	
}

.subscribeimage {
	margin-top:5px;		
}

/* Other */

.feedbutton {	
	vertical-align:middle;
	border: none;
}

.feedbutton {
	border: none !important;
}

.feedlink {
	.vertical-align:middle;	
}

/* Sidebar */

.HomeLink .widget_content {
	display:none;	
}

.widgetset .GoogleAd h3 {
	display:none;
}

.btn, .checkout a.button, .checkout input.button {	
	background-image: url(images/737_btnbg.jpg);
	background-repeat: repeat-x;
}


