/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*reduce vertical size of header*/
#header .shade {
	padding: 3em 2em;
	min-height: 100px;
}

/*change font family*/
#access .menu {
	z-index: 400;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	font-size: .85em;
	background-color: #a3b1bc;
}

/*suppress author info*/
.single .author-info {
	display: none;
}

/*suppress date*/
.post-meta {
	display: none;
}

/*suppress author info on page footer*/
.archive-header, .author .author-info {
	display: none;
}

/*change rollover font color*/
.back .entry-title, .back .entry-summary {
	color: #ffffff;
}

/*change menu color to black*/
#access .menu ul li a {
	display: block;
	padding: 15px .75em;
	margin: 0;
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: .05em;
	transition: all .2s ease-in;
}

/*suppress little symbol*/
.genericon-standard:before {
	display: none;
}

/*reduce vertical spacing*/
.masonry .panel {
	padding: 0;
	font-size: .75em;
	border: 3px solid #f2f2f2;
}

/*remove title from portfolio page*/
.masonry .panel {
	display: none;
}

/*suppress comments section*/
#comments {
	display: none;
}

/*reduce padding*/
#content {
	padding-bottom: 0;
}

/*reduce padding*/
.single .hentry, .page .hentry, .error404 .hentry {
	padding-bottom: 0;
}

/*change colors for submit button*/
input[type=submit], input[type=reset], button {
	background-color: #3d463f;
	color: #ffffff;
	border: none;
	font-size: 85%;
	padding: .5em 1em;
	height: 40px;
	font-family: "Source Sans Pro";
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: middle;
	cursor: pointer;
	-webkit-appearance: none;
	transition: all .2s linear;
}

/*remove next & previous post verbage*/
.post-navigation, .paging-navigation {
	display: none;
}

/*add outline to input fields*/
input[type=text], input[type=search], input[type=password], input[type=email], input[type=date], input[type=phone], select, textarea {
	outline: 1px solid #000000;
	width: 99.8%;
	height: 40px;
	margin-top: 10px;
	display: block;
	border: none;
	background-color: #f9f9f9;
	vertical-align: middle;
	font-size: 14px;
	color: #525252;
	padding: 8px 10px;
	font-family: "Source Sans Pro";
	-webkit-appearance: none;
	transition: background-color .2s linear;
}

.widget-zone {
	background-color: #b0a5ae;
}

/*change text color in footer*/
.widget-zone .widgets {
	max-width: 880px;
	margin: 0 auto;
	color: #ffffff;
}