@charset "utf-8";
/* DOCUMENT INFORMATION
	- Author:		Andrew Altamirano
	- Project:		www.andrewaltamirano.com
	- Last Updated:	July 3, 2009
*/

/* ELEMENT RESET
   ----------------------------- */

	body, div, dl, dt, dd, ul, ol,
	li, h1, h2, h3, h4, h5, h6, 
	pre, form, fieldset, input,
	textarea, p, blockquote, th, td
	{  
		margin:	0; 
	    padding:0; 
	}
	
	ol, ul
	{
		list-style:	none;
	}
	
	h1, h2, h3, h4, h5, h6
	{ 
	    font-size:	100%; 
	    font-weight:normal; 
	}

/* GLOBAL SETTINGS & TYPOGRAPHY
   ----------------------------- */
   
	body
	{
		background: url(../img/bg.jpg) repeat;
		color:	#272727;
		font: 	0.7em Georgia, "Times New Roman", Times, serif;
	}
	
	h1
	{
		font-size: 		1.3em;
		letter-spacing: 0.25em;
		line-height:	2.5em;
		text-transform: uppercase;
	}
	
	a
	{
		color: 		#272727;
		text-decoration:	none;
	}
	
	a:hover
	{
		color:	#4ac6ea;
	}
	
	p
	{
		line-height: 1.6em;	
	}
	
	.italic
	{
		font-style: italic;	
	}
	
	.wide
	{
		letter-spacing: 0.15em;	
	}

/* BUSINESS CARD
   ----------------------------- */

	div#container
	{
		margin: 	160px auto 0 auto;
		width: 		480px;
	}
	
	div#card, div#error-404
	{
		background: url(../img/matte.png) no-repeat;
		height: 	320px;
		position:	relative;
	}
	
	div#info
	{
		position: absolute;
		width: 55%;
		right: 10px;
		top: 70px;
	}
	
	div#error-404
	{
		background: url(../img/404.png) no-repeat;
	}
	
	div#404 p
	{
		text-indent: -3000px;
	}

/* FOOTER NAVIGATION
   ----------------------------- */

	ul#footer-nav, ul#footer-nav li
	{
		float:	right;	
	}
	
	ul#footer-nav
	{
		margin-top: 1em;	
	}
	
	ul#footer-nav li, ul#footer-nav a
	{
		color:	#fff;	
	}
	
	ul#footer-nav li
	{
		margin-left: 1em;
	}
