@charset "utf-8";
/* CSS Document */

html {
	font-size: 100%;
}

body {
	background: rgb(80,110,80);
	/*background: -moz-radial-gradient(left top, circle cover, #ff0, rgb(120,160,120) 250px, rgb(120,160,120));
	background: -moz-linear-gradient(rgb(163,197,204), rgb(120,160,120));*/
    font-family: 'yanone_kaffeesatzlight';
	color: rgb(0,0,0);
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	text-align: center;
}

@font-face {
	font-family: 'intrique_scriptregular';
	src: url('intriquescript-webfont.eot');
	src: url('intriquescript-webfont.eot?#iefix') format('embedded-opentype'),
		 url('intriquescript-webfont.woff') format('woff'),
		 url('intriquescript-webfont.ttf') format('truetype'),
		 url('intriquescript-webfont.svg#intrique_scriptregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'yanone_kaffeesatzbold';
    src: url('yanonekaffeesatz-bold-webfont.eot');
    src: url('yanonekaffeesatz-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('yanonekaffeesatz-bold-webfont.woff') format('woff'),
         url('yanonekaffeesatz-bold-webfont.ttf') format('truetype'),
         url('yanonekaffeesatz-bold-webfont.svg#yanone_kaffeesatzbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'yanone_kaffeesatzlight';
    src: url('yanonekaffeesatz-light-webfont.eot');
    src: url('yanonekaffeesatz-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('yanonekaffeesatz-light-webfont.woff') format('woff'),
         url('yanonekaffeesatz-light-webfont.ttf') format('truetype'),
         url('yanonekaffeesatz-light-webfont.svg#yanone_kaffeesatzlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'yanone_kaffeesatzregular';
    src: url('yanonekaffeesatz-regular-webfont.eot');
    src: url('yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('yanonekaffeesatz-regular-webfont.woff') format('woff'),
         url('yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
         url('yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatzregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'yanone_kaffeesatzextra_light';
    src: url('yanonekaffeesatz-extralight-webfont.eot');
    src: url('yanonekaffeesatz-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('yanonekaffeesatz-extralight-webfont.woff') format('woff'),
         url('yanonekaffeesatz-extralight-webfont.ttf') format('truetype'),
         url('yanonekaffeesatz-extralight-webfont.svg#yanone_kaffeesatzextra_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'yanone_kaffeesatzregular';
	font-size: 56px;
	line-height: 54px;
	font-weight: 100;
	color: rgb(45,45,45);
	margin: 0 0 -6px 0.3em;
	padding: 0 6px;
	background: rgb(170,120,115);
	border: solid 2px rgb(213,209,184);
	text-transform: uppercase;
	display: inline-block;
	float: left;
	clear: both;
	text-align: center;
	width: auto;
	max-width: 800px;
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.4);
}

#content h1:nth-of-type(2n) {
	background: rgb(116,148,171);
	margin-left: 0.75em;
}

#content h1:nth-of-type(3n) {
	background: rgb(171,166,115);
	margin-left: 0.95em;
}

#content h1:nth-of-type(4n) {
	background: rgb(171,116,157);
	margin-left: 0;
}

#content h1:nth-of-type(5n) {
	background: rgb(137,194,123);
	margin-left: 0.9em;
}

#content h1:nth-of-type(6n) {
	background: rgb(124,119,158);
	margin-left: 1.4em;
}

#content h1:nth-of-type(7n) {
	background: rgb(190,194,148);
	margin-left: 0.4em;
}

h2 {
	font-family: 'intrique_scriptregular';
	font-size: 7em;
	line-height: 1em;
	color: rgb(94,102,110);
	margin: 0 0 10px;
	padding: 0;
	text-shadow: 1px 1px 0 rgb(240,240,215),
	-1px -1px 0 rgb(240,240,215),
	1px -1px 0 rgb(240,240,215),
	-1px 1px 0 rgb(240,240,215);
}

h3 {
	color: rgb(213,209,184);
}

p, li {
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 0;
	margin: 0.6em 0 1em;
	text-align: left;
}

p {
	color: #fff;
}

p:first-of-type, p:only-of-type {
	margin-top: 0;
}

p:last-of-type, p:only-of-type {
	margin-bottom: 1.6em;
}

p img:only-of-type {
	float: left;
	border: solid 7px #fff;
	transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	margin: -14px 8px 24px 0;
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.4);
}

p:nth-of-type(2n) img {
	float: right;
	border: solid 7px #fff;
	transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	margin: -14px 8px 24px 0;
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.4);
}

#gallery {
	margin-top: 10px;
	display: inline-block;
}

