@import "reset.css";
@import "fancybox.css";
body {
	font-family: Helvetica, Arial;
	font-size:13px;
	color:#555;
	background-color:#fff;
	background-image:url("/images/background.png");
	background-repeat:no-repeat;
	background-position:50% 0;
}
a {
	color:#555;
}
table, p, .video {
	margin-bottom:20px;
}
.clear {
	clear:both;
}
strong {
	font-weight:bold;
}
h2 {
	clear:both;
}
#wrapper {
	width:954px;
	padding:0 0;
	margin:auto;
	background-image:url("/images/header.png");
	background-repeat:no-repeat;
}
#header {
	height:487px;
}
#header h1 {
	padding-top:440px;
	padding-left:206px;
	font-size:36px;
	letter-spacing:-2px;
}
#nav, #content {
	float:left;
	padding-top:40px;
}
#nav {
	width:186px;
	margin-right:20px;
}
#nav li a {
	display:block;
	font-size:14px;
	line-height:20px;
	color:#555;
	margin-bottom:5px;
	text-decoration:none;
}
#nav li.selected a {
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
}
#content {
	width:748px;
}
#video {
	width:480px;
}
.body {
	line-height:17px;
}
.excerpt {
	font-size:15px;
	line-height:22px;
	margin-bottom:20px;
}
h3, .body h2 {
	font-size:18px;
	line-height:24px;
	margin-top:30px;
	margin-bottom:10px;
	letter-spacing:-1px;
}
#footer {
	clear:both;
	padding:100px 206px;
}
#footer, #footer a {
	font-size:11px;
	color:#aaa;
}
.body table {
	width:100%;
}
.body table td {
	padding:5px 5px;
	border-top:solid 1px #eee;
}
#slideshow {
	background-color:#f4f4f4;
	line-height:1px;
}
.image {
	float:right;
	margin:0 0 20px 20px;
}
.image {
	line-height:1px;
}
#images {
	position:relative;
	left:-20px;
	width:560px;
}
#images .image {
	float:left;
}
h2.nomargin {
	margin-top:0;
}
.post h1 {
	font-size:20px;
	margin-bottom:20px;
}
h1 a {
	text-decoration:none;
}
.post {
	clear:both;
	margin-bottom:40px;
}
/* comments */
label {
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
	line-height:30px;
	font-size:11px;
}
#comments h2 {
	margin-bottom:20px;
}
.comment .author {
	font-size:11px;
	color:#777;
	margin-bottom:10px;
}
.comment {
	margin-bottom:20px;
	border-top:dashed 1px #ccc;
	padding-top:20px;
}
#comments .add {
	margin-top:30px;
}
.add_comments h3 {
	margin-top:30px;
}
#recaptcha_image, #comments input[type=submit] {
	margin:20px 0;
	margin-left:110px;
}
.add_comments textarea {
	width:240px;
}
#comments input[type=text] {
	margin:5px 0;
	padding:2px;
	width:240px;
}
#comments input, #comments textarea {
	border:solid 1px #ccc;
	font-size:14px;
}
.notice {
	font-size:14px;
	line-height:24px;
	background-color:#ffffa2;
	padding:0 10px;
	margin-bottom:20px;
}
.jq, .readmore {
	color:#f00;
}
.jq {
	text-decoration:underline;
	cursor:pointer;
}
input[type='submit'] {
	background-color:#333;
	color:#fff;
}
#post {
	float:left;
	width:420px;
}
#sidebar {
	float:right;
	width:280px;
}
#thumbnails .thumb {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	line-height:1px;
}