/*	================================================================
		Site:		Proper Topper
		File:		Styles.scss
		Designer:	Anemone Design (http://www.anemonedesign.com)
		Developer:	Jacob Russell (http://jacobrussell.net)
	================================================================
		SCSS file compiled to /assets/css/styles.css
	================================================================*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

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

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: Questrial, Verdana, sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #79bcc7;
  text-shadow: none; }

::selection {
  background: #79bcc7;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
  text-decoration: none; }

a:visited {
  color: inherit; }

a:hover {
  color: #79bcc7;}

a:focus {
  outline: thin dotted; }

/*
 * Improve readability when focused and hovered in all browsers: h5bp.com/h
 */
a:hover,
a:active {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/*
 * Redeclare monospace font family: h5bp.com/j
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improve readability of pre-formatted text
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 85%; }

/*
 * Position subscript and superscript content without affecting line-height: h5bp.com/k
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Indicate that 'label' will shift focus to the associated form element
 */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
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; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

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

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==|== primary styles =====================================================
   Author: Jacob Russell
   ========================================================================== */
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Contain floats: h5bp.com/q
 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* Z-INDEX */
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.formErrorInsideDialog.formError {
  z-index: 5000; }

.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001; }

.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  width: 150px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

/*
	Site: Proper Topper
	File: Font-families.scss - Containes Font Declaratinos
	SCSS File is imported by styles.scss

	Author: Jacob Russell
*/
@font-face {
  font-family: 'Azsion';
  src: url("/assets/fonts/azsion-webfont.eot");
  src: url("/assets/fonts/azsion-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/azsion-webfont.woff") format("woff"), url("/assets/fonts/azsion-webfont.ttf") format("truetype"), url("/assets/fonts/azsion-webfont.svg#azsionregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

/*
	Site: Proper Topper
	File: Mixins.scss - Containes Font Declaratinos
	SCSS File is imported by styles.scss

	Author: Jacob Russell
*/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(/assets/images/colorbox/overlay.png) repeat 0 0; }

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/assets/images/colorbox/controls.png) no-repeat -101px 0; }

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/assets/images/colorbox/controls.png) no-repeat -130px 0; }

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/assets/images/colorbox/controls.png) no-repeat -101px -29px; }

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/assets/images/colorbox/controls.png) no-repeat -130px -29px; }

#cboxMiddleLeft {
  width: 21px;
  background: url(/assets/images/colorbox/controls.png) left top repeat-y; }

#cboxMiddleRight {
  width: 21px;
  background: url(/assets/images/colorbox/controls.png) right top repeat-y; }

#cboxTopCenter {
  height: 21px;
  background: url(/assets/images/colorbox/border.png) 0 0 repeat-x; }

#cboxBottomCenter {
  height: 21px;
  background: url(/assets/images/colorbox/border.png) 0 -29px repeat-x; }

#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 28px; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/assets/images/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/assets/images/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: -50px -25px; }

#cboxLoadingOverlay {
  background: url(/assets/images/colorbox/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic {
  background: url(/assets/images/colorbox/loading.gif) no-repeat center center; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/assets/images/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: -25px -25px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft {
  background: url(/assets/images/colorbox/ie6/borderTopLeft.png); }

.cboxIE6 #cboxTopCenter {
  background: url(/assets/images/colorbox/ie6/borderTopCenter.png); }

.cboxIE6 #cboxTopRight {
  background: url(/assets/images/colorbox/ie6/borderTopRight.png); }

.cboxIE6 #cboxBottomLeft {
  background: url(/assets/images/colorbox/ie6/borderBottomLeft.png); }

.cboxIE6 #cboxBottomCenter {
  background: url(/assets/images/colorbox/ie6/borderBottomCenter.png); }

.cboxIE6 #cboxBottomRight {
  background: url(/assets/images/colorbox/ie6/borderBottomRight.png); }

.cboxIE6 #cboxMiddleLeft {
  background: url(/assets/images/colorbox/ie6/borderMiddleLeft.png); }

.cboxIE6 #cboxMiddleRight {
  background: url(/assets/images/colorbox/ie6/borderMiddleRight.png); }

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
  _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')"); }

