/******************************************************************
Theme Name: Tang! 
Theme URI: http://lemonslicedigital.com
Author: Simon MacDonald 

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called by itself and is the only one called 
for devices that are smaller than 480px so that the mobile 
version pulls ONLY the css it needs. This means it's screamingly 
fast on mobile connections.

For more info, check out this great link on the topic:
http://nicolasgallagher.com/mobile-first-css-sass-and-ie/

******************************************************************/
/*********************
IMPORTING STYLES
*********************/
/* import reset */
/*
Theme Name: Tang!
Theme URI: http://lemonslicedigital.com
Author: Simon MacDonald
! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  overflow-y: scroll;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 3 */
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
  color: #222;
}
/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
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-left: 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  *margin-left: -7px;
  /* 2 */
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens) */
/*p { 
	-webkit-hyphens: auto; 
	   -moz-hyphens: auto; 
	  -epub-hyphens: auto; 
	        hyphens: auto; 
}*/
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
/* import mixins */
/******************************************************************
Theme Name: Tang!
Theme URI: http://lemonslicedigital.com
Author: Simon MacDonald

Stylesheet: Mixins & Constants Stylesheet

******************************************************************/
/*********************
TOOLS
*********************/
/* http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
CLEARFIXIN'
*********************/
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
COLORS
*********************/
/* this is pulled from Bootstrap */
/*********************
BUTTONS
*********************/
.darkbutton,
.darkbutton:visited {
  border: 1px solid #3b3b3b;
  border-top-color: #2b2b2b;
  border-left-color: #2b2b2b;
  color: #ffffff;
  display: inline-block;
  height: 1.25em;
  margin: .2em 0 .2em 0;
  padding: 0.25em;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#0d0d0d));
  background-image: -webkit-linear-gradient(top, #000000, #0d0d0d);
  background-image: -moz-linear-gradient(top, #000000, #0d0d0d);
  background-image: -o-linear-gradient(top, #000000, #0d0d0d);
  background-image: -ms-linear-gradient(top, #000000, #0d0d0d);
  background-image: linear-gradient(top, #000000, #0d0d0d);
}
.darkbutton:hover,
.darkbutton:visited:hover,
.darkbutton:focus,
.darkbutton:visited:focus {
  color: #ffffff;
  border: 1px solid #212121;
  border-top-color: #333333;
  border-left-color: #333333;
  background-color: #1a1a1a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(#1a1a1a));
  background-image: -webkit-linear-gradient(top, #0d0d0d, #1a1a1a);
  background-image: -moz-linear-gradient(top, #0d0d0d, #1a1a1a);
  background-image: -o-linear-gradient(top, #0d0d0d, #1a1a1a);
  background-image: -ms-linear-gradient(top, #0d0d0d, #1a1a1a);
  background-image: linear-gradient(top, #0d0d0d, #1a1a1a);
}
.darkbutton:active,
.darkbutton:visited:active {
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#262626), to(#333333));
  background-image: -webkit-linear-gradient(top, #262626, #333333);
  background-image: -moz-linear-gradient(top, #262626, #333333);
  background-image: -o-linear-gradient(top, #262626, #333333);
  background-image: -ms-linear-gradient(top, #262626, #333333);
  background-image: linear-gradient(top, #262626, #333333);
}
.blackglossbutton,
.blackglossbutton:visited {
  border: 1px solid #3b3b3b;
  border-top-color: #2b2b2b;
  border-left-color: #2b2b2b;
  color: #ffffff;
  display: inline-block;
  height: 1.25em;
  margin: .2em 0.809em .2em 0;
  padding: 0.25em;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.25em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #aebcbf;
  background: -moz-linear-gradient(top, #aebcbf 0%, #6e7774 17%, #0a0e0a 43%, #0a0809 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aebcbf), color-stop(17%, #6e7774), color-stop(43%, #0a0e0a), color-stop(100%, #0a0809));
  background: -webkit-linear-gradient(top, #aebcbf 0%, #6e7774 17%, #0a0e0a 43%, #0a0809 100%);
  background: -o-linear-gradient(top, #aebcbf 0%, #6e7774 17%, #0a0e0a 43%, #0a0809 100%);
  background: -ms-linear-gradient(top, #aebcbf 0%, #6e7774 17%, #0a0e0a 43%, #0a0809 100%);
  background: linear-gradient(top, #aebcbf 0%, #6e7774 17%, #0a0e0a 43%, #0a0809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aebcbf', endColorstr='#0a0809', GradientType=0);
}
.blackglossbutton:hover,
.blackglossbutton:visited:hover,
.blackglossbutton:focus,
.blackglossbutton:visited:focus {
  color: #ffffff;
  border: 1px solid #212121;
  border-top-color: #333333;
  border-left-color: #333333;
  background-color: #1a1a1a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(#1a1a1a));
  background-image: -webkit-linear-gradient(top, #0d0d0d, #1a1a1a);
  background-image: -moz-linear-gradient(top, #0d0d0d, #1a1a1a);
  background-image: -o-linear-gradient(top, #0d0d0d, #1a1a1a);
  background-image: -ms-linear-gradient(top, #0d0d0d, #1a1a1a);
  background-image: linear-gradient(top, #0d0d0d, #1a1a1a);
}
.blackglossbutton:active,
.blackglossbutton:visited:active {
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#262626), to(#333333));
  background-image: -webkit-linear-gradient(top, #262626, #333333);
  background-image: -moz-linear-gradient(top, #262626, #333333);
  background-image: -o-linear-gradient(top, #262626, #333333);
  background-image: -ms-linear-gradient(top, #262626, #333333);
  background-image: linear-gradient(top, #262626, #333333);
}
.grayformbutton,
.grayformbutton:visited {
  border: 1px solid #c5c5c5;
  border-top-color: #d4d4d4;
  border-left-color: #d4d4d4;
  padding: 6px 20px;
  color: #555555;
  display: inline-block;
  font-size: 1.5em;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #d9d9d9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #d9d9d9);
  background-image: -moz-linear-gradient(top, #e6e6e6, #d9d9d9);
  background-image: -o-linear-gradient(top, #e6e6e6, #d9d9d9);
  background-image: -ms-linear-gradient(top, #e6e6e6, #d9d9d9);
  background-image: linear-gradient(top, #e6e6e6, #d9d9d9);
}
.grayformbutton:hover,
.grayformbutton:visited:hover,
.grayformbutton:focus,
.grayformbutton:visited:focus {
  color: #1a1a1a;
  border: 1px solid #b9b9b9;
  border-top-color: #a7a7a7;
  border-left-color: #a7a7a7;
  background-color: #c1c1c1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#c1c1c1));
  background-image: -webkit-linear-gradient(top, #cdcdcd, #c1c1c1);
  background-image: -moz-linear-gradient(top, #cdcdcd, #c1c1c1);
  background-image: -o-linear-gradient(top, #cdcdcd, #c1c1c1);
  background-image: -ms-linear-gradient(top, #cdcdcd, #c1c1c1);
  background-image: linear-gradient(top, #cdcdcd, #c1c1c1);
}
.grayformbutton:active,
.grayformbutton:visited:active {
  background-color: #dadada;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#dadada));
  background-image: -webkit-linear-gradient(top, #cdcdcd, #dadada);
  background-image: -moz-linear-gradient(top, #cdcdcd, #dadada);
  background-image: -o-linear-gradient(top, #cdcdcd, #dadada);
  background-image: -ms-linear-gradient(top, #cdcdcd, #dadada);
  background-image: linear-gradient(top, #cdcdcd, #dadada);
}
.button,
.button:visited {
  border: 1px solid #9cd5ef;
  border-top-color: #b6e0f3;
  border-left-color: #b6e0f3;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #bfe4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d5edf8), to(#bfe4f4));
  background-image: -webkit-linear-gradient(top, #d5edf8, #bfe4f4);
  background-image: -moz-linear-gradient(top, #d5edf8, #bfe4f4);
  background-image: -o-linear-gradient(top, #d5edf8, #bfe4f4);
  background-image: -ms-linear-gradient(top, #d5edf8, #bfe4f4);
  background-image: linear-gradient(top, #d5edf8, #bfe4f4);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #9cd5ef;
  border-top-color: #7ec8e9;
  border-left-color: #7ec8e9;
  background-color: #a9daf1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfe4f4), to(#a9daf1));
  background-image: -webkit-linear-gradient(top, #bfe4f4, #a9daf1);
  background-image: -moz-linear-gradient(top, #bfe4f4, #a9daf1);
  background-image: -o-linear-gradient(top, #bfe4f4, #a9daf1);
  background-image: -ms-linear-gradient(top, #bfe4f4, #a9daf1);
  background-image: linear-gradient(top, #bfe4f4, #a9daf1);
}
.button:active,
.button:visited:active {
  background-color: #d5edf8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfe4f4), to(#d5edf8));
  background-image: -webkit-linear-gradient(top, #bfe4f4, #d5edf8);
  background-image: -moz-linear-gradient(top, #bfe4f4, #d5edf8);
  background-image: -o-linear-gradient(top, #bfe4f4, #d5edf8);
  background-image: -ms-linear-gradient(top, #bfe4f4, #d5edf8);
  background-image: linear-gradient(top, #bfe4f4, #d5edf8);
}
/*********************
TYPOGRAPHY
*********************/
.sans-serif {
  font-family: OpenSansCondensedBold, Helvetica, Arial, sans-serif;
}
.serif {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
}
@font-face {
  font-family: 'ChunkFiveRegular';
  src: url('../fonts/Chunkfive-webfont.eot');
  src: url('../fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Chunkfive-webfont.woff') format('woff'), url('../fonts/Chunkfive-webfont.ttf') format('truetype'), url('../fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BlackRoseRegular';
  src: url('../fonts/blackr1-webfont.eot');
  src: url('../fonts/blackr1-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/blackr1-webfont.woff') format('woff'), url('../fonts/blackr1-webfont.ttf') format('truetype'), url('../fonts/blackr1-webfont.svg#BlackRoseRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansCondensedBold';
  src: url('../fonts/OpenSans-CondBold-webfont.eot');
  src: url('../fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-CondBold-webfont.woff') format('woff'), url('../fonts/OpenSans-CondBold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-CondBold-webfont.svg#OpenSansCondensedBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/*WordPress helpers*/
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*********************
ALERTS & NOTICES
*********************/
.help,
.info,
.success {
  margin: 10px;
  padding: 5px 5px;
  border: 1px solid;
}
.error {
  margin: 0;
  padding: 0;
  border: 1px solid;
}
.help {
  border-color: #e8dc59;
  background: #ebe16f;
}
.info {
  border-color: #bfe4f4;
  background: #d5edf8;
}
.error {
  border-color: #f8cdce;
  background: #fbe3e4;
}
.success {
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* .borderRadius(4px); */
/* .borderRadius-left(4px); */
/* .borderRadius-right(4px); */
/* .borderRadius-bottom(4px); */
/* .borderRadius-top(4px); */
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdue it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* .boxSizing(border-box); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0 0 4px #444); */
/*********************
GENERAL STYLES
*********************/
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.618;
  background: none repeat scroll 0 0 #FFEBC6;
  background-image: url(../images/light-tile.gif);
}
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* home page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
.wp-caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
}
/* post caption*/
img#wpstats {
  display: none;
}
/* this stops the display of the little smiley face generated by WP-stats*/
/*********************
LAYOUT & GRID STYLES
*********************/
#container {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
/*
No Grid? Say Whaaaat?
There's really no need for all that
extraneous grid css since floating 
columns wouldn't really fit on such a 
small screen, so let's only bring it in
when we're ready for it.
*/
/*********************
LINK STYLES
*********************/
a,
a:visited {
  color: #b08913;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* no outline on focus*/
  outline: 0;
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #ffcc33;
}
a:link,
a:visited:link {
  /* 
		this highlights links on iPhones/iPads. 
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: OpenSansCondensedBold, Helvetica, Arial, sans-serif;
  /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 1.75em;
  line-height: 1.333em;
  text-align: left;
  margin-top: 0.45em;
  margin-bottom: 0;
  float: left;
  width: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*********************
HEADER SYTLES
*********************/
.header {
  position: relative;
  margin: 0 auto;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
#inner-header {
  background-color: #ffcc33;
  position: relative;
  min-height: 6.6em;
  font-family: ChunkFiveRegular, Verdana, Geneva, sans-serif;
  font-size: 20px;
  text-align: center;
}
#inner-header #logo-tag-wrapper {
  position: relative;
  margin: 0 auto;
  width: 18em;
}
#inner-header #logo-tag-wrapper #logo {
  float: left;
  padding: 0.809em;
  height: 5em;
  width: 5em;
}
#inner-header #logo-tag-wrapper #logo img {
  margin: 0 auto;
}
#inner-header #logo-tag-wrapper #logo a {
  display: block;
  text-decoration: none !important;
  line-height: 1.618;
  width: 100%;
  height: 100%;
}
#inner-header #logo-tag-wrapper #tagline {
  position: absolute;
  top: 50%;
  left: 6.6em;
  width: 9em;
  min-height: 4em;
  margin-top: 1em;
}
#inner-header #logo-tag-wrapper p {
  margin: 0 ;
  line-height: 1.3em;
}
/*********************
NAVIGATION STYLES
*********************/
.nav {
  position: relative;
  min-height: 2.45em;
  color: #ffffff;
  background-color: #000000;
}
.mobilemenu {
  float: right;
}
/* .menu is clearfixed inside tang.php */
.menu {
  position: relative;
  display: none;
  margin: 2.25em 0 0 0;
  /* end .menu ul */
}
.menu .current-menu-parent > a,
.menu .current-menu-item a {
  color: #ffcc33;
}
.menu ul {
  padding: 0;
  margin: 0;
  /* end li */
}
.menu ul li {
  background: url(../images/right-arrow.png) 95% center no-repeat #000000;
  /*start sub menu*/
  /* end submenu ul li */
}
.menu ul li ul {
  display: none;
  position: relative;
  margin: 0;
  width: 100%;
  left: 0;
  padding: 0;
  /* end submenu li */
}
.menu ul li ul li {
  border: none;
  display: block;
  margin: 0;
  padding: 0.146em 1% /*1.618em*/ 0 0;
  background: url(../images/right-arrow.png) 95% center no-repeat #000000;
  line-height: 1.85em;
  text-align: left;
  /* highlight current page */
}
.menu ul li ul li a {
  padding: 10px 10px 10px 20px;
  border-bottom: solid 1px #1a1a1a;
  outline: 0;
}
.menu ul li ul:first-child a {
  border-top: solid 1px #1a1a1a;
}
.menu ul li ul:last-child a {
  border-bottom: none;
}
.menu ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 10px;
  border-bottom: solid 1px #1a1a1a;
  outline: 0;
}
.menu ul li a:hover,
.menu ul li a:focus {
  color: #ffcc33;
}
.menu ul:first-child a {
  border-top: solid 1px #1a1a1a;
}
.menu ul:last-child a {
  border-bottom: none;
}
/* end .menu */
/* ================================
  	Newsletter Modal pop windows
   ================================ */
#subemail-form {
  display: none;
  font-size: 85%;
}
#subemail-form fieldset {
  padding: 0;
  border: 0;
  margin-top: 10px;
}
#subemail-form label,
#subemail-form input {
  display: block;
}
#subemail-form input.text {
  margin-bottom: 12px;
  width: 95%;
  padding: .4em;
}
#subemail-form .ui-dialog .ui-state-error {
  padding: .3em;
}
#subemail-form .validateTips {
  border: 1px solid transparent;
  padding: 0.3em;
}
#subemail-form #errorbox {
  color: #FF0000;
  list-style-type: none;
}
/*********************
POSTS & CONTENT STYLES
*********************/
.padding {
  padding: 0 1.618em;
  overflow: auto;
}
.uk2ad {
  display: none;
  float: right;
  margin: 2em auto;
  padding: 0;
  width: 15em;
}
.post-content {
  position: relative;
  float: left;
}
.picture-frame img {
  max-width: 100%;
  height: auto;
}
/*********************
Portfolio Grid
*********************/
.portfoliocontainer {
  width: 100%;
}
.portfoliowrapper {
  position: relative;
  margin: 1em auto;
  padding: 2%;
  width: 90%;
  min-height: 5em;
  border: 1px solid #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.portfoliowrapper h2 {
  font-family: EurostileRegularArial, Helvetica, sans-serif;
  font-size: 120%;
  margin: 0 0 0.25em 0;
}
.portfoliowrapper p {
  margin: 0 0 0.25em 0;
  font-size: .8em;
}
.portfoliowrapper .portfolioimage {
  float: left;
  width: 100%;
  height: auto;
}
.portfoliowrapper .portfolioimage img {
  width: 100%;
}
.portfoliowrapper .portfoliotext {
  float: left;
  width: 100%;
  margin: 3% 0 0 0;
  padding-right: 3%;
}
.portfoliowrapper .portfoliourl {
  /*  position:absolute;
   left: 0;
   text-align: center;
   bottom: -10em;*/
  float: left;
  width: 100%;
  font-family: arial, helvetica, sans-serif;
  border-top: 1px #c0c0c0 solid;
}
.portfoliowrapper .portfoliourl a {
  font-weight: bold;
}
/******************************************************************
SLIDE SHOW STYLES
This slide show uses jQuery Cycle.
To make this slideshow responsive we need to override some of the inline
css produced by cycle.

The two issues are:
	1 - the individual slide divs get assigned inline widths and
	2 - if you override the width the slideshow disappears.

Addressing the first item is easy enough. Adding a width:100% !important;
rule will causes browsers to ignore the inline style in favor of the !important one.

While this will fix the width aspect, it fails to adjust the height dynamically.
Without something else, the slide will either have 0 height, or at best a wrong one.
The trick here is to force the first slide to display and therefore have its height
and width worked into the calculations done by jQuery Cycle. This is accomplished by
adding a unique class to the first slide (and only the first slide) that overrides a
few more jQuery Cycle inline styles and applies fluid-friendly position, display and height.

Thanks to Graham Budd for this fix - http://grahambudd.com/blog/2012/05/05/fluid-jquery-cycle/
******************************************************************/
.showwrapper {
  position: relative;
  max-width: 25em;
  margin: 0 auto;
  min-height: 31em;
  border: 1px #708090 solid;
  padding: 0.25em;
  /*	Only used with the side arrows - need to uncomment the code
	in vanilla.php getgalelryimages()

	.nextarrow {
		position:absolute;
		right:0;
		width:2em;
		top: 8em;
		padding:.5em;
		height:2em;
		cursor:pointer;
		background:url(../images/next_75trans.png) center center no-repeat;
		&:hover {background:url(../images/next_50trans.png) center center no-repeat;}
	}
	.prevarrow {
		position:absolute;
		left:0;
		width:2em;
		top: 8em;
		padding:.5em;
		height:2em;
		cursor:pointer;
		background:url(../images/prev_75trans.png) center center no-repeat;
		&:hover {background:url(../images/prev_50trans.png) center center no-repeat;}
	}*/
}
.showwrapper #controls {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
  -webkit-border-radius: .75em;
  border-radius: 10px;
  border: 1px solid #000;
  margin: -1.3125em 0 0 -5.75em;
  padding: 0.5em;
  width: 11.5em;
}
.showwrapper #controls ul {
  margin: 0;
  padding: 0;
  height: 100%;
}
.showwrapper #controls ul li {
  float: left;
  display: inline;
  height: 1.5em;
}
.showwrapper #controls ul li a {
  outline: 0;
}
.showwrapper #controls ul #prev,
.showwrapper #controls ul #play,
.showwrapper #controls ul #pause,
.showwrapper #controls ul #next {
  display: block;
  color: #fff;
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.showwrapper #controls ul #prev,
.showwrapper #controls ul #play,
.showwrapper #controls ul #pause {
  padding: 0  0.5em;
  border-right: solid 1px white;
}
.showwrapper #controls ul #next {
  padding: 0  0.5em;
}
.showwrapper .slideshow,
.showwrapper .slideshownav {
  /* display:none;cursor:pointer;*/
}
.showwrapper .slideshow {
  outline: medium none;
  text-align: left;
}
.showwrapper .slidediv {
  width: 100% !important;
  height: auto;
}
.showwrapper .slidediv img {
  max-width: 100%;
}
.showwrapper .slidediv .slidetext {
  /*   position:absolute;
            left: 0;
            text-align: left;
            top: 23em;*/
  float: left;
  width: 100%;
  font-family: arial, helvetica, sans-serif;
  font-size: .9em;
  min-height: 10em;
}
.showwrapper .slidediv .slidetext h1,
.showwrapper .slidediv .slidetext h2,
.showwrapper .slidediv .slidetext h3 {
  font-family: arial, helvetica, sans-serif;
  margin: 0.5em 0 0.25em 0;
}
.showwrapper .slidediv .slidetext h2 {
  font-size: 1.5em;
  font-weight: bold;
}
.showwrapper .slidediv .slidetext p {
  margin: 0;
}
.showwrapper .slidediv .slideurl {
  /*  position:absolute;
            left: 0;
            text-align: center;
            bottom: -10em;*/
  float: left;
  width: 100%;
  font-family: arial, helvetica, sans-serif;
  border-top: 1px #c0c0c0 solid;
}
.showwrapper .slidediv .slideurl a {
  font-weight: bold;
}
.showwrapper .slide_fluid_fix {
  position: relative !important;
  display: block !important;
  height: auto !important;
}
.showwrapper .navwrapper {
  position: relative;
  margin: 0 auto;
}
/* slideshow thumb nav*/
#slidenav {
  margin: 0 auto;
  padding: 0;
}
#slidenav li {
  width: 2.5em;
  float: left;
  margin: 8px;
  list-style: none;
}
#slidenav li a {
  width: 2em;
  padding: .25em;
  display: block;
}
#slidenav li a:focus {
  outline: none;
}
#slidenav .activeSlide {
  background: #cccccc;
}
#slidenav img {
  border: none;
  display: block;
}
/* ================================
  	Blog
   ================================ */
.juice header a,
.juice header a:visited {
  color: #222;
  /* on hover */
  /* on click */
}
.juice header a:hover,
.juice header a:visited:hover,
.juice header a:focus,
.juice header a:visited:focus {
  color: #ffcc33;
}
.juice article {
  display: block;
  margin: .5em 0;
  width: 96%;
  padding: 0 2%;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: auto;
}
.juice h2 {
  margin: 0.25em 0 0 0;
}
.juice p {
  margin: 0 0 1em 0;
}
.juice .featured {
  text-transform: uppercase;
}
.juice .dateline {
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
  font-style: italic;
  font-size: .809em;
  color: #222222;
  margin: 0 0 0.809em 0;
}
.likegridwrapper {
  width: 12em;
  float: left;
}
.likegridwrapper .likeimage {
  width: 100%;
}
.likegridwrapper .likeimage img {
  display: block;
  margin: 0 auto;
}
.likegridwrapper .liketext {
  width: 100%;
  text-align: center;
}
#respond {
  float: left;
}
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/* ================================
  	Contact Form rules 
   ================================ */
#mailmessage {
  display: inline-block;
  height: 1.618em;
}
.formwrapper {
  float: left;
  padding: 10px;
  width: 100%;
  min-height: 250px;
  text-align: left;
  background-color: #fff;
}
form {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin-left: 0;
  padding: 0;
  font-weight: normal;
}
.formrow {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}
.formrow span {
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}
.formrow span input,
.formrow span textarea {
  width: 270px;
}
.formrow span input[type="submit"],
.formrow span input[type="reset"] {
  width: auto;
}
.formrow span input[type="reset"] {
  margin-left: 1em;
}
.formrow span label {
  display: inline-block;
  font-weight: bolder;
  color: #212121;
  width: 100%;
}
.formrow span label[class="error"] {
  display: inline;
  color: #C00;
  width: 50%;
  padding: 0 0 0 .25em;
  margin: 0;
  border: none;
  background: none;
}
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  position: relative;
  min-height: 4.615em;
  margin: 0 auto;
  padding: 0.809em;
  background-color: #ffcc33;
  color: #8d6a00;
  font-family: Arial, Helvetica, sans-serif;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-radius: 0 0 10px 10px ;
  border-radius: 0 0 10px 10px ;
}
.footer p {
  margin: 0;
}
.footer .footermenu {
  width: 100%;
  padding-bottom: .809em;
  min-height: 1.618em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}
.footer .footermenu ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.footer .footermenu li {
  display: inline;
  width: 5em;
  margin: 0;
  padding: 1em 0 0 .6em;
  font-size: .809em;
}
.footer .footermenu a {
  color: #8d6a00;
  font-weight: bold;
  text-decoration: none;
}
.footer .copyright {
  text-align: center;
}
