html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 	
	background: #232323 url('images_v2/background.png');
	margin: 0;
	padding: 0;
	border-top: 3px solid #262626;
	padding-bottom: 20px;
}

img {
	border: 0;
}

#container {
	margin: auto;
	width: 920px;
}

#header {
	color: #fff;
    position: relative;
    height: 34px;
    padding-bottom: 10px;
    margin-bottom: -10px;
    background: url('images_v2/header-sprite.png') top center no-repeat;
}

.logo {
	margin-top: -7px;
}

ul.top-menu {
    font-family: HelveticaNeue, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
	float: right;
	list-style: none;
	margin: 0;
	margin-top: 12px;
}

.top-menu li {
	float: left;
	padding-bottom: 1px;
}

.top-menu li a:link, .top-menu li a:visited {
	color: #ddd;
	text-decoration: none;
 	padding: 2px 15px;
	margin-left: -1px;
	text-shadow: #000 0 -1px;
}

.top-menu li a:hover {
	background: #151515;
	color: #fff;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}


.content-center {
	background: url('images_v2/content-sprite.png') repeat-y -920px 0;
}

.content-top {
	background: url('images_v2/content-sprite.png') no-repeat 0 -3px;
	width: 100%;
	height: 14px;
}

.content-bottom {
	background: url('images_v2/content-sprite.png') no-repeat 0 -39px;
	width: 100%;
	height: 14px;
}

#content {
	margin: 0 11px;
	background: #fff url('images_v2/header-sprite.png') repeat-x 0 -80px;
	padding: 1px 40px; 
	padding-bottom: 10px;
	padding-top: 20px;
	overflow: hidden;
}

#content h1 {
	font-size: 22px;
	margin-bottom: 30px;
}

h2 {
	font-size: 14px;
	margin-top: 30px;
}

.post h1 {
	font-size: 18px !important;
	margin-top: 30px;
	margin-bottom: 14px !important;
}

.columns h2, h2.no-space {
	margin-top: 0;
	margin-bottom: -5px;
	padding-bottom: 0;
	line-height: 14px;
}

#content h3.dt {
	margin-top: 20px;
	margin-bottom: -10px;
	font-size: 13px;
}

#content {
	color: #444;
}

#footer {
	padding: 0 8px;
    margin-top: 20px;
	font-size: 11px;
	color: #999;
	margin-left: 5px;
	text-shadow: #000 0 1px;
	clear: both;
}

#footer p {
	margin: 0;
	line-height: 12px;
}


.teaser {
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
	margin-right: -15px;
	padding-top: 15px;
}

.teaser p {
	width: 400px;
	font-size: 14px;
	line-height: 22px;
}

hr {
	clear: both;
	margin: 30px -40px;
	height: 1px;
	border: none;
	background-color: #eee;
	color: #eee; /*ie*/
	width: 900px; /*ie*/
}

hr.under-teaser {
	margin-top: 0;
	background-color: #ddd;
	color: #ddd; /*ie*/
}

/* Links */


a:link {
	color: #2240B3; /* 004080 */
	text-decoration: none;
}

a:visited {
	color: #004080; /* #4B6580; */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/** Buttons **/

a.button {
  background-color: #337716;
  font-family: HelveticaNeue, "Helvetica Neue", Arial, sans-serif;;
  font-size: 14px;
  font-weight: bold;
}

a.button, a:visited.button {
	outline:none;
	display: block;
	float: left;
	width: 145px;
	height: 30px;
	background: #337716 url('images_v2/button.png') 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
	padding-top: 9px;
	margin-right: 5px;
	color: #fff;
	
	text-shadow: #006900 0 -1px;
	
	margin-top: 10px;
}

a:hover.button {
	background-position: 0 -40px;	
	text-decoration: none; /* IE */
}

a:active.button {
	outline:none;
	background-position: 0 -79px;	
	padding-top: 10px;
    height: 29px;
    outline: none;
}

a.buy-button {
	background-color: #47557A !important;
    background-position: -155px 0 !important;
    text-shadow: #3E4763 0 -1px !important;
}

a:hover.buy-button {
    background-position: -155px -40px !important;
}

a:active.buy-button {
    background-position: -155px -79px !important;
}


/* Columns */

.columns {
	overflow: hidden;
}

.columns img.size-thumbnail {
	border: 1px solid #262626;
}

.column {
	float: left;
	width: 252px;
	margin-right: 30px;
	vertical-align: top;
}

.two-column {
	float: left;
	width: 390px;
	margin-right: 30px;
	vertical-align: top;
}

.two-column.wide {
	width: 534px;
}

.last {
	margin-right: 0;
	clear: right;
}

.teaser-image {
	position: absolute;
	right: 0;
	top: 0;
}

h2.with-space {
	margin-bottom: 20px !important;
}

/* Eyes */

#leye {
	position: absolute;
	left: 72px;
	top: 31px;
	width: 1px;
	height: 1px;
	background-color: #f4f4f4;
}

