/* Sensible defaults */

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body, div, a, p, table, tr, td, form, h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0;
	padding: 0;
	font: 13px "Trebuchet MS", sans-serif;
	font-weight: normal;
	text-decoration: none;
}

html {
	margin-bottom: 0.01em;
	min-height: 100%;
}

body {
	text-align: center;
}

p#te_lo {
	display: none;
}

a, a:visited {
	color: #00f;
	background-color: transparent;
}

a:hover, a:active {
	color: #f00;
	text-decoration: underline;
	background-color: transparent;
}

h1 a, h1 a:visited {
	color: #000;
	font-weight: bold;
}

h1, h2 {
	border: 1px solid #999;
	padding: 6px 8px 6px 9px;
	background: #ccc;
	font-weight: bold;
}

h2 {
	margin-top: 10px;
	background: #eee;
}

input, select, textarea {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}

form {
	width: 100%;
}

textarea {
	width: 400px;
}

input {
	width: 400px;
}

table.form {
	margin-top: 10px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	width: 803px;
	border-spacing: 0px;
}

.form-label {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px 0px 5px 10px;
	width: 200px;
	border-spacing: 0px;
}

.form-field {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px 0px 5px 7px;
	border-spacing: 0px;
}

table.list, table#archive {
	margin-top: 10px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-collapse: collapse;
	margin-left: 1px;
	width: 806px;
}

table.list td, table#archive td, table#archive th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 6px 8px 6px 8px;
	border-spacing: 0px;
}

table#archive td.month {
	text-align: left;
}

table#archive td.num, table#archive th {
	text-align: center;
	width: 50px;
}

.keyword-name {
	width: 600px;
}

.keyword-size {
	text-align: center;
}

/* Chrome */

#container {
	margin: 15px auto;
	width: 62em;
	text-align: left;
}

ul#nav {
	list-style: none;
	border: 1px solid #999;
	border-top: 0;
	height: 31px !important;
	height: 30px;
}

ul#notes {
	list-style: none;
	border: 1px solid #999;
	margin-top: 10px;
	height: 31px !important;
	height: 29px;
}

ul#nav li, ul#notes li {
	float: left;
	line-height: normal;
	text-indent: 0;
}

ul#notes li {
	float: right;
}

ul#nav a {
	display: block;
	padding: 6px 18px 6px 18px;
	border-right: 1px solid #999;
	white-space: nowrap;
}

ul#notes a {
	display: block;
	padding: 5px 18px 6px 18px;
	border-left: 1px solid #999;
	white-space: nowrap;
	color: #bbb;
}

ul#nav a:hover, ul#notes a:hover {
	background: #eee;
}

/* Hack: make whole block clickable in IE
   http://www.positioniseverything.net/explorer/escape-floats.html */
  
* html ul#nav a, * html ul#notes a {
	width: 1%;
}

/* Post layout */

div.post {
	border: 1px solid #999;
	margin-top: 10px;
}

div.meta {
	border-bottom: 1px dotted #999;
	height: 31px;
	_border-bottom: none;
	_padding-bottom: 1px;
	_background: url(horizontal-999-dots.png) repeat-x bottom;
}

div.meta h3 {
	font-weight: bold;
	padding: 6px 7px 6px 8px;
	float: left;
	color: #008;
}

div.meta span.right {
	float: right;
	border-left: 1px dotted #999;
	padding: 6px 14px 6px 14px;
	_border-left: none;
	_padding-left: 15px;
	_background: url(vertical-999-dots.png) repeat-y left;
}

div.meta span.left {
	float: left;
	border-right: 1px dotted #999;
	padding: 6px 14px 6px 14px;
	_border-right: none;
	_padding-right: 15px;
	_background: url(vertical-999-dots.png) repeat-y right;
}

div.post p {
	padding: 6px 7px 6px 8px;
}

div.post div.contents {
	padding: 6px 7px 6px 8px;
}