/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, blockquote, label, ul, ol, dl, fieldset, address {
  margin-top: 10px;
}
li, dd {
  margin-left: 5%;
}
fieldset {
  padding: .5em;
}
select option {
  padding-right: 5px;
}

.hide, .print-logo, .close-button{
  display: none;
}
.left{
  float: left;
}
.right{
  float: right;
}
.clear{
  clear:both;
}

img, a img {
  border: 1px solid #ccc;
}
a:hover img {
  border: 1px solid #006acc;
}

a {
  color: #006acc;
}
a:hover {
  background-color: #006acc;
  color: #fff;
  text-decoration: none;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
  background: #fff /* url(http://e-huned.com/bg2.gif) */;
  color: #0a0a0a;
  font-size: 14px;
  font-family: Georgia, "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
}

.inside{
  width: 80%;
  /*min-width: 65em;
  max-width: 85em;*/
  margin: 0 auto;
}

h1{
  font-weight: normal;
  margin: 10px 0;
}

h2, h3 {
  font-size: 16px;
  font-weight: normal;
}

#primary h2 {
  color: #0a0a0a;
}

p {
  line-height: 125%;
  margin-bottom: 12px;
}

ul li {
  list-style-type: square;
  margin: 0.5em 0 0.5em 2em;
}

blockquote{
  margin-left: 1em;
  padding-left: 1em;
  border-left: 2px solid #ccc;
  color: #ccc;
}

pre{
  width: 100%;
  padding: 4px;
  overflow: auto;
}

table{
  width:100%;
  border-spacing:2px;
  margin:1.5em 0;
}
table th, table td {
  padding: 0.3em 0.75em
}
table th{
  background: #ccc;
  color: #000;
  text-align: left;
}
table td{
  background:#333;
  color:#FFF;
}
table caption{
  text-align: left;
  color: #fff;
  margin-bottom: -1em;
  margin-top: 1em;
}

.rule{
  border-top: 1px solid #ccc;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  margin: 1.5em 0;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header {
}
#header .inside {
  padding: 10px 0;
  border-bottom: 1px dashed #0a0a0a;
}

#header h2 {
  margin: 0 0.5em 0 0;
  padding: 0 0.5em 0.25em 0;
  float: left;
}
#header h2 a {
  text-decoration: none;
  font-size: 32px;
}

#header p {
  padding: 1em 0;
  margin: 0;
  line-height: 1em;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
  padding: 1px 0 2em 0;
}

#primary.onecol-stories .primary{
  float: left;
  width: 50%;
}
#primary.onecol-stories .secondary{
  float: right;
  width: 40%;
  margin: 0 0 0 10%;
}

#primary.twocol-stories .story,
#primary.twocol-stories .second-story-col{
  float: left;
  width: 48%;
  margin: 0 0 0 4%;
  display: inline;
  margin: 0 0 0 5%;
  width: 30%;
}
#primary.twocol-stories .second-story-col{
  float:right;
  margin: 0;
  padding: 0 0 0 10px;
}
* html #primary.twocol-stories .story,
* html #primary.twocol-stories .second-story-col{
  margin-left:2%;
  margin-left:3%;
}

#primary.twocol-stories .second-story-col .story,
* html #primary.twocol-stories .second-story-col .story{
  float:none;
  width:100%;
  margin:0;
  display:block;
}
#primary.twocol-stories .first, * html #primary.twocol-stories .first{
  margin:0 0 0 0;
  width:67%;
}

#primary .second-story-col {
  font-size: 12px;
}

.story h3{
  font-size:24px;
  margin: 10px 0;
  font-weight:normal;
}
.story h3 a{
  text-decoration:none;
}

.story .details{
	margin: 0;
	text-align: right;
	border-bottom: 1px dashed #0a0a0a;
	padding: 0 0 4px 0;
	font-size: 14px;
	color: #0a0a0a;
}
.story .details .read-on{
	background:url(images/readon_black.gif) 10% 60% no-repeat;
	padding-right:20px;
}
.story .details a{
	text-decoration:none;
}

/* Single Post Styles */

#primary .primary{
	float:right;
	width:65%;
}
#primary .secondary{
	float:right;
	width:30%;
	margin-right:5%;
	padding-top:0.65em;
	display:inline;
}
* html #primary .secondary{ margin-right:3%; }

