body {
	color: #222;
	background: #e9e9e9;
	background: #fafafa;
	margin: 0;
	line-height: 1.4;
	font-size: 15px;
	font-family: georgia, "Times New Roman", times, serif;
	text-shadow: #fff 0 1px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, verdana, sans-serif;
	letter-spacing: -.05em;
	color: #444;
	-webkit-text-stroke: 1px transparent;
}

h2 {
	font-size: 230%;
	margin: 0 0 .5em 0;
	line-height: 1.25em;
}

h3 {
	font-size: 22px;
	margin: 1em 0 .25em 0;
}

h4 {
	font-size: 130%;
	margin: 1em 0 .25em 0;
}

p {
	margin: 0 0 1em 0;
}

strong {
	color: #444;
}

a {
	color: #369;
	text-decoration: none;
}

a:hover {
	color: #408000;
}

form {
	margin: 0;
}

img {
	border: 0;
}

hr {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: solid #ccc 1px;
}

hr.sponsor {
	margin-bottom: 1.5em;
}

code {
	font-size: 13px;
	font-family: menlo, monaco, consolas, monospace;
	-webkit-text-stroke: 0;
}

pre {
	font-size: 13px;
	font-family: menlo, monaco, consolas, monospace;
	background: #eee;
	padding: 1em;
	overflow: auto;
	-webkit-text-stroke: 0;
}

blockquote {
	font-size: 13px;
	line-height: 1.5em;
	border-left: solid #ccc 1px;
	margin-left: 2em;
	padding-left: 1em;
	color: #666;
	font-style: italic;
}

.box {
	width: 732px;
	margin: 0 auto;
}

#content {
	width: 500px;
	margin: 20px 0;
	padding: 0;
	float: left;
}

#content a:hover {
	text-decoration: underline;
}

#reviews {
	margin: .5em 0;
}

#reviews img {
	margin: .5em 0;
	border: solid #666 1px;
}

#search {
	text-align: left;
	margin: 15px 0;
}

#search input[type=text] {
	margin: 0 1px 0 0;
	width: 112px;
	color: #666;
	background: #f3f3f3;
}

#search input[type=submit] {
	margin: 0;
}

#recent {
	margin: 2em 0 2em 0;
}

#header {
	margin: 5px auto 0 auto;
	padding: 0 0 .5em 0;
	background: #e9e9e9;
	background: #fafafa;
	color: #555;
	border-bottom: solid #666 1px;
}

#header img {
	vertical-align: top;
	margin: 10px 0 0 0;
}

#header img#rotate {
	width: 730px;
	height: auto;
}

#header p {
	font-family: georgia, serif;
	text-align: center;
	font-size: 14.2px;
	margin: 0;
}

#content img {
	margin: 5px 0;
}

#header h1 {
	margin: 0;
}

#footer {
	padding: 2em 0 0 0;
	color: #666;
	clear: both;
	font-size: 13px;
}

#sidebar {
	font-family: helvetica, arial, verdana, sans-serif;
	width: 162px;
	padding: 0;
	float: left;
	margin: 7px 0 0 70px;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
}

#sidebar a {
	border: 0;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar li {
	margin: 0 0 .25em 0;
}

#sidebar li a {
	text-decoration: none;
	border: none;
}

#sidebar li a:hover {
	color: #666;
	text-decoration: none;
}

#sidebar #nav a:hover {
	color: #408000;
}

#sidebar h2 {
	font-size: 120%;
	margin: .5em 0 .5em 0;
}

#sidebar ul#categories {
	margin: 0 0 40px 0;
}

#sidebar img {
	border: solid #fff 1px;
	border-left: solid #ccc 1px;
	border-top: solid #ccc 1px;
}

#intro {
	margin-top: 20px;
}

.byline {
	margin: 0 0 1.25em 0;
	color: #666;
}

.byline.below {
	margin-top: 1.25em;
}

#bigtime {
	margin: 15px 0 0 0;
	padding: 0px 0 5px 0;
	border-bottom: solid #ccc 1px;
}

#bigtime.feature {
	padding: 0;
}

