/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */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, sub, sup, 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;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

body {
	background: #000;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #fff;
}

h1, h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-family: 'Quicksand', sans-serif;
}

h1 {
	font-size: 36px;
	margin: 10px 0 26px;
}
h2 {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 16px;
}
h3 {
	letter-spacing: 2px;
	margin:  0 0 15px;
	font-weight: 200;
	font-size: 22px;
	line-height: 26px;
}
b {
	font-weight: 400;
}

p {
	margin-bottom: 10px;
}
a {
	color: #fff;
}
a.more {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin:  20px 0 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
	
	.more:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 7px;
	background: url(images/triangle.png) no-repeat 0 0;
	margin-right: 14px;
}

#wrapper {
	width: 1080px;
	margin: 0 auto;
}

#nav {
	color: #fff;
}

#nav ul {
	list-style-type:none;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	text-align: center;
	letter-spacing: 2px;
}

#nav li {
	float: left;
	display: block;
	padding: 20px 35px;
	text-transform: uppercase;
	font-size: 13px;
}

#nav li a{
	color: #fff;
	text-decoration: none;
}

#nav li a:hover{
	text-decoration: underline;
}

#feature {
	height: 608px;
	width: 1080px;
	display: block;
	background-image:url('images/feature1.jpg');	
}

#content {
	margin: auto;
	width: 100%;
}


.box1, .box2, .box3, .box4, .box5, .box6, .box7,
.box8, .box9, .box10, .box11, .box12 {
	height: 175px;
	float: left;
	width: 308px;
	padding: 26px;
}

.box1 {
	background-color: #6b4405;
}
.box2 {
	background-image:url('images/hw_img1.jpg');
}
.box3 {
	background-color: #fdf6e5;
	background-image:url('images/logo.png');
	background-repeat:no-repeat;
	background-position:center; 
}
.box4 {
	background-image:url('images/hw_img4.jpg');
}
.box5 {
	background-color: #303030;
}
.box6 {
	background-color: #432a02;
}
.box7 {
	background-color: #fdf6e5;
	color: #000;
}
	.box7 a.more {
		color: #000;
}
	.box7 .more:before {
	background: url(images/triangle_black.png) no-repeat 0 0;
}
.box8 {
	background-image:url('images/hw_img2.jpg');
}
.box9 {
	background-color: #5a5a5a;
}
.box10 {
	background-image:url('images/hw_img5.jpg');
}
.box11 {
	background-color: #74421e;
	background-image:url('images/makersmark.png');
	background-repeat:no-repeat;
	background-position:center; 
}
.box12 {
	background-image:url('images/hw_img3.jpg');
}

#footer {
	height: 30px;
}

/* Expanding content*/

.item .more-content { 
	display:none 
}
.item.open .more-content { 
	display:block 
}

.open {
	height: auto;
}

	.open.wide {
		width: 668px;
	}