/*
 * master.css
 * General Metrics
 * 
 * Created by Joshua R. Jones.
 * Copyright 2009, The General Metrics Web Development Company All rights reserved.
 */

@import url(reset.css);
@import url(typography.css);
@import url(grid.css);

html,
body {
	height: 100%;
}

body {
	background: #e7e1e3 url(/images/bg.gif) top center;
	color: #1a1a1a;
	text-align: center;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	-webkit-text-stroke: 1px transparent;
}

#wrapper {
	width: 100%;
	height: 100%;
	background-image: -moz-radial-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -webkit-gradient(radial, 50% 300, 0, 50% 300, 800,from(rgba(255,255,255,.5)),to(rgba(255,255,255,0)));
}

#header {
	height: 30px;
}

#header {
	width: 960px;
	position: absolute;
	top: 10px;
}

#content {
	margin: 0 auto;
}

#dropzone {
	width: 300px;
	height: 350px;
	position: absolute;
}

#dropzone span {
	width: 300px;
	height: 300px;
	float: left;
	margin: 0 0 10px;
	text-indent: -999px;
	color: rgba(0, 0, 0, 0);
	background: url(/images/dropzone.png) no-repeat 0 0;
}

#dropzone:active {
	margin: 1px 0 0;
}

#dropzone:hover {
	
}

#dropzone input[type=file] {
	width: 274px;
	height: 274px;
	float: left;
	opacity: 0;
	position: absolute;
}

#dropzone label {
	width: 100%;
	float: left;
	clear: both;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.window {
	position: absolute;
	border: 1px solid #a1a1a1;
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .4);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, .4);
}

.window-bar {
	height: 18px;
	padding: 3px 12px;
	border-bottom: 1px solid #878787;
	background-color: #c4c4c4;
	background-image: -moz-linear-gradient(#fff, #cdcdcd 1px, #a8a8a8);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#a8a8a8), color-stop(0.05, #cdcdcd));
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

.window-title {
	font-weight: bold;
	text-align: center;
}

.window-frame {
	width: 460px;
	height: 293px;
	display: block;
	overflow: hidden;
	position: relative;
	color: #596975 !important;
	background: #2f2f2f;
}

.window-content {
	width: 420px;
	height: 266px;
	top: 20px;
	left: 15px;
	position: absolute;
	text-align: left;
}

.window-content h1 {
	position: absolute;
	bottom: 0px;
}

.button {
	right: 20px;
	bottom: 30px;
	position: absolute;
}

.button a {
	padding: 5px 10px;
	font-size: 20px;
	text-decoration: none;
	color: #1f3b52;
	border: 1px solid #2f444d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#668ca6), color-stop(.05, #a2cbe8));
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.button a:active {
	color: #122636;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, .2);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#314d61), to(#668ca6), color-stop(.1, #517289));
}

#browser {
	height: 318px;
}

#browser img {
	margin: 0 0 8px;
}

#browser h1 {
	font-family: "HelveticaNeue-Medium";
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 20px;
}

#browser h2 {
	font-size: 18px;
	line-height: 22px;
	text-align: left;
}
