@charset "utf-8";
#wrapper {
	box-shadow: 0px 0px 0px 0px;
}
body {
	margin: 0px;
	padding: 0px;
}
#zehwoodworking h1 {
	font-size: 600%;
}
#zehwoodworking h2 {
	text-transform: uppercase;
}
#zehwoodworking img {
	height: 90px;
	width: 85px;
}
#top {
	display: none;
}
nav ul li a {
	padding-bottom: 0px;
	margin-bottom: 1px;
	margin-right: 5px;
	margin-left: 5px;
}
.columns {
	display: block;
	width: 100%;
}
article {
	display: block;
	width: 94%;
	padding: 3%;
}
#detail #small{
	display:none
}
.columns aside {
	background-color: rgba(153,153,153,0.3);
}
aside {
	display: block;
	padding: 1%;
	width: 100%;	
}
aside ul {
	display: table;
	width: 100%;
}
aside ul li {
	display: table-cell;
	padding: 10px;
}
aside h5 {
	font-weight: normal;
	font-size: 90%;
	line-height: 1.5em;
}
#bottom {
	height: 125px;
	background-color: rgba(38,4,1,1);
}
#forms #theForm fieldset label input {
	width: 175px;
}
#forms #theForm fieldset label #comments {
	width: 180px;
}
footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: rgba(38,4,1,1);
}