body {
  color: #4f473b;
  background: url("/assets/images/site/page-bg-dandelion.jpg") top left no-repeat;
  font-family: Questrial, Helvetica, Arial, sans-serif; }

a {
  color: #4f473b; }

h1 {
  font-size: 22px;
  color: #79bcc7;
  font-weight: normal;
  margin: 0; }

.text-replace {
  border: none;
  background: none;
  display: inline;
  font-family: inherit;
  padding: 0; }

.content-image-left {
  float: left;
  margin: 5px; }

.content-image-right {
  float: right;
  margin: 5px; }

hr {
  width: 100%;
  height: 2px;
  background: url("/assets/images/site/blue-divider.png") top left no-repeat;
  margin: 0 0 10px 0;
  padding: 0;
  border: none; }

hr.grey {
  background: url("/assets/images/site/grey-divider.png") top left no-repeat; }

.wrapper {
  width: 980px;
  margin: 0 auto; }
  .wrapper #top-bar {
    background: url("/assets/images/site/blue-divider.png") center bottom no-repeat;
    font-size: 12px;
    text-align: right;
    padding: 0 10px;
    overflow: hidden;
	font-family:Helvetica, Arial; }
    .wrapper #top-bar #user-nav {
      margin: 9px 5px 0 0;
      vertical-align: middle;
      display: inline-block; }
      .wrapper #top-bar #user-nav a {
        padding: 5px; }
      .wrapper #top-bar #user-nav .spacer {
        font-weight: bold; }
    .wrapper #top-bar #search {
      display: inline-block;
      width: 162px;
      height: 21px;
      margin: 9px 0;
      background: url("/assets/images/site/search-bg.png") top left no-repeat;
      vertical-align: middle; }
      .wrapper #top-bar #search #keywords {
        float: left;
        border: none;
        width: 136px;
        height: 21px;
        background: none; }
      .wrapper #top-bar #search #submit {
        float: right;
        width: 21px;
        height: 21px;
        border: none;
        display: block;
        border: 0;
        text-indent: -999em;
        overflow: hidden;
        background-color: transparent;
        background-repeat: no-repeat;
        text-align: left;
        direction: ltr;
        *line-height: 0; }
    .wrapper #top-bar #login {
      margin: 9px 0 15px 0;
      overflow: hidden;
      text-transform: lowercase;
      display: none; }
      .wrapper #top-bar #login label {
        display: inline; }
      .wrapper #top-bar #login #login-username, .wrapper #top-bar #login #login-password {
        display: inline-block;
        border: 1px #ccc solid;
        color: #666;
        padding: 3px;
        width: 150px;
        margin: 0 10px 0 0; }
      .wrapper #top-bar #login #login-submit {
        display: inline-block;
        margin: 0 10px 0 0; }
      .wrapper #top-bar #login .close {
        text-transform: uppercase;
        padding: 0 5px; }
    .wrapper #top-bar #forgot-password {
      margin: 9px 0 15px 0;
      overflow: hidden;
      text-transform: lowercase;
      display: none; }
      .wrapper #top-bar #forgot-password #forgot-email {
        display: inline-block;
        border: 1px #ccc solid;
        color: #666;
        padding: 3px;
        width: 150px;
        margin: 0 10px 0 0; }
      .wrapper #top-bar #forgot-password #forgot-submit {
        display: inline-block;
        margin: 0 10px 0 0; }
      .wrapper #top-bar #forgot-password .close {
        text-transform: uppercase;
        padding: 0 5px; }
  .wrapper #logo {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
    background: url("/assets/images/site/logo.png") top left no-repeat;
    width: 220px;
    height: 33px;
    margin: 20px auto; }
  .wrapper #main-nav {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
	font-family:Helvetica, Arial;}
    .wrapper #main-nav a {
      display: inline-block;
      padding: 0 6px; }
      .wrapper #main-nav a.blue, .wrapper #main-nav a.active {
        color: #79bcc7; }
      .wrapper #main-nav a.red {
        color: #ef291a; }
    .wrapper #main-nav .spacer {
      color: #79bcc7; }
  .wrapper .main {
    padding: 0 10px;
    margin: 15px 0;
    overflow: hidden; }
  .wrapper #bottom-bar {
    background: url("/assets/images/site/blue-divider.png") center top no-repeat;
    height: 75px;
    overflow: hidden;
    padding: 0 10px;
	font-family:Helvetica, Arial;}
    .wrapper #bottom-bar .social {
      height: 20px;
      display: block;
      border: 0;
      text-indent: -999em;
      overflow: hidden;
      background-color: transparent;
      background-repeat: no-repeat;
      text-align: left;
      direction: ltr;
      *line-height: 0;
      float: left;
      margin: 25px 10px 0 0; }
      .wrapper #bottom-bar .social#facebook-social {
        width: 21px;
        background: url("/assets/images/site/facebook-social.png") top left no-repeat; }
      .wrapper #bottom-bar .social#twitter-social {
        width: 21px;
        background: url("/assets/images/site/twitter-social.png") top left no-repeat; }
      .wrapper #bottom-bar .social#pinterest-social {
        width: 122px;
        background: url("/assets/images/site/pinterest-social.png") top left no-repeat; }
    .wrapper #bottom-bar #bottom-nav {
      float: left;
      width: 500px;
      overflow: hidden;
      margin: 20px 0 0 20px;
      font-size: 13px;
      text-transform: lowercase; }
      .wrapper #bottom-bar #bottom-nav .block {
        width: 125px;
        float: left; }
        .wrapper #bottom-bar #bottom-nav .block a {
          display: block;
          padding: 0 5px; }
    .wrapper #bottom-bar #bottom-blurb {
      float: right;
      font-family: "Magesta", Helvetica, Arial, sans-serif;
      font-size: 35px;
      color: #79BCC7;
      margin: 13px 35px 0 0; }
  .wrapper #footer {
    background: url("/assets/images/site/footer-shadow.jpg") center top no-repeat;
    height: 60px;
    text-align: right;
    padding: 0 10px; }
    .wrapper #footer #email-list {
      display: inline-block; }
      .wrapper #footer #email-list label {
        font-size: 12px;
        text-transform: uppercase; }
      .wrapper #footer #email-list #email-address {
        border: 1px #ccc solid;
        margin: 20px 5px; }
      .wrapper #footer #email-list #email-submit {
        display: block;
        border: 0;
        text-indent: -999em;
        overflow: hidden;
        background-color: transparent;
        background-repeat: no-repeat;
        text-align: left;
        direction: ltr;
        *line-height: 0;
        background: url("/assets/images/site/email-join-button.png") top left no-repeat;
        width: 44px;
        height: 20px;
        display: inline-block;
        margin: 0 5px;
        vertical-align: middle; }
    .wrapper #footer #copyright {
      display: inline-block;
      font-size: 10px;
      font-family: Questrial, Verdana, Helvetica, sans-serif;
      text-transform: lowercase;
      margin: 15px 0; }

