* { margin: 0; padding: 0; }

html
{
	color: #aaaaaa;
	background-color: #222211;
	border-top: 10px solid #111100;
	font: 75%/1.5 "Trebuchet MS", "Lucida Grande", Verdana, Sans-Serif;	
}

/* Links */

a { text-decoration: none; font-weight: bold; border-bottom: 1px dotted #888888; }

a:link { color: #666622; } 

a:visited { color: #444411; }

a:hover, a:active { color: #000000; }

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #996644; padding: 10px 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: normal; }

h1 { font-size: 2.0em; }

h2 { font-size: 1.8em; }

h3 { font-size: 1.6em; }

h4 { font-size: 1.4em; }

h5, h6 { font-size: 1.2em; }

/* Lists */

ul
{
	margin: 10px 35px;
	line-height: 2.0em;
	list-style-type: square; 
}

ol
{
	margin: 10px 40px;
	line-height: 2.0em;
}

dl
{
	margin: 10px 35px; 
	line-height: 1.7em;
}

dt, dd { padding: 5px 0; }

/* Other Html Elements */

p
{
	margin: 15px 0; 
	line-height: 1.6em;
}

abbr, acronym, cite, kbd
{
	cursor: help; 
	font-style: normal;
	border-bottom: 1px dotted #888888; 
}

pre { overflow: auto; }

blockquote, pre
{
	margin: 20px 35px; 
	padding: 5px 10px; 
	background-color: #ffffff;
	border: 1px solid #cfcfcf; 
}

code { font-family: Consolas, Monaco; }

hr
{
	height: 1px;
	clear: both;
	visibility: hidden;
}

/* Structure */

body
{
	width: 750px;
	margin: 0 auto;
	color: #555555;
	background-color: #f9f9f9;
	border-left: 10px solid #111100;
	border-right: 10px solid #111100;
}

#header
{
	height: 150px;
	background-color: #ffffff;
	border-bottom: 1px solid #555555;
}

#navigation
{
	float: left;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #dddddd;
}

#wrapper
{
	float: left;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #dddddd;
}

#content
{
	width: 60%;
	float: left;
	overflow: hidden;
}

#sidebar
{
	width: 40%;
	float: left;
	overflow: hidden;
}

#footer
{
	clear: both;
}

#extras
{
	float: left;
	width: 100%;
	background-color: #ffffff;
}

/* Header */

#header h1 
{
	padding: 0;
	height: 150px;
	position: relative;
	background: url(images/header_gray.png) top left no-repeat;
}

#header h1 a 
{ 
	padding: 0;
	color: #ffffff;
	display: block;
	font-size: 25px;
	font-weight: bold;
	border-bottom-width: 0; 
	font-family: "Arial Narrow", Tahoma, Verdana;
}

#header h1 span 
{ 
	left: 15px;
	top: 95px;
	position: absolute;
	visibility: visible; 
}

/* Navigation */

#navigation ul
{
	margin: 0;
	float: left;
	width: 100%;
	height: 30px;
	list-style-type: none;
	background: url(images/menu.png) top left repeat-x;
}

#navigation li { float: left; }

#navigation a
{
	float: left;
	display: block;
	padding: 3px 8px 5px;
	border-bottom-width: 0;
}

#navigation li.active a,
#navigation a:hover, #navigation a:active
{
	background-image: url(images/menu_hover.png); 
}

/* Content */

.post
{
	padding: 10px 30px 10px 20px ; 
}

.post-footer
{
	padding: 5px; 
	font-size: .9em;
	background-color: #f9f9f9;
	border: 1px solid #aaaaaa;
}

.post-footer a { border-bottom-width: 0; }

/* Sidebar */

#sidebar h3
{
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 5px;
	text-transform: uppercase;
}

#sidenotes dl
{
	margin: 0;
}

#sidenotes dt 
{ 
	padding-bottom: 0; 
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 5px solid #ddddaa;
}

#sidenotes dd
{
	padding-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px; 
	border-right: 5px solid #ddddaa;
	border-bottom: 1px dotted #cccc99;
}

#sidenotes dd a { border-bottom-width: 0; }

#syndicate ul
{
	margin: 0; 
	list-style-type: none;
}

#syndicate a
{
	display: block;
	padding: 5px 8px;
	margin-top: -1px;
	border-top: 1px dotted #888888;
}

#syndicate a:hover, #syndicate a:active
{
	background-color: #ffffff;
	
	/* Because IE 7 isn't highlighting otherwise */
	width: 100%;
}

/* Footer */

#extras h6
{
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#friends, #links, #about
{
	width: 30%;
	float: left;
	padding: 10px; 
}

#friends ul
{
	margin: 0;
	list-style-type: none;
}

#friends a
{
	display: block;
	margin-top: -1px;
	padding: 5px 8px;
	border-top: 1px dotted #888888; 
}

#friends a:hover
{
	background-color: #f9f9f9;
}

#links dl
{
	margin: 0;
}

#links dt
{
	padding-bottom: 0; 
	padding-left: 5px;
	padding-right: 5px;
}

#links dd
{
	padding-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px; 
	border-bottom: 1px dotted #cccc99;
}

#copyright
{
	margin: 0;
	padding: 5px;
}