#bigtime.feature .byline {
	margin-bottom: 0;
}

#bigtime h2 {
	font-size: 32px;
	letter-spacing: -.05em;
	margin-bottom: .25em;
}
#bigtime img {
		border: solid #666 1px;
}


.excerpt {
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
}

.indent {
	margin-left: 20px;
}

.article.archive p {
	font-size: 13px;
	line-height: 1.5em;
	color: #444;
	padding-bottom: 10px;
}

.article.archive h4 {
	font-size: 100%;
}

#content.archive {
	margin: 0;
}
.read-more {
	margin: 1em 0;
}

.article.sponsor {
	margin: 2em 0;
	font-size: 13px;
	font-family: helvetica;
	line-height: 1.5em;
	padding: 12px 12px 0 12px;
	padding: 18px 24px 6px 24px;
	background-color: #e3e3e3;
	background-color: #e9e9e9;
	border: 1px solid #999;
	border: solid #fff 1px;
	border-left: solid #ccc 1px;
	border-top: solid #ccc 1px;
}

.article.sponsor h3 {
	margin: 0 0 .5em 0;
	font-size: 17px;
}

.article.sponsor img {
	width: 450px;
	height: auto;
}

.article.first h2 {
	margin-top: 0;
}

.link {
	margin-bottom: 1.5em;
}

.link h4 {
	font-size: 20px;
	margin-bottom: 5px;
}

.link.first h4 {
	margin-top: 0;
}

h3.year.first {
	margin-top: 0;
}

h3.category.first {
	margin-top: 0;
}

#comments {
/*	font-size: 12px;*/
/*	line-height: 1.5em;*/
	color: #444;
}

.comment {
	padding: 1.25em;
	border-bottom: solid #ccc 1px;
}

.comment.odd {
	background: #fff;
}

.comment.even {
	color: #333;
	background: #f9f9f9;
}

.comment.author {
	color: #333;
	background: #ffc;
}

.comment-author {
	font-style: italic;
}

.comment-author a {
	font-style: normal;
}

.comment p {
	margin: 0 0 .5em 0;
}

.comment .byline {
	color: #333;
	margin: 0 0 .5em 0;
}

#category-list hr {
	margin-top: 1em;
}

#featured {
	margin: 10px 0 5px 0;
	padding: 0 20px;
	color: #666;
	min-height: 260px;
	margin: 10px 0 0 0;
	padding: 0;
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
}

#featured h2 {
	font-size: 32px;
	letter-spacing: -.05em;
}

#featured img {
		border: solid #666 1px;
		float: left;
		margin: 0 20px 20px 0;
}

#featured a {
	color: #333;
}


#featured {
	position: relative;
}

#featured .byline {
	font-size: 15px;
	position: absolute;
	left: 170px;
	bottom: 3px;
}

#featured h4 {
	margin-bottom: 0;
	color: #666;
}

#enkoder_form .byline,
#enkoder_form_advanced .byline {
	font-size: 11px;
}

#enkoder_form input[type=text] {
	width: 300px;
}

#download {
	margin-left: 80px;
}
#download p {
	margin-left: 10px;
}

img#hive {
	margin-right: 20px;
}

#newsletter-form input[type=text] {
	width: 300px;
}

#newsletter-form input[type=submit] {
	margin: 5px 0;
}

img.tall {
	float: left;
	padding-right:  20px;
}

div.image-with-caption img {
	margin: 1em 0 0 0;
}
div.image-with-caption p {
	font-size: 12px;
  margin: -10px  0 1em 0;
  color: #666;
}

.comment-author-info p {
	line-height: 15px;
	margin-bottom: 10px;
	color: #666;
}

.comment-author-info img {
	border: solid #666 1px !important;
	margin: 0 10px 0 0 !important;
	float: left !important;
}

.comment-author-info h4 {
	font-size: 120%;
	margin: 0 0 2px 0;
}

.figure {
	font-size: 12px;
	color: #777;
	margin: 0 0 2em 0;
}

.figure span {
	font-weight: bold;
}

