/****************************************************/
/*		CSS Document								*/
/*		Code by Adam Farnsworth						*/
/*		Design by Alan Ayers						*/
/*		06/10/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 and Alan Ayers				*/
/*		stopgawk [at] stopgawkandroll [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 { background-color: #EEE; background-image: url(../img/bg-body.jpg); background-repeat: repeat; background-position: top right; background-attachment: fixed; }
#container { position: relative; width: 640px; \width: 650px; w\idth: 640px; margin: 0px auto; text-align: left; }
#header { margin-top: 0px; padding-bottom: 40px; }
#content {  }
#map { margin: 0px 0px 20px 0px; }
#footer { height: 60px; }


/********************/
/*	Text Styles		*/
/********************/
body { font-family: Verdana, Arial, sans-serif; }
h1 { font: 60px/68px 'ChunkFiveRegular', Arial, sans-serif; letter-spacing: 0; }
h2 { font: 20px/20px 'ChunkFiveRegular', Arial, sans-serif; letter-spacing: 0; text-transform: uppercase; }
h3 {  }
h4 {  }
p { font: 11px; line-height: 15px; }
li { font: 10px; }


/****************************/
/*	General Text Styles		*/
/****************************/
.bold { font-weight: bold; }


/********************/
/*	Image Styles	*/
/********************/
img { border: 0; }


/********************/
/*	Video Styles	*/
/********************/
.flickr-video { background: #FFF; padding: 10px; }


/********************/
/*	Link Styles		*/
/********************/
a { color: #222; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }


/********************/
/*	List Styles		*/
/********************/
ul { list-style-type: none; margin: 20px 0px; }
li { margin: 0px 0px 5px 0px; padding: 1px 10px; background-color: #DDD; }


/********************/
/*	Misc Styles		*/
/********************/
.clear { clear: both; }
.pad_10 { padding: 10px 0px; }