/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*
red: 9e1624; rgba(158,22,36,1);
light grey: 8f939e;
dark grey: 686367; rgba(104,99,103,1)
brown: 603b29; rgba(96,59,41, 1)
darkness: 18151c; (text?) rgb(24,21,28)
*/

body {
	background-color: rgba(104,99,103,1);
	background-image: url('../images/hatch-texture.png');
	font-family: Arial, verdana, sans-serif;
}

#contact_info {
	color: white;
	background-color: rgba(104,99,103,1);
	margin: 0.5em;
	padding: 1em;
	text-shadow: rgba(0,0,0, 0.6) 2px 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 13px;

}

#menu {
	background-color: rgba(158,22,36,1);
	box-shadow: rgba(0,0,0,0.6) 2px 2px 13px;
	height: 48px;
	line-height: 48px;
	margin-left: 28%;
	-webkit-box-reflect:
	 below
	 0.4em
	 -webkit-gradient(
	   linear,
	   left top,
	   left bottom,
	   color-stop(100%, rgba(0,0,0,0.3)),
	   color-stop(30%, rgba(0,0,0,0))
	 );
}

#menu li {
	display: inline-block;
	min-width: 108px;
	text-align: center;
}

#menu li a {
	display: block;
	color: white;
	font-weight: bolder;
}

#contact_info p {
	line-height: 1.5em;
}

#name {
	font-size: 18pt;
}

#trade_name {
	font-weight: bolder;
}

#contact_info a {
	color: white;
}

@media screen and (min-width: 400px) {
	#contact_info {
		width: 260px;
	}

	#header {
		height: 360px;
		background: transparent left top no-repeat url('../images/header-small.png');
	}
}

@media screen and (min-width: 1024px) {
	#header {
		background: transparent right top no-repeat url('../images/header.png');
	}
}
