/* JASONALEX NOVEMBER '11 */
/* LET'S CALL THE WHOLE THING OFF */
/* COPYRIGHT JASON ALEXANDER HILL. MMXI. ALL RIGHTS RESERVED */

*
{
	padding:0;
	margin:0;
}

@font-face
{
	font-family: "Klavika Bold";
	src:url(fonts/Klavika-Bold.otf);
}

@font-face
{
	font-family: "Klavika";
	src:url(fonts/Klavika-Regular.otf);
}



/* THIS IS WHERE I HID THE BODY */
body
{
	background-color:#333;
	background-image:url(images/bg.png);
}

p
{
	margin-bottom:20px;
}



/* DIVZ */
div#header
{
	background-image:url(images/logo.png);
	background-position: top center;
	background-repeat: no-repeat;
	height:130px;
	color:transparent;
}

div#titlecase
{
	background-color:#d461c0;
	background-image:url(images/bg2.png);
}

div#title
{
	width:999px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family: "Klavika Bold";
	text-transform: uppercase;
}

div#face
{
	background-image:url(images/face.png);
	background-position:top center;
	background-repeat:repeat-x;
	height:249px;
}

div#bodycase
{
	background-color:#f6f6f6;
	background-image:url(images/bg3.png);
}

div#body
{
	padding:5px 0 5px 0;
	width:999px;
	color:#403939;

	margin-left:auto;
	margin-right:auto;
	/*font-family: "Klavika";
	font-size:24px;
	letter-spacing:-1.5px;
	
	*/
	font-family: "Klavika";
	font-size:30px;
	letter-spacing:-2px;
	line-height:29px;
}

div#footercase
{
	background-color:#d461c0;
	margin-top:5px;
	padding-top:2px;
	margin-bottom:10px;
	background-image:url(images/bg2.png);
}

div#footer
{
	width:999px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family: "Klavika Bold";
	color:#2a2a2a;
	font-size:20px;
	letter-spacing:-1px;
}

div#linkbar
{
	text-align:center;
	margin-bottom:20px;
		line-height:40px;
}

/* HEADINGS */
h1
{
	padding-top:5px;
	color:#2a2a2a;
	font-size:60px;
	letter-spacing:-5px;
}


/* LINKS */
div#linkbar a
{
	font-family:"Klavika Bold";
	text-transform: uppercase;
}

div#linkbar a:link, div#linkbar a:visited
{
	display:inline block;
	color:#f6f6f6;
	background-color:#403939;
	padding:5px 5px 1px 5px;
	text-decoration:none;
}

div#linkbar a:hover, div#linkbar a:active
{
	color:#f6f6f6;
	background-color:#d461c0;
	background-image:url(images/bg2.png);
}

a:link, a:visited
{
	color:#d461c0;
}

a:hover, a:active
{
	color:#403939;
}
