/****************************************/
/*										*/
/*		CSS Document					*/
/*		Design by Adam Farnsworth		*/
/*		bulk@adamfarnsworth.com			*/
/*		12/13/2007						*/
/*		© 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					*/
/****************************************/
body {
	background-image: url(../img/bg_body.jpg);
	\background-image: url(../img/bg_body_ie.jpg);
	b\ackground-image: url(../img/bg_body.jpg);
	margin-top: 120px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #EEEEEE;
	text-rendering: optimizeLegibility;
}
.corner_griffin {
	position: absolute;
	height: 40px;
	width: 30px;
	right: 10px;
	padding-bottom: 10px;
	z-index: 100;
}
.container {
	position: relative;
	width: 800px;
	\width: 810px;
	w\idth: 800px;
	margin: 0px auto;
	text-align: left;
}
.header {
	margin-bottom: 45px;
}
.content {
	width: 400px;
	margin-left: 30px;
}
.right_img {
	float: right;
	background-image: url(../img/bg_right.png);
	\background-image: url(../img/bg_right.png);
	b\ackground-image: url(../img/bg_right.png);
	background-repeat: no-repeat;
	width: 355px;
	height: 480px;
}
.post {
	margin-bottom: 20px;
}
.post_date {
	margin: 0;
	padding: 0;
}
.post_title {
}
.comment {
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.comment_title {
	background-color: #EEE;
	padding: 2px;
}
.comment_content {
	background-color: #444;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.comment_form {
	margin-top: 10px;
}

.comment_me {
	border: solid 1px #444;
	margin-top: 10px;
	margin-bottom: 10px;
}
.comment_title_me {
	background-color: #444;
	padding: 2px;
}
.comment_content_me {
	background-color: #615B52;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}



/****************************************/
/*		Text Styles						*/
/****************************************/
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
	line-height: 18px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	line-height: 16px;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.post_date {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	line-height: 16px;
}
.post_title {
	font: 22px/30px 'LeagueGothicRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #222;
	text-transform: uppercase;
}

.comment_form_title {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 7px;
	text-transform: uppercase;
	color: #404040;
}
.comment_content, .comment_content_me {
	color: #EEE;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.comment_name, .comment_name_me {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
	line-height: 16px;
	margin-top: 3px;
}
.comment_verb, .comment_verb_me {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	line-height: 16px;
}
.comment_content_me {
	color: #EEE;
}
.comment_name_me {
	color: #EEE;
}
.comment_verb_me {
	color: #999;
}



/****************************************/
/*		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: 9px;
}
ins {
	font-weight: bold;
	color: #0067D1;
	text-decoration: none;
}
del {
	color: #8A2929;
}
.quote {
	font-style: italic;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
.warning {
	font-weight: bold;
	color: #950000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}



/****************************************/
/*		Paragraph Styles				*/
/****************************************/
.center {
	text-align: center;
}
.justified {
	text-align: justify;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}



/****************************************/
/*		Link Styles						*/
/****************************************/
a {
	color: #222;
	font-weight: bold;
	text-decoration: none;
}

p a:hover {
	background-color: #CCC;
}
.comment_me a {
	color: #EEE;
}



/****************************************/
/*		Image Styles					*/
/****************************************/
img {
	border: none;
}
.podcast img {
	margin-left: 10px;
}
.border { border: 20px #FFF solid; }
.border_mini { border: 5px #FFF solid; }



/****************************************/
/*		Form Styles						*/
/****************************************/
.comment_name_input, .comment_email_input, .comment_web_input, .txpCommentInputMessage, .button {
	width: 100%;
	margin-bottom: 10px;
	border: solid 5px $404040;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 43px;
	line-height: 36px;
	color: #404040;
}
.button_disabled {
	visibility: hidden;
}
.comment_button {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 34px;
	color: #404040;
	text-transform: uppercase;
	text-align: left;
	width: 100%;
	padding: 10px;
}


/****************************************/
/*		Font Styles						*/
/****************************************/
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('http://www.adamfarnsworth.com/fonts/League_Gothic-webfont.eot');
	src: local('☺'), url('http://www.adamfarnsworth.com/fonts/League_Gothic-webfont.woff') format('woff'), url('http://www.adamfarnsworth.com/fonts/League_Gothic-webfont.ttf') format('truetype'), url('http://www.adamfarnsworth.com/fonts/League_Gothic-webfont.svg#webfontOTINA1xY') format('svg');
	font-weight: normal;
	font-style: normal;
}


/****************************************/
/*		Misc Styles						*/
/****************************************/
.clear {
	clear: both;
}
.video object {
	background-color: #FFF;
	padding: 10px;
}


