/* Print Style Sheet */

a img {
    /* border: none; */
}

a {
	color: #600;
}

a:visited {
	color: #342;
}

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

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: white;
}

h1 {
	font-size: 120%;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 80%;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.4em;
	border-bottom: 1px dotted #ccc;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}
h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Times New Roman", Times, serif;
	border-bottom: dotted 1px #eee;
}

h2 a {
	text-decoration:none;
}

p, li, .feedback {
	font-family: Verdana, sans-serif;
	font-size: 90%;
	line-height: 175%;
}
cite {
	font-style: normal;
	font-size: 90%;
}

th {
	font-family: Courier, monospace;
}

td {
	font-family: monospace;
	font-size: 80%
}

pre {
	font-family: monospace;
	font-size: 11px/14px;
	line-height: 90%;
}

code {
	font-family: monospace;
	font-size: 110%;
}

.daystats {
	margin: 5px;
}

.clearer {
	clear:both;
	height:1px;
	width:1px;
}

.credit {
	clear: left;
	font-size: 11px;
	text-align: center;
	border: double 3px #aba;
	padding: 3px;
	color: #fff;
	background-color: #99a;
	margin: 10px 0 0 85px;
	width: 455px;
}
.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	text-align: right;
	color: #ccc;
}

.meta, .meta a {
	color: #808080;
	font-family: "Prestige" monospace;
	font-size: 11px;
	font-weight: normal;
	/* line-height: 11px; */
	letter-spacing: 0;
}

.meta ul {
	/* display: inline; */
	margin: 0;
	padding: 0;
	list-style: none;
}

.meta li {
	/* display: inline; */
	font-size: 120%
}

.meta form {
	margin: 0;
	text-align:right;
}

.blogdate {
	clear: left;
}

.storytitle {
	clear: left;
}

.storytitle a {
	text-decoration: none;
}

.storycontent {
}

.hobolist {
	width: 200px;
	margin: 0 0 5px 2px;
	padding: 5px;
	float: right;
	color: #fff;
	background-color: #99a;
	border:2px solid #ccc;
}

.cyberlist {
	width: 200px;
	margin: 0 2px 5px 0;
	padding: 5px;
	float: left;
	color: #fff;
	background-color: #633;
	border:2px solid #ccc;
}

.hobolist h3 {
	text-align:center;
}

.hobolist a {
	color:#633;
}

.hobolist a:hover {
	color:#966;
}
.hobolist a:visited {
	color:#633;
}
.cyberlist h3 {
	text-align:center;
}

.cyberlist a {
	color:#ccc;
}

.cyberlist a:hover {
	color:#fff;
}
.cyberlist a:visited {
	color:#ccc;
}
.leftthumb {
	margin: 0 5px 5px 0;
	float: left;
}

.rightthumb {
	margin: 0 0 5px 5px;
	float: right;
}

.locationinfo {
	font-size: 70%;
	width: 300px;
}

.navigation {
	display: none;
}

#controls {
	height: 12px;
	margin: 0;
	font-size: 9px;
}

#controls input {
	margin: 1px;
	padding: 1px;
	background-color: #eee;
	border: 1px solid #999;
	/* font:9px/11px verdana, arial, helvetica, sans-serif; */
}

#commentform input, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
}

#commentform textarea {
}

#commentspopup {
	padding: 20px 20px 20px 20px;
}

#content {
	font-size: 90%;
	padding: 2em;
	background-color: #fff;
}

#map {
	width: 460px;
  height: 550px;
	border-bottom: solid 4px #d0d6d0;
	border-left: solid 4px #d0d6d0;
	border-right: solid 4px #d0d6d0;
}


#header {
	text-align: center;
	color: #000;
	background-color:#fff;
	border-top: solid 4px #d0d6d0;
	border-bottom: double 3px #aba;
	border-left: solid 4px #d0d6d0;
	border-right: solid 4px #d0d6d0;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header h1 {
	font-family: 'Utopia', 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 150%;
	letter-spacing: 0.1em;
	margin: 0;	
	padding: 0;
}

#header h2 {
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 120%;
	border: none;
	letter-spacing: 0.1em;
	color: #000;
	margin: 0;
	padding: 4px;
}

ol#comments li p {
	font-size: 100%;
}

#menu, #postcomment, #commentform {	
	display:none;
}

