/* Variables
------------------------------------------------------------------
{
  Color: [
    {
      value: 'green',
      sample: '#699a13',
      NormalColor: '#699a13',
      PressedColor: '#4f740f',
	  ButtonBorder: '#3e5b0c'
    },
    {
      value: 'teal',
      sample: '#139a7c',
      NormalColor: '#139a7c',
      PressedColor: '#0f745e',
	  ButtonBorder: '#0c5b4a'
    },
    {
      value: 'blue',
      sample: '#137e9a',
      NormalColor: '#137e9a',
      PressedColor: '#0f5f74',
	  ButtonBorder: '#0c4b5b'
    },
    {
      value: 'violet',
      sample: '#503f6d',
      NormalColor: '#503f6d',
      PressedColor: '#3d3053',
	  ButtonBorder: '#302641'
    },
    {
      value: 'pink',
      sample: '#7a326b',
      NormalColor: '#7a326b',
      PressedColor: '#5c2651',
	  ButtonBorder: '#481e3f'
    },
    {
      value: 'red',
      sample: '#931929',
      NormalColor: '#931929',
      PressedColor: '#6f1420',
	  ButtonBorder: '#571019'
    },
    {
      value: 'orange',
      sample: '#ad4e00',
      NormalColor: '#ad4e00',
      PressedColor: '#833a00',
	  ButtonBorder: '#672e00'
    },
    {
      value: 'yellow',
      sample: '#ad7900',
      NormalColor: '#ad7900',
      PressedColor: '#835b00',
	  ButtonBorder: '#674800'
    },
    {
      value: 'charcoal',
      sample: '#565656',
      NormalColor: '#565656',
      PressedColor: '#000000',
	  ButtonBorder: '#333333'
    }
  ]
}
------------------------------------------------------------------
*/

/** Customized HTML5 reset based on normalize.css and HTML5 boilerplate */

/** Block display fix */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

/** Inline display fix */
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/** Audio controls fix */
audio:not([controls]) {
	display: none;
	height: 0;
}

/** Hidden attribute support */
[hidden] {
	display: none;
}

/** Text resizing fix */
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/** Font family consistency fix */
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
	color: #222;
}

/** No margins, readable text */
body {
	margin: 0;
	font-size: 13px;
	line-height: 22px;
}

/** Normalize link focus */
a:focus {
	outline: thin dotted;
}

/** Readability fix  */
a:hover,
a:active {
	outline: 0;
}

/** Style normalizing */
abbr[title] {
	border-bottom: 1px dotted;
}

/** Addresses style set to 'bolder' in FF3+, S4/5, Chrome */
b, 
strong {
	font-weight: bold;
}

/** margin normalizing */
blockquote {
	margin: 1em 40px;
}

/** Addresses styling not present in S5, Chrome */
dfn {
	font-style: italic;
}

/** Addresses styling not present in IE6/7/8/9 */
mark {
	background: #ff0;
	color: #000;
}

/** Addresses margins set differently in IE6/7 */
/*p,  TODO: remove? set further down */
pre {
	margin: 1em 0;
}

/** Corrects font family set oddly in IE6, S4/5, Chrome */
pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

/** Improves readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/** Quote support */
q {
	quotes: none;
}

q:before,
q:after {
	content: '';
	content: none;
}

/** Normalize */
small {
	font-size: 75%;
}

/** Prevents sub and sup affecting line-height in all browsers */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/** Addresses margins set differently in IE6/7 */
dl,
menu,
ol,
ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

/** Addresses paddings set differently in IE6/7 */
menu,
ol,
ul {
	padding: 0 0 0 40px;
}

/** Corrects list images handled incorrectly in IE7 */
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/** Normalize border, improve scaling */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/** Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
	overflow: hidden;
}

/** Addresses margin not present in IE6/7/8/9, S5, O11 */
figure {
	margin: 0;
}

/** Corrects margin displayed oddly in IE6/7 */
form {
	margin: 0;
}

/** Define consistent border, margin, and padding */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/** Corrects color and alignment issues in IE6/7/8/9 */
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}

/** Normalization */
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

/** Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */
button,
input {
	line-height: normal; 
}

/** Spacing, pointer, styling for buttons */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

/** Re-set default cursor for disabled elements */
button[disabled],
input[disabled] {
	cursor: default;
}

/** IE Padding and sizing reset hacks */
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}

/** Normalization */
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/** Removes inner padding and search cancel button in S5, Chrome on OS X */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

/** Removes inner padding and border in FF3+ */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/** Removes default vertical scrollbar in IE6/7/8/9 Improve readability. */
textarea {
	overflow: auto;
	vertical-align: top;
}

/** Remove most spacing between table cells */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Universal
-------------------------------------------------------------- */
html {
	height:100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	word-wrap: break-word;
	background:#fff url(content-bg.jpg) repeat;
	height:100%;
	font-size:13px;
	color: #767676;
}

h2 { 
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	color:#5d5d5d;
	font-weight:normal;
	padding:0.3em 0;
	margin:0;
	text-shadow: 0px 1px 1px #ffffff;
}

p {
	padding: 0.2em 0 !important;
	margin:0;
}

h2 > a {
	color: #5d5d5d !important;
}

a {
    color : $NormalColor;
    text-decoration: none;
}

a:active {
    color : $PressedColor;
    text-decoration: none;
}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#767676;
	margin:1em 0em !important;
	border:none !important;
	background:url(quotes.png) no-repeat 0px 6px;
	padding-left:30px !important;
	font-size:13px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	blockquote {
		background-image:url(quotes-@2x.png);
        background-size:22px 17px;
	}
}

