body {
	margin: 0;
	padding: 0;

	background: #0E0E0E url(img/bottom.png) repeat-x bottom;

	font-family: Trebuchet MS, verdana, arial, sans-serif;
	color: #c7c7c7;
	font-size: 12px;
	line-height: 20px;
}

p, span, div, table, tr, th, td, {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

a  {
	color: #f7941d;
	text-decoration: none;
}

#commentform textarea {
	background-color: #0E0E0E;
	color: white;
	font-family: trebuchet MS;
	font-size: 12px;
	width: 99%;
}

#recaptcha_widget_div {
	margin: 10px 0;
}

#content a:link, #content a:visted {
	color: #f7941d;
	text-decoration: none;
	border-bottom: 1px solid #0e0e0e;
}

#content a:hover, #content a:active {
	color: #f7941d;
	text-decoration: none;
	border-bottom: 1px dashed #f7941d;
}

#outer {
	background: transparent url(img/body-bg.png) repeat-x top;
}

#container {
	width: 920px;
	margin: 0 auto 0 auto;

	background: transparent url(img/skyline.png) no-repeat bottom center;

	position: relative;
}




#header {
/*	width: 660px;
	margin: 0 auto 0 auto; */
	height: 78px;

	position: relative;
}

	#logo {
		position: absolute;
		top: 16px;
		left: 3px;
	}

	#toplinks {
		position: absolute;
		top: 10px;
		right: 0px;
	}

	#toplinks a {
		color: white;
		text-decoration: none;
		font-size: 11px;
		padding: 0 10px 0 10px;
	}

#nav {
/*	width: 660px;
	margin: 0 auto 0 auto; */
	background: url(img/nav-bg.gif) no-repeat;
	height: 66px;
	padding-top: 2px;
}

	#nav a {
		display: block;
		width: 184px;
		height: 62px;

		float: left;
		font-size: 18px;
		color: #c7c7c7;
		text-decoration: none;
		background-color: transparent;
	}

	#nav a span {
		display: block;
		padding: 10px;
	}

	#nav a span small {
		display: block;
		color: #434343;
		font-size: 11px;
		line-height: 11px;
		text-decoration: none;
	}

	#nav a:hover {
		background-color: #9e0b0f;
	}

	#nav a:hover div small {
		color: #0e0e0e;
	}

#main {
	clear: left;
}

#right-panel {
	width: 200px;
	float: right;
}


#left-panel {
	width: 200px;
	float: right;
	margin-right: 20px;
}

	#connect-body, #me-body,
	#archives-body, #categories-body, #blogroll-body {
		background: url(img/right.png) repeat-y;
	}

	#connect-top {
		background: url(img/connect-top.png) no-repeat top;
		padding: 44px 5px 5px 5px;
	}

	#connect-bottom, #me-bottom,
	#archives-bottom, #categories-bottom, #blogroll-bottom  {
		height: 12px;
		background: url(img/right-bot.png) no-repeat top;
	}

	#me-top {
		background: url(img/me-top.png) no-repeat top;
		padding: 44px 5px 5px 5px;
		color: #f7941d;
	}

	#me-top .address {
		padding: 0 20px 0 20px;
		color: #f7941d;
		text-decoration: none;
		font-style: normal;
		line-height: 15px;
	}

	#me-top .address div a {
		color: #f7941d;
		text-decoration: none;
		font-style: normal;
	}

	ul#connect,
	ul#archives, ul#categories, ul#blogroll {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
	}

	ul#connect li a,
	ul#archives li a, ul#categories li a, ul#blogroll li a {
		display: block;
		padding: 5px 20px 3px 20px;
		background: transparent url(img/li-bg.gif) no-repeat center bottom;
		color: #f7941d;
		text-decoration: none;
	}

	ul#connect li a:hover,
	ul#archives li a:hover, ul#categories li a:hover, ul#blogroll li a:hover {
		background: #1b1b1f;
	}

	ul#connect li a {
		line-height: 16px;
	}

	ul#connect li a img {
		margin-right: 5px;
		vertical-align: text-top;
	}

	#archives-top {
		background: url(img/archives-top.png) no-repeat top;
		padding: 44px 5px 5px 5px;
	}

	#categories-top {
		background: url(img/categories-top.png) no-repeat top;
		padding: 44px 5px 5px 5px;
	}

	#blogroll-top {
		background: url(img/blogroll-top.png) no-repeat top;
		padding: 44px 5px 5px 5px;
	}

#content {
	margin: 0 440px 0 0;
}

#clean {
	clear: both;
	height: 175px;
}

h1 {
	font-size: 22px;
	color: #9e0b0f;
	margin-bottom: 2px;
}

h2 {
	font-size: 18px;
	color: #9e0b0f;
	margin-bottom: 2px;
}

h3 {
	font-size: 13px;
	color: #9e0b0f;
	margin-bottom: -1em;
}


h2 a, h1 a, h3 a {
	color: #9e0b0f;
	border-color: #9e0b0f;
}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	height: 1em;
}

/*
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.post {
	border-bottom: 1px solid #434343;
	margin-bottom: 2em;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.clear {
	clear: both;
}

h3#respond {
	font-weight: bold;
	margin: 1em 0;
	font-size: 16px;	
}
