/** =Resets **/
address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
	margin:0;
	padding:0;
}

body{
	font: 10pt verdana;
	color: #FFFFFF; /*BCBCBC*/
	background-color:#000000;
	background-image:url('/img/10stripe.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	/*background:#191919 url(background.jpg) top center repeat-y;*/
	-webkit-text-stroke:2px transparent;
	/*text-shadow:#000 0 0 2px;*/
}

#header{
	position:fixed;
	top:0px;
	left:138px;
	right:0px;
	/*width:100%;*/
	z-index:40;
	background-color: #191919;
	min-width:650px;
	text-align:right;
	padding-bottom:8px;
	padding-top:8px;
	line-height:15px;
	margin:0px 130px 0px /*13*/0px;
	border-bottom:1px solid #BCBCBC;
}

#headernocontainer{
	/*position:fixed;*/
	/*width:100%;*/
	z-index:30;
	background-color: #191919;
	min-width:650px;
	text-align:right;
	padding-bottom:8px;
	line-height:15px;
	margin:0px 130px 6px 130px;
	border-bottom:1px solid #BCBCBC;
}

.menu{
	display:inline;
	z-index:36;
	position:relative;
}

.clearer{
	clear: both;
	line-height: 0;
	height: 0;
}

#bottom{
	font-size:9px;
	display:inline;
	position:fixed;
	bottom:0px;
	right:130px;
	left:138px;
	/*right:120px;
	left:128px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;*/
	z-index:-9;
	min-width:650px;
	text-align:right;
	border-top: solid 1px #BCBCBC;
	padding-top: 5px;
	padding-bottom:6px;
	margin:12px 0px 0px /*13*/0px;
	background-color:#191919;
}

#bottomcontainer{
	background-color:#191919;
	position:fixed;
	bottom:0px;
	right:115px;
	left:123px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
	padding-top: 2035px;
	z-index:-9;
	min-width:660px;
}

#bottom:before{
	content: "COPYRIGHT 2001\2013 2015";
	display: inline;
	font-weight:bold;
}

#bottom:after{
	content: "ISSN 2156-051X";
	display: inline;
	font-weight:bold;
}

#container{
	margin:-8px 112px 0px 120px;
	padding:0;
	padding-right:10px;
	padding-left:10px;
	background-color:#191919;
	z-index:-10;
	min-width:650px;
	border-top:solid 1px #191919;
}

#blog{
	border-left: solid 1px #333333;
	font-size:9px;
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:390px;
	margin:39px /*13*/0px 0px 240px;
	background-color:#191919;
	padding:0px 0px 0px 20px;
	z-index:30; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#blogentry{
	border-left: solid 1px #333333;
	position:relative;
	width:auto;
	min-width:390px;
	padding:0px 0px 0px 20px;
	margin:22px 0px 0px 240px;
	z-index:4;
	background-color:#191919;
	font-size:9px;
}

.story{
	border-left: solid 1px #333333;
	line-height:1.5em;
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:390px;
	margin:0px 0px 0px 240px;
	/*background-color:#191919;*/
	padding:0px 0px 0px 20px;
	z-index:4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}


.date{
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:390px;
	margin:0px 130px 0px 390px;
	background-color:#191919;
	padding:0px;
	z-index:4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

ul.latable{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	min-width:800px;
	background-color:#191919;
}

.tablerow{
	float:left;
	width:25%;
	min-width:200px;
	padding:0px;
	line-height:16px;
}

.tablerow:before{
	content: "\22C5\00a0\00a0";
	display: inline;
	font-weight:bold;
}

.tablerow:nth-child(8n+1) {
	background-color:#161616;
}

.tablerow:nth-child(8n+2) {
	background-color:#161616;
}

.tablerow:nth-child(8n+3) {
	background-color:#161616;
}

.tablerow:nth-child(8n+4) {
	background-color:#161616;
}

#sidebar{
	border-right: 1px solid #333333;
	height: 100%;
	position:relative;
	float:left;
	width:198px;
	/*top:41px;
	left:9px;*/
	background-color:#191919;
	padding:1px 20px 0px 0px;
	margin-top:-24px;
	z-index:2;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:220px;
}

