@import url("reset.css");

/*****************************

	index:
	- global
	- wrappers
	- headers
	- links
	- carousel links
	- breadcrumb
	- forms
	- search
	- buttons
	- masthead
	- sidebar
	- supertweet
	- city selector
	- city list buttons
	- scrollbar
	- share
	- post
	- promo column
	- map
	- review
	- region flag
	- place
	- filters menu
	- review menu
	- controls
	- blog
	- post list
	- shop
	- cart
	- sidebar cart
	- pagination
	- contact
	- footer


*****************************/

/* global
------------------------------------------------------- */
body {
	background-color: #fff;
	color: #000;
	font: normal 12px/16px 'Helvetica Neue', Helvetica, arial, sans-serif;
	-webkit-text-size-adjust:none;
}

::selection { background-color: #fffa7f; }
::-moz-selection { background-color: #fffa7f; }

	/* wrappers */
	.site-wrapper {
		margin: 0 auto;
		width:1285px;
	}
	
	.content-wrapper {
		overflow: hidden;
		width:1285px;
	}
	
	.main-content-wrapper {
		float:left;
		width: 970px;
	}
	
	.main-content {
		position: relative;
		width: 765px;
		float:right;

	}

	.ad-970x250{
		width:970px;
		overflow: hidden;


	}
	.ad-970x250 > div{
		height:265px;

	}
	
	.main-content-wrapper.home .main-content { float:left; }
	.main-content-wrapper.home .promo-column {float:right;}

	/* headers */
	h1 {
		font-size: 24px;
		line-height: 26px;
		font-weight: bold;
		margin-bottom: 24px;
		margin-bottom: 20px;
	}
	
	h2 {
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	
	h4 {
		font-weight: bold;
	}

	/* links */
	a {
		color: #000;
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	p {
		margin-bottom: 10px;
	}

	/* carousel-links */
	.carousel-links li {
		float:left;
		text-indent: -9999px;
		overflow: hidden;
		margin-right: 5px;
	}
	
	.carousel-links li a {
		background: transparent url(/sf/img/sf_sprites.png?v=20141201) no-repeat -320px -40px;
		display: block;
		height: 9px;
		width: 9px;
	}
	
	.carousel-links li a.selected { background-position: -300px -40px; }
	.carousel-links li a:hover { background-position: -340px -40px; }
	.carousel-links li a:active { background-position: -300px -40px; }

/* breadcrumb
------------------------------------------------------- */
.breadcrumb {
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 13px;
}

.breadcrumb-list li {
	float: left;
	margin-right: 5px;
}

.breadcrumb-list li.breadcrumb-home {
	margin-right: 5px;
}

.breadcrumb-list li.breadcrumb-home a {
	background: transparent url(/sf/img/sf_sprites.png?v=20141201) no-repeat -360px -40px;
	display: block;
	text-indent: -9999px;
	margin-top: 3px;
	overflow: hidden;
	height: 9px;
	width: 10px;
}

.breadcrumb-list li.breadcrumb-home a:hover {background-position: -400px -40px; }
.breadcrumb-list li.breadcrumb-home a:active {background-position: -380px -40px; }


/* forms
------------------------------------------------------- */
label {
	display: block;
}

input.radio {
	float: left;
	margin: 9px 5px 0 0;
}

.textfield {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	border: none;
	background-color: #e5e5e5;
	color: #333;
	font: normal 12px/16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	height: 16px;
	margin-bottom: 20px;
	line-height: 16px;
	padding: 6px 10px 6px 10px;
	border: 1px solid #e5e5e5;
}

.textarea {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	border: none;
	background-color: #e5e5e5;
	color: #333;
	font: normal 12px/15px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	height: 16px;
	margin-bottom: 5px;
	line-height: 16px;
	padding: 7px 10px 7px 10px;
}

.textfield:focus,
	.textfield.search:focus {
	border: 1px solid #e5e5e5;
	background-color: #fff;
	color: #333;
	outline: none;
}

input.submit {
	background: #000 url(/sf/img/btn_submit.png) no-repeat 60px 9px;
	border:none;
	color:#fff;
	cursor: pointer;
	font: bold 13px/30px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	display: block;
	display: inline-block;
	text-decoration: none;
	line-height: 30px;
	margin: 0 0 15px 0;
	height: 30px;
	padding: 0 23px 0 10px;
	width: 80px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input.submit:hover {
	background-color: #333;
}

.dropdown-wrapper {
	position: relative;
	height:30px;
}

.dropdown {
	font-weight: bold;
	cursor: pointer;
	line-height: 18px;
	height:18px;
	padding: 6px 10px 6px 10px;
	position: absolute;
	width:100%;
	z-index: 200;
}

.dropdown span {
	display: block;
	position: absolute;
	overflow: hidden;
	top:6px;
	right:6px;
	height:20px;
	width:20px;
	background: transparent url(/sf/img/sf_sprites.png?v=20141201) no-repeat -140px -100px;
}

.dropdown-wrapper.archive {
	position: absolute;
	right:10px;
	top: 44px;
	width: 90px;
}
.select-wrapper *{
	position:absolute;
	cursor:pointer;
}
.select-wrapper select {
    display: block!important;
    position:absolute;
    width:100%;
    height:30px;
    line-height:30px;
    z-index:201;
    opacity:0;
    filter: alpha(opacity=0); 
    
}

/* search
------------------------------------------------------- */
.search-wrapper {
	height:30px;
	margin-bottom: 15px;
	width: 300px;
}

.search-wrapper label {
	display: none;
}

.search-wrapper .textfield {
	float:left;
	margin: 0px;
	width: 191px;
}

input.submit.search {
	background: #000 url(/sf/img/icn_magnify.png) no-repeat 57px 8px;
	margin: 0px;
	padding-right: 27px;
	float:right;
}

input:hover.submit.search { background-color: #333; }
input:active.submit.search { background-color: #000; }

/* buttons
------------------------------------------------------- */
a.btn {
	font-weight: bold;
	font-size: 13px;
	display: block;
	display: inline-block;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	padding: 0 11px;
	position: relative;
	margin-bottom: 15px;
		
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.btn span {
	display: block;
	position: absolute;
}

a.btn.white {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	color: #000;
	line-height: 28px;
	height: 28px;
	padding: 0 10px;
}

a:hover.btn.white { background-color: #e5e5e5; }
a:active.btn.white {
	background-color: #999;
	border: 1px solid #999;
	color: #fff;
}


a.btn.black {
	background-color: #000;
	color: #fff;
}

a:hover.btn.black { background-color: #333; }
a:active.btn.black {
	background-color: #333;
	color: #fff;
}

a.close-btn {
	background: transparent url(/sf/img/sf_sprites.png?v=20141201) no-repeat -162px -102px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	
	height: 14px;
	width: 15px;
}

/* masthead
------------------------------------------------------- */
.masthead {
	border-bottom: 1px solid #e5e5e5;
	min-height: 105px;
	margin-bottom: 15px;
	padding: 20px 0 30px;
	position: relative;
}

.masthead.logged-in {
	margin-bottom: 0px;
}

.logo {
	background: transparent url(/sf/img/sf_sprites.png?v=20141201) no-repeat 0 0;
	display: block;
	margin-top: 10px;
	height: 30px;
	width: 182px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}

.navigation {
	font-size: 13px;
	width: 120px;
	float:left;
	
	margin-left: 80px;
}

.navigation li {
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
	height: 28px;
	line-height: 28px;	
}

.navigation li.last {
	border-bottom: none;
}

.navigation li a {
	text-decoration: none;
}

.navigation li a:hover {
	color:#999;
}

.masthead .banner-wrapper {
	float: right;
	margin: 10px 26px 0 0;
}

.login-wrapper {
	position: absolute;
	left:0px;
	bottom:20px;
}

.login-wrapper a.btn {
	padding: 0 16px;
	width: 30px;
	text-align: center;	
}

/* sidebar
------------------------------------------------------- */
.sidebar {
	float:right;
	width: 300px;
}

.sidebar .column-bg {
	background: transparent url(../img/promo/column_bg.gif) repeat 0 0;
	height: 100px;
	margin-bottom: 15px;
	display: none;
}

.sidebar .banner-wrapper {
	margin-bottom: 11px;/* changed from 15px, as google adds an extra 4px of height */
}

.facebook-like-box {
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
}

	/* supertweet */
	.supertweet-wrapper {
		border: 1px solid #e5e5e5;
		padding: 15px;
		position: relative;
		margin-bottom: 15px;
	}
	
	.tweet {
		background-color: #e5e5e5;
		padding: 15px;
		position: relative;
		margin-bottom: 25px;
	
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
		
	.supertweet-wrapper .date {
		font-size: 11px;
	}
	
	.tweet span.arrow {
		background: transparent url(/sf/img/sf_sprites.png?v=20141201) no-repeat -180px -40px;
		display: block;
		position: absolute;
		left: 15px;
		bottom:-13px;
		height: 13px;
		width:25px;
	}
	
	a.btn.follow {
		padding-right: 25px;
		position: absolute;
		right: 15px;
		bottom: 0px;
	}
	
	a.btn.follow span {
		background: transparent url(/sf/img/sf_sprites.png?v=20141201) no-repeat -120px -40px;
		top: 9px;
		right: 9px;
		height: 12px;
		width: 8px;
	}
	
/* city selector
------------------------------------------------------- */
.city-selector-wrapper {
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding: 15px;
}

	/* cities-list button */
	.cities-list li {
		border: 1px solid #e5e5e5;
		cursor: pointer;
		position: relative;
		padding: 5px;
		height: 45px;
		width: 238px;
		margin-bottom: 5px;
	}
	
	.cities-list li.last {
		margin-bottom: 0px;
	}
	
	.cities-list li h3 {
		font-weight: bold;
		margin-top: 6px;
		margin-left: 10px;
	}
	
	.cities-list li span {
		display: block;
		margin-left: 10px;
	}
	
	.cities-list li img {
		float: left;
		display: block;
		margin-right: 10px;
	}
	
	.cities-list li a.city-btn {
		background: transparent url(/sf/img/sf_sprites.png?v=20141201) no-repeat -420px -40px;
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -8px;
		height: 16px;
		width: 16px;
	}
	
	.cities-list li:hover {
		border-color: #000;
		background-color: #000;
		color: #fff;
	}
	
	.cities-list li:hover a.city-btn  {
		background-position: -440px -40px;
	}
	
	.cities-list li.load-more {
		border:none;
	}
	
	.cities-list li.load-more a {
		font-weight: bold;
		text-decoration: none;
	}
	
	.cities-list li.load-more a:hover {
		color:#666;
	}
	
	.cities-list li.load-more:hover {
		background-color: #fff;
		color:#000;
	}
	
	/* scrollbar  */
	.city-selector {
	  width: 275px;
	  height: 375px;
	  margin-bottom: 18px;
	  overflow: hidden;
	}
	
	.cities-list { padding: 0 10px 0 0; }
	
	.scrollbarpaper-container { background-color: #fff; }
	
	.scrollbarpaper-track {
	  width: 10px;
	  background: #fff url(/sf/img/bg_scroll_track.gif) repeat-y 4px 0;
	}
	
	.scrollbarpaper-drag { background-color: #000; }
	.scrollbarpaper-drag:hover { background-color: #333; }
	
	.scrollbarpaper-drag-top,
	.scrollbarpaper-drag-bottom {
	  	background: transparent url(/sf/img/bg_scroll_drag.gif) no-repeat 0 0;
		display: block;
		height: 10px;
		width: 10px;
	}
	
	.scrollbarpaper-drag:hover div.scrollbarpaper-drag-bottom { background-position: -10px -10px;  }
	.scrollbarpaper-drag:hover div.scrollbarpaper-drag-top { background-position: -10px 0px;  }
	.scrollbarpaper-drag-bottom { background-position: 0 -10px; }
	.cities-list.scrollbarpaper-visible { padding-right: 33px; }
	
.find-city-wrapper {
	overflow: hidden;
}

.find-city-wrapper label {
	float: left;
	line-height: 30px;
	font-weight: bold;
	width: 70px;
}

.find-city-wrapper input.textfield{
	float: left;
	margin: 0px;
	width: 146px;
}

.find-city-wrapper input.submit {
	background: transparent url(/sf/img/icn_magnify.png) no-repeat -22px 8px;

	float: left;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: #e5e5e5;
	margin-left: 0px;
	width: 30px;
	padding: 0px;
	
	text-indent: -9999px;
	overflow: hidden;
}

.find-city-wrapper input.submit:hover { background-position: -52px 8px; }
.find-city-wrapper input.submit:active { background-position: -22px 8px; }


/* share
------------------------------------------------------- */	
.share {
	float:left;
}

.iframe-wrapper {
	float:left;
	display:none;
}

a.facebook,
a.twitter,
a.sf-g-plus {
	background: transparent url(/sf/img/sf_sprites.png?v=20141201) no-repeat ;
	display: block;
	margin-top: 2px;
	float: left;
	margin-right: 5px;
	text-indent: -9999px;
	overflow: hidden;
	height: 16px;
	width: 18px;
}

a.facebook { background-position: 0 -40px; }
a.twitter { background-position: -60px -40px; }
a.sf-g-plus { background-position: -200px -100px; }

a:hover.facebook { background-position: -20px -40px; }
a:hover.twitter { background-position: -80px -40px; }
a:hover.sf-g-plus { background-position: -220px -100px; }

/* post
------------------------------------------------------- */
.post-container{
	height: 315px;
	position:relative;
	margin-bottom: 15px;
}
.post-wrapper {
	background: transparent url(/sf/img/bg_line.gif) repeat-y 0 0;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
	height: 425px;
}

.post-wrapper.last {
	margin-right: 0px;
}

.post-wrapper.feature {
	border-left: none;
	padding-bottom: 0px;
	margin-right: 0px;
	position:absolute;
	width:100%;
	
}

.post-wrapper.hidden{
	display:none;
}

.post-image-wrapper {
	position: relative;
	margin-bottom: 15px;
	background-color:#e5e5e5;
}
.post-image-wrapper img{
	opacity:0;
	visibility:hidden;
}
.post-wrapper.feature .post-image-wrapper {
	float:left;
	width: 505px;
	height: 315px;
	margin-bottom: 0px;
}

.post-wrapper h1 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.post-wrapper.feature h1 {
	font-size: 18px;
	line-height: 20px;
}

.post-wrapper h1 a { text-decoration: none; }
.post-wrapper h1 a:hover { color: #999; }

.post-wrapper h2 {
	color: #999;
	margin-bottom: 5px;
}

.post-image-wrapper h2 {
	position: absolute;
	z-index:1;
	top: 0px;
	left: 0px;
	padding: 0px 8px 2px 8px;
	height: 25px;
	line-height: 25px;
	
	background-color: #000;
	color: #fff;
}
.post-image-wrapper img{
	position:relative;	/* need to do this or else the img fades in front of the h2 */
}
.meta-wrapper,
.meta-wrapper a {
	color: #999;
}

.post-wrapper.feature {
	height: 315px;
	width: 765px;
}

.post-wrapper.feature img {
	float: left;
}

.post-wrapper .excerpt {
	margin-bottom: 15px;
	padding-left: 15px;
	position: relative;
	height:280px;
	width: 230px;
}

.post-wrapper.feature .excerpt {
	float: right;
	margin-right: 15px;
	height: 315px;
}

.post-wrapper .share {
	height: 25px;
	position: absolute;
	bottom:10px;
	left: 15px;
}

.post-container .carousel-links {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.post-wrapper:hover {
	background-color: #fffa7f;
	cursor: pointer;
}

.post-wrapper:hover .post-image-wrapper{
	background-color: #fffa7f;
}

.post-wrapper:hover img{
	opacity:0.8 !important;
}
/* promo column
------------------------------------------------------- */
.promo-column {
	float:left;
	width: 180px
}

.column-bg {
	background: transparent url(../img/promo/column_bg.gif) repeat 0 0;
	height: 100px;
	margin-bottom: 15px;
}

.promo-list li {
	position: relative;
	padding: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}

.promo-list li h2 {
	font-size: 18px;
	line-height: 20px;
	position: absolute;
	top: 15px;
	left: 15px;
}

.promo-list li.white a {
	font-size: 13px;
	color: #fff;
	position: absolute;
	z-index:100;
	bottom: 15px;
	left: 15px;
}

.promo-list li.white a.arrow-link span {
	background-position: -240px -40px;
}

.promo-list li.black {
	background-color: #000;
	color: #fff;
}

.promo-list li.black a {
	font-size: 13px;
	color: #fff;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.promo-list li.black a.arrow-link span {
	background-position: -240px -40px;
}


.promo-list li .promo-background {
	position: absolute;
	top:0px;
	left: 0px;
}

/* map
------------------------------------------------------- */
.city-title-wrapper {
	position: relative;
	z-index:2998;
	height: 130px;
	padding: 10px 10px 10px 12px;
}

.city-title-wrapper .breadcrumb {
	border: none;
}

.city-title-wrapper .breadcrumb a {
	color: #fff;
}

.city-title-wrapper .breadcrumb-list li.breadcrumb-home a {
	background-position: -380px -40px;
}

.title-btns-wrapper {
	position: absolute;
	bottom: 0;
	right: 15px;
}

.title-links-wrapper {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 100px;
	float: right;
}

.title-links-wrapper a {
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: right;
	text-decoration: none;
	display: block;
}


.title-btns-wrapper a.btn.white {
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
}

.title-btns-wrapper a:hover.btn.white {
	background-color: #fff;
}

.title-btns-wrapper a.btn.black {
	background-color: #fff;
}

.map-city-regions-wrapper {
	position: absolute;
	z-index:2999;
	bottom: 0px;
	left: 15px;
}

.map-city-regions-wrapper h1 {
	position: absolute;
	z-index: 30001;
	bottom: -20px;
	left: -15px;
	padding: 10px 45px 15px 15px;
	font-size: 28px;
	line-height:29px;
	letter-spacing: -1px;
	white-space: nowrap;
}

.map-city-regions-wrapper h1 a {
	text-decoration: none;
	color: #fff;
}


.map-city-regions-wrapper h1 a span {
	background: transparent url(/sf/img/sf_sprites.png?v=20141201) no-repeat -122px -102px;
	position: absolute;
	right: 15px;
	top: 19px;
	display: block;
	height: 15px;
	width: 15px;
}

.map-city-regions-wrapper h1 a:hover { color: #000; }
.map-city-regions-wrapper h1 a:hover span { background-position: -142px -102px; }

.map-city-regions-wrapper h1.dark a:hover { color: #666; }
.map-city-regions-wrapper h1.dark a:hover span { background-position: -122px -122px; }

.map-city-regions-wrapper h1.open {
	border: 1px solid #e5e5e5;
	border-bottom: none;
	color: #000;
	background-color: #fff;
}

.map-city-regions-wrapper h1.open a { color: #000; }
.map-city-regions-wrapper h1.open a span { background-position: -142px -102px; }

.map-city-regions {
	border: 1px solid #e5e5e5;
	background-color: #fff;
	color: #000;
	position: absolute;
	top: -1px;
	left: -15px;
	padding: 15px;
	z-index: 3000;
	width: 733px;
	display: none;
}

.map-city-regions.open {
	display:inherit;
}

.city-regions {
	display: block;
	float: left;
	margin-right: 15px;
}

.city-regions.last {
	margin-right: 0px;
}

.city-regions li {
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 0;
	width: 172px;
}

.city-regions li.last {
	border-bottom: none;
}

.city-regions li a {
	text-decoration: none;
}

.city-regions li a:hover {
	color: #666;
}

#map {
	background-color: #333;
	position: relative;
	height: 650px;
	width: 765px;
	z-index: 0;
}

.map-wrapper,
.list-wrapper,
.review-wrapper {
	position: relative;
	height: 650px;
	width: 765px;
	
	z-index: 2000;
}
.map-wrapper{
	overflow:hidden;
}
/* review
------------------------------------------------------- */
.review-wrapper {
	padding-left: 15px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	height: auto;
	width: 748px;
	overflow: hidden;
	margin-bottom: 15px;
}

.review-wrapper .map-review-menu-title {
	padding-top: 15px;
	border-bottom: none;
}

.review-wrapper .main-column {
	float: left;
	margin-right: 15px;
	width: 735px;
}

.review-wrapper .feature {
	margin-right: 13px;
	float: left;
	width: 490px;
}

.review-image-wrapper .image-2 {
	float: right;
}

.review-image-wrapper .image-3 {
	float: right;
}


.review-wrapper .text-wrapper {
	float: left;
	width: 490px;
}

.review-wrapper .text-wrapper .caption{
	font-size:11px;
}

.review-wrapper .fb_iframe_widget {
	float: left;
}

.review-image-wrapper .feature,
.review-image-wrapper .image-2,
.review-image-wrapper .image-3 {
	margin-bottom: 15px;
}

.review-wrapper .review-details {
	float: right;
	padding: 0 15px 40px 0;
	width: 215px;
	position: relative;
	margin-bottom: 15px;
}

.review-wrapper .review-details .share {
	margin-left: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px
}

.regions-list-wrapper {
	overflow: hidden;
	margin-bottom: 15px;
}

.regions-list {
	float: left;
	margin-right: 15px;
}

.regions-list.last-region {
	margin-right: 0px;
}

.regions-list li {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	font-weight: bold;
	line-height: 20px;
	width: 245px;
}

.regions-list li a {
	text-decoration: none;
}

/* region flag */
a.map-flag {
	background-color: #000;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	position: absolute;
	padding: 0px 10px; 
	z-index: 3000;
	text-align: center;
	text-decoration: none;
}

a.map-flag span.arrow {
	background: transparent url(/sf/img/sf_sprites.png?v=20141201) no-repeat 0px -80px;
	position: absolute;
	left: 0px;
	bottom: -20px;
	display: block;
	height: 20px;
	width: 7px;
}

a:hover.map-flag { background-color: #333; }
a:hover.map-flag span.arrow { background-position: -20px -80px }

a:active.map-flag { background-color: #000; }
a:active.map-flag span.arrow { background-position: 0px -80px }

/* place */
a.map-place {
	background-color: #000;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 20px;
	width: 20px;
	line-height: 20px;
	position: absolute;
	z-index: 3000;
	text-align: center;
	text-decoration: none;
}

a.map-place span.arrow {
	background: transparent url(/sf/img/sf_sprites.png?v=20141201) no-repeat 0px -80px;
	position: absolute;
	left: 0px;
	bottom: -20px;
	display: block;
	height: 20px;
	width: 7px;
}

a.map-place span.title {
	background-color: #000;
	font-weight: bold;
	display: none;
	position: absolute;
	left: 20px;
	top: 0px;
	padding: 0 7px;
	white-space: nowrap;
}

a:hover.map-place span.title {
	display: block;
}

a.group {
	background: url(/sf/img/category/marker_group.png) no-repeat 0 0;
	color: #fff;
	line-height: 38px;
	text-align: center;
	display: block;
	height: 38px;
	width: 38px;
	z-index: 3000;
	font-weight: bold;
	text-decoration: none;
	
	position: absolute;
}

/* filters menu */
.map-filters-menu {
	position: absolute;
	right: -250px;
	top: 0px;
	z-index: 1000;

	background-color: #fff;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	display: block;
	padding: 15px;
	height: 620px;
	width: 213px;
}

.map-filters-menu h2 {
	margin-bottom: 5px;
}

.filter-icon {
	display: block;
	float: left;
	margin-right: 5px;
	background-color: #000;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	height: 20px;
	width: 20px;
}

.filters-menu {
	width: 215px;
	position: relative;
	overflow: auto;
}

.filters-list {
	margin-bottom: 20px;
}

.filters-list li {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	color: #666;
	overflow: hidden;
	line-height: 20px;
	font-size: 11px;
	height: 20px;
	padding: 10px 0;
}

.filters-list li h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	float: left;
	font-weight: bold;
	margin-right: 5px;
}

.filters-list li .checkbox {
	position: absolute;
	right: 0px;
	top: 12px;
}

.option {
	border-bottom: 1px solid #e5e5e5;
	line-height: 20px;
	font-weight: bold;
	height: 20px;
	padding: 10px 0;
	overflow: hidden;
	position: relative;
	width: 215px;
}

.option.last {
	border-bottom: none;
}

.option .checkbox,
.option .select {
	position: absolute;
	right: 0px;
	top: 12px;
}

a.map-place.clothing,
.filter-icon.clothing,
a:hover.map-place.clothing span.title  { background-color: #2b388f; }
a.map-place.clothing span.arrow { background-position: -60px -80px; }

a.map-place.interior,
.filter-icon.interior,
a:hover.map-place.interior span.title { background-color: #cd8faf; }
a.map-place.interior span.arrow { background-position: -120px -80px; }

a.map-place.food,
.filter-icon.food,
a:hover.map-place.food span.title { background-color: #927d73; }
a.map-place.food span.arrow { background-position: -180px -80px; }

a.map-place.drink,
.filter-icon.drink,
a:hover.map-place.drink span.title { background-color: #faaf40; }
a.map-place.drink span.arrow { background-position: -240px -80px; }

a.map-place.art,
.filter-icon.art,
a:hover.map-place.art span.title { background-color: #f05b22; }
a.map-place.art span.arrow { background-position: -300px -80px; }

a.map-place.speciality,
.filter-icon.speciality,
a:hover.map-place span.title { background-color: #98d1e0; }
a.map-place.speciality span.arrow { background-position: -360px -80px; }

a.map-place.beauty,
.filter-icon.beauty,
a:hover.map-place.beauty span.title { background-color: #c5e29f; }
a.map-place.beauty span.arrow { background-position: -420px -80px; }

a.map-place.hotels,
.filter-icon.hotels,
a:hover.map-place.hotels span.title { background-color: #006f6d; }
a.map-place.hotels span.arrow { background-position: -480px -80px; }

a.map-place.other,
.filter-icon.other,
a:hover.map-place.other span.title { background-color: #009345; }
a.map-place.other span.arrow { background-position: -540px -80px; }

/* review menu */
.map-review-menu {
	position: absolute;
	right: -280px;
	top: 0px;
	z-index: 1000;

	background-color: #fff;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	display: block;
	padding: 15px;
	height: 620px;
	width: 228px;
}


.map-review-menu.loading{
	background: url(/sf/img/16x16-Spinner-Black.gif) #fff 50% 50% no-repeat;
}

.map-review-menu .review-image {
	position: relative;
	margin-bottom: 15px;
}

.map-review-menu a.streetview {
	background-color: #000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 8px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.map-review-menu a:hover.streetview {
	background-color: #333;
}

.map-review-menu .share {
	position: absolute;
	bottom: 15px;
	left: 15px;
	margin-left: 0px;
}

.map-review-menu a.close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
}

.map-review-menu-title {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}

.map-review-menu-title .filter-icon {
	margin-right: 10px;
}

.map-review-menu-title h2 {
	font-size: 14px;
}



/* controls */
a.btn-plus,
a.btn-minus,
a.btn-close {
	display: block;
	background: transparent url(/sf/img/sf_sprites.png?v=20141201) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 20px;
	width: 20px;
	z-index: 3000;
}

a.btn-plus {
	background-position: 0px -100px;
	position: absolute;
	top: 15px;
	left: 15px;
}

a.btn-minus {
	background-position: -60px -100px;
	position: absolute;
	top: 45px;
	left: 15px;
}

a.btn-close {
	background-position: 0px -120px;
	position: absolute;
	top: 15px;
	right: 15px;
}


/* blog
------------------------------------------------------- */
.news-post-wrapper {
	background-image: none;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	height: auto;
	width: 100%;
	
	border-bottom: 1px solid #e5e5e5;
}
.news-post-wrapper.last{
	border-bottom: none;
}
.news-post-wrapper h1 a { text-decoration: none; }
.news-post-wrapper a:hover { color: #333; }

.news-post-wrapper .text-wrapper {
	float: left;
}

.news-post-wrapper p {
	/*float: left;
	width: 505px;*/
}

.news-post-wrapper .post-image-wrapper.caption {
	margin-bottom: 0px;
}

.news-post-wrapper .caption {
	background-color: #fff;
	font-size: 11px;
	line-height: 16px;
	margin-top: 5px;
}

.news-post-wrapper .post-image-wrapper {
	background-color: #f0f0f0;
	clear: both;
}

.news-post-wrapper .post-image-wrapper img {
	margin:  0 auto;
	float:none;
}
.news-post-wrapper .post-body{
}
.news-post-wrapper .meta-wrapper {
	margin-bottom: 29px;
	margin-left:15px;
}

.news-post-wrapper .meta-wrapper,
.news-post-wrapper .share {
	float:right;
	width: 245px;
}

.news-post-wrapper .category {
	margin-bottom: 10px;
}

.news-post-wrapper .tags {
	margin-bottom: 10px;
}

.news-post-wrapper .tags span.title {
	display: block;
	color: #000;
	font-weight: bold;
}

	.categories-wrapper {
		border: 1px solid #e5e5e5;
		padding: 15px 0 15px 15px;
		margin-bottom: 15px;
		overflow: hidden;
		width: 283px;
	}
	
	.categories-list {
		overflow: hidden;
		margin-bottom: 10px;
	}
	
	.categories-list li {
		float: left;
		margin: 0 5px 5px 0;		
	}
	
	.categories-list li a {
		font-weight: bold;
		text-decoration: none;
		float: left;
		background-color: #000;
		color: #fff;
		margin: 0 5px 5px 0;
		padding: 7px 5px 7px 10px;
		width: 115px;
	}
	
	.categories-list li a:hover { background-color: #333; }
	
/* post list
------------------------------------------------------- */
.post-list {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 15px;
}

.post-list li {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	overflow: hidden;
}

.post-list li img {
	float: left;
	margin-right: 15px;
	opacity:0;
}

.post-list li h2 a {
	font-size: 16px;
	text-decoration: none;
}

.post-list li h2 a:hover {
	color: #333;
}

.post-list li .text-wrapper {
	float: left;
	width: 490px;
}

/* shop
------------------------------------------------------- */
h1.shop-title {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	float: left;
	width: 100%;
	margin-bottom:15px;
}

.price {
	color: #999;
}

.shop-list {
	width: 780px;
	clear: both;
	float:left;
}

.shop-list li {
	border-bottom: 1px solid #e5e5e5;
	float: left;
	position: relative;
	height: 260px;
	padding: 0 15px 45px 0;
	margin: 0 0 15px 0;
	width: 245px;
}

.shop-list li.row-end {
	padding-right: 0px;
}

.shop-list li h2 {
	float: left;
	font-size: 16px;
	clear: both;
}

.shop-list li h2 a { text-decoration: none; }
.shop-list li h2 a:hover { color: #666; }


.shop-list li img {
	margin-bottom: 15px;
}

.shop-list li .price {
	float: right;
}

.shop-list li p {
	clear: both;
	width: 245px;
}

.shop-list li .arrow-link {
	position: absolute;
	right: 15px;
	bottom: 21px;
}

.shop-list li.row-end .arrow-link {
	right: 0px;
}

.shop-list li a.btn {
	position: absolute;
	left: 0px;
	bottom: 15px;
	margin-bottom: 0px;
}

a.btn.add {
	padding-right: 30px;
}

a.btn.add span {
	background: transparent url(/sf/img/sf_sprites.png?v=20141201) no-repeat -480px -40px;
	right: 10px;
	top: 11px;
	height: 8px;
	width: 8px;
}


a.btn.arrow {
	padding-right: 30px;
}

a.btn.arrow span {
	background: transparent url(/sf/img/sf_sprites.png?v=20141201) no-repeat -240px -40px;
	right: 10px;
	top: 11px;
	height: 8px;
	width: 8px;
}

a.arrow-link {
	font-weight: bold;
	text-decoration: none;
	position: relative;
	padding-right: 15px;
}

a:hover.arrow-link { color: #666; }

a.arrow-link  span {
	display: block;
	background: transparent url(/sf/img/sf_sprites.png?v=20141201) no-repeat -260px -40px;
	height:20px;
	width:10px;
	position: absolute;
	top:4px;
	right: 0px;
}

a:hover.arrow-link span { background-position: -280px -40px; }



a.arrow-link.white span { background-position: -240px -40px; }
a:hover.arrow-link.white { color: #000; }
a:hover.arrow-link.white span { background-position: -260px -40px; }

	/* gallery */
	.shop-item-wrapper {
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 15px;
		padding-bottom: 15px;
		float: left;
		width: 765px;
	}
	
	.text-wrapper.shop-item {
		margin-bottom: 15px;
	}
	
	h2.shop-title {
		font-size: 16px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e5e5e5;
	}
	
	.shop-item-gallery {
		float:left;
		margin-bottom: 15px;
	}
	
	.shop-item-large {
		border: 1px solid #e5e5e5;
		margin-bottom: 15px;
		height: 307px;
		width: 503px;
	}
	
	.shop-item-large img {
		margin: 0 auto;
	}
	
	.shop-item-thumbs {
		float: left;
	}
	
	.shop-item-thumbs li {
		border: 1px solid #e5e5e5;
		cursor: pointer;
		float: left;
		margin-right: 16px;
		height: 69px;
		width: 113px;
	}
	
	.shop-item-thumbs li.last {
		margin-right: 0px;
	}
	
	.shop-item-description {
		width: 505px;
	}

	.shop-item-meta-wrapper {
		float: right;
		width: 245px;
	}
	
	.shop-item-meta-wrapper a.btn.add {
		margin-bottom: 15px;
	}
	
/* cart
------------------------------------------------------- */
.shop-cart-wrapper {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

h1.cart-title {
	position: relative;
	padding-left: 30px;
}

h1.cart-title span {
	position: absolute;
	left: 0px;
	top: 5px;
	display: block;
	background: transparent url(/sf/img/sf_sprites.png?v=20141201) no-repeat 0 -60px;
	height: 18px;
	width: 22px;
}

.cart { 
	width:765px;
	margin-bottom: 15px;
}

.cart .col-item { width: 30%; }
.cart .col-type { width: 22%; }
.cart .col-price { width: 14%; }
.cart .col-quantity { width: 14%; }
.cart .col-total { width: 14%; }
.cart .col-remove { width: 6%; }

.cart .col-remove {
	text-indent: -9999px;
}

.cart tr {
	border-bottom: 1px solid #e5e5e5;
}

.cart tr td {
	padding: 15px 0;
}

.cart-form {
	margin-bottom: 5px;
	overflow: hidden;
}

.cart-form li label {
	line-height: 30px;
	float: left;
	width: 130px;
}


.cart-form li label.radio-label {
	float: left;
	margin-right: 20px;
	width: auto;
}


.cart-form li .textfield {
	margin-bottom: 10px;
	width: 190px;
}

	/* sidebar cart */
	.sidebar-cart-wrapper {
		border: 1px solid #e5e5e5;
		padding: 15px 15px 45px 15px;
		margin-bottom: 15px;
		position: relative;
	}
	
	.sidebar-cart-wrapper h2 {
		position: relative;
		padding-left: 25px;
		display: block;
	}
	
	.sidebar-cart-wrapper h2 span {
		background: transparent url(/sf/img/sf_sprites.png?v=20141201) no-repeat -40px -60px;
		position: absolute;
		display: block;
		left: 0px;
		top: 1px;
		height: 14px;
		width: 18px;
	}
	
	.sidebar-cart-wrapper .cart {
		width:268px;
	}
	
	.sidebar-cart-wrapper .cart-total {
		font-weight: bold;
		position: absolute;
		bottom: 22px;
		left: 15px;
	}
	
	.sidebar-cart-wrapper a.btn {
		position: absolute;
		right: 15px;
		bottom: 0px;
	}
	
	.sidebar-cart-wrapper .cart tr td {
		padding: 10px 0;
	}
	
	.sidebar-cart-wrapper .cart tr {
		border-top: 1px solid #e5e5e5;
	}
	
	.sidebar-cart-wrapper .cart .col-item { width: 80%; }
	.sidebar-cart-wrapper .cart .col-price {
		text-align: right;
		width: 20%;
	}
	

/* pagination
------------------------------------------------------- */
.pagination-wrapper {
}

.pagination-wrapper ul {
	float: left;
	height: 24px;
	margin-bottom: 15px;
}

.pagination-wrapper ul li {
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	float: left;
	display: block;
	margin-right: 5px;
	height: 22px;
}

.pagination-wrapper ul li a {
	border: 1px solid #e5e5e5;
	padding: 0 7px;
	display: block;
	text-decoration: none;
	height: 22px;
}


.pagination-wrapper ul li a:hover {
	background-color: #e5e5e5;
}

.pagination-wrapper ul li a.active {
	border: 1px solid #000;
	background-color: #000;
	color: #fff;

}

/* contact form
------------------------------------------------------- */
.contact-form-list {
	border-bottom: 1px solid #e5e5e5;
}

.contact-form-list li {
	padding-bottom: 0px;
	margin-bottom: 10px;
	min-height: 30px;
}

.contact-form-list li label {
	display: block;
	padding-top: 7px;
	float: left;
	width: 130px;
}

.contact-form-list li .textfield {
	margin-bottom: 0px;
	width: 190px;
}

.contact-form-list li .textarea {
	height: 104px;
	width: 355px;
	margin-bottom: 0px;
}

.contact-form-list li.error {
	color: #ff0000;
	font-weight: bold;
	line-height: 30px;
}

.contact-form input.submit {
	margin: 10px 0 10px 130px;
}

.dropdown.contact {
	background-color: #e5e5e5;
	color: #333;
	width: 130px;
	font-weight: normal;
	margin-left: 130px;
}

.dropdown.contact span {
	background: transparent url(../img/select_box.gif) no-repeat 0 0;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
}

.contact-form-list .select-wrapper *{
	margin-left: 130px;
}
.contact-form-list .select-wrapper option{
	margin-left:0;
}
.contact-details {
	/*border-bottom: 1px solid #e5e5e5;*/
	margin-bottom: 20px;
	width: 100%;
}

.contact-details tr.divider {
	border-top: 1px solid #e5e5e5;
}

.contact-details th,
.contact-details td {
	padding: 10px 0;
	text-align: left;
}

.contact-details th {
	font-weight: bold;
	padding-right: 15px;
	width: 115px;
}


/* footer
------------------------------------------------------- */
.footer-wrapper {
	border-top: 1px solid #e5e5e5;
	color: #999;
	height: 105px;
	padding-top: 15px;
	position: relative;
}

.footer-links {
	float:left;
	width: 430px;
}

.footer-links li {
	float: left;
	margin-right: 2px;
}

.footer-links li.first { width: 430px; }

.footer-wrapper a {
	color: #999;
}

.footer-wrapper .banner-wrapper {
	position: absolute;
	right: 26px;
	top: 15px;
}


#generic-page-wrapper{

}


.banner-bottom>div{
	margin-top:400px;
}


/* checkout
------------------------------------------------------- */

.checkout h2{
	margin-top:30px;
}
.checkout .contact-form-list{
	padding-bottom:30px;
	
}
.checkout .contact-form-list.first {
	border:none;
	padding-bottom:0px;
	
}

.checkout .contact-form-list li p{
	padding-top:7px;
	
}


.checkout .info{
	color:#777;
}
.checkout input.date{
	width:51px;
}
.checkout input.ccv{
	width:71px;
}
.checkout .more a{
	margin-left:5px;
	text-decoration:none;
	border-bottom:1px solid #999;
}
.checkout input.submit{
	width:105px;
	margin-left:0px;
	background-position:90px 10px;
	text-align:left;
}
.checkout.review .contact-form-list li{
	min-height:20px;
	
}
.checkout.review a.btn{
	margin-top:15px;
}

.checkout ul.error li{
	margin:10px 0px;
}

@media only screen and (max-width: 1285px) {

	.site-wrapper {
		width:970px;
	}
	
	.content-wrapper {
		width:970px;
	}
	
	.main-content-wrapper {
		float: left;
		width: 655px;
	}
	
	.map-wrapper,
	.list-wrapper {
		width: 655px;
	}
	
	.review-wrapper {
		width: 638px;
	}
	
	.review-wrapper .main-column {
		width: 553px;
	}
	
	.review-wrapper .review-image-wrapper {
		width: 490px;
		margin-bottom: 15px;
		background-color: #e5e5e5;
		padding: 24px 24px 24px 24px;
		overflow: hidden;
	}
	
	.review-wrapper .review-image-wrapper .feature {
		margin: 0 auto 15px auto;
	}
	
	.review-wrapper .image-2 {
		margin-bottom: 0px;
		float:left;
	}
	
	.review-wrapper .image-3 {
		float: right;
		margin-bottom: 0px;
	}
	
	.review-wrapper .text-wrapper {
		float: left;
		width: 290px;
	}



	
	.review-wrapper .image-2 {
		margin-right: 15px;
	}
	
	#map,
	.map-wrapper {
		width: 655px;
	}
	
	.main-content-wrapper .main-content { float:left; }
	.main-content-wrapper .promo-column {float:right; }
	
	.main-content {
		width: 655px;
	}
	
	.sidebar {

	}
	.sidebar.home{

	}
	
	.masthead {
		padding-bottom: 15px;
		height: auto;
		overflow: hidden;
	}
	
	.masthead .banner-wrapper {
		border-top: 1px solid #e5e5e5;
		margin: 25px 0 0;
		height: 105px;
		width:970px;
	}
	
	.masthead .banner {
		margin: 15px auto;
		width: 728px;
		height: 90px;
	}
	
	.login-wrapper {
		position: absolute;
		top: 30px;
		right: 0px;
		bottom: auto;
		left: auto;
	}
	.post-container {
		height:auto;
		width: 655px;
	}
	.post-wrapper {
		background-image: none;
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 0px;
		height: auto;
		width: 655px;
	}
	.post-wrapper .excerpt{
		min-height:190px;
	}
	.post-wrapper .excerpt h1{
		min-height:36px;
	}
	.post-wrapper .excerpt h2{
		display:none;
	}
	
	.post-wrapper .excerpt p{
		min-height:100px;
	}
	
	.post-wrapper .post-image-wrapper {
		float: left;
	}
	
	.post-wrapper .post-image-wrapper img{
		width:245px;
		height:150px;
	}
	
	.post-wrapper .excerpt {
		float: right;
		height: auto;
		width: 310px;
	}
	
	.post-wrapper.last {
		border-bottom: none;
	}
	
	.post-wrapper .share {
		left: -245px;
		bottom: -5px;
	}
	
	/* regions */
	.regions-list{
		width:100%;
	}
	.regions-list.last-region {
		/*display: none;*/
		margin-right: 0px;
	}
	
	.regions-list li {
		border-bottom: 1px solid #e5e5e5;
		padding: 15px 0;
		font-weight: bold;
		line-height: 20px;
		width: 275px;
	}
	
	/* blog
	------------------------------------------------------- */
	.news-post-wrapper {
		width: 655px;
	}
	
	.news-post-wrapper .post-image-wrapper {
		width: 655px;
	}
	
	.news-post-wrapper .post-image-wrapper img {
		width: 100%;
	}
	
	.news-post-wrapper .post-image-wrapper.no-scale img {
		width: 80%;
	}
	
	.news-post-wrapper .meta-wrapper {
		width: 655px;
		float: left;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		padding: 15px 0;
		margin: 0 0 15px 0;
	}
	
	.news-post-wrapper .meta {
		float:left;
		width: 190px;
	}
	
	.news-post-wrapper .share {
		float: none;
		overflow: hidden;
		padding-left: 190px;
		height: 25px;
	}
	
	.news-post-wrapper .category {
		margin-bottom: 0px;
	}
	
	.news-post-wrapper .tags {
		float: left;
		margin: 0 10px 0 0;
		padding-bottom: 5px;
		width: 200px;
	}
	
	
	/* post list
	------------------------------------------------------- */
	.post-list li .text-wrapper {
		float: left;
		width: 290px;
	}
	
	/* shop
	------------------------------------------------------- */

	.shop-list li {
		border-bottom: 1px solid #e5e5e5;
		float: none;
		overflow: hidden;
		height: auto;
		margin: 0 15px 15px 0;
		padding-bottom: 15px;
		width: 555px;
	}
	.shop-list li.row-end {
		padding-right: 15px;
	}
	
	.shop-list li img {
		float: left;
		margin-bottom: 0px;
	}
	
	.shop-list li.last {
		border-bottom: none;
		margin-bottom: 0px;
	}
	
	.shop-list li .text-wrapper {
		position: relative;
		height: 150px;
		float: right;
		width: 295px;
	}
	
	.shop-list li a.btn {
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	
	
	.shop-list a.arrow-link {
		position: absolute;
		bottom: 6px;
		right: 0px;
	}
	
		/* shop-item */	
		.shop-item-wrapper {
			width: 655px;
		}
			
		.shop-item-large {
			width: 568px;
		}
		
		.shop-item-thumbs {
			border-bottom: 1px solid #e5e5e5;
			padding-bottom: 15px;
			width: 655px;
		}
		
		.shop-item-description {
			width: 655px;
		}
		
		.shop-item-meta-wrapper {
			float: left;
			width: 655px;
		}
		
		.shop-item-meta-wrapper a.btn {
			float: left;
			margin-right: 15px;
		}
		
		.shop-item-meta-wrapper .price {
			margin-top: 8px;
		}
		
		/* cart */
		.cart {
			width:655px;
		}
	
	/* promo column - narrow
	------------------------------------------------------- */
	.promo-column {
		border-top: 1px solid #e5e5e5;
		padding-top: 15px;
		float:left;
		width: 655px
	}
	
	.column-bg {
		display: none;
	}
	
	.promo-list {
		width: 585px;
	}
	
	.promo-list li {
		float: left;
		margin: 0 15px 15px 0;
	}
	
	.footer-links {
		padding-bottom: 15px;
	}
	
	.footer-wrapper .banner-wrapper {
		border-bottom: 1px solid #e5e5e5;
		height: 90px;
		padding-bottom: 15px;
		width:970px;
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto 15px;
	}
	
	.footer-wrapper .banner-wrapper .banner {
		margin: 0 auto;
		width: 728px;
	}
	
	.carousel-links{
		display:none;
	}
}
/************************************************************************/
/* HEADER */

#header_bar {
	padding: 0;
	text-align: right;
    border-bottom: 1px solid #e5e5e5;
    overflow: visible;
    margin-bottom: 15px;
    position:relative;
    height:36px;
    text-transform: lowercase;
}
	
#header_bar a{
	text-decoration:none;
}
#header_bar  #admin_bar { font-size: 11px; line-height: 36px; }
#header_bar  #admin_bar li.active a { color: #fc6d35; }
#header_bar  #admin_bar a { color: #8a8a8a; }
#header_bar  #admin_bar a:hover { color: #8a8a8a; }

#header_bar  #user_navigation { color: #000; font-size: 11px; }
#header_bar  #user_navigation a { color: #000; }
#header_bar  #user_navigation .ipsList_inline li { margin: 0;} /* remove spacing from default ipsList_inline */

#header_bar  #user_navigation.not_logged_in {
	height: 26px; padding: 6px 0 4px;
}

#header_bar  #user_link {
	font-size: 12px;
	color: #fff;
	padding: 0 12px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	margin-right: 15px;
	outline: 0;
}
	
#header_bar  #user_link_dd {
		display: inline-block;
		width: 9px; height: 5px;
		background: url(/sf/img/header_bar/header_dropdown.png ) no-repeat right;
	}

#header_bar  #user_link_menucontent #links li { 
	width: 50%;
	float: left;
	margin: 3px 0;
	white-space: nowrap;
}


#header_bar  #user_link.menu_active {
	background: #fff;
	color: #323232;
}
	
#header_bar #user_link.menu_active #user_link_dd { background-position: right; }
#header_bar  #user_link_menucontent #statusForm { margin-bottom: 15px; }
#header_bar  #user_link_menucontent #statusUpdate {	margin-bottom: 5px; }
	
#header_bar  #user_link_menucontent > div {
	margin-left: 15px;
	width: 265px;
	text-align: left;
}

#header_bar #statusSubmitGlobal { margin-top: 3px; }

#header_bar #user_link.menu_active,
#notify_link.menu_active,
#inbox_link.menu_active {
	background-position: bottom;
	background-color: #fff;
}

#header_bar #notify_link, #inbox_link {
	vertical-align: middle;
	width: 18px;
	height: 15px;
	padding: 13px 24px 9px 12px;
	position: relative;
	text-decoration: none;
}
	
#header_bar #notify_link { background: url(/sf/img/header_bar/icon_notify.png ) no-repeat bottom; }
#header_bar #inbox_link { background: url(/sf/img/header_bar/icon_inbox.png ) no-repeat bottom; }


#header_bar #user_navigation #register_link { 
	background: #222; 
	color: #fff;
	display: inline-block;
	padding: 3px 8px;
	border: 1px solid #222;
}

#header_bar .left {
	float: left;
}

#header_bar .right {
	float: right;
}


#header_bar .ipsList_inline > li {
	display: inline-block;
	margin: 0 3px;
}

.ipsUserPhoto_medium {
	width: 50px;
	height: 50px;
}
index.php:163
.ipsUserPhoto {
	padding: 1px;
	background: white;
}

.ipsHeaderMenu {
	background: white;
	background: -moz-linear-gradient(top, white 0%, #F6F6F6 70%, #EDEDED 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(70%,#F6F6F6), color-stop(100%,#EDEDED));
	padding: 10px;
	overflow: hidden;
	width: 340px;
}
div.scrollbarpaper-container
{
  position: absolute;
  z-index: 1;
}

div.scrollbarpaper-track
{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  cursor: pointer;
}

div.scrollbarpaper-drag
{
	position: absolute;
  width: 100%;
  height: 100px;
}

div.scrollbarpaper-drag-top
{
  position: absolute;
  top: 0;
  width: 100%;
}

div.scrollbarpaper-drag-bottom
{
  position: absolute;
  bottom: 0;
  width: 100%;
}

