/* @override http://laurenhimiak.com/base-new.css */

@font-face {
	font-family: 'DesyrelRegular';
	src: url('/css/fonts/desyrel-webfont.eot');
	src: local('☺'), url('/css/fonts/desyrel-webfont.woff') format('woff'), url('/css/fonts/desyrel-webfont.ttf') format('truetype'), url('/css/fonts/desyrel-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	background: url(http://laurenhimiak.com/images/WoodTex2.jpg);
	font: 16px/1.5 Verdana;
}
#wrapper{
	padding: 90px 25px;
	position: relative;
	margin: 0 auto;
	width: 900px;
}
nav{
	/*display: none;*/
	font: 16px/1.2 'Handwriting - Dakota','DesyrelRegular', Arial, sans-serif;
	position: absolute;
	text-align: center;
	top: -140px;
}
nav ul{
	margin: 0;
}
nav li{
	background: #dee1e8;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#333333')";
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,.5);
	box-shadow: 3px 3px 3px rgba(0,0,0,.5);
	border-bottom: 3px solid #e5e8ed;
	border-right: 1px solid #e5e8ed;
	display:block;
	float: left;
	padding: 175px 9px 10px 10px;
	position: relative;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	width: 150px;

}
#wrapper nav li:hover{
	margin-top: 8px;
	-webkit-box-shadow: 3px 3px 20px rgba(0,0,0,.5);
	-moz-box-shadow: 3px 3px 20px rgba(0,0,0,.5);
	box-shadow: 3px 3px 20px rgba(0,0,0,.5);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 19;
}
nav li a{
	background: #e1e6eb;
	display:block;
	padding: .12em;
	text-decoration: none;
}
nav li:first-child{
	background-image: url(/images/v2/13.jpg);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	transform: rotate(-5deg);
	z-index: 15;
}
nav li+li{
	background-image: url(/images/v2/14.jpg);
	margin: 3px 0 0 10px;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	transform: rotate(5deg);
	z-index: 11;
}

nav li+li+li{
	background-image: url(/images/v2/15.jpg);
	margin: 5px 0 0 -15px;
	-webkit-transform: rotate(-12deg);
	-moz-transform: rotate(-12deg);
	transform: rotate(-12deg);
	z-index: 12;
}

nav li+li+li+li{
	background-image: url(/images/v2/16.jpg);
	margin: 0 0 0 5px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	transform: rotate(-1deg);
	z-index: 14;
}

nav li+li+li+li+li{
	background-image: url(/images/v2/10.jpg);
	margin: 0 0 0 -5px;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	transform: rotate(-15deg);
	z-index: 13;
}
nav li+li+li+li+li a{
	color: #af1919;
}
a{
	color: #007845;
}
ul{
	list-style-type: disc;
	margin-left: 1.5em;
}
h1{
	font:bold 200% 'Handwriting - Dakota','DesyrelRegular', Arial, sans-serif;
}
article{
	background: url(http://laurenhimiak.com/images/paper-top.png) no-repeat;
	padding-top: 1px;
	position:relative;
	width: 498px;
}
section{
	background: #fffff4;
	-webkit-box-shadow: -1px 1px 1px rgba(0,0,0,.25);
	-moz-box-shadow: -1px 1px 1px rgba(0,0,0,.25);
	box-shadow: -1px 1px 1px rgba(0,0,0,.25);
	margin: 32px 0 0 2px;
	min-height: 751px;
	padding: 13px 20px 13px 20px;
	position: relative;
}
section p{
	margin-bottom: 1.5em;
}
section .alert{
	color: #850000;
}
aside{
	left: 100%;
	position: absolute;
	top: 25px;
}

figure{
	background: #dee1e8;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#333333')";
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,.5);
	box-shadow: 3px 3px 3px rgba(0,0,0,.5);
	border-bottom: 5px solid #e5e8ed;
	border-right: 1px solid #e5e8ed;
	display:block;
	font: 14px/1.2 'Handwriting - Dakota','DesyrelRegular', Arial, sans-serif;
	padding: 18px 11px 5px 12px;
	position: relative;
	text-align: center;
	width: 220px;
}

figure{
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	transform: rotate(10deg);
	margin: -5px 0 0;
	z-index: 3;
}

#samples figure{
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	margin: 45px 0 0 15px;
}

#volunteer figure{
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	transform: rotate(25deg);
	margin: 25px 0 0 -25px;
}

figure + figure{
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	transform: rotate(25deg);
	margin: -100px 0 0 150px;
	z-index: 2;
}

#samples figure + figure{
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	transform: rotate(25deg);
	margin: -25px 0 0 160px;
}

#volunteer figure + figure{
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	margin: 150px 0 0 -40px;
}

figure + figure + figure{
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	transform: rotate(-35deg);
	margin: -50px 0 0 -25px;
	z-index: 1;
}

#samples figure + figure + figure{
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	transform: rotate(-35deg);
	margin: -70px 0 0 -15px;
	z-index: 4;
}

#volunteer figure + figure + figure{
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	transform: rotate(25deg);
	margin: 150px 0 0 -25px;
}

#volunteer figure + figure + figure + figure{
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	transform: rotate(5deg);
	margin: 0;
	position: absolute;
	top: -40px;
	right: 730px;
}

#volunteer figure + figure + figure + figure + figure{
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	transform: rotate(-5deg);
	position: absolute;
	top: 700px;
	right: 750px;
}

figure img{
	-webkit-box-shadow: 0px 0px 3px rgba(255,255,255,.75);
	-moz-box-shadow: 0px 0px 3px rgba(255,255,255,.75);
	box-shadow: 0px 0px 3px rgba(255,255,255,.75);
	display: block;
	margin: 0 auto 7px;
}

figcaption{
	background: #e1e6eb;
	height: 3.6em;
	padding: .25em;
}

#b1{
	float: right;
	height: 230px;
	width: 65px;
}
#b2{
	float: right;
	height: 130px;
	width: 45px;
}
#b2a{
	clear: right;
	float: right;
	height: 130px;
	width: 25px;	
}
#b3{
	float: right;
	height: 80px;
	width: 25px;	
}

#mb_center,#mb_bottom{
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#333333')";
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,.5);
	box-shadow: 3px 3px 3px rgba(0,0,0,.5);
	z-index: 99;
}
input[type=text], input[type=email], textarea{
	border: 2px inset #ababa4;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font: 125%/1.5 Verdana;
	margin-bottom: 1.5em;
	width: 100%;
}

textarea{
	height: 7.5em;
	width: 100%;
}

input[type=submit]{
	background: #007845;
	border: 2px inset #bbb;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color: #fff;
	font: 125%/1.5 Verdana;
	padding: 10px;
	display: block;
	margin: 0 auto;
}

input[type=submit]:active{
	border: 2px outset #bbb;
}

label abbr[title=required]{
	color: #850000;
	font-weight: bold;
}

.alert{
	color: #850000;
}

/* @group No Transformations */
.no-csstransforms aside{
	margin-left: 20px;
}
.no-csstransforms nav li{
	margin:0 8px 0 0;
	position: static;
}
.no-csstransforms #wrapper nav li:hover{
	margin-top: 16px;
	box-shadow: 3px 3px 3px rgba(0,0,0,.5);
}
/* @end */


