@import url(https://fonts.googleapis.com/css?family=Handlee);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);

body > .site > div {
	-webkit-backface-visibility:hidden;
}
.loading * {
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}
body {
	background-image:url(bg.jpg);
	background-color:#333;
	background-position:50% top;
	background-attachment:scroll;
	overflow-y:scroll;
}
p, body, section {
	font-family: 'PT Sans', sans-serif;
	text-shadow: 1px 1px 0px #aaa;
	color:#222;
}
.site a {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	color:#008;
}
.site a:hover {
	color:#00f;
}
.site {
	position:absolute;
	left:0;
	top:0;
	right:0;
	height:0;
}
#nav {
	z-index:200;
	background: #bababa; /* Old browsers */
	background: -moz-linear-gradient(top, #bababa 0%, #686868 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#686868)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bababa 0%,#686868 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bababa 0%,#686868 100%); /* Opera 11.10+ */
	background: -ms-linear-5radient(top, #bababa 0%,#686868 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bababa 0%,#686868 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#686868',GradientType=0 ); /* IE6-9 */
	border-radius:10px;
	width:400px;
	margin:auto;
	text-align:center;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;

	transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);

	opacity:0.5;
	filter: alpha(opacity=50);
}
#nav:hover {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	opacity:1;
	filter: alpha(opacity=100);
	-webkit-box-shadow: 10px 10px 20px #000000;
	-moz-box-shadow: 10px 24px 20px #000000;
	-o-box-shadow: 10px 10px 20px #000000;
	box-shadow: 10px 10px 15px #000000;
}
#nav > a {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	display:inline-block;
	border-left: 2px groove #bababa;
	color:white;
	text-decoration:none;
	margin:5px 0;
	padding:5px;
}
#nav > a:hover {
	text-shadow: 2px 2px 5px white;
}
#nav > a:first-child {
	border-left: 0px;
}

.site:target > div, .site_target > div {
	-webkit-transform:translate(0, 0) scale(1.0);
	-moz-transform:translate(0, 0) scale(1.0);
	-o-transform:translate(0, 0) scale(1.0);
	transform:translate(0, 0) scale(1.0);

	opacity:1.0;
	filter: alpha(opacity=100);
	/*-webkit-filter: blur(0px);*/
	z-index:100;
	pointer-events:auto;
	display:block;
}

.site > div, .site_target > div {
	z-index:-1;

	position: absolute;
	top:90px;
	left:0;
	right:0;
	margin:auto;
	width:600px;

	opacity:0.0;
	filter: alpha(opacity=0);

	-webkit-transform:translate(0, -90px) scale(0.0);
	-moz-transform:translate(0, -90px) scale(0.0);
	-o-transform:translate(0, -90px) scale(0.0);
	transform:translate(0, -90px) scale(0.0);
	/*-webkit-filter: blur(100px);*/

	-webkit-transform-origin:top center;
	-moz-transform-origin:top center;
	-o-transform-origin:top center;
	transform-origin:top center;

	border:1px solid #444;
	background:#eee;
	padding:5px;

	-webkit-box-shadow: 20px 20px 40px #000;
	-moz-box-shadow: 20px 24px 40px #000;
	-o-box-shadow: 20px 20px 40px #000;
	box-shadow: 20px 20px 40px #000;

	pointer-events:none;

	transition: all 1.0s;
	-moz-transition: all 1.0s;
	-webkit-transition: all 1.0s;
	-o-transition: all 1.0s;
}

.site > span {
	position:absolute;
	left:0;
	bottom:100%;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);

	-webkit-transform-origin:bottom left;
	-moz-transform-origin:bottom left;
	-o-transform-origin:bottom left;
	transform-origin:bottom left;

	opacity: 0.0;
	transition: all 3.0s;
	-moz-transition: all 3.0s;
	-webkit-transition: all 3.0s;
	-o-transition: all 3.0s;
	font-size:100px;
	text-shadow:none;
	color:white;
	padding-left:150px;
}

.site:target > span, .site_target > span {
	opacity: 0.2;
}

.jobs {
	font-size: small;
}