#gallery img {
	float: left;
	border: solid 7px #fff;
	margin: -14px 8px 22px 0;
}

#gallery img:hover {
	border-color: rgb(213,209,184);
}

p.centered {
	text-align: center;
}

iframe {
	float: right;
	margin: 8px 0 0 -20px;
	border: solid 7px #fff;
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.4);
}

a {
	color: rgb(255,255,255);
	text-decoration: none;
	outline: none;
}

a:hover {
	color: rgb(0,0,0);
}

nav {
	background: -ms-linear-gradient(rgb(163,197,204), rgb(120,160,120));
	background: -moz-linear-gradient(rgb(163,197,204), rgb(120,160,120));
	background: -o-linear-gradient(rgb(163,197,204), rgb(120,160,120));
	background: -webkit-linear-gradient(rgb(163,197,204), rgb(120,160,120));
	background: linear-gradient(rgb(163,197,204), rgb(120,160,120));
	width: auto;
	margin: 0;
	padding: 0 0 0;
}

nav img {
	display: block;
	margin: 0 auto;
}

nav div {
	width: 100%;
	text-align: center;
}

nav div h4 {
    font-family: 'yanone_kaffeesatzextra_light';
	font-size: 1.16em;
	line-height: 1.2em;
	letter-spacing: 1px;
	margin: 0 0 0;
	padding: 5px 0 7px;
	background: rgb(106,116,123);
	color: #fff;
	text-transform: uppercase;
	border-top: none;
}

.divider {
	font-family: "Times New Roman", Times, serif;
	font-size: 42px;
	line-height: 12px;
	position: relative;
	top: 8px;
}

menu {
	width: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

nav ul, footer ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	display: inline-block;
}

nav ul li, footer ul li {
	float: left;
	margin: 0;
	padding: 0;
    font-family: 'yanone_kaffeesatzregular';
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 6px;
}

nav ul li a, footer ul li a {
	padding: 6px 16px 8px;
	display: block;
}

nav ul li a:hover, footer ul li a:hover {
	color: rgb(213,209,184);
	background: rgb(106,116,123);
}

#contentouter {
	background: -ms-linear-gradient(rgb(120,160,120), rgb(80,110,80));
	background: -moz-linear-gradient(rgb(120,160,120), rgb(80,110,80));
	background: -o-linear-gradient(rgb(120,160,120), rgb(80,110,80));
	background: -webkit-linear-gradient(rgb(120,160,120), rgb(80,110,80));
	background: linear-gradient(rgb(120,160,120), rgb(80,110,80));
	width: 100%;
	text-align: center;
}

#content {
	position: relative;
	width: 930px;
	max-width: 100%;
	margin: 0.5em auto;
	padding: 0 0 0 30px;
	text-align: center;
	display: inline-block;
	z-index: 0;
/*	border: solid 1px;*/
}

.productbox {
	width: 200px;
	height: 200px;
	border: solid 2px rgb(213,209,184);
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.4);
	display: inline-block;
	margin: 0 -5px -10px 10px;
	background: rgb(255,255,255);
	padding: 0;
	z-index: 1;
}

.floatleft {
	float: left;
	margin: 18px 20px 12px 0;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}

.floatright {
	float: right;
	margin: 10px 20px 12px 0;
	transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
}

.productbox img {
	width: 200px;
	height: auto;
	display: inline-block;
}

.productbox:nth-of-type(2n) {
	transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
}

.productbox:nth-of-type(3n) {
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}

footer {
	position: absolute;
	bottom: -180px;
	background: transparent url(../images/fence.png) 0 0 repeat-x;
	height: 100px;
	width: 100%;
	padding: 100px 0 0;
	z-index: 2;
}

footer ul {
	border: solid 1px rgb(153,175,190);
	border-right: solid 2px rgb(70,80,100);
	border-bottom: solid 2px rgb(70,80,100);
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.4);
}

footer ul li {
	font-size: 1.2em;
	letter-spacing: 5px;
}

footer ul li a {
	padding: 6px 16px 5px;
	font-weight: 100;
	background: rgb(106,116,123);
}

#bottom {
	letter-spacing: 1px;
	margin-top: 15px;
}

#bottom a {
	color: rgb(106,116,123);
}