/*
Spotcovr stylesheet

URL: 		http://spotcovr.com
Created by: 	Foxxyz/Ivo Janssen
For:		Sole Technology
		Code Dealers
Site Design by:	Ivo Janssen

*/

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

* {
	padding: 0;
	margin: 0;
}

	a:link, a:visited {
		color: #c00;
		text-decoration: none;
		background-color: inherit;
	}

	a:hover {
		text-decoration: underline;
	}

body {
	background-color: #000;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

* html h1 a {
	color: #888 !important;
}

h1 {
	margin-bottom: 20px;
}

	h1 a {
		display: block;
		font-family: volkorn, sans-serif;
		margin: 0 auto;
		text-align: center;
		font-size: 140px;
		text-transform: lowercase;
		letter-spacing: -4px;
		color: #000 !important;
		text-shadow: 0 0 40px #888;
	}

		h1 a:hover {
			text-shadow: 0 0 40px #ccc;
			text-decoration: none;
		}
		
		h1 span:hover {
			color: #eee;
			text-shadow: 0 0 20px #fff;
		}
		
*+html h1 a {
	color: #888 !important;
}

#wrapper {
	top: 50%;
	margin-top: -200px;
	height: 400px;
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}

	#wrapper p {
		width: 300px;
		margin: 0 auto 1em;
		text-align: center;
	}
