/*
Theme Name: Veronica Malibu
Theme URI: http://wordpress.org/themes/veronica
Author: Capisce Design Inc.
Author URI: http://www.capiscedesign.com/
Description: Custom designed theme for Veronica Malibu. Designed and programmed by Webby-Award Winning Capisce Design.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	/*line-height: 1;*/
}

@font-face {
    font-family: 'latobold';
    src: url('fonts/Lato-Bold-webfont.eot');
    src: url('fonts/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Bold-webfont.woff2') format('woff2'),
         url('fonts/Lato-Bold-webfont.woff') format('woff'),
         url('fonts/Lato-Bold-webfont.ttf') format('truetype'),
         url('fonts/Lato-Bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('fonts/Lato-Regular-webfont.eot');
    src: url('fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Regular-webfont.woff2') format('woff2'),
         url('fonts/Lato-Regular-webfont.woff') format('woff'),
         url('fonts/Lato-Regular-webfont.ttf') format('truetype'),
         url('fonts/Lato-Regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.eot');
    src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-light-webfont.woff') format('woff'),
         url('fonts/roboto-light-webfont.ttf') format('truetype'),
         url('fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotocondensed';
    src: url('fonts/roboto-condensed-webfont.eot');
    src: url('fonts/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-condensed-webfont.woff') format('woff'),
         url('fonts/roboto-condensed-webfont.ttf') format('truetype'),
         url('fonts/roboto-condensed-webfont.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'weather';
    src: url('fonts/artill_clean_icons-webfont.eot');
    src: url('fonts/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/artill_clean_icons-webfont.woff') format('woff'),
         url('fonts/artill_clean_icons-webfont.ttf') format('truetype'),
         url('fonts/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
	--focus-highlight: #ff9900;
	--hover-text: #000000;
	--border-lines: #00cfff;
}

#secondary ol,
#secondary ul {
	/*list-style: none;*/
	padding-left: 14px;
}
li a {
	font-size:11px;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

.wrapper {
	width:800px;
	margin:0 auto;
}
/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	/*border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #666;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 108px 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 30px;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 15px;
	border-bottom: 2px solid #8DCFDF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	letter-spacing:.1em;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 11px;
	/*font-size: 0.928571429rem;*/
	line-height: 1.5em;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
	text-decoration:none;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 124px;
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 800px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
	padding-bottom: 12px;
}
.entry-header .entry-title a {
	text-decoration: none;
	color:#90c0cd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	padding-bottom: 12px;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h2 {
	color:#000;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	font-size:14px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #000 !important;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	/*border-bottom: 4px double #ededed;*/
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	/*word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;*/
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 11px;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
	border-top: 1px solid #CCCCCC;
	padding:3px;
}
#wp-calendar, #wp-calendar th {
	border-top:none;
}
#wp-calendar caption {
	border: 1px solid #CCCCCC;
	letter-spacing:.2em;
	text-transform:uppercase;
	padding:5px 10px;
	margin-bottom:10px;
}
#wp-calendar a {
	text-decoration:underline;
}
th {
	font-weight:bold;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
/*		max-width: 800px;*/
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 546px;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 200px;
		position:relative;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		color:#90C0CD;
		font-family:Arial, Helvetica, sans-serif;
		font-size:25px;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
		width:800px;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}

/*============================================================================== 
 * ADDED FROM main.css
==============================================================================*/

#wrapper_btm {
	width: 800px;
	margin:0 auto; /* Center layout */
	background-color:#fff;
	z-index:2;
}
#wrapper_btm_bg {
	position:relative;
	width:100%;
	float:left;
	}


#top_bar {
	height:14px;
	width:100%;
	background:url("images/bg_top.gif") top center repeat-x;
}
#header {
	width: 796px;
	height: 155px;
	margin:0 auto;
	}
	
#logo {
	float: left;
	width: 209px;
	height: 93px;
	margin-top:17px;	
	}
	
#nav_top {
	float:right;
	height:55px;
	width:586px;
	position: relative;
}
#header_btm {
	float:right;
	height:41px;
	width:414px;
	margin-top:27px;
}
#date {
	padding-top:0;
	padding-right:20px;
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999;
	float:right;
	padding-top:9px;
	background: url(images/dots.gif) top right no-repeat;
	}
	
#date p {
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	 }
.btn_search {
	float:left;
}

#searchbox {
	float:right;
	margin-top:9px;
	width:154px;
	height:20px; /* height=41px */
	border:1px solid #ccc;
}
#search_input {
	border: none;
    float: right;
    margin: 0;
    padding: 2px;
    width: 122px;
	color:#ccc;
	font-size:11px;
}
#search-2 {
	float:right;
	margin-top:9px;
	width:154px;
	height:20px; /* height=41px */
	/*border:1px solid #ccc;*/
	position: absolute;
    top: 33px;
	left:-200px;
    width: 154px;
}
#s {
	border: none;
    float: right;
    margin: 0;
    padding: 2px;
	font-size:11px;
    width: 122px;
	color:#ccc;
}
.main_nav_container {
	width:796px;
	height: 32px;
	position:relative;
	float:left;
}
/*============================================================================== 
 * Main Nav
==============================================================================*/

