/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.site-inner {
	background: rgba(78,78,78,0.3);
}

body {
	background: #000 url(images/pattern.png);
	color: #ffffff;
}

.site-inner .wrap {
	background: #000 url(images/);
	background-size: 10px 10px;
	width: 100%;
}

.site-header {
	background: #000 url(images/pattern.png);
	background-size: 150px 150px;
	color: #fff;
	padding: 0 0 148px;
	overflow: hidden;
}

.site-header .widget-area {
	float: left;
	text-align: right;
	width: 1000px;
}

.site-footer {
	background: #000000 url(images/pattern.png);
	box-shadow: none;
}

.nav-primary {
	background-color: #000000;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #ff0000;
}

.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item > a {
	color: #000000;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 24px 23px;
	position: relative;
}

.genesis-nav-menu .sub-menu a {
	background-color: #ffffff;
	color: #000000;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a {
	background-color: #fff;
	color: #ff0000;
}

.page-id-26 .entry-title {
	display: none;
}

.entry-content {
	background: #000000;
	color: #fff;
}

.content {
	background: #000000;
	background-size: 10px 10px;
	float: right;
	padding: 0;
	width: 760px;
}

.entry-title {
	display: none;
}

.entry-author-name {
	display: none;
}

.entry-meta a {
	display: none;
}

.entry-meta {
	color: #000000;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h1.site-title {
	display: none;
}

.woocommerce .quantity .qty {
	width: 5.631em;
	text-align: center;
	color: #000000;
}

.woocommerce a {
	color: #ffffff;
	text-decoration: none;
}

.woocommerce a.button.alt {
	background-color: #ed1b24;
}

.woocommerce ul.products li.product .price {
	color: #ffffff;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #F3DA19;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #F3DA19;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #ffffff;
	font-size: 1.25em;
}

.woocommerce div.product .stock {
	color: #ffffff;
}

a {
	color: #ffffff;
}

.woocommerce .woocommerce-breadcrumb {
	Display: none;
}

.woocommerce .woocommerce-ordering select {
	display: none;
}

.woocommerce-checkout #payment {
	background: #656365;
	border-radius: 5px;
}

input, select, textarea {
	color: rgb(49,47,44);
}

.sidebar-primary {
	display: none;
}

.tribe-events-list-separator-month {
	background-color: #960c0c;
}

.tribe-events-list .tribe-events-event-cost span {
	background: #960c0c;
}

.home #sidebar {
	display: none;
}

.home #content {
	width: 100%;
}

/** Force full width layout on all archive pages*/
add_filter( genesis_pre_get_option_site_layout, full_width_layout_single_pages );
/**
* @author Brad Dalton
* @link http://wpsites.net/web-design/change-layout-genesis/
*/
function full_width_layout_single_pages( $opt ) {
}	
}