.polariodwall {
	text-align:center;
	position:relative;
}
.polaroid, .polaroid_small {
	font-family: 'Handlee', cursive;
	display:inline-block;

	-webkit-box-shadow: 5px 5px 10px #000;
	-moz-box-shadow: 5px 5px 10px #000;
	-o-box-shadow: 5px 5px 10px #000;
	box-shadow: 5px 5px 10px #000;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	padding-bottom:10px;
	transform: rotate(5deg) scale(0.7);
	-moz-transform: rotate(5deg) scale(0.7);
	-webkit-transform: rotate(5deg) scale(0.7);
	-o-transform: rotate(5deg) scale(0.7);

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.6973362886642218, M12=-0.061009019923360816, M21=0.061009019923360816, M22=0.6973362886642218, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.6973362886642218,M12=-0.061009019923360816,M21=0.061009019923360816,M22=0.6973362886642218,SizingMethod='auto expand');
	text-align:center;
	text-shadow: 1px 1px 4px #000;
	background:#eeeeee;
	text-decoration:none;
	color:#444;
	border: 1px solid gray;
}
.polaroid:hover, .polaroid_small:hover {
	color:#444;
	position:relative;
	transform: rotate(-5deg) scale(1.0) !important;
	-moz-transform: rotate(-5deg) scale(1.0) !important;
	-webkit-transform: rotate(-5deg) scale(1.0) !important;
	-o-transform: rotate(-5deg) scale(1.0) !important;
	z-index:100;
	-webkit-box-shadow: 20px 20px 40px #000;
	-moz-box-shadow: 20px 24px 40px #000;
	-o-box-shadow: 20px 20px 40px #000;
	box-shadow: 20px 20px 40px #000;
}
.polaroid .img, .polaroid_small .img {
	border: 1px solid gray;
	display:block;
	background:white;
	height:200px;
	width:200px;
	margin:20px;
	background-repeat:no-repeat;
	background-position:center;
}
.polaroid_small .img {
	width:150px;
	height:150px;
}
section {
	clear: both;
	margin:10px;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
h2 {
	border-top:1px solid silver;
	padding-top:14px;
}
h2:first-child {
	padding-top:0;
	border-top:0;
}
h1, h2 {
	clear: both;
}
#footer {
	font-family: 'Handlee', cursive;
	opacity:0.5;
	filter: alpha(opacity=50); 
	color:white;
	z-index:-100;
	padding:10px;
	position:fixed;
	top:100%;
	right:0;
	text-align:right;
	transform-origin: top right;
	-moz-transform-origin: top right;
	-webkit-transform-origin: top right;
	-o-transform-origin: top right;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#footer:hover {
	opacity:1;
	filter: alpha(opacity=100);
}

#footer a {
	color:white;
}

.mail > div {
	background:url(paperbg.jpg);
	width:420px;
	height:570px;
	font-family: 'Handlee', cursive;
	color:#111;
	font-size:small;
}
.mail .field .label {
	vertical-align:top;
	display:inline-block;
	padding:5px;
}
.mail .field .content {
	display:inline-block;
}
.mail textarea {
	background:transparent;
	background-position:left top;
	color:inherit;
	font:inherit;
	vertical-align:bottom;
	border:0px;
	resize:none;
	overflow:auto;
}
.mail textarea[name=text] {
	position:absolute;
	font-size:large;
	background:url(baseline.png);
	line-height:30px;
	left:0;
	width:400px;
	height:310px;
	top:150px;
	margin:10px;
}
.mail .from {
	position:absolute;
	right:10px;
	top:10px;
}
.mail .from textarea {
	background:url(baseline_small.png);
	line-height:20px;
	height:80px;
	width:200px;
}
.mail .to {
	position:absolute;
	left:10px;
	top:70px;
}
.mail .file .label {
	display:block;
}
.mail .file {
	position:absolute;
	bottom:40px;
	left:20px;
}
.mail > div::before {
	position:relative;
	z-index:20;
	content:url(clip.png);
	float:right;
	margin-top: -43px;
	pointer-events:none;
}
.mail button {
	font:inherit;
	font-size:x-large;
	background:transparent;
	opacity:0.5;
	filter: alpha(opacity=50);
	border:0px;
	position:absolute;
	right:10px;
	bottom:10px;
}
.mail button::after {
	content:" \00BB";
}
.sent > div {
	transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;

	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;

	-webkit-transform:translate(0, -1000px) scale(1.0) !important;
	-moz-transform:translate(0, -1000px) scale(1.0) !important;
	-o-transform:translate(0, -1000px) scale(1.0) !important;
	transform:translate(0, -1000px) scale(1.0) !important;
}
[name=from]:-moz-placeholder::after {
	content:"\A arthur.dent@heartofgold.com\A \A Earth";
}
[name=text]:-moz-placeholder::after {
	content:"\A \A ...";
}
[name=from]::-webkit-input-placeholder::after {
	content:"\A arthur.dent@heartofgold.com\A \A Earth";
}
[name=text]::-webkit-input-placeholder::after {
	content:"\A \A ...";
}
[name=from]::-ms-input-placeholder::after {
	content:"\A arthur.dent@heartofgold.com\A \A Earth";
}
[name=text]::-ms-input-placeholder::after {
	content:"\A \A ...";
}
::-webkit-input-placeholder {
	color: #666;
	text-shadow:0;
}
:-moz-placeholder {
	color: #666;
	text-shadow:0;
}
:-ms-input-placeholder {
	color: #666;
	text-shadow:0;
}