#sidebarentry{
	border-right: 1px solid #333333;
	height: 100%;
	position:relative;
	float:left;
	width:198px;
	/*top:41px;
	left:9px;*/
	background-color:#191919;
	padding:32px 20px 0px 0px;
	margin-top:8px;
	z-index:2;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:220px;
}

#lastfm{
	height:100%;
	position:relative;
	float:left;
	/*clear:left;*/
	padding:6px 0px 0px 0px;
	border-top:1px solid #BCBCBC;
	width:198px;
	/*top:41px;
	right:9px;*/
	background-color:#191919;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:220px;
}

#javascript{
	height:100%;
	position:relative;
	float:left;
	/*clear:left;*/
	padding:6px 0px 0px 0px;
	border-top:1px solid #BCBCBC;
	width:198px;
	/*top:41px;
	right:9px;*/
	background-color:#191919;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:220px;
}

#lastfmentry{
	height:100%;
	position:relative;
	float:left;
	clear:left;
	padding:6px 0px 0px 0px;
	border-top:1px solid #BCBCBC;
	width:198px;
	/*top:41px;
	right:9px;*/
	background-color:#191919;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:220px;
}

/*Old nav footer for relative layout*/
#footer{
	position:relative; 
	margin:0px 0px 0px 0px; 
	clear:both;
	font-size:9px;
	text-align:right;
	width:100%;
	bottom:200px;
}

/*Nav footer*/
#foot {
	/*position:fixed;*/ /* Position is declared "relative" to gain control of stacking order (z-index). */
	/*align:center;
	bottom:20px;
	z-index:-20;*/
	
	width:auto;
	min-width:390px;
	margin:-17px 0px 0px 260px;
	background-color:#191919;
	padding:0px;
	text-align:right;
	font-size:9px;
	line-height:15px;
	z-index:35;
	/*z-index:4;*/ /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#about{
	*border-right: solid 1px #333333;
	/*position:relative;*/
	float:left;
	width:198px;
	/*top:41px;
	left:9px;*/
	background-color:#191919;
	padding:0px 20px 0px 0px;
	margin:41px 0px 0px 0px;
	z-index:2;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:220px;
}

#ethos{
	border-left: solid 1px #333333;
	line-height:1.5em;
	/*position:absolute;*/ /* Position is declared "relative" to gain control of stacking order (z-index). */
	/*left:398px;
	top:41px;*/
	position:relative;
	width:auto;
	min-width:390px;
	margin:42px /*138*/0px 0px 240px;
	background-color:#191919;
	padding:/*1*/0px 0px 0px 20px;
	z-index:4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#colophon{
	border-right: solid 1px #333333;
	height:100%;
	position:relative;
	float:left;
	clear:left;
	width:198px;
	/*top:41px;
	right:9px;*/
	padding:6px 20px 0px 0px;
	/*border-top:1px solid #BCBCBC;*/
	background-color:#191919;
	z-index:2;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:220px;
}

#lists{
	margin:40px 0px 0px 0px;
	min-width:650px;
	background-color:#191919;
}

#booklist{
	margin:39px 122px 0px 130px;
	min-width:650px;
	background-color:#191919;
}

#otherlist{
	margin:39px 122px 0px 130px;
	min-width:650px;
	background-color:#191919;
}

#projects{
	margin:40px 122px 0px 130px;
	min-width:650px;
}

#contact{
	margin:40px 122px 0px 130px;
	min-width:650px;
}

hr{
	border:none;
	border-top:solid 1px #BCBCBC;
	background-color:#191919;
	height:1px;
	width:100%;
}

.quote{
	margin-left:20px;
	padding-left:10px;
	border-left: 10px solid #ffbb00;
}

a:link{ 
	color: #0099FF;
	text-decoration: none;
	line-height: 1em;
}

a:visited{ 
	color: /*#3399CC;*/ #0099FF;
	text-decoration: none;
	line-height: 1em;
}

a:hover{ 
	background-color: #0099FF;
	color: /*#3399CC;*/ #191919;
	text-decoration: none;
	line-height: 1em;
	/*border-bottom: 2px solid #449944;*/
}

