/**
 * @file
 * @project 613
 * @package sftheme
 * @site app2
 */

/**
 * @section layout
 */
div.sf_main_wrapper{float:left;width:100%;margin-left:-245px}
div.sf_main{margin-left:245px}
div.sf_region7{float:right;width:230px;margin-right:10px;margin-top:15px;}
div.sf_region9{clear:both;width:100%}

/**
 * @section widget styles
 */
div.sf_region7 .widget {
	margin-bottom:2em;
	overflow:auto;
}

/* Navigation */
div.sf_region7 .sf_navigation .main_nav {
	margin-bottom:0;
}

/* Syndication */
div.sf_region7 div.FeedList ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div.sf_region7 div.FeedList ul li {
	line-height:20px;
	margin:0;
	padding:0;
	display:list-item;
}

div.sf_region7 div.FeedList ul li a img {
	text-decoration:none;
	border:0;
	margin-right:4px;
}

/* Subscribe */
.SubscribeViaEmail .form_item input {
	width:auto;
}

#q, #sel, .SubscribeViaEmail input#SubscriberEmail {
	display:block;
	width:175px;
}

/* Search */
.Search #searchOnlyTitles a,
.Search #searchOnlyTitles a:visited,
.Search #searchOnlyTitles a:hover {
	color:#000;
	text-decoration:none;
}

.Search #quicklink,
.Search #advancedlink {
	width:160px;
	clear:both;
	line-height:30px;
	text-align:left;
}

.Search .searchimage {
	margin-top:5px;
}

/* Home link */
.HomeLink .widget_content {
	text-align:center;
	color: #EB9ECD;
}

div.sf_region7 .widget.HomeLink {
	overflow:hidden;
	margin-bottom:1em;
}

div.sf_region7 .HomeLink h3.widget_header {
	background:#ffffff;
	border-bottom:0 none;
	font-weight:normal;
	font-size:12px;
	padding:0;
	font-size: 1.1em;
	height: 1.25em;
	line-height: 1.25;
	text-indent:-999em;
	margin-bottom:0;
	height:50px;
}

.HomeLink .widget_header span a:link,
.HomeLink .widget_header span a:visited,
.HomeLink .widget_header span a:hover {
	background-image:url(images/back_to_main.gif);
	background-position:-5px 0;
	background-repeat:no-repeat;
	height:55px;
	display:block;
}


/**
 * @section calendar
 */
.calendar {
	border-collapse: collapse;
	margin-bottom:30px;
	background-color:transparent;
	margin:0;
	padding:0;
	width:100%;
	border:0 !important;
	font-family:Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans serif;
}

.calendar .calendarcell {
	font-size:13px;
	padding:4px;
}

/* Chicklets */
.chicklet_group {
	margin:2em 0 1em;
}

.chicklet img{
	margin-right:5px;
}

/* Custom text */
.widget.CustomText .widget_content {
	overflow:auto;
	width:190px;
}


/**
 * @section Post meta
 */
.sf_blog_postmeta {
	border-top:1px solid #bbb;
	padding:7px 5px;
	margin-bottom:2em;
}

/**
 * @section buttons
 */
#surveysubmit input,
input#submitcomment,
input#resetcomment,
input#spellchk {
	background:#f5f5f5;
	border:1px solid #888;
	color:#565656;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:.25em;
	cursor:pointer;

    overflow: visible;
	width:auto !important;
	width: 0; /* IE 6 and below */
}

#surveysubmit input:hover,
input#submitcomment:hover,
input#resetcomment:hover,
input#spellchk:hover {
	background-color:#dff4ff;
	border:1px solid #6299c5;
	color:#336699;
}

.SubscribeViaEmail input.btn {
	background:url(images/612_btns.gif) 0 0 no-repeat;
	padding-left:21px;
}

.Search input.btn {
	background:url(images/612_btns.gif) 0 -26px no-repeat;
	padding-left:21px;
}

#surveysubmit input {
	background:url(images/612_btns.gif) 0 -54px no-repeat;
	padding-left:21px;
}

input#submitcomment {
	background:url(images/612_btns.gif) 0 -80px no-repeat;
	padding-left:21px;
}

input#resetcomment {
	background:url(images/612_btns.gif) 0 -104px no-repeat;
	padding-left:21px;
}

input#spellchk {
	background:url(images/612_btns.gif) 0 -131px no-repeat;
	padding-left:21px;
}