ul#mainNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 796px;
	height: 32px;
	float: left;
	text-align: center;
	overflow: hidden;
	}
	
ul#mainNav li {
	float: left;
	}

ul#mainNav a {
	font-family: 'latoregular', Optima, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .15em;
	text-decoration: none;
	color:#999;
	}

ul#mainNav a {
	float: left;
	padding: 0 0 0 0;
	height: 32px;
	}	

/* Replace Text With Images
----------------------------------------------------------------------------- */

li#SpaServices a {
	width: 116px;
	height: 32px;
	background-position:0 0;
	text-align: left;
	line-height: 32px;
	}
	
li#Rx a {
	width: 93px;
	height: 32px;
	background-position:-158px 0;
	line-height: 32px;
	}
	
li#products a {
	width: 139px;
	height: 32px;
	background-position:-244px 0;
	line-height: 32px;
	}

li#press a {
	width: 100px;
	height: 32px;
	background-position:-368px 0;
	line-height: 32px;
	}
	
li#bio a {
	width: 100px;
	height: 32px;
	background-position:-453px 0;
	line-height: 32px;
	}

li#studio a {
	width: 150px;
	height: 32px;
	background-position:-538px 0;
	line-height: 32px;
	}	
		
li#contact a {
	width: 98px;
	height: 32px;
	background-position:-673px 0;
	text-align: right;
	line-height: 32px;
	}	

	
/* Image Rollovers
----------------------------------------------------------------------------- */

/*
li#SpaServices a:hover { background-position:0 -32px; }
li#Rx a:hover { background-position:-158px -32px; }
li#products a:hover { background-position:-244px -32px; }
li#press a:hover { background-position:-368px -32px; }	
li#bio a:hover { background-position:-453px -32px; }	
li#studio a:hover { background-position:-538px -32px; }
li#contact a:hover { background-position:-673px -32px; }
*/

.promos_footer {
	height:111px;
	width:800px;
}
.fpromo1 {
	float:left;
	height:111px;
	width:266px;
}
.fpromo2 {
	float:left;
	height:111px;
	width:266px;
}
.fpromo3 {
	float:left;
	height:111px;
	width:266px;
}


/*============================================================================== 
 * Subnavs
==============================================================================*/
/* Spa Services Menu
==============================================================================*/
#subnav-spa-services { 
	display: none; 
	width: 100px;
    height: 55px;
	padding: 8px; 
	background-color: #FFFFFF; 
	overflow: hidden; 
	position: absolute; 
	top: 32px; 
	left: -9px; 
	z-index: 10; 
	border-left: 1px solid #e0e0e0; 
	border-right: 1px solid #e0e0e0; 
	border-bottom: 1px solid #e0e0e0; 
	border-top: 1px solid #e0e0e0; 
/*
	-moz-box-shadow: 5px 6px 6px #999;
  	-webkit-box-shadow: 5px 6px 6px #999;
 	box-shadow: 5px 6px 6px #999;
*/
	}
#subnav-spa-services ul { 
	height: 184px; 
	list-style: none; 
	float: left; }
#subnav-spa-services ul * { font-family: 'latoregular', Arial, Helvetica, sans-serif; }
/*#subnav-spa-services ul li { display: block; background-color: transparent; padding: 0; position: relative; margin: 0; font-size: 10px; }*/
#subnav-spa-services ul li.title { 
	font-family: 'latoregular', Optima, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ccc; 
	margin: 0;
	text-transform:uppercase;
	letter-spacing:.25em;
	border-bottom:1px dotted #CCC;
	padding-bottom:8px;
	margin-bottom:0px;
	text-align:left; 
	}
#subnav-spa-services ul li { 
	background-image:none;
	font-family: 'latoregular', Arial, Helvetica, sans-serif; 
	font-size: 10px;
	float: none; 
	height: 1.25em;
	}
#subnav-spa-services ul li a:link { color: #7db6c5; }
#subnav-spa-services ul li a:visited { color: #7db6c5; }
#subnav-spa-services ul li a:hover { color: #478191; }
#subnav-spa-services ul li a:active { color: #478191; }

ul#subnav_spa_services1 {
	width:230px;
}
ul#subnav_spa_services2 {
	width:194px;
}
ul#subnav_spa_services3 {
	width:86px;
}

li#subnav_umo,
li#subnav_pyramid,
li#subnav_farinfraredsauna,
li#subnav_aromatherapyfacial,
li#subnav_signature,
li#subnav_european,
li#subnav_mini,
li#subnav_hydradermie,
li#subnav_micro,
li#subnav_power,
li#subnav_diamond,
li#subnav_epicuren,
li#subnav_acnefacial,
li#subnav_teenfacial,
li#subnav_led,
li#subnav_glycolic,
li#subnav_brow,
li#subnav_makeup,
li#subnav_waxing,
li#subnav_swedish_massage,
li#subnav_deep_tissue_massage,
li#subnav_reflexology,
li#subnav_h20,
li#subnav_policies,
li#subnav_gallery {
	text-align:left;
	padding:.22em 0;
}

