/********************************************
* UXDUDE.com
* Developed by Bobby Davis
* http://uxdude.com
*
* Created 02/23/2012
*
* Home Page Style Definitions
********************************************/

/********************************
* HTML Mods
********************************/
h1 {
	font: normal normal 4.25em/0.9em Akagi-Fat, Helvetica, Arial; /* 68px */
}

/********************************
* Layout Definitions
********************************/

#bg-home {
	background: url(../images/bg_home.jpg) top left repeat-x;
	overflow: hidden;
	margin: 0 auto;
	height: 800px;
	width: 100%;
}

#container {
	width: 960px;
	height: 900px;
	margin: 0 auto;
	position: relative;
}

#uxdude {
	width: 470px;
	height: 298px;
	float: right;
	display: block;
	margin-top: 15px;
	background: url(../images/whiteboard.png) top left no-repeat;
}

#uxdude img {
	margin-left: 175px;
}

#header {
	width: 490px;
	float: left;
	overflow: visible;
	margin-top: 43px;
}

#header h2 {
	margin-bottom: 25px;
}

#nav {
	margin-bottom: 0;
}

/********************************
* Buttons & Callouts
********************************/

a.button {
	width: 164px;
	height: 46px;
	background: url(../images/btn_learn_more.png) top left no-repeat;
	display: block;
	text-indent: -9999px;
}

a.button:hover {
	background-position: bottom left;
}

#footer {
	margin-top: 225px;
}