/*----------------------------------
		Theme#611
----------------------------------*/

/**
 * @section layout
 */
div.sf_main_wrapper{float:left;width:710px;margin-right:10px;}
div.sf_region7{float:right;width:230px;margin-right:10px;display:inline;}
div.sf_extra7{clear:both;width:100%}
div.sf_content{width:auto;float:none}

.sf_blog_entry {
	min-height:1%;
	height:auto !important; 
	height:1%;
	margin-bottom:10px;
}

.sf_blog_entry:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
}

/* Syndication */
.widgetset .FeedList ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.widgetset .FeedList ul li {
	line-height:20px;
	margin:0;
	padding:0;
	display:list-item;
}

.widgetset .FeedList ul li a img {
	text-decoration:none;
	border:0;
	margin-right:4px;
}

/* Subscribe */
.SubscribeViaEmail .form_item input {
	width:auto;
}

.SubscribeViaEmail input#SubscriberEmail {
	width:160px;
}

/* 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;
}

.HomeLink {
	overflow:visible;
	margin-bottom:1em;
}

.HomeLink h3.widget_header {
	background:#ffffff;
	border-bottom:0 none;
	font-weight:normal;
	font-size:12px;
	padding:0;
}

/**
 * @section Buttons
 */
.HomeLink .widget_header span a {
	background: transparent url(images/611_home.gif) no-repeat 100% 0;
    display: block;
    padding: 15px 0 25px;
	width:230px;
    color: #444;
	overflow:visible;
	text-decoration:none;
	text-align:center;
	font-family:arial;
	outline:0;
	text-indent:-999em;
}

.HomeLink .widget_header span a:hover {
    background: transparent url(images/611_home.gif) no-repeat 100% -54px;
}


/**
 * @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;
}


/**
 * @section Post meta
 */
.sf_blog_postmeta {
	border-top:1px solid #222;
	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/611_btns.gif) 0 0 no-repeat;
	padding-left:21px;
}

.Search input.btn {
	background:url(images/611_btns.gif) 0 -26px no-repeat;
	padding-left:21px;
}

#surveysubmit input {
	background:url(images/611_btns.gif) 0 -54px no-repeat;
	padding-left:21px;
}

input#submitcomment {
	background:url(images/611_btns.gif) 0 -80px no-repeat;
	padding-left:21px;
}

input#resetcomment {
	background:url(images/611_btns.gif) 0 -104px no-repeat;
	padding-left:21px;
}

input#spellchk {
	background:url(images/611_btns.gif) 0 -131px no-repeat;
	padding-left:21px;
}