#subnav_umo a {
	color: #c1e5ed;
}

#subnav_umo a:link,
#subnav_pyramid a:link,
#subnav_farinfraredsauna a:link,
#subnav_aromatherapyfacial a:link,
#subnav_signature a:link,
#subnav_european a:link,
#subnav_mini a:link,
#subnav_hydradermie a:link,
#subnav_micro a:link,
#subnav_power a:link,
#subnav_diamond a:link,
#subnav_epicuren a:link,
#subnav_acnefacial a:link,
#subnav_teenfacial a:link,
#subnav_led a:link,
#subnav_glycolic a:link,
#subnav_brow a:link,
#subnav_makeup a:link,
#subnav_waxing a:link,
#subnav_swedish_massage a:link,
#subnav_deep_tissue_massage a:link,
#subnav_reflexology a:link,
#subnav_h20 a:link,
#subnav_policies a:link,
#subnav_gallery a:link {
	background-image:none;
	float:none;
	letter-spacing:normal;
	text-transform:none;
	text-decoration:none;
	height:auto;
	padding:0;
	margin:0;
	font-weight:normal;
	font-family:'latoregular', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

#subnav_umo a:visited,
#subnav_pyramid a:visited,
#subnav_farinfraredsauna a:visited,
#subnav_aromatherapyfacial a:visited,
#subnav_signature a:visited,
#subnav_european a:visited,
#subnav_mini a:visited,
#subnav_hydradermie a:visited,
#subnav_micro a:visited,
#subnav_power a:visited,
#subnav_diamond a:visited,
#subnav_epicuren a:visited,
#subnav_acnefacial a:visited,
#subnav_teenfacial a:visited,
#subnav_led a:visited,
#subnav_glycolic a:visited,
#subnav_brow a:visited,
#subnav_makeup a:visited,
#subnav_waxing a:visited,
#subnav_swedish_massage a:visited,
#subnav_deep_tissue_massage a:visited,
#subnav_reflexology a:visited,
#subnav_h20 a:visited,
#subnav_policies a:visited,
#subnav_gallery a:visited {
	background-image:none;
	float:none;
	letter-spacing:normal;
	text-transform:none;
	text-decoration:none;
	height:auto;
	padding:0;
	margin:0;
	font-weight:normal;
	font-family:'latoregular', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

#subnav_umo a:active,
#subnav_pyramid a:active,
#subnav_farinfraredsauna a:active,
#subnav_aromatherapyfacial a:active,
#subnav_signature a:active,
#subnav_european a:active,
#subnav_mini a:active,
#subnav_hydradermie a:active,
#subnav_micro a:active,
#subnav_power a:active,
#subnav_diamond a:active,
#subnav_epicuren a:active,
#subnav_acnefacial a:active,
#subnav_teenfacial a:active,
#subnav_led a:active,
#subnav_glycolic a:active,
#subnav_brow a:active,
#subnav_makeup a:active,
#subnav_waxing a:active,
#subnav_swedish_massage a:active,
#subnav_deep_tissue_massage a:active,
#subnav_reflexology a:active,
#subnav_h20 a:active,
#subnav_policies a:active,
#subnav_gallery a:active {
	background-image:none;
	float:none;
	letter-spacing:normal;
	text-transform:none;
	text-decoration:none;
	height:auto;
	padding:0;
	margin:0;
	font-weight:normal;
	font-family:'latoregular', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

.subnav_spa_services_promo {
	cursor:pointer;
	position:absolute;
	bottom:8px;
	left:8px;
	padding-top:8px;
	border-top:1px dotted #ccc;
}

/* Rx Spa Services Menu
==============================================================================*/

#subnav-rx-services { 
	display: none; 
	width: 260px; 
	height: 190px; 
	padding: 8px; 
	background-color: #FFFFFF; 
	overflow: hidden; 
	position: absolute; 
	top: 32px; 
	left: 131px; 
	z-index: 10; 
	border-left: 1px solid #e0e0e0; 
	border-right: 1px solid #e0e0e0; 
	border-bottom: 1px solid #e0e0e0; 
	border-top: 1px solid #e0e0e0; 
/*
	-moz-box-shadow: 5px 6px 6px #999;
  	-webkit-box-shadow: 5px 6px 6px #999;
 	box-shadow: 5px 6px 6px #999;
*/
	}
#subnav-rx-services ul { 
	height: 184px; 
	list-style: none; 
	float: left; }
#subnav-rx-services ul * { font-family: 'latoregular', Arial, Helvetica, sans-serif; }
#subnav-rx-services ul li.title { 
	font-family: 'latoregular', Optima, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ccc; 
	margin: 0;
	text-transform:uppercase;
	letter-spacing:.25em;
	border-bottom:1px dotted #CCC;
	padding-bottom:8px;
	margin-bottom:0px;
	text-align:left; 
	}