#homepage-slider {
  overflow: hidden;
  width: 960px; }
  #homepage-slider .slide .left {
    float: left;
    width: 346px;
    overflow: hidden; }
  #homepage-slider .slide .right {
    float: right;
    width: 614px;
    overflow: hidden; }

.category-list {
  width: 180px;
  float: left; }
  .category-list h1 {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    border-bottom: 2px #a7a39d solid;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .category-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .category-list > ul {
    margin: 0 0 20px 0; }
    .category-list > ul > li {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 10px 0 0 0; }
      .category-list > ul > li > a {
        color: #79bcc7; }
        .category-list > ul > li > a.closed {
          background: url("/assets/images/site/sidebar-group-closed.png") 3px 2px no-repeat;
          padding: 0 0 0 13px; }
        .category-list > ul > li > a.open {
          background: url("/assets/images/site/sidebar-group-open.png") 1px 5px no-repeat;
          padding: 0 0 0 13px; }
  .category-list > ul > li > ul {
    margin-bottom: 20px; }
    .category-list > ul > li > ul > li {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-weight: normal;
      text-transform: none;
      font-style: italic; }
      .category-list > ul > li > ul > li a.active {
        color: #79bcc7;
        font-weight: bold; }
  .category-list > ul > li > ul > li ul {
    padding-left: 20px; }
    .category-list > ul > li > ul > li ul > li {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-weight: normal;
      text-transform: none;
      font-style: normal; }
      .category-list > ul > li > ul > li ul > li a.active {
        color: #79bcc7;
        font-weight: bold; }

.store-control {
  width: 756px;
  float: right;
  margin: 10px 0;
  overflow: hidden;
  font-size: 12px;
  text-transform: uppercase; }
  .store-control .categories {
    float: left;
    color: #79bcc7;
    width: 45%; }
    .store-single-entry .store-control .categories {
      width: 100%; }
    .store-control .categories a {
      color: #4F473B;
      padding: 3px;
      display: inline-block; }
      .lt-ie8 .store-control .categories a {
        display: inline;
        zoom: 1; }
  .store-control .pagination {
    float: right;
    width: 45%;
    text-align: right; }
    .store-control .pagination form {
      display: inline; }
    .store-control .pagination .spacer {
      font-weight: bold;
      margin: 0 2px; }
    .store-control .pagination .pages {
      padding: 5px 2px; }
    .store-control .pagination a, .store-control .pagination input {
      color: #79bcc7;
      font-weight: bold;
      padding: 5px 2px; }

.store-listing {
  width: 766px;
  float: right;
  margin: 0 -5px;
  overflow: hidden; }
  .store-listing .product {
    width: 181px;
    height: 310px;
    float: left;
    margin: 0 5px; }
    .store-listing .product .image-container {
      height: 230px; }
      .store-listing .product .image-container a {
        overflow: hidden; }
    .store-listing .product h3 {
      font-size: 11px;
      text-transform: uppercase;
      color: #79bcc7;
      margin: 5px 0 0 0; }
      .store-listing .product h3 a {
        color: inherit; }
    .store-listing .product .price {
      font-size: 11px;
      margin: 5px 0;
      font-family: Questrial, Verdana, Helvetica, Arial, sans-serif; }
      .store-listing .product .price .regular-price {
        text-decoration: line-through;
        margin-right: 10px; }

.store-item {
  width: 766px;
  float: right;
  overflow: hidden; }
  .store-item .images {
    width: 295px;
    float: left;
    overflow: hidden; }
    .store-item .images .main-image-container {
      min-height: 288px;
      margin-bottom: 20px; }
    .store-item .images .image-thumb-container {
      width: 303px;
      margin: 0 -4px; }
      .store-item .images .image-thumb-container img {
        float: left;
        margin: 4px; }
  .store-item .details {
    width: 440px;
    float: right;
    overflow: hidden; }
    .store-item .details h1 {
      font-size: 22px;
      color: #79bcc7;
      font-weight: normal;
      margin: 0; }
    .store-item .details .sku {
      font-size: 12px; }
    .store-item .details .price {
      font-size: 14px;
      font-weight: bold;
      margin: 0 0 20px 0;
      display: block; }
      .store-item .details .price .regular-price {
        text-decoration: line-through; }
    .store-item .details .description {
      font-size: 12px;
      line-height: 20px;
      margin: 10px 0; }
    .store-item .details .learn-more-link {
      display: block;
      border: 0;
      text-indent: -999em;
      overflow: hidden;
      background-color: transparent;
      background-repeat: no-repeat;
      text-align: left;
      direction: ltr;
      *line-height: 0;
      width: 97px;
      height: 31px;
      background: url("/assets/images/site/learn-more.png") top left no-repeat;
      margin: 10px 0; }
    .store-item .details .learn-more-container {
      display: none; }
    .store-item .details .options {
      overflow: hidden; }
      .store-item .details .options .option {
        overflow: hidden;
        float: left;
        padding: 5px; }
        .store-item .details .options .option label {
          font-weight: bold;
          display: block;
          font-size: 12px;
          margin-left: 5px; }
        .store-item .details .options .option select {
          font-size: 11px; }
    .store-item .details .add-to-cart-row {
      overflow: hidden;
      font-size: 12px;
      vertical-align: top;
      margin: 20px 0; }
      .store-item .details .add-to-cart-row .quantity {
        border: 1px #ddd solid;
        width: 30px;
        height: 25px;
        margin: 0 5px; }
      .store-item .details .add-to-cart-row .add-to-cart {
        display: block;
        border: 0;
        text-indent: -999em;
        overflow: hidden;
        background-color: transparent;
        background-repeat: no-repeat;
        text-align: left;
        direction: ltr;
        *line-height: 0;
        width: 101px;
        height: 28px;
        background: url("/assets/images/site/add-to-cart.png") top left no-repeat;
        margin: 0 10px;
        display: inline-block; }
    .store-item .details .other-wonders {
      overflow: hidden; }
      .store-item .details .other-wonders h3 {
        font-family: "Azsion", Helvetica, Arial, sans-serif;
        font-size: 26px;
        color: #79bcc7;
        background: url("/assets/images/site/blue-divider.png") bottom left no-repeat; }
      .store-item .details .other-wonders .item {
        width: 210px;
        float: left;
        height: 52px;
        margin: 0 10px 10px 0;
        overflow: hidden; }
        .store-item .details .other-wonders .item img {
          float: left;
          margin: 0 5px 0 0; }
        .store-item .details .other-wonders .item .title {
          font-size: 12px;
          font-weight: bold;
          line-height: 12px;
          display: block; }
        .store-item .details .other-wonders .item .price {
          font-size: 11px;
          color: #79bcc7; }

.blog-list {
  overflow: hidden; }
  .blog-list .wonders {
    font-size: 50px;
    font-family: "Magesta", Helvetica, Arial, sans-serif;
    color: #79bcc7;
    font-weight: normal;
    display: block; }
  .blog-list .post {
    margin: 35px 0;
    font-size: 12px; }
    .blog-list .post .date {
      display: block; }
    .blog-list .post h2 {
      font-size: 22px;
      font-family: Questrial, Helvetica, Arial, sans-serif;
      color: #79bcc7;
      font-weight: normal;
      margin: 5px 0 0 0; }
    .blog-list .post a {
      color: #79bcc7; }
		.blog-list .post a:hover {
	  text-decoration: underline; }
    .blog-list .post .readmore {
      font-size: 12px;
      display: block;
      text-transform: uppercase;
      font-weight: bold; }

.blog-index-container {
  overflow: hidden; }

.blog-sidebar .social {
  height: 20px;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  float: left;
  margin: 25px 10px 0 0; }
  .blog-sidebar .social#facebook-social {
    width: 21px;
    background: url("/assets/images/site/facebook-social.png") top left no-repeat; }
  .blog-sidebar .social#twitter-social {
    width: 21px;
    background: url("/assets/images/site/twitter-social.png") top left no-repeat; }
  .blog-sidebar .social#pinterest-social {
    width: 21px;
    background: url("/assets/images/site/pinterest-social-small.png") top left no-repeat; }

