@font-face {
    font-family: 'Brothers';
    src: url('/css/brothersbold.eot');
    src: url('/css/brothersbold.eot?#iefix') format('embedded-opentype'), 
url('/css/brothersbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Icon';
	src:url('/css/Icon.eot');
	src:url('/css/Icon.eot?#iefix') format('embedded-opentype'),
url('/css/Icon.woff') format('woff'),
url('/css/Icon.ttf') format('truetype'),
url('/css/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Correct colors and fonts for reference ----------------------------------------

yellow: #f7ef9d | #d0d3ef
brown: #7f440b | #29355a
orange: #e59621 #f07d00 #e59521 | #666666

font-family: 'Josefin Slab', serif;
font-family: 'Brothers', serif;
font-family: "futura-pt",sans-serif;


----------------------------------------------------------------------------------*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:0}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:none;color:#29355a}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */	
}

body {
	color: #666666;
	font-family: 'Josefin Slab', serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.625;
}

.site-container {
	background-color: #29355a;
}

.site-inner {
	background: url(/images/spacer.gif);
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	color: #666666;
}

::selection {
	color: #666666;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 20px;
	margin: 0 0 2rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.nrmlul ol li,
.nrmlul ul li {
	margin: 25px;
	padding: 0.5px;
	list-style-type: circle;
}

blockquote,
blockquote::before {
	color: #666666;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
	padding: 2.4rem 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #666666;
	color: #fff;
}

cite {
	font-style: normal;
}

.brothers {
	font-family: 'Brothers', serif;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666666;
	font-family: "futura-pt",sans-serif;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 0;
	text-transform: uppercase;
}

.widgettitle {
	font-family: 'Brothers', serif;
	font-size: 18px;
	font-size: 1.8rem;
}

h1 {
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing:1px;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #d0d3ef;
	border: 1px solid #d0d3ef;
	padding: 6px 12px;
	padding: .6rem 1.2rem;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	color: #666666;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666666;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #666666;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	padding: 8px 16px;
	padding: .8rem 1.6rem;
	width: auto;
	font-size:20px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #ffffff;
	color: #666666;
	border: 1px solid #666666;
	border: none;
	text-decoration: none;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #666666;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #666666;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

/*.site-container {
	margin: 0 auto;
	max-width: 1140px;
}*/

.wrap,
.content-sidebar-wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.abc-landing .site-container {
	max-width: 800px;
}

.site-inner .content-sidebar-wrap {
	background: url(/images/spacer.gif) repeat-x #d0d3ef;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

.abc-home .site-inner {
	overflow: visible;
}

.abc-home .site-inner .content-sidebar-wrap {
	background: #d0d3ef;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
	float: right;
	width: 780px;
	padding: 0 60px;
	padding: 0 6rem;
	margin: 125px 0 24px;
	margin: 12.5rem 0 2.4rem;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 82.631579%;
	margin: 0 auto;
	float: none;
}

.abc-home .content {
	padding: 0;
}


/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 340px;
}

.sidebar-content .sidebar-primary {
	float: left;
}


.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border: 1px solid #666666;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	overflow: hidden;
	background: url(/images/searchBg.png) repeat-y top right;
	border: 3px solid #666666;
	border-right: 0;
}

.search-form input[type="submit"] {
	border: none;
	/*clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;*/
	background: url(/images/search.png) no-repeat center center;
	width: 41px;
	float: right;
	text-indent: -9999px;
}

.search-form input[type="search"] {
	color: #666666;
	border: none;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
	padding: 8px 1.6px;
	padding: .8rem 1.6rem;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "futura-pt",sans-serif;
	width: 206px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
	margin: 0 2.4rem 1.2rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	padding: 2px 6px 0 0;
	padding: 0.2rem 0.6rem 0 0;
	text-align: right;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #666666;
	font-size: 12px;
	font-size: 1.2rem;
	margin: -40px -60px 30px;
	margin: -4rem -6rem 3rem;
	padding: 20px;
	padding: 2rem;
}

.abc-home .breadcrumb {
     margin: 0;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 30px;
	padding: 3rem;
}

.archive-description {
	padding: 16px 20px;
	padding: 1.6rem 2rem;
}

.author-box {
	
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.widget-area li {
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding-bottom: 6px;
	padding-bottom: 0.6rem;
}

.widget-area li li {
	margin: 0;
	padding-bottom: 0;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 20px 0 20px 0;
	margin: 2rem 0 2rem 0; 
}

.sidebar .widget-title a {
	color: #666666;
	font-family: "futura-pt",sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
}


.footer-widgets .entry-title a:hover {
	color: #666666;
	text-decoration: none;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
}

.abc-home .home-cta .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	text-transform: none;
}

.abc-home .home-cta .entry-title a,
.abc-home .home-cta .widget-title {
}


.footer-widgets .entry-title a,
.footer-widgets .widget-title {
	color: #666666;
	font-size: 20px;
	font-size: 2rem;
}

/* Widgets - Featured Content
------------------------------------------------------------------------------------------ */
.featured-content .entry {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing:1px;
}

/* Home Widgets - From the Blog and Featured Artists
------------------------------------------------------------------------------------------ */
#home-widget-wrap {
	margin: 0;
	padding: 0;
}

#home-widget-wrap .featured-content-from-the-blog .widget-title {
	margin: 0;
	padding: 30px 0;
	padding: 3rem 0;
	font-family: 'Brothers', serif;
	color: #666666;
	font-size: 22px;
	font-size: 2.2rem;
	width: 202px;
	border-right: 1px solid #666666;
}