#subnav-rx-services ul li { 
	background-image:none;
	font-family: 'latoregular', Arial, Helvetica, sans-serif; 
	font-size: 10px;
	float: none; 
	height: 1.25em;
	}
#subnav-rx-services ul li a:link { color: #7db6c5; }
#subnav-rx-services ul li a:visited { color: #7db6c5; }
#subnav-rx-services ul li a:hover { color: #478191; }
#subnav-rx-services ul li a:active { color: #478191; }

ul#subnav_rx_services1 {
	width:120px;
}
ul#subnav_rx_services1 {
	width:120px;
}

li#subnav_endermologie,
li#subnav_omnilux_plus,
li#subnav_omnilux_red,
li#subnav_omnilux_blue,
li#subnav_laser,
li#subnav_ipl,
li#subnav_nose,
li#subnav_botox,
li#subnav_juvederm,
li#subnav_restylane,
li#subnav_harmony,
li#subnav_acupuncture,
li#subnav_fractional_co2_laser {
	text-align:left;
	padding:.22em 0;
}

#subnav_endermologie a:link,
#subnav_omnilux_plus a:link,
#subnav_omnilux_red a:link,
#subnav_omnilux_blue a:link,
#subnav_laser a:link,
#subnav_ipl a:link,
#subnav_nose a:link,
#subnav_botox a:link,
#subnav_juvederm a:link,
#subnav_restylane a:link,
#subnav_harmony a:link,
#subnav_acupuncture a:link,
#subnav_fractional_co2_laser a:link {
	background-image:none;
	float:none;
	letter-spacing:normal;
	text-transform:none;
	text-decoration:none;
	height:auto;
	padding:0;
	margin:0;
	font-weight:normal;
	font-family:'latoregular', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

#subnav_endermologie a:visited,
#subnav_omnilux_plus a:visited,
#subnav_omnilux_red a:visited,
#subnav_omnilux_blue a:visited,
#subnav_laser a:visited,
#subnav_ipl a:visited,
#subnav_nose a:visited,
#subnav_botox a:visited,
#subnav_juvederm a:visited,
#subnav_restylane a:visited,
#subnav_harmony a:visited,
#subnav_acupuncture a:visited,
#subnav_fractional_co2_laser a:visited {
	background-image:none;
	float:none;
	letter-spacing:normal;
	text-transform:none;
	text-decoration:none;
	height:auto;
	padding:0;
	margin:0;
	font-weight:normal;
	font-family:'latoregular', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

#subnav_endermologie a:active,
#subnav_omnilux_plus a:active,
#subnav_omnilux_red a:active,
#subnav_omnilux_blue a:active,
#subnav_laser a:active,
#subnav_ipl a:active,
#subnav_nose a:active,
#subnav_botox a:active,
#subnav_juvederm a:active,
#subnav_restylane a:active,
#subnav_harmony a:active,
#subnav_acupuncture a:active,
#subnav_fractional_co2_laser a:active {
	background-image:none;
	float:none;
	letter-spacing:normal;
	text-transform:none;
	text-decoration:none;
	height:auto;
	padding:0;
	margin:0;
	font-weight:normal;
	font-family:'latoregular', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

.subnav_rx_services_promo {
	cursor:pointer;
	position:absolute;
	bottom:8px;
	left:8px;
	padding-top:8px;
	border-top:1px dotted #ccc;
}

/* Studio Menu
==============================================================================*/

#subnav-studio { 
	display: none; 
	width: 138px; 
	height: 218px; 
	padding: 8px; 
	background-color: #FFFFFF; 
	overflow: hidden; 
	position: absolute; 
	top: 32px; 
	right: 71px; 
	z-index: 10; 
	border-left: 1px solid #e0e0e0; 
	border-right: 1px solid #e0e0e0; 
	border-bottom: 1px solid #e0e0e0; 
	border-top: 1px solid #e0e0e0; 
/*
	-moz-box-shadow: 5px 6px 6px #999;
  	-webkit-box-shadow: 5px 6px 6px #999;
 	box-shadow: 5px 6px 6px #999;
*/
	}
#subnav-studio ul { 
	height: 184px; 
	list-style: none; 
	float: left; }
#subnav-studio ul * { font-family: 'latoregular', Arial, Helvetica, sans-serif; }
#subnav-studio ul li.title { 
	font-family: 'latoregular', Optima, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ccc; 
	margin: 0;
	text-transform:uppercase;
	letter-spacing:.25em;
	border-bottom:1px dotted #CCC;
	padding-bottom:8px;
	margin-bottom:0px;
	text-align:left; 
	}
#subnav-studio ul li { 
	background-image:none;
	font-family: 'latoregular', Arial, Helvetica, sans-serif; 
	font-size: 10px;
	float: none; 
	height: 1.25em;
	}
#subnav-studio ul li a:link { color: #7db6c5; }
#subnav-studio ul li a:visited { color: #7db6c5; }
#subnav-studio ul li a:hover { color: #478191; }
#subnav-studio ul li a:active { color: #478191; }

ul#subnav_studio1 {
	width:120px;
}