#wsite-page-wrapper {
	box-shadow:none;
}

.wsite-mobile .wsite-multicol-table-wrap {
    margin: 0em 0 !important;
}

hr.styled-hr {
	background:url(content-divider.png) repeat-x center;
	padding:15px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	position:relative;
	left:-15px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	hr.styled-hr {
		background-image:url(content-divider-@2x.png);
        background-size:2px 8px;
	}
}

/* Top Bar
-------------------------------------------------------------- */
#header {
	background: url(topbar-$Color-bg.png) repeat-x;
	background-size: 20px 100%;
	position: relative;
	padding: 9px 5px 9px;
	z-index: 8;
}
	
#header h1 {
	font-family: 'Sansita One', cursive;
	color: #fff;
	font-weight:normal;
	text-shadow: 0 -1px 1px rgba(0,0,0,.5);
	margin: 5px 0 8px;
	padding: 0px 40px;
	font-size: 22px;
	line-height: 1.10;
	text-align:center;
}

#header a {
	color: #fff;
}

#header .wsite-menu-button, #header .wsite-home-link {
	float: left;
	cursor: pointer;
	text-decoration: none;
	background-clip: padding-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	position: absolute;
	top: 0;
}

#header .wsite-home-link {
	height:99%;
	right:0;
	width:43px;
	-webkit-box-shadow: -1px 0 rgba(255,255,255,.15), inset 1px 0 rgba(0,0,0,.24); 
	-moz-box-shadow: -1px 0 rgba(255,255,255,.15), inset 1px 0 rgba(0,0,0,.24); 
	box-shadow: -1px 0 rgba(255,255,255,.15), inset 1px 0 rgba(0,0,0,.24);
	text-align:center;
}

#header .wsite-home-link:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#header .wsite-home-link .wsite-home-link-inner {
	background-image: url(home-icon.png);
	background-repeat: no-repeat;
	width:17px;
	height:16px;
	display: inline-block;
	vertical-align: middle;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	#header .wsite-home-link .wsite-home-link-inner {
		background-image:url(home-icon-@2x.png);
        background-size:17px 16px;
	}
}

.wsite-cart-link {
	height: 100%;
	right: 0;
	width: 31px;
	padding-right: 12px;
	position: absolute;
	top: 0;
	-webkit-box-shadow: -1px 0 rgba(255,255,255,.15), inset 1px 0 rgba(0,0,0,.24);
	-moz-box-shadow: -1px 0 rgba(255,255,255,.15), inset 1px 0 rgba(0,0,0,.24);
	box-shadow: -1px 0 rgba(255,255,255,.15), inset 1px 0 rgba(0,0,0,.24);
}

.wsite-cart-link .wsite-cart-link-inner {
	background:url(icon-cart.png) no-repeat 0px 0px;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 12px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-cart-link .wsite-cart-link-inner {
		background-image:url(icon-cart-@2x.png);
        background-size:20px 20px;
	}
}
	
/* reusable button */
.wsite-menu-button, .menu-button {
	float: left;
	left:0;
	height:99%;
	width:43px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	padding-left:12px;
	cursor: pointer;
	text-decoration: none;
	background-clip: padding-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-shadow: 1px 0 rgba(255,255,255,.15), inset -1px 0 rgba(0,0,0,.24); 
	-moz-box-shadow: 1px 0 rgba(255,255,255,.15), inset -1px 0 rgba(0,0,0,.24); 
	box-shadow: 1px 0 rgba(255,255,255,.15), inset -1px 0 rgba(0,0,0,.24);
}

.wsite-menu-button-bars, .menu-button-bars {
	float: left;
	position: absolute;
	top:50%;
	margin-top:-8px;
}
	
.wsite-menu-button-bar, .menu-button-bar {
	width: 16px; 
	height: 3px;
	margin-bottom:2px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	background-color: #fff; 
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.5); 
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,.5); 
	box-shadow: 0 -1px 1px rgba(0,0,0,.5); 
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.16), rgba(255,255,255,.16) 50%); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.16), rgba(255,255,255,.16) 50%); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.16), rgba(255,255,255,.16) 50%); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.16), rgba(255,255,255,.16) 50%); 
	background-image: linear-gradient(to top, rgba(0,0,0,.16), rgba(255,255,255,.16) 50%);
	display:block;	
}

.wsite-menu-button-bar:first-child, .menu-button-bar:first-child {
	margin-top:1px;
}
	
.wsite-menu-button-text, .menu-button-text {
	display: none;
}

.menu-open .wsite-menu-button, .wsite-menu-button:active, .wsite-home-link:active, .wsite-cart-link:active {
	background-color: rgba(0,0,0,0.2); 
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.1)); 
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.1)); 
	background-image: -o-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.1)); 
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.1), rgba(255,255,255,.1)); 
	background-image: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
}

/* Homepage
-------------------------------------------------------------- */
.home-page .wsite-home-link {
	display:none;
}

/* Navigation
-------------------------------------------------------------- */
.wsite-menu-wrapper {
	color:#aaa;
	z-index: 2;
	background: url(sidebar-bg.jpg) repeat;
	position:relative;
	background-size:35px;
}

.no-header-page .wsite-menu-wrapper,
.landing-page .wsite-menu-wrapper,
.header-page .wsite-menu-wrapper {
	top: 55px;
}

.wsite-mobile-menu ul {
	overflow:hidden;
}

.wsite-mobile-menu li,
.wsite-mobile-menu ul > li:last-child, .wsite-mobile-menu span:last-child > li,
.wsite-mobile-menu ul > li:first-child, .wsite-mobile-menu span:first-child > li {
	border:none !important;
}

