/*
Theme Name: Eight63
Theme URI: http://luan.com/eight63-free-wordpress-theme/
Description: A minimalistic Wordpress theme focusing on content and not distractions.
Version: 1.37
Author: Luan T. Huynh
Author URI: http://www.luan.com/
Tags: light, one-column, fixed-width, photoblogging
*/

/* ----------------------------------------------- [ * ] */

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.5%;
/*	Uncomment to reveal the grid: */
/*	background: #fff url(images/grid-930.gif) repeat-y 30px top; */
	color: #333;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

h2, h3 {
	margin: 0 0 1em 0;
	font-size: 1.8em;
	line-height: 1.4;
	font-weight: normal;
}

h4, h5, h6 {
	margin: 2em 0 1em 0;
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: normal;
}

p {
	margin: 0 0 1.5em 0;
	font-size: 1.2em;
	line-height: 1.6;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	color: #333;
}

#wrapper {
	width: 850px;
	margin: 30px 0 0 30px;
}

#wrapper h1 {
	font-size: 2.4em;
	font-weight: normal;
	text-indent: -1000em;
}

#wrapper h1 a {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(images/logo.gif) no-repeat top left;
	border: 0;
}

#header {
	margin: 0 0 28px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #bbb;
	overflow: hidden;
	zoom: 1;
}

#header ul {
	margin-left: 400px;
	list-style-type: none;
}

#header li {
	margin-right: 30px;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
	float: left;
}

#header li a {
	border: 0;
}

#header li a:hover {
	color: #da2704;
}

.post {
	margin: 0 0 60px 0;
	height: 1%;
	clear: both;
}

.post:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post h3, .post h4, .post p, .post ul, .post ol, .post h2, .post h5, .post h6, .post pre, .post dl {
	margin-left: 400px;
	clear: both;
}

.post li ol, .post li ul {
	margin: 15px 0 0 30px;
}

.post li ol li, .post li ul li {
	font-size: 1em;
}

.post dl {
	margin-bottom: 1.5em;
}

.post dt {
	margin-top: 1em;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
}

.post dd {
	margin-left: 30px;
	font-size: 1.2em;
	line-height: 1.6;
}

.post pre {
	margin-bottom: 20px;
	font-family: Monaco, "Courier New", fixed;
	font-size: 1.1em;
	line-height: 1.4;
}

.post code {
	font-family: Monaco, "Courier New", fixed;
	font-size: .9em;
	line-height: 1.4;
}

.page-title {
	margin-left: 400px;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
	clear: both;
}

.post p {
	height: 1%;
}

.post p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post li {
	margin: 0 0 1.5em 0;
	font-size: 1.2em;
	line-height: 1.6;
}

.post h3 {
	margin-bottom: 0;
}

.post h3 a {
	border: 0;
}

.post h3 a:hover {
	color: #da2704;
}

.post blockquote {
	margin-left: 370px;
	padding-left: 30px;
	border-left: 1px dotted #bbb;
	color: #999;
}

.post blockquote p, .post blockquote pre {
	margin-left: 0;
}

.post div a {
	border: 0;
}

.post p.meta {
	margin-bottom: 18px;
	color: #999;
}

.post p.meta a {
	border-bottom: 1px dotted #999;
	color: #999;
}

.post p.meta a:hover {
	border-bottom: 1px dotted #333;
	color: #333;
}

#sections {
	padding: 20px 0 0 0;
	border-top: 1px dotted #bbb;
	overflow: hidden;
	zoom: 1;
}

#footer {
	margin: 0 0 30px 0;
}

#footer p {
	color: #999;
}

#footer p a {
	border-bottom: 1px dotted #999;
	color: #999;
}

#footer p a:hover {
	border-bottom: 1px dotted #333;
	color: #333;
}

.group {
	margin: 0 0 30px 400px;
	height: 1%;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.group h3 {
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
}

span.hidden {
	visibility: hidden;
	color: #999;
}

li:hover span.hidden {
	visibility: visible;
}

#sections ul {
	position: relative;
	width: 480px;
	margin: 0 0 20px 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

#sections li {
	width: 130px;
	margin-right: 30px;
	font-size: 1.2em;
	line-height: 1.6;
	float: left;
}

