body {
	margin:0;
	color:#000;
	background-color:#ffc;
}

a {
	color:#f00;
}

a:link {
	color:#f00;
}

a:visited {
	color:#f00;
}

a:active {
	color:#f90;
}

a:hover {
	color:#f90;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
}

h1 {
	font-weight: bold;
	font-size: 2.5em;
}

/* banner (aka header) bits */
#banner {
	padding:15px;
	border-top:1px dotted #039;
	border-bottom:1px dotted ##039;
	color:#fc0;
	background:#000000 url(./images/twilight.jpg);
	font-family:Verdana, Arial, sans-serif;
	font-size:x-large;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.2em;

	height: 60px;
}

/* title bits */
#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
	color:black;
	background:transparent;
	font-family:Verdana, Arial, sans-serif;
	font-size:x-large;
	text-decoration:none;
}

/* description bits */
.description {
	margin-top:5px;
	color:#fc0;
	background:transparent;
	font-family:Verdana, Arial, sans-serif;
	font-size:small;
	font-weight:bold;
	text-transform:none;
	letter-spacing:normal;
}

/* left area */
#rsspanel {
	font-family:Verdana, Arial, sans-serif;
	position: absolute;
	top: 90px; left: 0px; margin: 0px;
	width: 20%;
}

/* left content grobal bits */
#content {
	border-right:1px dotted #039;
	border-left:1px dotted #039;
	position: absolute;
	top: 90px; left: 20%; margin: 0px;
	width:55%;
}

#links {
	font-family:Verdana, Arial, sans-serif;
	position: absolute;
	top: 90px; left: 75%; margin: 0px;
	width:25%;
}

.blog {
	margin:15px;
	font-family:Verdana, Arial, sans-serif;
	font-size:95%;
}

/* menu (previous and next entry link) bits */
#menu {
	margin:15px 0;
	font-weight:bold;
}

#menu a,
#menu a:link,
#menu a:visited,
#menu a:active,
#menu a:hover {
	text-decoration:none;
}

/* date bits */
.date {
	margin:15px 0;
	padding:5px;
	border:1px solid #00f;
	font-size:small;
	font-weight:normal;
	color: #fff;
	background-color: #f00;
}

/* entry bits */
.blogbody {
	margin:15px 10px;
}

.title {
	margin:15px 0;
	font-size:small;
	font-weight:bold;
	text-transform:uppercase;
	color: #00f;
}

.posted {
	margin:15px 0 30px 0;
	color:#999;
	background-color:transparent;
	font-size:x-small;

	text-align: right;
}

/* comments bits */
.comments-head {
	margin:15px 0;
	padding:5px;
	border:1px solid #039;
	font-size:small;
	font-weight:normal;
}

.comments-body {
	margin:15px 10px;
	font-size:small;
	font-weight:normal;
	line-height:140%;
}

.comments-post {
	margin:15px 0 30px 0;
	color:#fff;
	background-color:transparent;
	font-size:x-small;
}

/* what the hell!? */
#banner-commentspop {
	font-family:verdana, arial, sans-serif;
	color:#FFF;
	font-size:large;
	font-weight:bold;
	border-bottom:1px dotted #039;
	border-top:3px dotted #039;
	background:#000;
	padding:15px;
	text-transform:uppercase;
	letter-spacing:.2em;
}

/* trackback bits */
.trackback-body {
	margin:15px 10px;
	font-size:small;
	font-weight:normal;
	line-height:140%;
}		

.trackback-url {
	margin:15px 10px;
	border:1px dashed #039;
	padding:5px;
	color:#fc3;
	background-color:transparent;
	font-size:small;
	font-weight:normal;
}

.trackback-post {
	margin:15px 0 30px 0;
	color:#999;
	background-color:transparent;
	font-size:x-small;
}

/* right content grobal bits */
#links a,
#links a:link,
#links a:visited,
#links a:active,
#links a:hover {
	text-decoration:none;
}

/* calender bits */
.calendar {
	font-family:verdana, arial, sans-serif;
	color:#000;
	font-size:x-small;
	font-weight:normal;
	background:#ffc;
	line-height:140%;
	padding:2px;
	text-align:center;
}

.calendarhead {
	font-family:verdana, arial, sans-serif;
	color:#f00;
	font-size:x-small;
	font-weight:bold;
	background:#333;
	line-height:140%;
	padding:2px;
}

/* general side bits */
.sidetitle {
	margin:10px 10px 0 10px;
	color:#00f;
	background-color:transparent;
	font-size:small;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.2em;
}

.side {
	margin:0 10px 10px 10px;
	font-size:x-small;
	font-weight:normal;
	line-height:140%;
}

/* syndicate bits */
.syndicate {
	margin:10px;
	font-size:x-small;
	line-height:140%;
	text-align:center;
	font-weight:bold;
}

/* powered bits */
.powered {
	margin:10px 0;
	border-top:1px solid #039;
	border-bottom:1px solid #039;
	font-size:x-small;
	font-weight:bold;
	line-height:140%;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:.2em;
}

/* extra bits */

em {
	color:#ff9900;
	background-color:transparent;
	font-weight:bold;
	font-style:normal;
}

.blogbody p {
	margin:10px 0;
	line-height:140%;
}

.blogbody blockquote {
	margin:10px 0;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:5px solid #cccccc;
	color:#cccccc;
	background-color:#3c3c3c;
}

.blogbody blockquote p.quote-title {
	margin:10px;
	font-weight:bold;
}

.blogbody blockquote p {
	margin:10px;
}

input, textarea {
	font-family:verdana, arial, sans-serif;
	font-size:100%;
}

.blogbody ul li {
	line-height: 150%;
}

textarea#body,
textarea#excerpt,
textarea#ping_url {
	font-family:"Osaka－等幅", "ＭＳ ゴシック", "Courier New", monospace;
	font-size:110%;
}

.side form {
	margin:0;
	padding:0;
}

.side ul {
	margin:0;
	padding:0;
	list-style-type:square;
}

.side ul li {
	margin:0 0 0 18px;
	padding:0;
}

/* Add pagenate_simple */
p.paginate-prev {
	padding:5px;
	border-bottom:1px dotted #039;
	font-size:x-small;
	text-align:left;
	letter-spacing:.2em;
}

p.paginate-next {
	padding: 5px;
	border-top:1px solid #039;
	font-size:x-small;
	text-align:right;
	letter-spacing:.2em;
}

.sideabout {
	margin: 1em;
	margin-top: 0.25em;
	margin-right: 2em;
	font-size: x-small;
}

.sideroll {
	margin: 1em;
	margin-top: 0.25em;
	margin-left: 1em;
	font-size: 75%;
	line-height: 150%;
}

/* rsspanel */
#rsspanel a,
#rsspanel a:link,
#rsspanel a:visited,
#rsspanel a:active,
#rsspanel a:hover {
	text-decoration:none;
}

.rsspanel-section {
	border-bottom:1px solid #039;
}

.RSStable {
	margin-top:1em;
	margin-bottom:2em;
}

.RSSsite {
	font-size:small;
	font-weight:bold;
	text-transform:uppercase;
}

.RSSline {
	margin-top: 0.25em;
	margin-left: 1em;
	margin:-bottom: 0.75em;
	line-height: 150%;
	font-size: 90%;
}
.RSStime {
	font-size: 90%;
	font-style: italic;
}

ul.sidelinks {
	margin-bottom: 1em;
}


tr.ranking {
	margin-bottom:2em;
}

tr.ranking div.product {
	margin-left: 1em;
	line-height: 120%;
}