#home-widget-wrap .featured-content-from-the-blog .entry {
	margin: 0 15px 0 0;
	margin: 0 1.5rem 0 0;
	padding: 40px 0;
	padding: 4rem 0;
	border-top: 1px solid #666666;
}

.home-blog .featured-content-from-the-blog img,
.featured-content-featured-artist img {
	border: 3px solid #d0d3ef;
	-moz-box-shadow: 0 0 6px #dcc86b;
  	-webkit-box-shadow: 0 0 6px #dcc86b;
  	box-shadow: 0 0 6px #dcc86b;
}

.home-blog .featured-content-from-the-blog .entry-title {
	margin: 9px 0 12px 0;
	margin: .9rem 0 1.2rem 0;
}

.featured-content-from-the-blog p {
	line-height: 1.4;
	margin: 0 0 17px;
	margin: 0 0 1.7rem;
}

.featured-content-from-the-blog .post-meta,
.featured-content-from-the-blog .post-meta a {
	color: #666666;
	font-family: "futura-pt",sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing:1px;
}

#home-widget-wrap .featured-content-featured-artist .widget-title {
	display: none;
}

#home-widget-wrap .featured-content-featured-artist .entry-title {
	padding: 30px 0;
	padding: 3rem 0;
	margin: 0;
	line-height: normal;
}

#home-widget-wrap .featured-content-featured-artist .entry-title a {
	font-family: 'Josefin Slab', serif;	
	color: #666666;
	text-transform: none;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: normal;
}

#home-widget-wrap .featured-content-featured-artist .entry-title a:before {
	content: 'Featured Artist: ';
	margin: 0 10px 0 0;
	margin: 0 1rem 0 0;
	font-family: "futura-pt",sans-serif;
	color: #666666;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: normal;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	background-color: #fff;
	color: #888;
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	text-transform: uppercase;
}

.enews-widget input[type="submit"] {
	background-color: #64c9ea;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	text-transform: none;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.sidebar .enews-widget {
	background-color: #222;
}

