/****************************************/
/*										*/
/*		CSS Document					*/
/*		Design by Adam Farnsworth		*/
/*		bulk@adamfarnsworth.com			*/
/*		10/06/2006						*/
/*		© Adam Farnsworth				*/
/*										*/
/****************************************/

/****************************************/
/*		Theivery Manifesto				*/
/****************************************/
/*										*/
/*		Honestly, don't steal this		*/
/*		design, just do your own. 		*/
/*		It's really kind of lame to		*/
/*		have to be so unoriginal		*/
/*		that you just go to a site		*/
/*		you think is cool, change a		*/
/*		few colors and call it your		*/
/*		own. It's dumb, don't do it.	*/
/*										*/
/****************************************/

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


/****************************************/
/*		Layout Styles					*/
/****************************************/
.container {
	position: relative;
	width: 1000px;
	\width: 1010px;
	w\idth: 1000px;
	margin: 0px auto;
	text-align: left;
}
.header {
	background-image: url(../img/bg_header.png);
	\background-image: url(../img/img_header.gif);
	b\ackground-image: url(../img/bg_header.png);
	margin-top: 100px;
}
.content {
	background-color: #000;
	margin-top: 80px;
	border: #cbcbcb solid 5px;
}
.nav {
	float: right;
	background-color:#000;
	margin-top: 10px;
	margin-right: 70px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}
.content_left {
	margin-top: 10px;
	margin-right: 360px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.content_right {
	float: right;
	border-left: #cbcbcb solid 5px;
}
.content_left_scrolling {
	float: right;
	width: 42px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.post {
	margin-bottom: 50px;
}
.gallery {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px #EEE solid;
	padding-top: 10px;
}

.gallery_item { clear: left; padding-top: 30px; }

.gallery_image {
	float: left;
	margin-left: 10px;
}
.gallery_post {
	margin-left: 140px;
	margin-right: 10px;
}

#content.gallery .content_left { height: 488px; width: 980px; margin: 10px; }
#flashcontent { height: 100%; }

/****************************************/
/*		Text Styles						*/
/****************************************/
h1 {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 18px;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-size: 30px;
	line-height: 25px;
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
	text-transform: uppercase;
	font-weight: normal;
}
h3 {
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	font-size: 20px;
	line-height: 15px;
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
	text-transform: uppercase;
	font-weight: normal;
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}



/****************************************/
/*		Generic Text Styles				*/
/****************************************/
.bold {
	font-weight: bold;
}
.fancy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}
.small {
	font-size: 11px;
}



/****************************************/
/*		Paragraph Styles				*/
/****************************************/
.center {
	text-align: center;
}
.justified {
	text-align: justify;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}



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



/****************************************/
/*		Image Styles					*/
/****************************************/
img {
	border: none;
}
.podcast img {
	margin-left: 10px;
}



/****************************************/
/*		Misc Styles						*/
/****************************************/
.clear {
	clear: both;
}
.video object {
	background-color: #FFF;
	padding: 10px;
}
.twitthis {
	float: right;
}