@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #666;
	background: #272020;
	font: 76% arial, "Trebuchet MS", tahoma, helvetica, sans-serif;
}

a { /* All undefined links */
	color: #099;
}

a:hover {
	color: #000;
}

#wrapper { /* Body container */
	width: 960px;
	margin: 20px auto;
}

#main { /* Container holding posts */
	float: left;
	width: 697px;
}

#nav {
	width: 697px;
	height: 26px;
	margin-bottom: 2px;
}

#nav ul { /* Top Nav menu */
	margin: 0;
	padding: 0;
	width: auto;
	float: right;
	height: 26px;
	list-style: none;
	margin-right: 5px;
}

#nav li { /* Listing in Nav menu */
	float: left;
	margin: 0 2px 0 0;
}

#nav a { /* All links in Nav menu */
	color: #666;
	height: 28px;
	display: block;
	padding: 0 15px;
	line-height: 28px;
	text-decoration: none;
	border: 1px dotted #666;
	border-bottom: 0;
}

#nav a:hover { /* Hovering links in Nav menu */
	color: #999;
	background: #333;
}

#header { /* Header container */
	clear: both;
	width: 697px;
	height: 40px;
	color: #1b1414;
	background: url("../images/header.png") no-repeat;
}

#header h1 {
	margin: 0;
	padding: 0;
	padding-left: 45px;
	font: normal 2em georgia, arial, helvetica, sans-serif;
}

#header h1 a {
	color: #714d00;
	line-height: 40px;
	text-decoration: none;
}

#content {
	margin: 20px 0;
}

#content .top {
	margin: 0;
	padding: 0;
	height: 21px;
	font-size: 0;
	background: url("../images/top.png") no-repeat;
}

#content .sides {
	margin: 0;
	padding: 1px 10px;
	background: url("../images/sides.png") repeat-y;
}

#content .bottom {
	font-size: 0;
	height: 18px;
	background: url("../images/bottom.png") no-repeat;
}

#content h1 {
	margin: 0;
	padding: 0;
	color: #000;
	text-indent: 10px;
	font: normal 2em/2em georgia, arial, sans-serif;
}

#content img {
	float: left;
	padding: 2px;
	margin: 0 10px;
	border: 1px dotted #666;
}

#content blockquote {
	width: 590px;
	padding: 0 5px;
	background: #111;
	margin: 10px auto;
	border: 1px dotted #666;
}

#content h2 {
	margin: 0;
	padding: 0;
	color: #000;
	text-indent: 10px;
	font: 1.7em/1.7em georgia, arial, sans-serif;
}

#content li {
	width: 300px;
	line-height: 1.7em;
	letter-spacing: 1px;
}

#r_column { /* Container holding Right column */
	width: 250px;
	float: right;
	height: 568px;
	background: url("../images/robot.png") no-repeat;
}

#footer { /* Footer & copyright text */
	color: #333;
	clear: both;
	width: 697px;
	margin: 10px 0 0;
	text-align: center;
}

#footer a { /* Links in footer */
	color: #666;
}

.clear { /* Clears floats when needed */
	clear: both;
}

