@charset "UTF-8";
@import url("reset.css");
@import url("text.css");
@import url("960.css");

body {
	color: #ccc;
	text-transform: lowercase;
	background: #292929 url(../images/bg.png) repeat;
}

div#bg-grad {
	background: url(../images/bg-grad.png) repeat-x;
	min-height: 160px;
}

div#holding{
	text-align: center;
	margin-top: 7em;
}

h1#title {
	color: #fc0;
	font-size: 5em;
	line-height: 1em;
}

h1#title a, h1#title a:visited {
	color: inherit;
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.3) 0 0 5px;
}

h1#title a:hover {
	text-shadow: rgba(255,254,255,0.5) 0 0 5px;
}

h1#title a:active {
	text-shadow: rgba(255,254,255,0.3) 0 0 5px;
}

h2#desc {
	text-transform: lowercase;
	font-size: 2em;
	line-height: 0;
	text-shadow: #000 0 0 10px;
}

#contactme {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: rgba(0,0,0,0.5) 0 0 5px;
	
}

#contactme a, #contactme a:visited {
	color: #fff;
	text-decoration: none;

}

#contactme a:hover {
	text-shadow: rgba(255,254,255,0.5) 0 0 5px;
}

.button, .button:visited {
	background: #fc0 url(../images/overlay.png) repeat-x;
	display: none;
	padding: 4px 15px;
	color: #292929;
	text-decoration: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0px 3px rgba(0,0,0,0.6);
	text-shadow: rgba(255,254,255,0.7) 1px 1px 1px;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font: italic bold 1.4em Georgia, serif;
	margin: 2px;
}

.button:hover {
	background-color: #ffbb00;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0px 5px rgba(255,254,255,0.5);
	-webkit-box-shadow: 0 0px 5px rgba(255,254,255,0.5);
}

.button:active {
	color: #fdfed0;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	margin: 3px 1px 1px;
	padding: 4px 15px;
	-moz-box-shadow: 0 0px 5px rgba(255,254,255,0.3);
	-webkit-box-shadow: 0 0px 5px rgba(255,254,255,0.3);
}