/****************************************************/
/*		CSS Document								*/
/*		Code by Adam Farnsworth						*/
/*		Site by Ave.Rails							*/
/*		00/00/2009									*/
/****************************************************/

/****************************************************/
/*	THINKING ABOUT STEALING THIS CODE?				*/
/****************************************************/
/*	Please don't be a jerk and steal our code. It's	*/
/*	just not cool and the karma hit could be fatal.	*/
/*	I mean, you never know. Karma may or not exist,	*/
/*	but if it does, do you really want to take the	*/
/*	chance that you could be hit be a bus whilst	*/
/*	crossing the street just to steal some CSS? Not	*/
/*	worth it, huh? If you have a question, please	*/
/*	feel free to ask, we're usually cool giving		*/
/*	help if we can, at least before they rip off	*/
/*	our painfully aquired code.						*/
/*													*/
/*	- Adam Farnsworth 								*/
/*		info [at] adamfarnsworth [dot] com			*/
/****************************************************/

/********************/
/*	Master Reset	*/
/********************/
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dd, dt, table, td, th, tr, form { margin: 0; padding: 0; }


/********************/
/*	Layout Styles	*/
/********************/
body { height: 100%; background: url(../img/bg-body.jpg) bottom left no-repeat fixed; }
#container { position: relative; width: 960px; \width: 970px; w\idth: 960px; margin: 0px auto; text-align: left; }
header { opacity: 1; -webkit-transition: opacity 1s linear; }
header:hover { opacity: 0; }
#content { padding: 100px 0px; }
#footer {  }
main { background: #C00; padding: 10px; }


/********************/
/*	Text Styles		*/
/********************/
h1 { font-family: Helvetica, Verdana, sans-serif; font-size: 32px; color: #f285b5; }
h2 {  }
h3 {  }
h4 {  }
p {  }


/********************/
/*	Link Styles		*/
/********************/
a {  }
a:hover {  }


/********************/
/*	List Styles		*/
/********************/
ul {  }
li {  }


/********************/
/*	Misc Styles		*/
/********************/
.clear { clear: both; }
