body {
	background-color: #C00000;
}
.site-header {
	border-top: none;
}
.header-search {
	display: none;
}
.menu-toggle, .second-menu-toggle {
display: none;
cursor: pointer;
}
.header-wrapper {
	background-color: #0A0C0B;
	border-bottom: none;
}
.newsletter-header {
	display: none;
}
/* main nav */
.main-navigation a {
	color: #fff;
	padding: 12px 15px 10px 15px;
}
.main-navigation li:hover > a {
	color: #eee;
	background-color: #333;
}
/* other nav */
.secondary-navigation a {
	color: #fff;
}

.site-description {
	display: none;
}
/* white header */
.page-header .page-title {
	color: #fff;
	text-align: center;
	font-size: 2rem;
}
/* grid hacks */
/*
.blog .hentry:first-of-type {
	width: 552px;
	margin: 5px;
}
.blog .hentry, .archive .hentry {
	width: 270px;
	margin: 5px;
}
*/

/* grid colors */
.entry-title {
	background-color: #0A0C0B;
}
.entry-title a {
	color: #fff;
}
.blog .hentry:nth-of-type(2n) .entry-title, 
.archive .hentry:nth-of-type(2n) .entry-title {
	background-color: #333;
}
/* hover hack */
.blog .hentry:hover .entry-thumbnail a:after,
.archive .hentry:hover .entry-thumbnail a:after {
	background-color: rgba(192,0,0,0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; 
	left: 0;
	content: "";
	background-repeat: no-repeat;
	background-position: center;	
}


.blog .hentry:hover .entry-thumbnail a:after {
	background-image: url(img/mm-watermark-small.png);
}
.blog .hentry:first-of-type:hover .entry-thumbnail a:after {
	background-image: url(img/mm-watermark-large.png);
}

/**/

	.site-branding {
		text-align: center;
		width: 100%;
		position: relative;
		float: none;
		margin-top: 1.5em
	}
	.site-title {
		display: none;}
	
	.main-navigation ul, .secondary-navigation ul {
		list-style: none;
		margin: 0 120px;
		padding-left: 0;
	}
	
	.main-navigation, .secondary-navigation {
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
		width: 100%;
		text-align: left;
		float: none;
	}
	
	.secondary-navigation li {
		display: inline-block;
		position: relative;
		width: auto;
		line-height: 1.5em;
	}
	
	.main-navigation a, .secondary-navigation a {
		color: #fff;
	padding: 12px 20px 10px 20px;
	display: block;
	margin: 0;
	text-decoration: none;
	font-size: 115%;
	}
	
	.secondary-navigation a:before {
		content: ">";
		margin-right: 0;
	}


@media only screen and (max-width: 1124px) and (min-width: 768px) {
	.main-navigation, .second-navigation {
		width: 100%;
	}
	.main-navigation ul, .secondary-navigation ul {
	margin: 0}
	.site-title a {
		min-height: 281px;
		padding: 0 20px;
		text-decoration: none;
		text-indent: -9999px;
	}
}

@media screen and (max-width: 767px) {

	.main-navigation ul, 
	.main-navigation ul ul, 
	.main-navigation ul li:hover > ul, 
	.secondary-navigation ul, 
	.secondary-navigation ul ul, 	
	.secondary-navigation ul li:hover > ul  {
		display: none;
	}

	.main-navigation a, .secondary-navigation a {
		text-indent:10px
	}
	.secondary-navigation.toggled .menu {
		display: block;
		margin: 0;
		width: 100%;
	}
	.menu-toggle {
		display: block;
		margin: 0 auto;
		padding: 0;
		position: absolute;
		top: 1em;
		text-transform: uppercase;
		width: 100%;
		color: #fff;
		font-size: 16px; 
		text-align:center
	}
	/* menu icon */
	.menu-toggle:before,
	.second-menu-toggle:before {
		font-family: Genericons;
		content: '\f419';
		margin-right: 8px;
		font-size: 12px;
	}
	.second-menu-toggle {
		display: block;
		color: #fff;
		margin: 0 auto;
		padding: 0;
		position: relative;
		text-transform: uppercase;
		width: 100%;
		text-align: center;font-size: 16px
	}
	.secondary-navigation {
		clear: both;
		float: none;
		margin: 0 0 1.5em;
		padding-top: 3em;
		width: 100%;
	}

	.secondary-navigation li {
		border: 0;
		display: block;
		float: none;
		list-style: disc;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	 .main-navigation li:last-child a, .secondary-navigation li:last-child a{
   	border:none
	}
	.secondary-navigation ul {
	background-color: black;
	}
	.secondary-navigation a {
		border-width: 0 0 1px;
		border-style: solid;
		border-color: #e4e4e2;
		float: none;
	}
	.secondary-navigation a:before {
	content: "";
	}
	.secondary-navigation li:hover > a {
	color: #eee;
	background-color: #333;
	}
	.secondary-navigation ul ul li.current_page_item a,
	.secondary-navigation ul ul li.current-menu-item a,
	.secondary-navigation ul li.current_page_item ul a,
	.secondary-navigation ul li.current-menu-item ul a,
	.secondary-navigation li.current_page_item a,
	.secondary-navigation li.current-menu-item a,
	.secondary-navigation li:hover > a {
		border-width: 0 0 1px;
		border-style: solid;
		border-color: #e4e4e2;
	}

	.site-title a {
		min-height: 169px;
		padding: 0 20px;
		text-decoration: none;
		text-indent: -9999px;
	}
}

/* content area */
.hentry {
	background-color: #fff;
	margin-bottom: 0;
}
.entry-content, .entry-meta {
	padding: 0 20px 20px;
}
.entry-title {
	color: #fff;
}

/* comments */
.comments-area {
	background-color: #0A0C0B;
	color: #fff !important;
	padding: 0 20px 20px;
}
.comments-area a {
	color: #eee;
}
#respond {
	border: none;
}

/* widget (sidebar) */
.widget {
	background-color: #fff;
	margin: 0;
}
.widget-title {
	background-color: #0A0C0B;
	color: #fff !important;
}
.gform_wrapper, .textwidget {
	padding: 20px;
}
/* gravity form */
.gform_wrapper {

}
.gform_wrapper input {
	width: 94%;
	padding: 2% !important;
	margin: 10px 0 !important;
}
#gform_wrapper_2 .gfield_label,
#gform_wrapper_2 .gform_anchor {
	display: none;
}
/* footer additions */
#colophon {
	padding-bottom: 100px;
}

/* icon hacking */
.social-icon {
	font-family: Genericons;
	font-size: 12px;
	float: right;
}
.social-icon a {
	padding-left: 10px;
	padding-right: 10px;
}