li#subnav_taichi,
li#subnav_yoga,
li#subnav_schedule {
	text-align:left;
	padding:.22em 0;
}

#subnav_taichi a:link,
#subnav_yoga a:link,
#subnav_schedule a:link,
#subnav_omnilux_blue a:link {
	background-image:none;
	float:none;
	letter-spacing:normal;
	text-transform:none;
	text-decoration:none;
	height:auto;
	padding:0;
	margin:0;
	font-weight:normal;
	font-family:'latoregular', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

#subnav_taichi a:visited,
#subnav_yoga a:visited,
#subnav_schedule a:visited,
#subnav_omnilux_blue a:visited {
	background-image:none;
	float:none;
	letter-spacing:normal;
	text-transform:none;
	text-decoration:none;
	height:auto;
	padding:0;
	margin:0;
	font-weight:normal;
	font-family:'latoregular', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

#subnav_taichi a:active,
#subnav_yoga a:active,
#subnav_schedule a:active,
#subnav_omnilux_blue a:active {
	background-image:none;
	float:none;
	letter-spacing:normal;
	text-transform:none;
	text-decoration:none;
	height:auto;
	padding:0;
	margin:0;
	font-weight:normal;
	font-family:'latoregular', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

.subnav_studio_promo {
	cursor:pointer;
	position:absolute;
	bottom:8px;
	left:8px;
	padding-top:8px;
	border-top:1px dotted #ccc;
}

/* Products Menu
==============================================================================*/

#subnav-products { 
	display: none; 
	width: 380px; 
	height: 230px; 
	padding: 8px; 
	background-color: #FFFFFF; 
	overflow: hidden; 
	position: absolute; 
	top: 32px; 
	left: 234px; 
	z-index: 10; 
	border-left: 1px solid #e0e0e0; 
	border-right: 1px solid #e0e0e0; 
	border-bottom: 1px solid #e0e0e0; 
	border-top: 1px solid #e0e0e0; 
/*
	-moz-box-shadow: 5px 6px 6px #999;
  	-webkit-box-shadow: 5px 6px 6px #999;
 	box-shadow: 5px 6px 6px #999;
*/
	}
#subnav-products ul { 
	height: 184px; 
	list-style: none; 
	float: left; }
#subnav-products ul * { font-family: 'latoregular', Arial, Helvetica, sans-serif; }
#subnav-products ul li.title { 
	font-family: 'latoregular', Optima, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ccc; 
	margin: 0;
	text-transform:uppercase;
	letter-spacing:.25em;
	border-bottom:1px dotted #CCC;
	padding-bottom:8px;
	margin-bottom:0px;
	text-align:left; 
	}
#subnav-products ul li { 
	background-image:none;
	font-family: 'latoregular', Arial, Helvetica, sans-serif; 
	font-size: 10px;
	float: none; 
	height: 1.25em;
	}
#subnav-products ul li a:link { color: #7db6c5; }
#subnav-products ul li a:visited { color: #7db6c5; }
#subnav-products ul li a:hover { color: #478191; }
#subnav-products ul li a:active { color: #478191; }

ul#subnav_products1 {
	width:190px;
}
ul#subnav_products2 {
	width:190px;
}

li#subnav_cbest,
li#subnav_c1,
li#subnav_c2,
li#subnav_c3,
li#subnav_c4,
li#subnav_c5,
li#subnav_c6,
li#subnav_c7,
li#subnav_c8,
li#subnav_c9,
li#subnav_c10,
li#subnav_c11,
li#subnav_c12,
li#subnav_c13,
li#subnav_c14,
li#subnav_c15,
li#subnav_c16  {
	text-align:left;
	padding:.22em 0;
}

#subnav_taichi a:link,
li#subnav_cbest a:link,
li#subnav_c1 a:link,
li#subnav_c2 a:link,
li#subnav_c3 a:link,
li#subnav_c4 a:link,
li#subnav_c5 a:link,
li#subnav_c6 a:link,
li#subnav_c7 a:link,
li#subnav_c8 a:link,
li#subnav_c9 a:link,
li#subnav_c10 a:link,
li#subnav_c11 a:link,
li#subnav_c12 a:link,
li#subnav_c13 a:link,
li#subnav_c14 a:link,
li#subnav_c15 a:link,
li#subnav_c16 a:link {
	background-image:none;
	float:none;
	letter-spacing:normal;
	text-transform:none;
	text-decoration:none;
	height:auto;
	padding:0;
	margin:0;
	font-weight:normal;
	font-family:'latoregular', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

#subnav_taichi a:visited,
li#subnav_cbest a:visited,
li#subnav_c1 a:visited,
li#subnav_c2 a:visited,
li#subnav_c3 a:visited,
li#subnav_c4 a:visited,
li#subnav_c5 a:visited,
li#subnav_c6 a:visited,
li#subnav_c7 a:visited,
li#subnav_c8 a:visited,
li#subnav_c9 a:visited,
li#subnav_c10 a:visited,
li#subnav_c11 a:visited,
li#subnav_c12 a:visited,
li#subnav_c13 a:visited,
li#subnav_c14 a:visited,
li#subnav_c15 a:visited,
li#subnav_c16 a:visited {
	background-image:none;
	float:none;
	letter-spacing:normal;
	text-transform:none;
	text-decoration:none;
	height:auto;
	padding:0;
	margin:0;
	font-weight:normal;
	font-family: 'latoregular', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