.figure img {
	margin-bottom: 5px !important;
	border: solid #999 1px !important;
}

.figure.no-border img {
	border: 0 !important;
}

#nav {
	font-size: 12px;
	margin-bottom: 15px;
}

#nav a.active {
/*	color: #666;*/
	font-weight: bold;
}

#outbound {
	font-size: 12px;
	margin: 0 0 15px 0;
}

#outbound a.active {
/*	color: #666;*/
	font-weight: bold;
}

#outbound img {
	vertical-align: middle;
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
	border: 0;
}

#outbound li a {
	margin-right: 5px;
}

#hivelogic-store {
	border: solid #ccc 1px;
	margin: 2em 0;
}

ul#outbound {
	padding: 0 0 .25em 1em;
	margin: 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 1.5em;
}

#outbound h4 {
	font-size: 12px;
	margin: 0;
}

.permalink {
	margin-left: 10px;
}

.article h2 {
	font-size: 28px;
	letter-spacing: -.05em;
	margin-bottom: .25em;
	margin-top: .5em;
}

#content .byline {
	font-size: 13px;
}

img.bio {
	float: left;
	padding: 5px;
	margin: 0 10px 0 0 !important;
	vertical-align: top;
	border: solid #ccc 1px !important;
	background-color: #f0f0f0;
}

#bigtime.welcome {
	margin-top: 0;
}

#the-deck {
	font-size: 11px;
	line-height: 1.4em;
	margin: 5px 0 30px 0;
	border: solid #fff 1px;
	border-left: solid #ccc 1px;
	border-top: solid #ccc 1px;
	padding: 10px 15px;
	background: #e9e9e9;
}

#the-deck img {
	margin: 0 0 10px 0;
	border: 0;
}

#the-deck p {
	margin: 0;
}

p#the-deck-text {
	margin: 20px 0 0 0;
}

#authentic-text {
	font-size: 9px;
	text-transform: uppercase;
	margin: 0;
}

.mini-text {
	font-size: 9px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.about-text {
	font-size: 11px;
	margin: 0 0 5px 0;
}

.mini-text a,
.mini-text a:link,
.mini-text a:visited,
#authentic-text a,
#authentic-text a:link,
#authentic-text a:visited {
	color: #666;
}

.mini-text a:hover,
#authentic-text a:hover {
	color: #408000;
}

#authentic-jobs {
	font-size: 11px;
	line-height: 1.4em;
	margin: 5px 0 40px 0;
	padding: 15px 5px 10px 5px;
	background: #e9e9e9;
	text-align: center;
	font-size: 11px;
	line-height: 1.4em;
	border: solid #fff 1px;
	border-left: solid #ccc 1px;
	border-top: solid #ccc 1px;
}

#authentic-jobs br.break {
	height: 0;
	line-height: 0;
}

#authentic-sign {
	margin: 0 0 8px 0;
}

#authentic-jobs img {
	border: 0;
}

#authentic-text {
	font-size: 9px;
	text-transform: uppercase;
}

#authentic-jobs ul {
	list-style-type: circle;
	margin: 0 0 10px 0;
}

#authentic-jobs li {
	margin: 0 0 5px 15px;
}

#authentic-desc {
	padding: 7px 0 0 0;
	line-height: 1.3em;
}

#authentic-jobs #jobs {
	clear: both;
	padding: 0;
	margin: 0;
}

#authentic-jobs p {
	text-align: left;
	padding: 0px 5px 0 10px;
}

#jobs-text {
	margin: 30px 0 0 0;
}

#projects-text {
	margin: 30px 0 0 0;
}

.project {
	margin: 0 0 15px 0;
}

.project img.lefty {
	margin-right: 4px;
}

.comments-off {
	padding: 1em 0 0 0;
	color: #666;
	clear: both;
	font-size: 13px;
}
#paginate {
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	margin: 20px 0;
}
#paginate p {
	margin: 0 0 20px 0;
}
#ssa {
	margin: 0 8px 0 0;
	vertical-align: middle;
	padding: 0 0 4px 0;
}
.hide {
	display: none;
}
