/*
Spotcovr Stylesheet

URL: 		http://spotcovr.com
Created by: 	Foxxyz/Ivo KH Janssen
For:		Code Dealers
		The Plant System
Site Design by:	Code Dealers
		
http://codedealers.com

*/

@font-face {
	font-family: "volkorn";
	src: url("/app/css/vollkorn.otf");
}

/******************\
| GENERAL STYLES   |
\******************/

* {
	margin: 0;
	padding: 0;
}

	a:link {
		color: #6BB72D;
		background-color: inherit;
	}
	
	a:visited {
		color: #264010;
		background-color: inherit;
	}
	
	a:hover {
		color: #fff;
		background-color: inherit;
	}

body {
	background: #fff;
	color: #aaa;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	position: relative;
}

fieldset {
	border: none;
}

footer {
	text-align: center;
	padding-top: 2em;
	clear: both;
	display: block;
}

		footer a:link, footer a:visited {
			text-decoration: none;
			color: #ccc;
		}
		
		footer a:hover {
			color: #fff;
			background-color: inherit;
		}

	footer li {
		display: inline;
		margin: 0 10px;
		font-size: 12px;
	}

	footer small {
		font-size: 9px;
		color: #666;
		background-color: inherit;
	}

h1 {
	width: 700px;
	margin: 0 auto .5em;
}

	h1 a {
		font-size: 86px;
		text-transform: lowercase;
		font-family: volkorn, sans-serif;
		color: #fff !important;
		text-shadow: 0 0 10px #fff;
		text-decoration: none;
	}
	
		h1 a:hover {
			color: #fff;
			text-shadow: 0 0 30px #fff;
		}

h2 {
	font-family: volkorn, sans-serif;
	color: #fff;
	background-color: inherit;
	font-size: 30px;
	margin-bottom: 10px;
}

h3 {
	font-family: volkorn, sans-serif;
}

html, body {
	width: 100%;
	height: 100%;
}

legend {
	display: none;
}

p {
	margin-bottom: 1em;
}

/******************\
| ID SPECIFICS     |
\******************/

#userstatus { 
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
}

#wrapper {
	position: absolute;
	left: 50%;
	top: 0;
	width: 620px;
	margin-left: -350px;
	background: url(/app/css/images/grey-40.png) repeat top left;
	padding: 20px 40px 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

/******************\
| CLASS SPECIFICS  |
\******************/

.home {
	background: url(/app/css/images/home-bg.jpg) repeat left top;
}

	.home form {
		margin-bottom: 3em;
	}
	
		.home form label {
			display: none;
		}
	
	.home #q {
		font-size: 26px;
		padding: 4px 5px;
		width: 350px;
		background: -moz-linear-gradient(top, #000000, #ffffff);
		background: -webkit-gradient(linear, left top, left bottombottom, from(#000000), to (#ffffff));
		border: solid 1px #000;
		height: 30px;
		-moz-box-shadow: rgba(255,0,0, 0.1) 2px 2px 8px; 
	}
	
	.home #q_container {
		float: left;
	}
	
	.home #q_submit {
		float: left;
		width: 50px;
		height: 40px;
		border: solid 1px #444;
		margin-left: 2px;
		font-size: 20px;
		color: #fff;
		background: #4F8721 url(/app/css/images/green-button.png) repeat-x left top;
		cursor: pointer;
	}

	.home .suggestions {
		font-size: .9em;
	}
	
	.spot footer {
		display: none;
	}
	
	.spot h1 {
		display: none;
	}
	
	.spot h2 a, .spot h3 a {
		color: #fff;
		background-color: inherit;
		text-decoration: none;
	}
	
		.spot h2 a:hover, .spot h3 a:hover {
			color: #6BB72D;
			background-color: inherit;
		}
		
	.spot h2 + h3 {
		margin-top: -10px;
		margin-bottom: 20px;
		
	}
	
	.spot #wrapper {
		left: auto;
		right: 0;
		margin: 0;
		width: 300px;
		height: 93%;
		border-bottom-right-radius: 0;
		-moz-border-radius-bottomright: 0;
		overflow: auto;
	}