.enews form + p {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .enews-widget {
	color: #ddd;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
	padding: 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 18px;
	font-size: 1.8rem;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	background:none;
	border:none;
	padding:0;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction{
	text-transform: uppercase;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	letter-spacing: .1rem;
	color:#666666;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 990;
}

/* Title Area
--------------------------------------------- */

.title-area {
	overflow: hidden;
	display: block;
	width: 268px;
	height: 232px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -134px;
	background:url(/images/logo.png) no-repeat center top;
}

.facebook-top-area {
	overflow: hidden;
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	right: 5px;
	top: 5px;
	margin-left: -134px;
	background-color:transparent;
}


.site-title {
	margin: 0 0 5px;
	margin: 0 0 0.5rem;
}

.site-title a,
.site-title a:hover {
	display: block;
	width: 241px;
	height: 221px;
	margin: 0 auto;
	text-decoration: none;
	text-indent: -9999px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	float: left;
	margin: 0;
	max-width: 260px;
	min-height: 100px;
	padding: 0;
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	display: none;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #666666;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: normal;
	overflow: hidden;
	padding: 0;
	width: 86.842105263%;
	margin: 0 auto;
	float: none;
	white-space: nowrap;
}

.genesis-nav-menu .menu-item {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}

.genesis-nav-menu a {
	color: #666666;
	display: block;
	padding: 16px 0;
	padding: 1.6rem 0;
	position: relative;
	text-transform: uppercase;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	letter-spacing: .4px;
	letter-spacing: .04rem;
}

.genesis-nav-menu .first {
	width: 10%;
}

.genesis-nav-menu .second {
	width: 12%;
}

.genesis-nav-menu .third {
	width: 12%;
	margin-right: 30%;
}

.genesis-nav-menu .fourth {
	width: 14%;
}

.genesis-nav-menu .fifth {
	width: 10%;
}

.genesis-nav-menu .last {
	width: 12%;
}

/*.genesis-nav-menu .first a {
	padding-left: 0;
}

.genesis-nav-menu .last a {
	padding-right: 0;
	float: right;
}*/

.nav-primary {
	background: url(/images/wood.png) repeat-x;
	padding: 52px 0;
	margin: 0;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	color: #666666;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
	color: #666666;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 12px 0;
	padding: 1.2rem 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 290px;
	z-index: 999;
	background-color: #666666;
	white-space: normal;
}

.genesis-nav-menu .sub-menu li {
	text-align: left;
}

#menu-primary-navigation .sub-menu:before {
    content: " ";
	display: block;
	clear: both;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #f0f0ee;
   	/*right: 42px;*/
	left: 68%;
    position: absolute;
    top: -15px;
}

#menu-primary-navigation .fourth .sub-menu:before {
   	/*right: 42px;*/
	left: 15%;
}

.genesis-nav-menu .sub-menu a {
	background-color: #666666;
	color: #d0d3ef;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: .05em;
	padding: 12px 18px;
	padding: 1.2rem 1.8rem;
	position: relative;
	/*width: 290px;*/
}

.genesis-nav-menu .sub-menu a:before {
	content: '\2192';
	display: block;
	float: left;
	margin: -10px 12px 10px;
	margin: -1rem 1.2rem 1rem;
	font-family: 'Icon';
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #666666;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 289px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
	margin-top: 13px;
	margin-top: 1.3rem;
}

.genesis-nav-menu .menu-item-27:hover > .sub-menu {
	margin-left: -166px;
}

.genesis-nav-menu .menu-item-28:hover > .sub-menu {
	width: 200px;
	margin-left: -100px;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}


/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	padding: 0;
}

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
}

.site-header .genesis-nav-menu a {
	padding: 38px 18px 40px;
	padding: 3.8rem 1.8rem 4rem;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .genesis-nav-menu .sub-menu a {
	padding: 10px 18px;
	padding: 1rem 1.8rem;
}

.site-header .sub-menu .sub-menu {
	margin-top: -40px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-intro {
	background-color: #d0d3ef;
	clear: both;
	overflow: hidden;
}

.home-intro #text-6,
.home-intro #text-7 {
	padding: 10px 0 10px 0;
	padding: 0.5rem 0 1rem 0;
}

.home-intro #text-6 {
	text-align: center;
}

.home-intro #text-6 .emph,
.home-intro #text-6 .nrml,
.home-intro #text-6 img {
	vertical-align: middle;
}

.home-intro #text-6 .nrml,
.home-intro #text-7 {
	font-size: 20px;
	font-size: 2rem;
}

.home-intro #text-6 .emph,
.home-intro #text-6 img {
	margin-right: 28px;
	margin-right: 2.8rem;
}

.home-intro #text-6 .emph {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	letter-spacing: .1em;
}

.home-intro .brothers {
	font-size: 22px;
}

.home-intro .two-thirds {
	padding-right: 30px;
}

.home-intro .one-third {
	text-align: right;
}

/*.home-middle .widget:nth-of-type(3n+1), 
.home-intro .widget:nth-of-type(3n+1) {
	clear: left;
}*/

.abc-home a.more-link {
	clear: both;
	display: block;
	margin: 30px 0 0;
	margin: 3rem 0 0;
}

.abc-home .home-cta {
	background-color: #d0d3ef;
	color: #ddd;
	float: left;
	padding: 60px;
	padding: 6rem;
	width: 100%
}