#reye {
	position: absolute;
	left: 82px;
	top: 31px;
	width: 1px;
	height: 1px;
	background-color: #f4f4f4;
}


/* Download popup */

.download-popup {
    position: absolute;
	display: none;
	background: url('images_v2/content-sprite.png') -1840px 0 no-repeat;
	width: 145px;
	height: 46px;
	padding-top: 9px;
	padding-left: 15px;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
}

/* Blog */

#blog {
	float: left;
	width: 550px;
}

#sidebar {
	margin-right: 10px;
	float: right;
	width: 210px;
}

.post h2 a, .post h2 {
	color: #333;
	font-size: 18px;
}

.post .date {
	color: #aaa !important;
	margin-top: -10px;
}

.entry h2 {
	font-size: 14px;
	margin-top: 14px;
	margin-bottom: -5px;
/*	font-weight: normal;*/
}

.postmetadata {
	color: #aaa !important;	
}

.postmetadata a:link, .postmetadata a:visited {
	color: #888;	
}


.book_cover {
	float: left;
	margin-right: 10px;
	border: none !important;
}


.footer-links {
	float: right;
	margin-right: 10px;
	margin-top: -1px;
}

.footer-links a:link, .footer-links a:hover, .footer-links a:visited {
	color: #999;
}

/* Comments */

.commentlist cite {
	font-style: normal;
	font-weight: bold;
}

h3#comments, h3#respond {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.commentlist li {
	margin-top: 30px;
}

.commentlist li p {
	margin-top: 4px;
	margin-bottom: 8px;
}


.commentmetadata, .commentmetadata a:link, .commentmetadata a:visited, .commentmetadata a:hover {
	color: #bbb;
}

#commentform, textarea#comment {
	width: 550px;
}

#commentform input {
	width: 200px;
}

blockquote {
	margin-left: 25px;
	padding-left: 15px;
	border-left: 2px solid #CCC;
	color: #777;
}

/* Navigation */

.navigation {
	width: 800px;
	margin: 20px 0;
	float: left;
}

.navigation .alignleft {
	width: 200px;
	float: left;
}

.navigation .alignright {
	float: right;
	width: 200px;
	text-align: right;
}

.navigation a:link, .navigation a:visited {
	padding: 3px 5px;
}

.navigation strong a {
	border: 1px solid #B3B3B3;
	background-color: #E6E6E6;
	color: #000;
}

.navigation a:hover {
	background-color: #555;
	color: #fff;
	text-decoration: none;
}

/* Breadcrumbs */

#breadcrumbs {
	clear: both;
	font-size: 10px;
	color: #bbb;
	margin-top: -23px;
	margin-bottom: -12px;
	margin-left: -20px;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #888;
}

#breadcrumbs a:hover {
	color: #555;
}

/* Search */

.search-excerpt {
	margin: -10px 0;
}

.search-excerpt p {
	margin: 0;
	display: inline;
}

.post.search {
	margin-top: 30px;
}

.postmetadata.search {
	font-size: 11px;
	line-height: 15px;
}

#searchform input#s {
	width: 300px;
}
/*
#sidebar #searchform input#s {
	width: 130px;
	border: 1px solid #ccc;
}
#sidebar #searchform input#submit {
	border: 1px solid #ccc;
	background: #E6E6E6;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
*/
#blog h1.pagetitle {
	margin-top: 0;
	font-size: 16px;
	font-weight: normal;
	color: #777;
}

.small-date {
	color: #aaa;
}

.title-image {
	margin-top: 15px;
}

a.header-link {
	color: #444;
}

p.edit-link {
	display: block;
	position: fixed;
	bottom: 0;
	right: 10px;
}
p.edit-link a {
	color: #c0c0c0;
}


/* Typogrify */

span.dquo {
	margin-left: -0.38em;
}
span.quo {
	margin-left: -0.28em;
}
span.amp {
	font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
	font-size: 110%;
	font-style: italic;
}

/* Download popup */

#download-window-bg {  
	display:none;  
	position:fixed;  
	_position:absolute;
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	z-index:1;  
}

#download-window {  
	display:none;  
	position:fixed;  
	_position:absolute;
	width:408px;  
	background:#FFFFFF;  
	z-index:2;  
	padding: 30px 30px 15px 30px;  
	font-size:13px;  
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}  

#download-window h2 {
	margin-top: 0;
}

#download-window #close-button {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	width: 15px;
	height: 15px;
	color: #888;
}

.dd {
	color: #666;
}

h4.dt {
	margin-bottom: -10px;
}

img#wpstats{width:0px;height:0px;overflow:hidden}


p.title { 
    font: 42px HelveticaNeue, "Helvetica Neue", Arial, sans-serif;
    color: #404040;
    margin-top: -10px;
    margin-bottom: 0;
}


.blog-post-meta {
  color: #888;
}

.blog-post-title {
  font-size: 22px;
}

.blog-title, .blog-title > a {
  font-weight: 100;
  color: #888;
}