.blog-entry {
  overflow: hidden;
  width: 766px; }
  .blog-entry .wonders {
    font-size: 50px;
    font-family: "Magesta", Helvetica, Arial, sans-serif;
    color: #79bcc7;
    font-weight: normal;
    display: block; }
  .blog-entry .date {
    color: #79bcc7;
    font-size: 14px;
    font-weight: bold;
    display: block; }
  .blog-entry h1 {
    color: #4f473b;
    font-family: "Magesta", Helvetica, Arial, sans-serif;
    font-size: 42px;
    font-weight: normal;
    margin: 5px 0 10px 0; }
  .blog-entry a {
    text-decoration: normal;color: #79BCC7;
	}
    .blog-entry a:hover {
    text-decoration:underline;
	}	
  .blog-entry .categories {
    float: left;
    font-size: 11px;
    font-weight: bold; }
    .blog-entry .categories h3 {
      text-transform: uppercase;
      display: inline; }
  .blog-entry .comments-social {
    float: left;
    clear: left;
    font-size: 11px;
    font-weight: bold; }
    .blog-entry .comments-social a {
      text-decoration: none; }
  .blog-entry .post-navigation {
    float: right;
    font-family: "Azsion", Helvetica, Arial, sans-serif;
    font-size: 18px; }
    .blog-entry .post-navigation a {
      display: inline-block;
      height: 20px;
      line-height: 20px;
      text-decoration: none; }
    .blog-entry .post-navigation #newer-post {
      background: url("/assets/images/site/newer-post-arrow.png") top left no-repeat;
      border-right: 2px solid #79bcc7;
      padding: 0 10px 0 25px; }
    .blog-entry .post-navigation #older-post {
      background: url("/assets/images/site/older-post-arrow.png") top right no-repeat;
      padding: 0 25px 0 10px; }


