* { 
  margin: 0;
  padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	background: black;
}

body, p, html, table, td {
	font-family: meiryo, tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

.pivot-image {
	/* style for images in entries */
}

.pivot-popupimage {
	/* style for popup-images in entries (thumbnails) */
}

.pivot-popuptext {
	/* style for popup-images in entries (textual links) */
}

.registered {
	background-color: #ff9;
}

#centercolumn {
	border: 0px solid #666;
	margin-left: 1px;
	margin-right: 201px;
	padding: 10px 4px;
}

#centercolumn p {
	margin-bottom: 1em;
}

#header {
	border-top: 0px solid #182746;
	border-bottom: 0px solid #182746;
	background: #0;
	padding: 18px;
	text-align:left;
        height: 50px;
}

#leftcolumn {
	left: 0px;
	position: absolute;
	width: 200px;
	margin-top: 4px;
}

#rightcolumn {
	position: absolute;
	right: 0px;
	width: 200px;
	margin-top: 4px;
	overflow:hidden;
}

#leftcolumn, #leftcolumn p, #rightcolumn, #rightcolumn p { 
	font-size: 10px;
	line-height: 16px;
}

#footer {
	clear: both;
	margin-bottom:12px;
}

.block {
	margin:6px 6px 12px 6px;
	padding: 4px;
	background: #101010;
	border: 0px solid #999;
	color: #f0f0f0;
line-height: 20px;
}

.block li {
	line-height: 100%;
}

.block h3 {
	background: #404040;
	color: #ccc;
	margin: -4px -4px 4px -4px;
	padding: 4px;
	border-bottom: 0px solid #999;
	font-size: 11px;
}

.block p {
	margin: 0px;
}

.content {
	padding: 14px;
	background: #101010;
	border: 0px solid #999;
	color: #aaa;
}

.entrycontent {
	padding: 12px;
	background: #fff;
	border: 0px solid #999;
}

.content p {
	margin: 4px 2px 4px 2px;
	word-spacing: 0.3em;
}

h1 {
	font-size: 24px;
	margin: 4px;
	color: #fff68f;
	display: inline;
}

h2 {
	font-size: 16px;
	border-bottom:1px dashed #999;
	margin:0px;
	padding: 2px;
	color: #fff68f;
}

h3 {
	font-size: 13px;
}

h4, .subtitle {
	font-size: 14px;
	margin: 4px;
	color: #fff;
	display: inline;
	font-style: italic;
}

.date {
	color: #666;
	font-family: meiryo, tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.date_linkdump {
	color: #666;
	font-family: meiryo, tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.entryfooter {
	color: #666;
	font-family: meiryo, tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	clear: both;
}

.entryfooter_linkdump {
	color: #666;
	font-family: meiryo, tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px dashed #666;
}

.entryfooter a, .date a, .entryfooter_linkdump a, .date_linkdump a {
	text-decoration: none;
	font-weight: bold;
	color: #fff68f;
}

.entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #fff68f;
}

a {
 color: #fff68f;
}

.prevnext_links {
	float: right;
	color: #fff68f;
        margin-right: 8px;
}

h1 a, .prevnext_links a {
	color: #fff68f;
	font-weight: bold;
	text-decoration: none;
}

h2 a {
	color: #fff68f;
	font-weight: bold;
	text-decoration: none;
}

h1 a:hover, .prevnext_links a:hover {
	color: #fff68f;
	font-weight: bold;
	text-decoration: none;
}

/* these styles are for the search boxes */
.searchbox { 
	width: 10em; 
	font-size: 10px;
	padding: 3px;
	border: 0px;
}

.searchbutton {
	border: 1px solid #000;
	padding: 2px;
	font-size: 10px;
}

/* ACCESSIBILITY CHANGES - JM 2004/11/26 */
/* these hide the accessibility tags to stop the layout from changing */

.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }

.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; } 

/* this replaces inline style tags */
img.badge { border:0; margin-bottom:2px; }

/* this is a bonus */
a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; }

.content ul {
	margin: 12px 6px 12px 24px;
	padding: 4px;
}

.content li {
	line-height: 200%;
}

#rightcolumn li {
	line-height: 200%;
	list-style-type: none;
}
a:hover { 
	color: #fff68f;
}

.trackback {
	padding: 14px;
	background: black;
	border: 0px solid #999;
	color: #fff;
}

.commentinput {
	border: 0px solid #000;
}

.comment {
  margin-bottom: 2em;
}

.comments {
	padding: 14px;
	background: black;
	border: 0px solid #999;
	color: #fff;
word-spacing: 0.3em;
}

.comments p {
	margin: 0px 0px 20px 0px;
}
.block_stuff {
	margin:6px 6px 12px 6px;
	padding: 4px;
	background: black;
	border: 0px solid #999;
	color: black;
	line-height: 20px;
	margin-top: 4px;
	text-align: center;
}

.message {
	padding: 1px 5px;
	font-size: 24px;
	color: #ff0808;
}
.pivot-message {
	color: black;
	background: red;
}
.comment_footer {
	color: #fff68f;
}

.content blockquote {
	margin:6px 6px 12px 6px;
	padding: 14px;
	background: #202020;
	border: 1px dashed #999;
	color: #fff;
}

/**
 * these styles are for the calendar widget 
 */

/* only the calendar has a line, not the individual cells */
table.calendar {
	padding: 0px;
	width: 175px;
}


.calendar {
	padding: 1px 5px;
	margin: 0px;
	font-size: 11px;
}

.calendar td {
	padding: 1px 4px;
	margin: 0px;
}

.calendar td:hover {
	background-color: #6666ff;
}

.calendar th {
	font-weight: bold;
	font-size: 11px;
	color: #ccc;
	background: #404040;
	margin:0px;
	padding: 2px 2px;
}

.calendar th a, .calendar a {
	font-weight: bold;
	color: #fff68f;
	text-decoration: none;
}

.calendarToday {
	background-color: #6666ff;
	border: 1px solid #999;
	font-weight: bold;
}



.calendarHeaderControl {
	font-size:13px;
}

.tivtarchives { 
word-spacing: 0px;
font-size: 9px;
 }

