html {
	color: #555555;
	background-color: #777777;
	background-image: url('/static/img/grade2.jpg');
	background-position: center;
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
}

body {
	margin: 0px;
	text-align: center;
	padding: 0px;
}

h1, h2, h3, h4 {
	color: #4BA0A0;
	margin-top: 0px;
}

a {
	color: #4BA0A0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

#header {
	background-color: #111111;
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
	margin: 0px;
	height: 250px;
}

#strip {
	width: 100%;
	height: 18px;
	background-color: #333333;
	padding: 0px;
	margin: 0px;
	text-align: center;
	position: relative;
	top: -14px;
}

#nav {
	text-align: right;
	width: 790px;
	background-color: #111111;
	height: 100%;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#nav ul {
	margin-right: 6px;
}

#nav ul li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#nav ul li a{
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 0;
	padding-left: 12px;
	color: #FFCC33;
}

#container {
	width: 790px;
	margin: 0px auto;
	padding: 0;
}

#content, .content {
	margin: 8px;
	text-align: left;
	width: 492px;
	float: left;
}

/* I have GOT to do something about this :) */
.code, pre.bash, pre.php, pre.xml, pre.csharp, pre.sql,
		pre.mysql, pre.css, pre.javascript, pre.robots {
	border: 1px dashed #999999;
	padding: 8px;
	width: 96%;
	overflow: auto;
}

/* Firefox really does suck */
pre, code {
	font-size: 9pt;
}

.limited {
	height: 500px;
	overflow: scroll;
}

.footnote {
	font-size: 95%;
}

.smallprint {
	font-size: 95%;
	margin-top: 20px;
}

dt {
	font-weight: bold;
}

blockquote {
	font-style: italic;
}

.sidebar{
	width: 250px;
	float: right;
	margin-top: 0px;
	padding: 0px;
	margin-right: 12px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
}

.sidebar ul {
	padding-left: 10px;
	margin-left: 0px;
	list-style-type: none;
}

.sidebar form {
	margin-left: 10px;
	margin-bottom: 14px;
}

#flickrs {
	margin-bottom: 14px;
}

#flickrs img {
	margin: 1px;
	border: 0;
}

/* Footer */

#footer {
	width: 770px;
	margin: 0px auto;
	clear: both;
	text-align: center;
	color: #999999;
	font-size: 80%;
	padding: 10px;
	background-color: #333333
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	color: #666666;
}

/* blog */

.itembody {
	margin-bottom: 32px;
}

.itemfooter {
	padding-top: 2px;
	width: 100%;
	border-top: 1px #999999 dashed;
}

.itemfooter p {
	margin: 0px;
	font-size: 90%;
	color: #999999;
}

.blogdate {
	font-weight: bold;
}

.blogimg {
	width: 100%;
}

.blogimg p {
	margin-top: 1px;
}

.blogimg img {
	border: 1px #999999 solid;
}

.blogimg_inline {
	float: left;
	margin-right: 6px;
}

.noborder img {
	border: 0;
}

.captionhead {
	font-weight: bold;
}

object {
	margin-bottom: 12px;
}

div#comments {
	padding-top: 12px;
}

.comment {
	font-size: 96%;
	background-color: #eeeeff;
	padding: 1px 2px 2px 20px;
	margin: 0px 0px 12px 0px;
}

a.poster {
	font-weight: bold;
}

/* tables */

th {
	text-align: left;
}

th.key { /* comment form */
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
}

/* forms */

input, textarea, legend {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.commentform {
	width: 308px;
}

.errors {
	color: red;
}

.success {
	color: green;
	font-weight: bold;
	font-size: 150%;
}

#tagcloud ul {
	list-style-type: none;
}

li.tagclouditem {
	display: inline;
	margin-right: 1em;
}

#weblog_paging {
	text-align: center;
}