/* NEW BLOG UPDATES --- Thirds Rules */

#blog-wrapper{
	width:760px;
} 
#blog-wrapper .third {
	float: left;
	width: 30.33%;
	padding: 0 3% 0 0;

}
#blog-wrapper .maintitle {font-size: 24px; line-height: 0.58em; color: #79bdc7; font-family: Palatino; font-style: italic; font-weight: bold;}
#blog-wrapper .blogtitle2 { font-size: 20px; line-height: 1.5em; color: #79bdc7; font-family: Georgia; font-style: normal; font-weight: normal; }
#blog-wrapper .blogsubtitle { font-size: 14px; line-height: 1.56em; color:4f473b; font-family: Questrial; font-style: normal; font-weight: normal; }
#blog-wrapper .pagination {float:right; font-size: 14px; line-height: 1.56em; color: 4f473b; font-family: Questrial; font-style: normal; font-weight: normal; }
#blog-wrapper .pagination a { font-size: 14px; line-height: 1.56em; color: 4f473b; font-family: Questrial; font-style: normal; font-weight: normal; }
.seeall a {font-size: 16px; line-height: 0.86em; color: #79bdc7; font-family: Montaga; font-style: normal; font-weight: normal;}


.comments {
  width: 766px;
  float: right;
  overflow: hidden; }
  .comments .comment {
    font-size: 12px;
    border-bottom: 1px #999 solid;
    overflow: hidden;
    padding: 10px 0; }
    .comments .comment .byline {
      float: right;
      font-weight: bold; }

.leave-comment {
  width: 766px;
  float: right;
  overflow: hidden; }

.sidebar.search {
  display: inline-block;
  width: 136px;
  height: 21px;
  margin: 9px 0 0 0;
  background: url("/assets/images/site/sidebar-search-bg.png") top left no-repeat;
  vertical-align: middle; }
  .sidebar.search #keywords {
    float: left;
    border: none;
    width: 105px;
    height: 18px;
    padding: 4px 5px;
    background: none;
    font-size: 12px;
    color: #999; }
  .sidebar.search #submit {
    float: right;
    width: 21px;
    height: 21px;
    border: none;
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0; }