.wsite-mobile-menu li a,
.wsite-mobile-menu li a:hover {
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #aaaaaa;
	padding:15px !important;
	text-shadow: 0 -1px 1px rgba(0,0,0,.5);
	background:url(sidenav-normal.png) repeat-x !important;
	background-size:10px 100%;
	border-bottom: solid 1px #2d2d2d;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.wsite-mobile-menu li#active a {
	color: #fff;
	background:url(sidenav-active-$Color.png) repeat-x !important;
	background-size:10px 100% !important;
}

.wsite-mobile-menu li a:active {
	background:url(sidenav-pressed.png) repeat-x !important;
	background-size:10px 100% !important;
}

.wsite-mobile-menu .wsite-menu-back {
	padding-left:20px;
	display:inline-block;
}

/* Arrow for sub navigation */ 
.wsite-mobile-menu .wsite-menu-mobile-arrow {
	border:none;
	background:url(sidenav-arrow.png) no-repeat 0px 2px;
	width:13px;
	height:19px;
	margin-right:10px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-mobile-menu .wsite-menu-mobile-arrow {
		background-image:url(sidenav-arrow-@2x.png);
        background-size:7px 12px;
	}

}

.wsite-mobile-menu li.wsite-menu-back-item .wsite-menu-mobile-arrow {
	border:none;
	background:url(sidenav-back-arrow.png) no-repeat 0px 2px;
	width:13px;
	height:19px;
	margin-left:10px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-mobile-menu li.wsite-menu-back-item .wsite-menu-mobile-arrow {
		background-image:url(sidenav-back-arrow-@2x.png);
        background-size:7px 12px;
	}
}

/* Arrow for sub navigation Home Page */ 
.home-page .wsite-mobile-menu .wsite-menu-mobile-arrow {
	border:none;
	background:url(nav-arrow.png) no-repeat 0px 2px;
	width:13px;
	height:19px;
	margin-right:10px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.home-page .wsite-mobile-menu .wsite-menu-mobile-arrow {
		background-image:url(nav-arrow-@2x.png);
        background-size:7px 12px;
	}
}

.home-page .wsite-mobile-menu li.wsite-menu-back-item .wsite-menu-mobile-arrow {
	border:none;
	background:url(nav-back-arrow.png) no-repeat 0px 2px;
	width:13px;
	height:19px;
	margin-left:10px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.home-page .wsite-mobile-menu li.wsite-menu-back-item .wsite-menu-mobile-arrow {
		background-image:url(nav-back-arrow-@2x.png);
        background-size:7px 12px;
	}
}

/* Homepage navigation */
.home-page .wsite-menu-wrapper {
	padding:20px 15px 0px;
	background:none;
}

.home-page .wsite-mobile-menu ul {
	background-color: #d9d9d9;
	border-radius:15px;
	border:1px solid #a9a9a9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
}

.home-page .wsite-mobile-menu li a,
.home-page .wsite-mobile-menu li a:hover {
	background:url(home-nav-normal.png) repeat-x !important;
	background-size:20px 100%;
	border-bottom:1px solid #a9a9a9;
	font-size:14px;
	font-weight:normal;
	color:#5d5d5d;
	text-shadow: 0 1px 1px #ebebeb;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.home-page .wsite-mobile-menu ul > li:first-child a, .home-page .wsite-mobile-menu span:first-child > li {
	border-radius: 15px 15px 0px 0px;
	border-bottom:1px solid #a9a9a9 !important;
}

.home-page .wsite-mobile-menu ul > li:last-child a, .home-page .wsite-mobile-menu span:last-child > li {
	border-radius: 0px 0px 15px 15px;
	border-bottom:none !important;
}

.home-page .wsite-mobile-menu li#active a,
.home-page .wsite-mobile-menu li a:active {
	background:url(home-nav-pressed.png) repeat-x !important;
	background-size:20px 100%;
	border-bottom:1px solid #a9a9a9;
	color:#5d5d5d;
	text-shadow: 0 1px 1px #ebebeb;
}