.abc-home .home-cta p {
	color: #ddd;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.blog .content .entry{
	padding-bottom:40px;
	border-bottom: 1px dashed #666666;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.content .entry-header .entry-meta {
	clear: both;
	color: #7f430b;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	font-family: "futura-pt",sans-serif;
	line-height: 2.8;
	margin: 0 0 12px 0px;
	margin: 0 0 1.2rem 0rem;
	overflow: hidden;
	padding-left: 0px;
	padding-left: 0rem;
	text-transform: uppercase;
	border-top:1px solid #7f430b;
	border-bottom:1px solid #7f430b;
	letter-spacing:1px;
	font-weight:500;
	display:none;
}

.content .entry-header .entry-meta a {
	color: #7f430b;
}

.content .entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.content .entry-header .entry-meta .entry-comments-link {
	color: #7f430b;
	float: right;
	padding: 0 0px;
	padding: 0 0rem;
	text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
	background: url(/images/icon-comments.png) no-repeat left;
	background-size: 16px 16px;
	color: #7f430b;
	padding-left: 26px;
	padding-left: 2.6rem;
}

.entry-footer .entry-meta {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	padding-top: 10px;
	padding-top: 1rem;
}

.entry-footer .entry-tags {
	background: url(/images/icon-dot.png) no-repeat left;
	margin-left: 4px;
	margin-left: 0.4rem;
	padding-left: 10px;
	padding-left: 1rem;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 30px;
	padding: 3rem;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 30px 0;
	padding: 3rem 0;
}

.entry .archive-pagination a {

}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #64c9ea;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 8px 20px;
	padding: 0.8rem 2rem;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #6bd5f1;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	overflow: hidden;
}

.entry-comments .comment-author {
	font-weight: 700;
	margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	margin: 3rem;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
	margin: 3rem 0;
}

.comment-list li li {
	margin-right: -1px;
	margin-right: -0.1rem;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #222;
	color: #fff;
	float: left;
	font-weight: 700;
	padding: 30px;
	padding: 3rem;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding: 48px;
	padding: 4.8rem;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
	margin-right: 1rem;
}

.alt,
.even {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.comment-reply {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 48px 48px;
	padding: 0 4.8rem 4.8rem;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	margin-top: 125px;
	margin-top: 12.5rem;
	padding-bottom: 30px;
	padding-bottom: 3rem;
	border-left: 1px solid #666666;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	background: url(/images/icon-li.png) no-repeat 0 7px;
	background-size: 8px 8px;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0 0 6px 16px;
	padding: 0 0 0.6rem 1.6rem;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 0;
	margin: 0 60px 40px 40px;
	margin: 0 6rem 4rem 4rem;
	padding: 0 0 40px;
	padding: 0 0 4rem;
	border-bottom: 1px solid #d0d3ef;
	word-wrap: break-word;
}

.sidebar .widget_search {
	border-bottom: none;
	margin-bottom: 0;
}

.sidebar .search-form {
	width: 250px;
}

.sidebar .featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
}

/*
Footer Wrapper
---------------------------------------------------------------------------------------------------- */
.footer-wrapper-left {
	background: url(/images/spacer.gif) no-repeat left bottom;
}

.footer-wrapper-right {
	background: url(/images/spacer.gif) no-repeat right bottom;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	color: #d0d3ef;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 50px 56px 0;
	padding: 5rem 5.6rem 0;
	border-bottom: 1px solid #666666;
}

.footer-widgets-1 {
	width: 192px;
	border-right: 1px solid #666666;
}

.footer-widgets-2 {
	width: 250px;
	margin-left: 45px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	height: 320px;
}

.footer-widgets-3 {
	float: right;
	width: 505px;
	height: 320px;
}

.footer-widgets .widget {
	word-wrap: break-word;
}

.footer-widgets li {
	background: none;
	list-style-type: none;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	padding: 0;
	text-transform: uppercase;
	line-height: normal;
}

.footer-widgets a,
.footer-widgets li a {
	color: #d0d3ef;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	letter-spacing:1px;
}

