/* @override http://jesse-metauri.local/stylesheets/defaults.css */
	
@import url("defaults/reset.css");
@import url("defaults/960.css");
@import url("defaults/text.css");

/* 	MAIN STYLING
	----------------------------------------------------- */

body {
	background-color: #f1efed;
	color: #333d41;
	border-top: 5px solid #333d41;
	padding-top: 30px;
	height: 100%;
}

a {
	color: #2f7e47;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #96bea2;
}

a.logo_tab {
	position: absolute;
	display: block;
	text-indent: -9999px;
	top: 5px;
	right: 20px;
	background: #333d41 url(../images/stateless_logo.png) no-repeat center center;
	width: 50px;
	height: 50px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius: 0 0 6px 6px;
	z-index: 2;
}

a.logo {
	margin-left: -10px;
	text-indent: -9999px;
	width: 168px;
	height: 70px;
	display: block;
	background: url(../images/metauri_logo.png) no-repeat;
}

h1.subheader {
	font-size: 36px;
	text-align: center;
	font-weight: 200;
}

h2 {
	color: #AA4E40;
	margin-bottom: 5px;
}

.error {
	color: #fff;
	background-color: #AA4E40;
	padding: 5px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
}

.info {
	font-size: 20px;
	font-weight: bold !important;
}

.border {
	border: solid 5px #fff;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
}

.more {
	font-size: 21px;
	color: #fff;
	background-color: #2f7e47;
	padding: 5px 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: block;
	text-align: center;
	width: 200px;
	margin: 0 auto;
	margin-top: 50px;
}

.more:hover {
	color: #fff;
	background-color: #AA4E40;	
}

.back {
	color: #fff;
	background-color: #2f7e47;
	padding: 3px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
}

.back:hover {
	color: #fff;
	background-color: #96bea2;
}

.green {
	color: #2f7e47;
}

.quickstart {
	background-color: #f9f9f7;
	padding: 40px 0 20px 0;
	margin-bottom: 20px;
}

ul.results {
	background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
}

ul.results li {
	list-style: none;
	margin-left: 0;
}

.label {
	font-weight: bold;
}

.serif {
	font-family: 'Helvetica Neue', Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	color: #999691;
	margin-top: 6px;
	padding-bottom: 18px;
}

li {
	list-style-image: url(../images/arrow.png);
}

.content {
	margin-bottom: 45px;
}

.footer {
	background-color: #333d41;
	padding-top: 10px;
	color: #f1efed;
	height: 35px;
	bottom: 0;
	position: fixed;
	width: 100%;
	line-height: 2;

	-webkit-box-shadow: 0 -2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 -2px 10px rgba(0,0,0,0.5);
	border-top: 1px solid #000;
}

.footerlinks {
	float: right;
}

ul.footerlinks li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	margin-left: 10px;
}

.right {
	text-align: right;
}

li.divider {
	margin-left: 30px !important;
}

.footer a {
	color: #f1efed;
	font-weight: bold;
	background: url(../images/link.png) no-repeat 0 3px;
	padding-left: 13px;
	line-height: 1.7;
}

.footer a:hover {
	color: #96bea2;
}

a.footer_logo {
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/footer_logo.png) no-repeat;
	width: 133px;
	height: 28px;
	float: left;
}

/* 	SEARCH BOX
	----------------------------------------------------- */

#box {
	background-color: #2f7e47;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 6px;
	position: relative;
	width: 448px;
	margin: 0 auto 20px auto;
	text-align: center;
}

#input {
	background: rgba(255,255,255,0.5);
	padding: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#input input {
	outline: 0;
	border: 1px solid #789882;
	background: white url(../images/field.png) left top no-repeat;
	-webkit-appearance: textfield;
	font: 19px 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: 300;
	color: #363d42;
	width: 367px;
	padding: 6px 38px 6px 35px;
}

#input input:focus {
	border-color: #97bda4;
	-webkit-box-shadow: 0 0 20px white;
	-moz-box-shadow: 0 0 20px white;
}
	
#submit {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	cursor: pointer;
	background: #2f7e47;
}

#submit:hover {
	background: #96bea2;
	color: white;
}

#submit:active {
	background: #2f7e47;
}

#method {
	text-align: center;
	margin-top: 10px;
}

#method a {
	padding: 3px 6px;
	margin: 0 2px;
	cursor: pointer;
	color: #96bea2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#method a.active {
	color: #fff;
	background-color: #2f7e47;	
}

#method a:hover {
	background: #96bea2;
	color: white;
}

#method a:active {
	background: #2f7e47;
}
