@charset "UTF-8";

/*--- Pre-Stuff ---*/

@import url('/css/reset_mini.css');

@font-face {
	font-family: 'DawgzenPlak';
	src: url('fonts/DawgzenPlak.eot');
	src: local('?'), url('fonts/DawgzenPlak.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



/*--- HTML Tag Redefinition ---*/

body {
	background: url(/img/bg_Gradient_1.png) repeat top;
	font-family: 'DawgzenPlak', Impact, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: #351 1px 1px 2px;
	color: #CD6;
}

p {
	margin: 0 0 20px;
}

h3 {
	margin: 80px auto 20px;
}

a:link, a:visited {
	color: #CD6;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #CF3;
	text-decoration: underline;
}



/*--- IDs + Sticky Footer ---*/

html, body {
	height: 100%;
}

#wrap {
	position: relative;
	max-width: 920px;
	min-width: 640px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
}

* html #wrap {
	height: 100%;
}

#content {
	padding: 30px 20px 60px;
}

#contact {
	display: block;
	margin: 80px auto 0;
	font-size: 1.6em;
	font-weight: normal;
}

#footer_wrap {
	display: block;
	position: relative;
	clear: both;
	max-width: 880px;
	min-width: 600px;
	height: 40px;
	margin: -40px auto 0;
	padding: 0 20px;
	font-size: 0.8em;
}

#copyright {
	float: left;
}

#hosting {
	float: right;
}

#counter:hover {
	margin: 0 auto;
	background: #CD6;
}



/*--- Classes ---*/

.logo {
	margin: 0 auto 20px;
}

a.button {
	margin: 0px 0px -14px 3px;
	padding: 5px 9px 6px 7px;
	border: 2px solid #CD6;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px	
}

a.button:hover,
a.button:active,
a.button:focus {
	background: #CD6;
	color: #893;
	text-decoration: none;
	text-shadow: none;
}


/*--- DEBUG ---*/

div {
	border: 0px dotted red;
}

.hide {
	display: none;
}