.footer-widgets-1 .widgettitle {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets-2 .widgettitle {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

.footer-widgets-2 .address,
.footer-widgets-2 .click {
	font-family: "futura-pt",sans-serif;
	text-transform: uppercase;
	font-weight: 700;	
}

.footer-widgets-2 .address {
	color: #d0d3ef;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing:1px;
}

.footer-widgets-2 .click {
	color: #666666;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 36px;
	margin: 0 0 3.6rem;
}

.footer-widgets-2 a {
	margin-right: 20px;
	margin-right: 2rem;
}

.footer-widgets-3 {
	text-align: right;
}

.footer-widgets-3 img {
	-moz-box-shadow: 0 0 6px #713809;
  	-webkit-box-shadow: 0 0 6px #713809;
  	box-shadow: 0 0 6px #713809;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-footer,
.site-footer p,
.site-footer p a {
	margin: 0;
	color: #d0d3ef;
	font-family: "futura-pt",sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing:1px;
}

.site-footer p {
	margin: 0 0 10px;
}

.site-footer .hdivider {
	padding: 0 8px;
	padding: 0 0.8rem;
}

.site-footer .footer-left {
	float: left;
	width: 75%;
}

.site-footer .footer-left p{
		font-size: 14px;
}

.site-footer .footer-right {
	float: right;
	text-align: right;
	width: 24%;
}

/*
Soliloquy
---------------------------------------------------------------------------------------------------- */
.soliloquy-container {
	z-index: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	
}

@media only screen and (max-width: 1120px) {

	.site-inner {
		width: 100%;
		max-width: 1024px;
	}
	
	.wrap, 
	.content-sidebar-wrap {
		max-width: 990px;
	}
	
	.content {
		width: 640px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.genesis-nav-menu {
		width: 96%;
	}
	
	#home-widget-wrap .featured-content-featured-artist .entry-title a:before {
		display: table;
		float: none;
	}
	
	
	.footer-widgets .wrap {
	    padding: 5rem 4.2rem 0;
	}
	
	.footer-widgets-1 {
		width: 165px;
		margin-right: 20px;
	}
	
	.footer-widgets-2 {
		width: 250px;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.footer-widgets-3 {
		width: 420px;
	}
	
	.site-footer, .site-footer p, .site-footer p a {
		font-size: 12px;
		font-size: 1.2rem;
	}

}

@media only screen and (max-width: 1023px) {
	
	.wrap {
		max-width: 768px;
	}
	
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area,
	.site-footer .footer-left,
	.site-footer .footer-right {
		width: 100%;
	}
		
	.home-slider {
		margin-top: 120px;
	}

	.greenbriarfarm #sdrn_bar {
		background: url(/images/wood.png) repeat-x transparent;
	}
	
	.greenbriarfarm #sdrn_bar .menu_title {
		vertical-align: top;
	}
	
	.greenbriarfarm #sdrn_bar{
		height:60px;
		padding:20px 20px;
		overflow: hidden;
	}
	
	.greenbriarfarm #sdrn_menu.left{
		width:auto !important;
		max-width:60% !important;
	}
	
	.greenbriarfarm #sdrn_bar .menu_title, .greenbriarfarm #sdrn_bar .sdrn_icon_menu{
		font-family: 'Helvetica', serif;
                font-weight:bold;
		letter-spacing:.05em;
		color:#666666 !important;
	}
	
	.greenbriarfarm #sdrn_menu.left ul#sdrn_menu_ul{
		padding-top:110px !important;
	}
	
	.greenbriarfarm #sdrn_menu.sdrn_levels ul li{
		border-bottom: 1px solid #000000 !important;
	}
	
	.greenbriarfarm #sdrn_menu.sdrn_levels ul li ul li{
		padding-left:0;
		border-left:8px solid #666666;
	}
	
	.greenbriarfarm #sdrn_menu ul li{
		border-bottom:1px solid #d0d3ef;
	}
	
	.greenbriarfarm #sdrn_menu ul li a{
		font-family: "futura-pt",sans-serif;
		font-weight:700;
		letter-spacing:1px;
		text-transform:uppercase;
	}
	
	.greenbriarfarm #sdrn_menu.sdrn_levels a.sdrn_parent_item{
		margin-left:20px;
	}
	
	.site-header {
		background: #d0d3ef;
		position: fixed;
		display: block;
		margin-top: 18px;
	}
	
	.site-inner .content-sidebar-wrap {
		background: url("/images/spacer.gif") repeat-x 0 18px #d0d3ef;
	}
	
	.abc-home .site-header {
		height: auto;
		position: relative;
		background: #d0d3ef;
		display: block;
	}
	
	
	.title-area {
		width: 178px;
		height: 154px;
		position: absolute;
		left: 50%;
		top: -60px;
		margin-left: -89px;
		background:url(/images/logo-178.png) no-repeat center top;
	}
	

	.site-title a,
	.site-title a:hover {
		display: block;
		width: 178px;
		height: 154px;
		margin: 0 auto;
		text-decoration: none;
		text-indent: -9999px;
	}
	
	.site-header .widget-area {
		height: 42px;
		right: 0;
		position: absolute;
		top: -42px;
		width: 230px;
		display: block;
	}
	
	.site-header .search-form  {
		background: none;
		border: none;
		overflow: hidden;
		width: 230px;
		margin-top: -4px;
	}
	
	.site-header .search-form input[type="search"] {
		padding: 4px 12px;
		text-transform: uppercase;
		width: 186px;
		background: none;
		background-color: #d0d3ef;
		color: #da9923;
	}
	
	.search-form input[type="submit"] {
		padding: 4px 0 4px 8px;
	}

	.footer-widgets-1 {
		width: 34%;
	}
	
	.footer-widgets-2 {
		float: right;
		width: 54%;
	}
	
	.footer-widgets-3 {
		width: 100%;
		text-align: center;
		float: none;
		padding-top: 30px;
		padding-top: 3rem;
	}
	
	.site-footer .footer-left,
	.site-footer .footer-right {
		text-align: center;
	}
	
	.site-footer .footer-left,
	.site-footer .footer-right {
		margin: 0 0 16px;
	}
		
	.wrap {
		padding-left: 2%;
		padding-right: 2%;
	}
	
	.abc-home .site-inner .wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.footer-widgets .wrap {
		padding: 32px 22px 0;
		padding: 3.2rem 2.2rem 0;
	}
	
	.footer-widgets-1 {
		display: none;
	}
	
	.footer-widgets-2 {
		width: 220px;
		margin-left: 15px;
		margin-right: 15px;
		float: left;
	}
	
	.footer-widgets-3 {
		width: 380px;
		float: right;
	}
	
	
	.footer-widgets-2 a {
		margin-right: 10px;
		margin-right: 1rem;
	}
	
	.content {
		float: none;
		margin: 140px 0 24px;
		margin: 14rem 0 2.4rem;
		padding: 0 30px;
		padding: 0 3rem;
	}
	
	.sidebar {
		border-left: none;
		margin-top: 10px;
		margin-top: 1rem;
	}
	
	.sidebar .widget{
		border-top:1px solid #d0d3ef;
		border-bottom:none;
		padding:40px 0 20px 0;
	}
	
	.sidebar .widget_search {
		display: none;
	}

}