#subnav_taichi a:active,
li#subnav_cbest a:active,
li#subnav_c1 a:active,
li#subnav_c2 a:active,
li#subnav_c3 a:active,
li#subnav_c4 a:active,
li#subnav_c5 a:active,
li#subnav_c6 a:active,
li#subnav_c7 a:active,
li#subnav_c8 a:active,
li#subnav_c9 a:active,
li#subnav_c10 a:active,
li#subnav_c11 a:active,
li#subnav_c12 a:active,
li#subnav_c13 a:active,
li#subnav_c14 a:active,
li#subnav_c15 a:active,
li#subnav_c16 a:active {
	background-image:none;
	float:none;
	letter-spacing:normal;
	text-transform:none;
	text-decoration:none;
	height:auto;
	padding:0;
	margin:0;
	font-weight:normal;
	font-family: 'latoregular', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

.subnav_studio_promo {
	cursor:pointer;
	position:absolute;
	bottom:8px;
	left:8px;
	padding-top:8px;
	border-top:1px dotted #ccc;
}

/*==============================================================================
* Footer
==============================================================================*/

.email_text {
	float:left;
	padding:4px 0;
	font-size:11px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
}

#email_input {
	padding-left: 5px;
    width: 124px;
	height:19px;
	border:1px solid #ccc;
	float:left;
	color:#ccc;
}

.btn_newsletter {
	border:none;
	width:56px;
	height:21px;
	overflow:hidden;
	float:left;
	background-color:#fff;
}

#copyright p {
	color: #999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-align: left;
	line-height: 32px;
}	

#copyright { 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999;
    margin-bottom: 54px;
    width: 500px;
    text-align: left;
    height: 32px;
    float: left;
}
	
	
#copyright a:link {
	font-size: 10px;
	text-decoration:none;
	color: #999;
}
#copyright a:visited {
	font-size: 10px;
	text-decoration:none;
	color: #999;
}
#copyright a:hover {
	font-size: 10px;
	text-decoration:none;
	color: #666;
}
#copyright a:active {
	font-size: 10px;
	text-decoration:none;
	color: #666;
}

.footer_nav {
	height:21px;
	width:796px;
	position:relative;
}
.footer_links {
	float: right;
    color: #ccc;
    padding: 0;
    height: 32px;
    line-height: 32px;
    display: block;
	margin-bottom: 54px;
}
 
.footer_links a:link {
	text-decoration:none;
	font-family: 'latoregular', Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	padding:4px 6px;
}
.footer_links a:visited {
	text-decoration:none;
	font-family: 'latoregular', Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}
.footer_links a:hover {
	text-decoration:none;
	font-family: 'latoregular', Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}
.footer_links a:active {
	text-decoration:none;
	font-family: 'latoregular', Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

#facebook {
	width: 27px;
	float: right;
	margin-right:6px;
}

#facebook a {
	background: url(images/btns_social.png) top left no-repeat;
	float: right;
	padding: 27px 0 0 0;
	overflow: hidden;
	width: 27px;
	height: 0px !important;
	height /**/:27px; /* for IE5/Win only */
	background-position: 0 0;
}

#youtube {
	width: 27px;
	float: right;
}

#youtube a {
	background: url(images/btns_social.png) top left no-repeat;
	float: right;
	padding: 27px 0 0 0;
	overflow: hidden;
	width: 27px;
	height: 0px !important;
	height /**/:27px; /* for IE5/Win only */
	background-position: -99px 0;
}

#instagram {
	width: 27px;
	float: right;
	margin-right:6px;
}

#instagram a {
	background: url(images/btns_social.png) top left no-repeat;
	float: right;
	padding: 27px 0 0 0;
	overflow: hidden;
	width: 27px;
	height: 0px !important;
	height /**/:27px; /* for IE5/Win only */
	background-position: -66px 0;
}


#twitter {
	width: 27px;
	float: right;
	margin-right:6px;
}

#twitter a {
	background: url(images/btns_social.png) top left no-repeat;
	float: right;
	padding: 27px 0 0 0;
	overflow: hidden;
	width: 27px;
	height: 0px !important;
	height /**/:27px; /* for IE5/Win only */
	background-position: -33px 0;
}

#twitter_bar {
	margin:0 auto;
	width:796px;
	height:54px;
	text-align:left;
	vertical-align:middle;
}

.twitter_label {
	font-family: 'robotocondensed', Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#fff;
	text-transform: uppercase;
	line-height:54px;
	letter-spacing: .1em;
	float:left;
}

a#twitter_link {
	float:left;
	width:185px;
	height:24px;
	display:block;
	text-indent:-5000px;
}