.secondary .featured p{
	border-bottom:1px solid #ccc;
	border-top: 1px solid #ccc;
	padding:0.5em 0 0.6em 0;
	line-height:1.5em;
	margin:1em 0 0 0;
}
.secondary .featured dl{
	margin:0 0;
	border-bottom:1px solid #ccc;
	padding:0.5em 0 0.6em 0;
}
.secondary dt{
	display:inline;
	margin:0;
	padding:0;
}
.secondary dd{
	display:inline;
	margin:0;
	padding:0;
}

.single-post h1, .single-post h2{ margin-top:0; }

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

#secondary{
  padding: 0;
  margin: 0;
}

.comment-head{
  border-bottom:1px dashed #0a0a0a;
  padding: 10px 0;
}
.comment-head h2{
	font-size:16px;
	margin:0;
}
.comment-head a{
  text-decoration:none;
}
.comment-head .details{
  font-size:10px;
}

ol#comments{
	list-style-type:none;
	margin:2em 0;
}
ol#comments li{
	list-style-type:none;
	margin:2em 0;
}

#comments cite{
	float:left;
	width:31%;
	font-style:normal;
	text-align:right;
}
* html #comments cite{ width:30.6%; }
#comments cite span{
	display:block;
}
#comments cite .author,
#comments cite .date { font-size:12px; }
#comments cite .author a{
	text-decoration:none;
}
#comments cite .admin-tools{
	margin:5px 0;
}
#comments cite .admin-tools a{
	float:right;
	margin:0 5px;
	padding:0px 3px 3px;
	background:#666;
	border:1px solid #999;
	text-decoration:none;
}
#primary .secondary .admin-tools{ margin:1em 0; }

#preview{
	margin:1em 0;
	padding:0.5em;
	border:1px solid #333;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#FF0000; font-weight:bold; }

#comments .pingback cite .author{
	display:block;
	padding-top:68px;
	background:url(images/trackback_pingback.gif) 100% 0 no-repeat;
}

#comments .content{
	float:left;
	width:60%;
	margin-left:1.9%;
	border-left:1px solid #868686;
	padding: 0 0 0 2%;
}
#comments .content p{
	margin:0 0 1em 0;
}
#comments .content h3{
	margin:0;
	font-size:16px;
}

#comment-form{
}
input.textfield{
	width: 15em;
	margin:5px 0;
}
textarea.commentbox{
	width:400px;
	height:240px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}
.formactions input.submit{ 
  margin: 0;
  padding: 0;
}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary{
  padding:2em 0 0 0;
  font-size: 11px;
  color: #fff;
  background: #0a0a0a /* url(http://e-huned.com/bg.gif) */;
}
#ancillary .block{
	float:left;
	width: 30%;
	margin:0 0 0 5%;
}
* html #ancillary .block{
	margin-left:3.9%;
}
#ancillary .twice-length{ width:65%; }
#ancillary .thrice-length{ width:100%; }
#ancillary .first, * html #ancillary .first{
	clear:both;
	margin:0;
}
#ancillary .block-separator{
	clear:both;
	height:2.5em;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{
  list-style-type: none;
  margin: 10px 0;
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
  list-style-type: none;
  margin: 0;
  padding: 6px 0;
  border-bottom: 1px dotted #aaa;
}
ul.dates .date{
  color:#fff;
  padding-right: 10px;
}

ul.counts .count{
  float:right;
  color:#858585;
}

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
  text-decoration:none;
}

ul.blogroll{ margin-top:0; }
ul.blogroll li{

	list-style-type:none;
	margin:0;
}

ul.pages ul{
	margin:0;
}






ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}
/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
  clear:both;
  font-size: 10px;
  color: #fff;
  background: #0a0a0a /* url(http://e-huned.com/bg.gif) */ ;
}
#footer .inside{
}
#footer p{
  margin: 0;
}
#footer p.copyright{
  float: left;
}
#footer p.attributes{
}
#footer p.attributes a{
  text-decoration: none;
  color: #fff;
}

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#search{
  float: right;
  width: 300px;
  text-align: right;
}

/* fucking gist */
.gist .gist-syntax {
  overflow-x: hidden !important;
}
.gist .gist-meta {
  font-family: Verdana;
  font-size: 8px !important;
}