.page-nav {
  width: 130px;
  float: left;
  margin: 30px 0 0 0; }
  .page-nav h1 {
    font-size: 14px;
    padding: 0 0 10px 0;
    border-bottom: 1px #4f473b solid;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: bold; }
  .page-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .page-nav ul li {
      font-size: 12px;
      padding: 2px 0;
      font-family: Questrial, Verdana, Helvetica, Arial, sans-serif; }
      .page-nav ul li.here {
        font-weight: bold; }

.page-body {
  width: 750px;
  float: right;
  margin: 20px 0 0 0; }
  .page-body a {
    color: #79bcc7; text-decoration:none; }
 .page-body a:hover {
   text-decoration:underline; }

.press-body {
  float: right;
  width: 750px;
  overflow: hidden; 
  font-family: Questrial, Helvetica, Arial, sans-serif; 
  font-style: normal; 
  font-weight: normal;}

.press-body .headline {font-size: 24px; line-height: 30px; color: #79bdc7; font-family: Palatino; font-style: italic; font-weight: bold; }
.press-body .source {font-size: 11px; color:4f473b; text-transform:uppercase; line-height:6px;}

.events-body {
  float: right;
  width: 750px;
  overflow: hidden; }
  .events-body h2 {
    font-size: 18px; }

.cart .cart-table {
  width: 100%; }
  .cart .cart-table tr.even {
    background: #eee; }
  .cart .cart-table th {
    background: #4F473B;
    color: #fff;
    font-weight: normal;
    padding: 5px;
    text-align: left;
    font-size: 16px; }
    .cart .cart-table th.remove {
      font-size: 12px;
      line-height: 16px;
      text-align: center; }
  .cart .cart-table td {
    text-align: left;
    padding: 10px 5px;
    font-size: 14px; }
    .cart .cart-table td.remove {
      text-align: center; }
    .cart .cart-table td.total {
      font-size: 18px; }
.cart #continue-shopping {
  margin: 0 0 0 20px; }

.shipping-choice-container #shipping-notes {
  display: none; }
  .shipping-choice-container #shipping-notes .order_notes {
    width: 400px;
    height: 200px; }

.checkout .checkout-total {
  width: 50%;
  float: left;
  margin: 10px 0; }
  .checkout .checkout-total th {
    padding: 5px;
    text-align: left;
    font-size: 16px; }
  .checkout .checkout-total td {
    text-align: left;
    padding: 5px;
    font-size: 14px;
    line-height: 22px; }
    .checkout .checkout-total td.total {
      font-size: 22px; }
.checkout .checkout-notes {
  width: 50%;
  float: right;
  font-size: 14px;
  margin: 10px 0; }
.checkout .gateway-select {
  margin: 10px 0;
  width: 100%;
  clear: both; }
.checkout #checkout_form {
  clear: both; }