#sections .section {
	width: 130px;
	margin-right: 30px;
	float: left;
}

#sections .section:last-child {
	margin: 0;
}

#post-commentary, #post-leave-comment {
	margin: 0 0 60px;
	padding: 20px 0 0 320px;
	border-top: 1px dotted #bbb;
}

#post-commentary h3, #post-leave-comment h3 {
	margin-left: 80px;
}

#post-commentary dl {
	margin: 0 0 20px 0;
	overflow: hidden;
}

#post-commentary dl:last-child {
	border: 0;
}

#post-commentary dt {
	width: 50px;
	margin: 0 30px 0 0;
	float: left;
}

#post-commentary dt img {
	width: 50px;
	height: 50px;
}

#post-commentary dd {
	width: 450px;
	float: right;
}

#post-commentary span.div {
	display: block;
	width: 370px;
	font-size: 1.2em;
	line-height: 1.6;
	text-align: center;
	clear: both;
	color: #999;
}

#post-commentary p.comment-author {
	color: #999;
}

#post-commentary p.comment-author em {
	letter-spacing: 0;
	font-style: normal;
	text-transform: lowercase;
}

#post-commentary p.comment-author a:hover {
	border-bottom: 1px dotted #333;
	color: #333;
}

#post-leave-comment p {
	margin-left: 80px;
}

table.form {
	width: 100%;
	border-collapse: collapse;
}

table.form tr.last {
	border: 0;
}

table.form th {
	width: 80px;
	padding: 18px 0 0 0;
	text-align: left;
	vertical-align: top;
}

table.form label {
	font-size: 1.2em;
	line-height: 1.6;
}

table.form td {
	padding: 15px 0 15px 0;
}

table.form td input {
	width: 233px;
	margin: 0 30px 0 0;
	padding: 5px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.6;
	color: #333;
	border: 1px solid #ccc;
	float: left;
}

p.tooltip {
	margin: 6px 0 0 0;
	font-size: 1.1em;
	line-height: 1.2;
	color: #999;
}

table.form td textarea {
	width: 408px;
	height: 100px;
	padding: 5px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.6;
	color: #333;
	border: 1px solid #ccc;
}

.submit {
	width: auto !important;
	padding: 3px 8px !important;
	border: 0;
	color: #eee !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #333;
	cursor: pointer;
	border: 0 !important;
}

.submit:hover {
	background: #111;
}

div.alignnone {
	width: auto !important;
	display: block;
	float: right;
}

div.alignnone img {
	margin: 0 0 10px 0;
}

div.wp-caption a {
	float: right;
}

p.wp-caption-text {
	width: auto !important;
	margin-left: 0;
	font-style: italic;
	color: #999;
}

img.alignright {
	display: block;
	margin-left: 20px;
	float: right;
}

img.alignleft {
	display: block;
	margin-right: 20px;
	float: left;
}

#s-home #searchform input {
	margin: 0 5px 0 0;
}

#searchform input {
	width: 233px;
	margin: 0 5px 0 400px;
	clear: both;
	padding: 5px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.6;
	color: #999;
	border: 1px solid #ccc;
}

#searchsubmit {
	margin: 0 !important;
}

.navigation {
	margin: 0 0 20px 400px;
	overflow: hidden;
	zoom: 1;
}

.navigation ul {
	list-style-type: none;
}

.navigation li {
	font-size: 1.2em;
	line-height: 1.6;
}

.navigation li.align-left {
	float: left;
}

.navigation li.align-right {
	float: right;
}

#contact {
	margin-left: 320px;
	clear: both;
}

#contact p.tooltip {
	clear: none;
}

#archives .post {
	margin: 0;
}

#archives #sections {
	padding: 0;
	border: 0;
}

#archives .group {
	margin-bottom: 0;
}

#archives #footer {
	margin-top: 20px;
	padding-top: 20px;
	zoom: 1;
}