/* Social Icons
-------------------------------------------------------------- */
.wsite-social a {
	width:34px;
	height:34px;
	margin: 5px 10px 5px 0px;
	float:left;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	-webkit-box-shadow: 0 2px #fff, inset 0 1px rgba(255,255,255,.2);
	-moz-box-shadow: 0 2px #fff, inset 0 1px rgba(255,255,255,.2); 
	box-shadow: 0 2px #fff, inset 0 1px rgba(255,255,255,.2);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.wsite-social a.wsite-social-item.first-child,
.wsite-social a.wsite-social-item.last-child {
	margin:5px 10px 5px 0px !important;
}

.wsite-social a.wsite-social-item span {
	display:block;
	width:34px;
	height:34px;
}

.wsite-social-facebook {background:#3b5998; border: solid 1px #375391; }
.wsite-social-facebook:active {background:url(overlay.png), #3b5998;}
.wsite-social-facebook span { background: url(social-icons.png) no-repeat 0px 0px; }

.wsite-social-linkedin {background:#4d9ac9; border: solid 1px #2d6c92;}
.wsite-social-linkedin:active {background:url(overlay.png), #4d9ac9;}
.wsite-social-linkedin span { background: url(social-icons.png) no-repeat -34px 0px; }

.wsite-social-twitter {background:#2caae1; border: solid 1px #1982af;}
.wsite-social-twitter:active {background:url(overlay.png), #2caae1;}
.wsite-social-twitter span { background: url(social-icons.png) no-repeat -68px 0px; }

.wsite-social-vimeo {background:#1ab7ea; border: solid 1px #0a88b1;}
.wsite-social-vimeo:active {background:url(overlay.png), #1ab7ea;}
.wsite-social-vimeo span { background: url(social-icons.png) no-repeat -102px 0px; }

.wsite-social-youtube {background:#c60c1c; border: solid 1px #850712;}
.wsite-social-youtube:active {background:url(overlay.png), #c60c1c;}
.wsite-social-youtube span { background: url(social-icons.png) no-repeat -136px 0px; }

.wsite-social-rss {background:#f09836; border: solid 1px #be721d;}
.wsite-social-rss:active {background:url(overlay.png), #f09836;}
.wsite-social-rss span { background: url(social-icons.png) no-repeat -170px 0px; }

.wsite-social-pinterest {background:#cc132b; border: solid 1px #960c1e;}
.wsite-social-pinterest:active {background:url(overlay.png), #cc132b;}
.wsite-social-pinterest span { background: url(social-icons.png) no-repeat -204px 0px; }

.wsite-social-yahoo {background:#7a0099; border: solid 1px #61007a;}
.wsite-social-yahoo:active {background:url(overlay.png), #7a0099;}
.wsite-social-yahoo span { background: url(social-icons.png) no-repeat -238px 0px; }

.wsite-social-flickr {background:#e7e7e7; border: solid 1px #b1b1b1;}
.wsite-social-flickr:active {background:url(overlay.png), #e7e7e7;}
.wsite-social-flickr span { background: url(social-icons.png) no-repeat -272px 0px; }

.wsite-social-plus {background:#dd4233; border: solid 1px #8b2920;}
.wsite-social-plus:active {background:url(overlay.png), #dd4233;}
.wsite-social-plus span { background: url(social-icons.png) no-repeat -306px 0px; }

.wsite-social-mail {background:#7eb4e7; border: solid 1px #557da3;}
.wsite-social-mail:active {background:url(overlay.png), #7eb4e7;}
.wsite-social-mail span { background: url(social-icons.png) no-repeat -340px 0px; }

.wsite-menu-wrapper .wsite-social {
	padding:15px 5px 0px 15px;
}

.wsite-social, .wsite-editor .wsite-social {
	white-space:normal;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-social a.wsite-social-item span {
		background-image: url(social-icons-@2x.png);
        background-size:374px 34px;
	}
}

.wsite-menu-wrapper .wsite-social a.wsite-social-item {
	border: solid 1px #252525;
	-webkit-box-shadow: 0 2px rgba(255,255,255,.15), inset 0 1px rgba(255,255,255,.2); 
	-moz-box-shadow: 0 2px rgba(255,255,255,.15), inset 0 1px rgba(255,255,255,.2); 
	box-shadow: 0 2px rgba(255,255,255,.15), inset 0 1px rgba(255,255,255,.2);
}

/* Sidebar Phone
-------------------------------------------------------------- */
#phone .wsite-text {
	font-size:13px;
	padding:15px 10px 0px 15px;
	color:#b0b0b0;
	font-weight:400;
	display:block;
}

/* Sidebar Search
-------------------------------------------------------------- */
#search .wsite-search {
	position: relative;
	padding: 9px 14px 9px 35px;
	z-index: 8;
	min-height:35px;
	border-bottom:1px solid #2d2d2d;
	box-shadow:none;
	margin:0px;
}

#search .wsite-search .wsite-search-input {
	background:none;
	border:none;
	font-family: 'Lora', serif;
	font-size:16px;
	color:#aaaaaa;
	padding:0px !important;
	height:35px;
	box-shadow:none;
	text-shadow: 0 1px #000;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#search .wsite-search .wsite-search-input::-webkit-input-placeholder {
   color: #aaa;
}

#search .wsite-search .wsite-search-input::-moz-placeholder {  /* Firefox 19+ */
   color: #aaa;  
}

#search .wsite-search .wsite-search-input:-ms-input-placeholder {  
   color: #aaa;  
}

#search .wsite-search .wsite-search-button {
	background:url(sidebar-search-icon.png) no-repeat;
	left:15px;
	top:20px;
	width:15px;
	height:16px;
	border:none;
}

.wsite-search-element-submit,
.wsite-search-element-submit:hover {
	background:url(search-icon.png) no-repeat left top;
	width:15px;
	height:16px;
}

.wsite-search-input:focus + .wsite-search-button,
.wsite-search-element-input:focus + .wsite-search-element-submit {
	background-position:0px -16px;
}

.wsite-search-element-submit:active {
	background-position: left bottom;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

	#search .wsite-search .wsite-search-button {
		background-image: url(sidebar-search-icon-@2x.png);
        background-size:15px 32px;
	}
	
	.wsite-search-element-submit,
	.wsite-search-element-submit:hover {
		background-image: url(search-icon-@2x.png);
        background-size:15px 32px;
	}
}

/* Landing Page
-------------------------------------------------------------- */
.landing-container, .landing-container:before, .landing-container:after {
	background:#fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.18); 
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.18); 
	box-shadow: 0 1px 4px rgba(0,0,0,.18); 
}

.landing-container {
	margin:3px 15px 15px;
	padding:15px;
	text-align:center;
	position:relative;
	z-index:2;
	top:0px;
}

.landing-container:before, .landing-container:after {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.landing-container:after {
	top: -3px;
	z-index: -2;
}

.landing-container h2 {
	padding: 0em;
	color:#2d2d2d;
	font-size: 19px;
}

.landing-container p {
	margin:1em 0em;
	font-size:1em;
}

.landing-container .wsite-button, .landing-container .wsite-button-inner {
}

.banner-wrapper {
	margin:15px 15px 0px;
}

.banner-wrapper .wsite-header {
	width: 100%;
	height: 150px;
	background: url(banner.jpg) no-repeat;
	background-size: 100%;
	border-radius:4px 4px 0 0;
	overflow:hidden;
	position:relative;
	display:block;
}

.landing-container .wsite-button + div {
	display:none;
}

.landing-page .wsite-header img {
	display:block;
	border-radius:4px 4px 0 0;
}

.banner-wrapper .wsite-header::before {
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
	border-radius:4px 4px 0 0;
	-webkit-box-shadow: 0 1px #fff, inset 0 0 0 1px rgba(0,0,0,.7); 
	-moz-box-shadow: 0 1px #fff, inset 0 0 0 1px rgba(0,0,0,.7); 
	box-shadow: 0 1px #fff, inset 0 0 0 1px rgba(0,0,0,.7);
}

/* Content
-------------------------------------------------------------- */
#content-wrapper {
    margin: 0px;
	background:#292929 url(bg.jpg) repeat;
}

#content {
	min-height:50px;
	position:relative;
}

.wsite-elements,
#content .weebly-area.wsite-not-footer .weebly-content-area{
	padding:0px 15px 10px 15px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	position:relative; z-index:3;
	margin:0 !important;
	min-height: 50px;
}

.content-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	margin:20px 0 !important;
	min-height: 50px;
}

/* Gallery
-------------------------------------------------------------- */
html body .galleryImageBorder, html body a .galleryImageBorder, 
#icontent .galleryImageBorder, #icontent a .galleryImageBorder, 
.wsite-mobile .wsite-image {
	-webkit-border-radius: 90px; 
	-moz-border-radius: 90px; 
	border-radius: 90px; 
	background-color: #fff; 
	-webkit-box-shadow: 0 1px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px rgba(0,0,0,.2); 
	box-shadow: 0 1px rgba(0,0,0,.2); 
	border: solid 1px #fff;
	padding:0px !important;
}

html body .galleryImageBorder a, html body a .galleryImageBorder a,
#icontent .galleryImageBorder > div:first-child, #icontent a .galleryImageBorder > div:first-child, 
.wsite-mobile .wsite-image a {
	position:relative !important;
	display:block !important;
}

.wsite-mobile .wsite-image {
	padding:0px !important;
}

.wsite-mobile .wsite-image img {
	padding:0px !important;
}

.wsite-mobile .wsite-image a {
	padding:0px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	border-radius:0px;
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
}

html body .galleryImageBorder > div, html body a .galleryImageBorder > div {
	border-radius:0px;
}

html body .galleryImageBorder a img {
	display:block !important;
	border-radius:0px;
	border:none !important;
}

html body a .galleryImageBorder a img,
body .wsite-image-border-hairline a img, body .wsite-image-border-thin a img, body .wsite-image-border-medium a img, body .wsite-image-border-thick a img {
	display:block !important;
	position:static !important;
	border-radius:0px;
	border:none !important;
}

/* Footer
-------------------------------------------------------------- */
#footer {
	background:#e1e1e1 url(footer-bg.jpg) repeat;
	-webkit-box-shadow: inset 0 1px rgba(175,175,175,.4); 
	-moz-box-shadow: inset 0 1px rgba(175,175,175,.4); 
	box-shadow: inset 0 1px rgba(175,175,175,.4); 
}

.wsite-mobile-footer, .wsite-spotlight-cover {
	border-top: none;
	margin:0px 15px;
}

.wsite-footer, .wsite-footer-version {
	border-top:none; 
	background:none !important;
	margin:0px 15px;
	padding:10px 0px !important;
	text-shadow: 0 1px rgba(255,255,255,.5);
}

.wsite-footer h2, .wsite-footer-version a {
	color:#5d5d5d;
}

.wsite-footer h2 {
	font-size:19px;
}

.wsite-footer-version, .wsite-footer-version a {
	text-shadow:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.wsite-footer hr.styled-hr {
	background:url(footer-divider.png) repeat-x center;
	padding:15px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	position:relative;
	left:-15px;
}

.wsite-footer-separator {
	background:url(footer-divider.png) repeat-x center;
	border:none;
	height:8px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-footer-separator,
	.wsite-footer hr.styled-hr {
		background-image:url(footer-divider-@2x.png);
        background-size:2px 8px;
	}
}

/* Form
-------------------------------------------------------------- */
.weebly-form-input, .wsite-form-input, .wsite-search-element-input, .wsite-editor .weebly-form-input, .wsite-editor .wsite-form-input, 
.wsite-editor .wsite-search-input, #commentPostDiv .field input[type=text], #commentPostDiv .field textarea {
	padding: 4px 8px !important;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:#aaaaaa;
	font-size:16px;
	-webkit-border-radius: 14px; 
	-moz-border-radius: 14px; 
	border-radius: 14px; 
	background: #fff; 
	-webkit-box-shadow: 0 1px #fff, inset 0 1px rgba(0,0,0,.08); 
	-moz-box-shadow: 0 1px #fff, inset 0 1px rgba(0,0,0,.08); 
	box-shadow: 0 1px #fff, inset 0 1px rgba(0,0,0,.08);  
	border: 1px solid #afafaf;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-appearance:none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.weebly-form-input:focus, .wsite-form-input:focus, .wsite-search-element-input:focus, .wsite-editor .weebly-form-input:focus, 
.wsite-editor .wsite-form-input:focus, .wsite-editor .wsite-search-input:focus,
#commentPostDiv .field input[type=text]:focus, #commentPostDiv .field textarea:focus {
	color:#767676;
	background: #fff; 
	-webkit-box-shadow: 0 1px #fff, inset 0 1px rgba(0,0,0,.08); 
	-moz-box-shadow: 0 1px #fff, inset 0 1px rgba(0,0,0,.08); 
	box-shadow: 0 1px #fff, inset 0 1px rgba(0,0,0,.08); 
	border: solid 1px #767676;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wsite-form-field select {
    width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:16px;
	color: #5d5d5d; 
	text-shadow: 0 1px #fff;
	padding: 3px 15px !important;
	height: 32px; 
	-webkit-border-radius: 14px; 
	-moz-border-radius: 14px; 
	border-radius: 14px; 
	background-color: #e6e6e6; 
	-webkit-box-shadow: 0 1px #fff, inset 0 1px rgba(255,255,255,.3); 
	-moz-box-shadow: 0 1px #fff, inset 0 1px rgba(255,255,255,.3); 
	box-shadow: 0 1px #fff, inset 0 1px rgba(255,255,255,.3); 
	border: solid 1px #a9a9a9; 
	background-image: url(select-arrow.png), -webkit-linear-gradient(bottom, rgba(0,0,0,.06), rgba(215,215,215,.06)), url(content-bg.jpg); 
	background-image: url(select-arrow.png), -moz-linear-gradient(bottom, rgba(0,0,0,.06), rgba(215,215,215,.06)), url(content-bg.jpg); 
	background-image: url(select-arrow.png), -o-linear-gradient(bottom, rgba(0,0,0,.06), rgba(215,215,215,.06)), url(content-bg.jpg); 
	background-image: url(select-arrow.png), -ms-linear-gradient(bottom, rgba(0,0,0,.06), rgba(215,215,215,.06)), url(content-bg.jpg); 
	background-image: url(select-arrow.png), linear-gradient(to top, rgba(0,0,0,.06), rgba(215,215,215,.06));
	background-repeat: no-repeat, repeat;
	background-position: 95% 9px, 0px 0px;
	background-size:11px 13px, 100%;
	-moz-appearance:none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-form-field select {
		background-image: url(select-arrow-@2x.png), -webkit-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)); 
		background-image: url(select-arrow-@2x.png), -moz-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)); 
		background-image: url(select-arrow-@2x.png), -o-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)); 
		background-image: url(select-arrow-@2x.png), -ms-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)); 
		background-image: url(select-arrow-@2x.png), linear-gradient(to top, rgba(0,0,0,.06), rgba(255,255,255,.06));
	}
}

.wsite-form-label {
	font-weight:bold;
	color:#787878;
}

.wsite-form-field {
	margin-bottom:2em;
}

.weebly-form-sublabel, .wsite-form-sublabel {
    font-size: 11px;
}

input[type="radio"], input[type="checkbox"]:not(#commentNotify) {
    left: -999em;
    position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="checkbox"] + label:before { background-position: 0 -19px;}
input[type="checkbox"]:checked + label:before {background-position: 0 0 ; }
		 
input[type="radio"] + label:before { background-position: -18px -19px;}	 	
input[type="radio"]:checked + label:before { background-position: -18px 0px;}

.form-radio-container label:before {
    background-image: url("formelements.png");
    content: "";
    display: inline-block;
    height: 19px;
    left: -5px;
	margin-left:5px;
    position: relative;
    top: 5px;
    width: 18px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.form-radio-container label:before {
		background-image: url("formelements-@2x.png");
        background-size:36px 38px;
	}
}

/* Buttons
-------------------------------------------------------------- */

.wsite-button {
	color: #5d5d5d !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-border-radius: 19px; 
	-moz-border-radius: 19px; 
	border-radius: 19px;
	font-weight:bold;
	font-family: 'Oswald', sans-serif;
}

.wsite-button, .wsite-button:hover,
.wsite-button-large, .wsite-button-large:hover {
	-webkit-box-shadow: 0 2px #fff, inset 0 1px rgba(255,255,255,.2); 
	-moz-box-shadow: 0 2px #fff, inset 0 1px rgba(255,255,255,.2); 
	box-shadow: 0 2px #fff, inset 0 1px rgba(255,255,255,.2); 
	border: solid 1px #a9a9a9;
	background:none;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-highlight-bg.png"); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-highlight-bg.png"); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-highlight-bg.png"); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-highlight-bg.png"); 
	background-image: linear-gradient(to top, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-highlight-bg.png");
	background-repeat: repeat, repeat;
	background-size: 100% 100%, 50px;
	text-shadow: 0 1px #ebebeb;
}

.wsite-button:active,
.wsite-button-large:active {
	-webkit-box-shadow: 0 2px #fff, inset 0 1px rgba(255,255,255,.2); 
	-moz-box-shadow: 0 2px #fff, inset 0 1px rgba(255,255,255,.2); 
	box-shadow: 0 2px #fff, inset 0 1px rgba(255,255,255,.2); 
	border: solid 1px #a9a9a9; 
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-highlight-bg.png"); 
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-highlight-bg.png"); 
	background-image: -o-linear-gradient(top, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-highlight-bg.png"); 
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-highlight-bg.png"); 
	background-image: linear-gradient(to bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-highlight-bg.png");
	background-repeat: repeat;
}

.wsite-button-highlight, .wsite-button-highlight:hover, 
.wsite-button-large.wsite-button-highlight, .wsite-button-large.wsite-button-highlight:hover {
	-webkit-box-shadow: 0 2px #fff, inset 0 1px rgba(255,255,255,.2); 
	-moz-box-shadow: 0 2px #fff, inset 0 1px rgba(255,255,255,.2); 
	box-shadow: 0 2px #fff, inset 0 1px rgba(255,255,255,.2); 
	border: solid 1px $ButtonBorder;
	background:none;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png"); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png"); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png"); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png"); 
	background-image: linear-gradient(to top, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png");
	background-repeat: repeat, repeat;
	background-size: 100% 100%, 50px;
	color: #fff !important;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.4);
}

.wsite-button-highlight:active, 
.wsite-button-large.wsite-button-highlight:active {
	-webkit-box-shadow: 0 2px #fff, inset 0 1px rgba(255,255,255,.2); 
	-moz-box-shadow: 0 2px #fff, inset 0 1px rgba(255,255,255,.2); 
	box-shadow: 0 2px #fff, inset 0 1px rgba(255,255,255,.2); 
	border: solid 1px $ButtonBorder; 
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png"); 
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png"); 
	background-image: -o-linear-gradient(top, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png"); 
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png"); 
	background-image: linear-gradient(to bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png");
	background-repeat: repeat;
	color: #fff !important;
}

.wsite-button-inner, .wsite-button-large .wsite-button-inner, 
.wsite-button-highlight .wsite-button-inner, 
.wsite-button-large.wsite-button-highlight .wsite-button-inner {
	background:none !important;
}

.wsite-button-inner:active, .wsite-button-large .wsite-button-inner:active, 
.wsite-button-highlight .wsite-button-inner:active, 
.wsite-button-large.wsite-button-highlight .wsite-button-inner:active{
	box-shadow:none !important;
}

/* Location
-------------------------------------------------------------- */
.wsite-location .wsite-show-map {
	padding: 3px 10px;
	border-style: solid;
	border-width: 8px 5px;
	-moz-border-image: url(direction-border.png) 8 5 repeat;
	-webkit-border-image: url(direction-border.png) 8 5 repeat;
	-o-border-image: url(direction-border.png) 8 5 repeat;
	border-image: url(direction-border.png) 8 5 repeat;
	background: inherit;
	text-align:center;
	margin:0px auto;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-location .wsite-show-map {
		border-style: solid;
		border-width: 16px 10px;
		-moz-border-image: url(direction-border-@2x.png) 16 10 repeat;
		-webkit-border-image: url(direction-border-@2x.png) 16 10 repeat;
		-o-border-image: url(direction-border-@2x.png) 16 10 repeat;
		border-image: url(direction-border-@2x.png) 16 10 repeat;
	}
	
}

.wsite-location .wsite-show-map a.wsite-m-button {
	border:none;
	box-shadow:none;
	font-weight: normal;
	background:none;
	text-align:center !important;
	display:block;
}

.wsite-location .wsite-show-map img {
	text-align:center;
	margin:0px auto;
	border: solid 1px #afafaf;
	border-radius:4px;
	-webkit-box-shadow: 0 2px 2px 0px #fff; 
	-moz-box-shadow: 0 2px 2px 0px #fff; 
	box-shadow: 0 2px 2px 0px #fff;
	overflow:hidden;
	float: none;
}

/* Mobile Buttons (common)
-------------------------------------------------------------- */
.wsite-mobile .wsite-m-button {
	filter:none;
}

.wsite-phone-number .wsite-m-button, .wsite-opentable .wsite-m-button, .wsite-location .wsite-hide-map .wsite-m-button,
.wsite-phone-number .wsite-m-button:hover, .wsite-opentable .wsite-m-button:hover,
.wsite-location .wsite-hide-map .wsite-m-button:hover{
	-webkit-box-shadow: 0 2px #fff, inset 0 1px rgba(255,255,255,.2); 
	-moz-box-shadow: 0 2px #fff, inset 0 1px rgba(255,255,255,.2); 
	box-shadow: 0 2px #fff, inset 0 1px rgba(255,255,255,.2); 
	border: solid 1px $ButtonBorder;
	background:none;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png"); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png"); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png"); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png"); 
	background-image: linear-gradient(to top, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png");
	background-repeat: repeat, repeat;
	background-size: 100% 100%, 50px;
	height: 32px;
    color: #ffffff;
    padding: 5px 25px 5px 0px;
	font-family: 'Oswald', sans-serif;
	line-height: 32px;
	font-size: 14px;
	font-weight:bold;
	text-shadow: 0 -1px 1px rgba(0,0,0,.5);
	text-align:left;
	border-radius:19px;
	display:block;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.wsite-phone-number:active, .wsite-opentable:active,
.wsite-phone-number .wsite-m-button:active, .wsite-opentable .wsite-m-button:active {
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png"); 
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png"); 
	background-image: -o-linear-gradient(top, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png"); 
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png"); 
	background-image: linear-gradient(to bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)), url("button-$Color-bg.png");
	background-repeat: repeat, repeat;
	border-radius:19px;
}

/* Call Us
-------------------------------------------------------------- */
.wsite-phone-number .wsite-m-button span {
	display:block;
	background:url(icon-call-us.png) no-repeat 20px center;
	padding-left:50px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-phone-number .wsite-m-button span {
		background-image: url("icon-call-us-@2x.png");
        background-size:17px 13px;
	}
}

/* Reserve a Table
-------------------------------------------------------------- */
.wsite-opentable .wsite-m-button span {
	display:block;
	background:url(icon-reserve-table.png) no-repeat 17px center;
	padding-left:50px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-opentable .wsite-m-button span {
		background-image: url("icon-reserve-table-@2x.png");
        background-size:17px 18px;
	}
}

/* Directions 
-------------------------------------------------------------- */
.wsite-location .wsite-hide-map .wsite-m-button span {
	display:block;
	background:url(icon-directions.png) no-repeat 17px center;
	padding-left:50px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-location .wsite-hide-map .wsite-m-button span {
		background-image: url("icon-directions-@2x.png");
        background-size:17px 18px;
	}
}

/* Commenting 
-------------------------------------------------------------- */
.blogCommentWrap {
	margin: 0 0 22px 0;
	padding: 5px 10px 40px;
	word-wrap: break-word;
	background:#fff;
	border:1px solid #D5D8DB;
	border-radius:6px;
	position:relative;
	box-shadow:0 1px 3px rgba(0,0,0,0.05)
}

.blogCommentWrap:before {
	content: "";
	position:absolute;
	top:-9px;
	width: 24px; 
	height: 9px; 
	background:url(bubble-arrow-@2x.png) no-repeat;
	background-size:24px 9px;
}


h2#commentReplyTitle {
	font-size: 15px;
	text-transform:uppercase;
	color:#747677;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	text-align:center;

}

.blogCommentHeading {
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 5px 0;
	padding:0;
	background:#fff;
}

.blogCommentHeading .blogCommentHeadingInner {
	height: 25px;
	background: #fff;
}

.blogCommentHeading .blogCommentAuthor {
	float: left;
	color: #747677;
	font-weight: bold;
	font-size: 14px;
	height:25px;
	padding: 0;
	background: none;
}

.blogCommentHeading .blogCommentAuthor span.name, .blogCommentHeading .blogCommentAuthor a.name, .blogCommentHeading .blogCommentAuthor span.email {
	float: left;
	height: 25px;
	line-height: 25px;
	text-shadow: white 1px 1px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:14px;
	color:#747677 !important;
}

.blogCommentHeading .blogCommentDate {
	float: right;
	text-align: right;
	font-size: 13px;
	color: #bababb !important;
	text-shadow: white 1px 1px 0;
	height: 25px;
	line-height:25px;
	padding: 0;
	margin: 0;
}

.blogCommentOwner .blogCommentHeading .blogCommentAuthor {
	background-image: none;
}

.blogCommentText p, #secondlist .blogCommentText p {
color: #909396;
font: 400 14px/19px 'Open Sans', sans-serif;
margin: 0;
padding: 0;
word-wrap:break-word;
}

.blogCommentText {
padding: 0 ;
}

.blogCommentOwner, .blogCommentOwner .blogCommentHeading, .blogCommentOwner .blogCommentHeadingInner {
background-image: none;
}

.blogCommentHeading .blogCommentAuthor a.link {
	margin: 5px 3px 0 0;
}

.blog-button {
	font-family: 'Open Sans', sans-serif;
	height: 30px;
	color: #9EA1A3;
	font-size: 12px;
	font-weight: 500;
	text-transform:uppercase;
	cursor: pointer;
	line-height: 30px;
	background:#fff;
	border:1px solid #D5D8DB;
	position:absolute;
	bottom:-1px;
	right:-1px;
	border-radius:3px 0 3px 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(250,250,250,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 );
	box-shadow:-1px -1px 2px rgba(0,0,0,0.03);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.blog-button:active {
	background: rgb(244,244,244);
	background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(247,247,247,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(247,247,247,1)));
	background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(247,247,247,1) 100%);
	background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(247,247,247,1) 100%);
	background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(247,247,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f7f7f7',GradientType=0 );
	box-shadow:none;
}

#commentSubmit {
	height: 32px;
	display: inline-block;
	padding: 0 25px 0 0;
	background: url(button-$Color.png) no-repeat 100% -64px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	bottom:0px;
	right:0px;
	border:none;
	position:absolute;
}

#commentSubmit:hover {
	background-position: 100% -64px;
}