.checkout .gateway-fields {
  overflow: hidden;
  width: 970px; }
  .checkout .gateway-fields fieldset legend {
    margin: 0px 0px 10px 5px;
    font-size: 18px;
    font-weight: bold; }
  .checkout .gateway-fields fieldset {
    border: 1px solid #eee;
    margin: 0 0 20px 0; }
    .checkout .gateway-fields fieldset.billing {
      width: 470px;
      float: left; }
    .checkout .gateway-fields fieldset.shipping {
      width: 470px;
      float: right; }
    .checkout .gateway-fields fieldset.additional_info {
      width: 960px; }
    .checkout .gateway-fields fieldset.payment {
      width: 470px;
      float: left; }
    .checkout .gateway-fields fieldset.payment_expiration {
      width: 470px;
      float: right; }
    .checkout .gateway-fields fieldset.coupon {
      float: left;
      clear: left;
      width: 470px; }
    .checkout .gateway-fields fieldset.register {
      width: 960px;
      clear: both; }
      .checkout .gateway-fields fieldset.register p {
        padding: 0 0 4px 10px; }
  .checkout .gateway-fields fieldset label {
    padding: 0 0 4px 10px;
    float: left;
    width: 165px;
    font-size: 14px; }
  .checkout .gateway-fields fieldset input {
    width: 275px;
    display: block;
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 16px;
    padding: 2px; }
  .checkout .gateway-fields fieldset select, .checkout .gateway-fields fieldset textarea {
    display: block;
    margin-bottom: 14px; }
  .checkout .gateway-fields fieldset input[type="radio"] {
    width: auto;
    display: inline;
    margin: 0 25px 14px 5px; }
  .checkout .gateway-fields .doc_block ul {
    margin: 5px 20px; }
.checkout .cart_submit_button {
  clear: both; }

.process-table {
  width: 100%; }
  .process-table tr.even {
    background: #eee; }
  .process-table th {
    background: #4F473B;
    color: #fff;
    font-weight: normal;
    padding: 5px;
    text-align: left;
    font-size: 16px; }
  .process-table td {
    text-align: left;
    padding: 10px 5px;
    font-size: 14px; }
  .process-table input {
    width: 70px; }

.search-sidebar {
  width: 180px;
  float: left; }
  .search-sidebar h1 {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    border-bottom: 2px #a7a39d solid;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .search-sidebar h2 {
    font-size: 14px;
    margin: 20px 0 0 0;
    color: #79bcc7; }
  .search-sidebar p {
    font-size: 12px;
    margin: 2px 0; }

#register_member_form h1, #register_member_form p {
  margin-bottom: 20px; }
#register_member_form label {
  padding: 0 0 4px 10px;
  float: left;
  width: 165px;
  font-size: 14px; }
#register_member_form input {
  width: 275px;
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 16px;
  padding: 2px; }
#register_member_form img {
  float: left;
  margin-right: 35px; }
#register_member_form .submit {
  width: 80px;
  padding: 5px;
  margin: 20px 0 0 0; }

#contact-form h1, #contact-form p {
  margin-bottom: 20px; }try
#contact-form label {
  padding: 0 0 4px 10px;
  float: left;
  width: 165px;
  font-size: 14px; }
#contact-form input {
  width: 275px;
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 16px;
  padding: 2px; }
#contact-form img {
  float: left;
  margin-right: 35px; }
#contact-form .submit {
  width: 80px;
  padding: 5px;
  margin: 20px 0 0 0; }
