/* Custome Styles for Wilhide Painting Website, by Jenn Moore at TM Design, Inc. */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
color: #000000;
line-height: 150%;
text-align: left;
background-color: #1F0D00;
}

a {
color: #890001;
}

a:hover {
color: #450000;
}

img {
	max-width: 100%;
	height: auto;
}

h2, h3 {
margin: 0;
color: #890001;
}

h2 {
font-size: 130%;
}

h3, h4 {
font-size: 105%;
}

h4 {
	margin: 0;
}

.popup h4 {
color: #f8f3cc;
}

hr {
	height: 1px;
	border: none;
	background-color: #eee;
}

input {
	max-width: 100%;
}

.wrapper {
	border: 10px solid #450000;
	max-width: 800px;
	margin: 0 auto;
}

@media screen and (min-width: 800px) {
	.wrapper {
		border: 25px solid #450000;
	}
}

header {
	text-align: center;
}

nav {
	text-align: center;
	border-top: 5px solid #880000;
	background-color: #c6bc8f;
	line-height: 25px;
	padding: 0 10px;
}

@media screen and (min-width: 800px) {
	nav {
		background-image: url('images/wilhide-banner2.jpg');
		background-repeat: no-repeat;
		min-height: 61px;
		border: none;
	}
	nav a {
		display: inline-block;
		padding-top: 34px;
	}
}

nav a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#wpmenu {
margin-top: 35px; 
font-weight: bold; 
font-size: 85%;
text-align: center;
}

#wpmenu a {
text-decoration: none;
}

.content {
	background-color: #fff;
	padding: 30px 15px;
}

@media screen and (min-width: 800px) {
	.content {
		padding: 30px;
	}
}

blockquote {
	border-left: 5px solid #ccc;
	padding-left: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

#footer {
	font-size: 80%; 
	font-family: arial,helvetica,sans-serif; 
	color: #c6bc8c;
	text-align: center;
	padding: 10px;
}

#footer a {
color: #c6bc8c;
}

#footer a:hover {
color: white;
}

.form td {
padding-bottom: 5px;
padding-right: 5px;
}

td {
text-align: left;
}

.popup {
text-align: center;
}

.popup, .popup a {
color: #c6bc8c;
}

.popup input {
font-size: 90%;
}

/* pro page */
.why-hire img {
	margin: 5px;
}

/* bbb */
.bbb {
	display: inline-block;
	width: 250px;
}

@media screen and (max-width: 500px) {
	.hide-for-small {
		display: none !important;
	}
	table.stacked td {
		display: block;
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media screen and (min-width: 499px) {
	.show-for-small {
		display: none !important;
	}
}