#twitterContainer {
	float: left;
    font-family: 'latoregular', Arial, Helvetica, sans-serif;
    font-size:11px !important;
    color: #fff;
    width: 500px;
    height: 54px;
    padding-left: 10px;
    vertical-align: middle;
    /* line-height: 54px; */
    display: table-cell;
    vertical-align: middle;
	letter-spacing: .1em;
}
	
#twitterContainer a {
	color:#fff !important;
	font-size:11px !important;
	text-decoration:none;
	text-transform:lowercase;
}	

#twitterContainer ul {
	list-style:none;
	height:54px;
}

#twitterContainer ul li {
	padding:15px 0;
	vertical-align:middle;
}

#footer_container {
	width: 100%;
    background-color: #98d3e1;
    position: absolute;
    bottom: 0;
    left: 0;
	overflow: hidden;
}

.footer_tagline {
	background: url(/images/tagline_hires.jpg) top left no-repeat;
	width:100%;
	height:39px;
	margin-top:110px;
	background-size: 50%;
}

.fb_table td{
	padding:5px;
}

#veronica-bio h3 {
	display:none;
}

.dotted_line {
	background: url(/blog/images/dotted_line.gif) top center no-repeat;
	width:548px;
	height:2px;
	margin: 8px 0;
}

.by-author {
	float:right;
}
.subhead-author {
	text-transform:uppercase;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	clear:both;
	height:10px;	
}
.subhead-author a {
	text-decoration:none;
}
.posted-author {
	float:left;
}
.addthis_toolbox {
	margin:30px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 0;
	height:21px;
}

p.quote {
	font-size:15px;
	color:#90c0cd;
	line-height: 1.35em;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.bullets {
	font-size:13px;
	margin-left:20px !important;
	color:#000;
}
.bullets li {
	font-family: Arial,Helvetica,sans-serif;
	font-size:14px;
	margin-left:10px;
	padding-bottom: 10px;
}

.category-veronicas-blog .bullets li {
	font-family: Arial,Helvetica,sans-serif;
	padding-bottom: .75em;
}
ul.blue-bullets {
	list-style-type: none;
}
ul.blue-bullets li {
	text-indent: -1.25em;
}
.blue-bullets li::before {
	background-color: #90c0cd;
	border-radius: 50%;
	content: "";
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	height: 6px;
	width: 6px;
}

#social_container {
	width:126px;
	height:27px;
	margin:13px 0;
	float: right;
}
.caption_link {
	padding:0;
	width:100%;
	margin: -10px auto 30px;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:.1em;
	text-align:left;
	color:#90c0cd !important;
	display:block !important;
	text-decoration:none;
}
/*==============================================================================
* Search
==============================================================================*/

.search-wrapper {
	position: absolute;
	-webkit-transform: translate(-20%, -50%);
	-moz-transform: translate(-20%, -50%);
	transform: translate(-20%, -50%);
	top: 16px;
    right: 0px;
}
.search-wrapper.active {}

.search-wrapper .input-holder {
	/*overflow: hidden;*/
	height: 30px;
	background: rgba(255,255,255,0);
	border-radius:6px;
	position: relative;
	width:30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
	border-radius: 0px;
	width:260px;
	background: rgba(0,0,0,0.1);
	background:none;
	border-bottom:1px solid #ccc;
	-webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
	width:100%;
	height: 30px;
	padding:0px 30px 0 10px;
	opacity: 0;
	position: absolute;
	top:-10px;
	left:0px;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:none;
	outline:none;
	font-family:"Open Sans", Arial, Verdana;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	color:#666;
	-webkit-transform: translate(0, 60px);
	-moz-transform: translate(0, 60px);
	transform: translate(0, 60px);
	-webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);

	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
	opacity: 1;
	-webkit-transform: translate(0, 10px);
	-moz-transform: translate(0, 10px);
	transform: translate(0, 10px);
}

.search-wrapper .input-holder .search-icon {
	width:30px;
	height:30px;
	border:none;
	border-radius:6px;
	background: #FFF;
	padding:0px;
	outline:none;
	position: relative;
	z-index: 2;
	float:right;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
	width: 30px;
	height:30px;
	margin: 0px;
	border-radius: 30px;
}
.search-wrapper .input-holder .search-icon span {
	width:14px;
	height:18px;
	display: inline-block;
	vertical-align: middle;
	position:relative;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
	-moz-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
	transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);

}
.search-wrapper.active .input-holder .search-icon span {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
	position: absolute;
	content:'';
}
.search-wrapper .input-holder .search-icon span::before {
	width: 2px;
	height: 8px;
	left: 6px;
	top: 11px;
	border-radius: 2px;
	background: #ccc;
}
.search-wrapper .input-holder .search-icon span::after {
	width: 8px;
	height: 8px;
	left: 1px;
	top: 0px;
	border-radius: 16px;
	border: 2px solid #ccc;
}