.site a {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	color:#008;
}
.site a:hover {
	color:#00f;
}
.site {
	position:absolute;
	left:0;
	top:0;
	right:0;
	height:0;
}
#nav {
	z-index:200;
	background: #bababa; /* Old browsers */
	background: -moz-linear-gradient(top, #bababa 0%, #686868 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#686868)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bababa 0%,#686868 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bababa 0%,#686868 100%); /* Opera 11.10+ */
	background: -ms-linear-5radient(top, #bababa 0%,#686868 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bababa 0%,#686868 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#686868',GradientType=0 ); /* IE6-9 */
	border-radius:10px;
	width:400px;
	margin:auto;
	text-align:center;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;

	transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);

	opacity:0.5;
	filter: alpha(opacity=50);
}
#nav:hover {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	opacity:1;
	filter: alpha(opacity=100);
	-webkit-box-shadow: 10px 10px 20px #000000;
	-moz-box-shadow: 10px 24px 20px #000000;
	-o-box-shadow: 10px 10px 20px #000000;
	box-shadow: 10px 10px 15px #000000;
}
#nav > a {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	display:inline-block;
	border-left: 2px groove #bababa;
	color:white;
	text-decoration:none;
	margin:5px 0;
	padding:5px;
}
#nav > a:hover {
	text-shadow: 2px 2px 5px white;
}
#nav > a:first-child {
	border-left: 0px;
}

.site > span {
	position:absolute;
	left:0;
	bottom:100%;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);

	-webkit-transform-origin:bottom left;
	-moz-transform-origin:bottom left;
	-o-transform-origin:bottom left;
	transform-origin:bottom left;

	opacity: 0.0;
	transition: all 3.0s;
	-moz-transition: all 3.0s;
	-webkit-transition: all 3.0s;
	-o-transition: all 3.0s;
	font-size:100px;
	text-shadow:none;
	color:white;
	padding-left:150px;
}

.site:target > span, .site_target > span {
	opacity: 0.2;
}

.jobs {
	font-size: small;
}