#commentSubmit:active {
	background-position: 100% -96px;
}

#commentSubmit span {
	color: #fff !important;
	height: 32px;
	line-height: 29px;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 12px !important;
	font-weight:bold;
	padding: 0 0 0 25px;
	background: url(button-$Color.png) no-repeat 0px 0px;
	text-shadow: 0 -1px 1px rgba(0,0,0,.5);
}

#commentSubmit:hover #commentSubmit span {
	background-position: 0px 0px;
}

#commentSubmit:active #commentSubmit span {
	background-position: 0px -32px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

	#commentSubmit, #commentSubmit span {
		background-image: url(button-$Color-@2x.png);
        background-size:600px 128px;
	}
}

.blog-button span {
	float: left;
	height: 100%;
	background: none;
	margin: 0 0 0 7px;
	padding: 0 15px 0 8px;
}

.wsite-mobile iframe {
	margin: 0 !important;
}

#commentPostDiv .commentInput, #commentPostDiv .commentTextarea {
	padding: 0 0 0 0;
	margin-left:12px;
}
.blogCommentSubreplyWrapper div.iframeWrapper {
	background: #fff;
	border:none;
	border-top: solid #e3e3e3 1px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#commentPostDiv .field input[type=text] {
	height: 32px;
	line-height: 32px;
}

.blogCommentSubreplyWrapper iframe {
padding: 15px 0 0 0;
}
.wsite-mobile .blogCommentWrap.blogCommentLevel1 {margin-left:10px !important;}
.wsite-mobile .blogCommentWrap.blogCommentLevel2 {margin-left:20px !important;}