/* Below standard iPad
--------------------------------------------- */

@media only screen and (max-width: 767px) {
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.sub-footer-left,
	.sub-footer-right,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 90%;
		float: none;
		margin: 20px auto 0px;
	}
	
	.footer-widgets-3 {
		margin-top:0px;
	}
	
	.hide-mobile {
		display: none;
	}
	
	
	
	.home-intro .one-third {
		text-align: center;
		padding-top: 20px;
	}
	
	#home-widget-wrap .featured-content-from-the-blog .widget-title {
		border-right: none;
		padding: 15px 0;
		padding: 1.5rem 0;
	}


	.site-header .widget-area {
		display: none;
	}
	
	
}


@media only screen and (max-width: 600px) {
	
	.entry-categories,
	.entry-comments-link,
	.entry-tags {
		display: block;
		float: none;
	}
	
}

@media only screen and (max-width: 480px) {

	.content {
		padding: 30px;
	}

}


@media only screen and (max-width: 479px) {

	.title-area {
		height: 128px;
		position: absolute;
		left: auto;
		right: 0;
		top: -60px;
		margin-left: -74px;
		background:url(/images/logo-178.png) no-repeat center top;
		background-size: contain;
	}
	
		table.cart th.product-remove, table.cart td.product-remove, 
		table.cart th.product-thumbnail, table.cart td.product-thumbnail, 
		table.cart th.product-price, table.cart td.product-price {
		display: none !important;
	}
	
	table.cart td {
		line-height: normal !important;
	}