.polariodwall {
	text-align:center;
	position:relative;
}
.polaroid, .polaroid_small {
	font-family: 'Handlee', cursive;
	display:inline-block;

	-webkit-box-shadow: 5px 5px 10px #000;
	-moz-box-shadow: 5px 5px 10px #000;
	-o-box-shadow: 5px 5px 10px #000;
	box-shadow: 5px 5px 10px #000;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	padding-bottom:10px;
	transform: rotate(5deg) scale(0.7);
	-moz-transform: rotate(5deg) scale(0.7);
	-webkit-transform: rotate(5deg) scale(0.7);
	-o-transform: rotate(5deg) scale(0.7);

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.6973362886642218, M12=-0.061009019923360816, M21=0.061009019923360816, M22=0.6973362886642218, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.6973362886642218,M12=-0.061009019923360816,M21=0.061009019923360816,M22=0.6973362886642218,SizingMethod='auto expand');
	text-align:center;
	text-shadow: 1px 1px 4px #000;
	background:#eeeeee;
	text-decoration:none;
	color:#444;
	border: 1px solid gray;

}
.polaroid .img.sepia, .polaroid_small .img.sepia {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;

	-webkit-filter: sepia(100%);
}
.polaroid:hover .img.sepia, .polaroid_small:hover .img.sepia {
	-webkit-filter: sepia(0%);
}
.polaroid:hover, .polaroid_small:hover {
	color:#444;
	position:relative;
	transform: rotate(-5deg) scale(1.0) !important;
	-moz-transform: rotate(-5deg) scale(1.0) !important;
	-webkit-transform: rotate(-5deg) scale(1.0) !important;
	-o-transform: rotate(-5deg) scale(1.0) !important;
	z-index:100;
	-webkit-box-shadow: 20px 20px 40px #000;
	-moz-box-shadow: 20px 24px 40px #000;
	-o-box-shadow: 20px 20px 40px #000;
	box-shadow: 20px 20px 40px #000;
}
.polaroid .img, .polaroid_small .img {
	border: 1px solid gray;
	display:block;
	background:white;
	height:200px;
	width:200px;
	margin:20px;
	background-repeat:no-repeat;
	background-position:center;
}
.polaroid_small .img {
	width:150px;
	height:150px;
}
section {
	clear: both;
	margin:10px;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
h2 {
	border-top:1px solid silver;
	padding-top:14px;
}
h2:first-child {
	padding-top:0;
	border-top:0;
}
h1, h2 {
	clear: both;
}

.mail > div {
	background:url(paperbg.jpg);
	width:420px;
	height:570px;
	font-family: 'Handlee', cursive;
	color:#111;
	font-size:small;
}
.mail .field .label {
	vertical-align:top;
	display:inline-block;
	padding:5px;
}
.mail .field .content {
	display:inline-block;
}
.mail textarea {
	background:transparent;
	background-position:left top;
	color:inherit;
	font:inherit;
	vertical-align:bottom;
	border:0px;
	resize:none;
	overflow:auto;
}
.mail textarea[name=text] {
	position:absolute;
	font-size:large;
	background:url(baseline.png);
	line-height:30px;
	left:0;
	width:400px;
	height:310px;
	top:150px;
	margin:10px;
}
.mail .from {
	position:absolute;
	right:10px;
	top:10px;
}
.mail .from textarea {
	background:url(baseline_small.png);
	line-height:20px;
	height:80px;
	width:200px;
}
.mail .to {
	position:absolute;
	left:10px;
	top:70px;
}
.mail .file .label {
	display:block;
}
.mail .file {
	position:absolute;
	bottom:40px;
	left:20px;
}
.mail > div::before {
	position:relative;
	z-index:20;
	content:url(clip.png);
	float:right;
	margin-top: -43px;
	pointer-events:none;
}
.mail button {
	font:inherit;
	font-size:x-large;
	background:transparent;
	opacity:0.5;
	filter: alpha(opacity=50);
	border:0px;
	position:absolute;
	right:10px;
	bottom:10px;
}
.mail button::after {
	content:" \00BB";
}
.sent > div {
	transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;

	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;

	-webkit-transform:translate(0, -1000px) scale(1.0) !important;
	-moz-transform:translate(0, -1000px) scale(1.0) !important;
	-o-transform:translate(0, -1000px) scale(1.0) !important;
	transform:translate(0, -1000px) scale(1.0) !important;
}
[name=from]:-moz-placeholder::after {
	content:"\A arthur.dent@heartofgold.com\A \A Earth";
}
[name=text]:-moz-placeholder::after {
	content:"\A \A ...";
}
[name=from]::-webkit-input-placeholder::after {
	content:"\A arthur.dent@heartofgold.com\A \A Earth";
}
[name=text]::-webkit-input-placeholder::after {
	content:"\A \A ...";
}
[name=from]::-ms-input-placeholder::after {
	content:"\A arthur.dent@heartofgold.com\A \A Earth";
}
[name=text]::-ms-input-placeholder::after {
	content:"\A \A ...";
}
::-webkit-input-placeholder {
	color: #666;
	text-shadow:0;
}
:-moz-placeholder {
	color: #666;
	text-shadow:0;
}
:-ms-input-placeholder {
	color: #666;
	text-shadow:0;
}

::selection
{
	text-shadow: 0px 0px 4px white;
	color:black;
	background:rgba(0,0,0,1);
}
::-moz-selection
{
	text-shadow: 0px 0px 4px white;
	color:black;
	background:rgba(0,0,0,1);
}
#tor {
	position:fixed;
	left:0;
	bottom:0;
}