.search-wrapper .close {
	position: absolute;
	z-index: 1;
	top:8px;
	right:2px;
	width:14px;
	height:14px;
	cursor: pointer;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	-moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.search-wrapper.active .close {
	right:-30px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.search-wrapper .close::before, .search-wrapper .close::after {
	position:absolute;
	content:'';
	background: #ccc;
	border-radius: 2px;
}
.search-wrapper .close::before {
	width: 2px;
	height: 20px;
	left: 7px;
	top: -2px;
}
.search-wrapper .close::after {
	width: 20px;
	height: 2px;
	left: -2px;
	top: 7px;
}
.search-wrapper .result-container {
	width: 100%;
	position: absolute;
	top:35px;
	left:0px;
	text-align: center;
	font-family: "Open Sans", Arial, Verdana;
	font-size: 12px;
	display:none;
	color:#B7B7B7;
}


.footer_nav h3 {
	font-family: 'latoregular', Optima, Arial, Helvetica, sans-serif;
    position: relative;
    font-size: 11px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
	letter-spacing: .25em;
	color:#91c0cb;
	text-transform: uppercase;
	padding:15px 0;
}
.footer_nav h3:before, .footer_nav h3:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #ccc;
}
.footer_nav h3:before {
    margin-left: -50%;
    text-align: right;
}

#credit_bar {
	font-family: 'latoregular', Arial, Helvetica, sans-serif;
    position: absolute;
    left:0;
    bottom:0;
    background-color:#05728c;
	overflow: hidden;
    width:100%;
    height:0px;
    line-height:54px;
    color:#14b5da;
    letter-spacing: .1em;
    font-size:10px;
    z-index: 50;
    text-transform: uppercase;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    -ms-transition:all 1s ease;
}
#credit_bar a,
#credit_bar a:link,
#credit_bar a:visited,
#credit_bar a:hover,
#credit_bar a:active {
	font-family: 'latoregular', Arial, Helvetica, sans-serif;
    color:#fff;
	font-size:10px;
	text-decoration: none;
}
#credit_container {
    max-width:600px;
    width:100%;
    margin:0 auto;
}
#credit {
    position: absolute;
    left: 20px;
    bottom: 17px;
}
a.voxca_btn {
	height:15px !important;
	display: inline-block;
	position: relative;
	top:3px;
}
.voxca_btn img {
	float: left;
}
.line_title {
	position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.line_title:before, .line_title:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #ccc;
}
.line_title:before {
    margin-left: -50%;
    text-align: right;
}
.diag_lines {
	display:flex;
	background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        transparent 7px,
        gray 12px
      ),
      linear-gradient(
        to bottom,
        transparent,
        transparent
      );
}
.vertical_align {
	box-sizing: border-box;
	display:flex;
	align-items:center;
	justify-content: center;
}

.flexthis {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.two-col-item {
  	width: 49%;
	box-sizing:border-box;
}

.img_block {
	display:block;
}
/*==============================================================================
 * ACCESSIBILITY
==============================================================================*/

a:focus {
	outline: var(--focus-highlight) solid 2px !important;
	color: var(--hover-text);
	outline-offset: 2px;
}
* input:focus,
*:-moz-focusring {
	outline: var(--focus-highlight) solid 2px !important;
}

area:focus {
	outline: var(--focus-highlight) solid 2px !important;
	color: var(--hover-text);
	outline-offset: -2px;
}

select:focus {
	outline: var(--focus-highlight) solid 2px;
}
button:focus {
	outline: var(--focus-highlight) solid 2px;
}
button::-moz-focus-inner {
	border-color: var(--focus-highlight);
}
#btn_search:focus {
	outline: var(--focus-highlight) solid 2px;
}
.close:focus {
	outline: var(--focus-highlight) solid 2px;
	outline-offset: 4px;
}
.skip {
	font-family: 'latoregular', Optima, Arial, Helvetica, sans-serif;
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 1px;
	width: 1px;
	text-align: left;
	overflow: hidden;
	padding:10px 20px;
	display: block;
	background-color:var(--focus-highlight);
	color:#000 !important;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .1em;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
	text-decoration: none;
	left: 4px;
	top: 4px;
	width: auto;
	height: auto;
	overflow: visible;
	z-index: 9000;
}
#logo a:focus {
	outline-offset: 2px;
}
#logo a {
	width: 144px;
	height: 65px;
	display: block;
}
#header a:focus,
.promos_footer a:focus {
	color:#000;
	outline-offset:-2px;
}
input#email_input:focus {
	outline: var(--focus-highlight) solid 2px !important;
}
.footer_nav li a:focus {
	outline: var(--focus-highlight) solid 2px;
}
#credit:focus {
	outline-offset: 2px !important;
	outline: var(--focus-highlight) solid 2px;
}
button.btn_newsletter:focus {
	outline-offset: 2px !important;
	outline: var(--focus-highlight) solid 2px !important;
}
.voxca_btn:focus {
	outline-offset: 2px !important;
}
body:not(.accessible) *:focus{
	outline: none !important;
	-webkit-appearance: none !important;
}
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }

#subnav-spa-services a:focus,
#subnav-rx-services a:focus,
#subnav-products a:focus{
	outline-offset: 2px;
}
li#SpaServices a:focus {
	text-align: center;
}
li#contact a:focus {
	text-align: center;
}