a:active{ 
	background-color: #0099FF;
	color: /*#3399CC;*/ #191919;
	text-decoration: none;
	line-height: 1em;
	/*border-bottom: 2px solid #449944;*/
}

#header a:link, #header a:visited, #header a:active{
	color: #ffbb00;
	line-height: 1em;
}

#header a:hover{
	background-color: #ffbb00;
	color: #191919;
	line-height: 1em;
}

a.categorylink:link, a.categorylink:visited, a.categorylink:active{
	color: #CC3300;
	line-height: 1em;
}


a.categorylink:hover{
	background-color: #CC3300;
	color: #191919;
	line-height: 1em;
}


a.tablerow:link, a.tablerow:visited, a.tablerow:active, a.tablerow:hover{
	line-height: 16px;
}

a:hover .stbuttontext{
	background-color: #0099FF;
	color: #191919;
	line-height: 1em;
}

.credit{
	font-size:0.85em;
	color:#777777;
}

h6{
	margin:0px;
	padding:0px;
}

h3{
	margin:0px;
	padding:0px;
}

li{
	padding: 18px 0px 0px 0px;
}

.rss-items{
	list-style:none;
	margin:0;
	padding:0;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active, .rss-item a:hover {
	font-size:0.85em;
}

#twitter_update_list{
	list-style:none;
	list-style-image:none;
	font-size:10pt;
	padding: 0;
	padding-left:0px;
	margin-top:-18px;
	margin-bottom:0px;
	margin-left:0px;
	overflow:hidden;
}

.ul-none{
	list-style:none;
	list-style-image:none;
}

.flatarchives{
	list-style:none;
	list-style-image:none;
	font-size:10pt;
	padding: 0;
	padding-left:0px;
	margin-top:-18px;
	margin-bottom:0px;
	margin-left:0px;
}

.fdpoweredby{
	display:none;
}

.js-poweredBy{
	display:none;
}

.js-antispamBy{
	display:none;
}

.js-kit-comments a:link, .js-kit-comments a:visited, .js-kit-comments a:active, .js-kit.comments a:hover {
	font-size:0.85em
}

.js-LeaveComment{
	position:absolute;
	right:75px;
	bottom:-4px;
}

.js-CommentsArea, .js-CreateCommentArea, .js-EditComment{
	position:absolute;
	left:0px;
}

/* begin gallery styling */
#jgal { 
	list-style: none; 
	width: 250px; 
}

#jgal li { 
	float: left; 
	display: block; 
	width: 60px; 
	height: 60px; 
	background-position: 50% 50%; 
	cursor: pointer; 
	border: 1px solid #fff; 
	/*outline: 1px solid #ddd; */
	margin-right: 13px; 
	margin-bottom: 13px; 
}

#jgal li img { 
	position: fixed; 
	top: 65px; 
	left: 365px; 
	display: none; 
	border: 1px solid #fff; 
	/*outline: 1px solid #ddd; */
}

#jgal li.active img { 
	display: block; 
}

#jgal li.active, #jgal li:hover { 
	outline-color: #bbb;
}

/* styling without javascript */
#gallery { 
	list-style: none; 
	display: block; 
}

#gallery li { 
	float: left; 
	margin: 0 10px 10px 0; 
}

.noscript-note {
	font: 10pt verdana;
	color: #FFFFFF; /*BCBCBC*/
}

.noscript-note a:link, .rss-item a:visited, .rss-item a:active, .rss-item a:hover {
	font-size: 0.85 em;
}

/*For Google contact form*/
#ss-form-heading {
	visibility:hidden;
}

/*For styling ShareThis icon*/

/*.stbutton, .stico_default {
background: url(http://www.austinkleon.com/wp-content/themes/custom/images/share-icon-15x15-1.png) no-repeat scroll 0px 0px !important;
background: url(http://www.austinkleon.com/wp-content/themes/custom/images/share-icon-15x15-1.png) no-repeat scroll 0px 0px !important;
}*/

/*#sharethis_0 { 
	display: none; 
}*/

/*For Feed Informer*/

.fipoweredby {
	visibility:hidden;
}

#twitter_div ul {
	list-style-type: none;
	list-style: none;
}