﻿/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a { text-decoration: none; }
a { color: #a99; }
a:hover { color: #f00; text-decoration: underline; }
img a:hover { border: none; }

body {
	background: #111 url(./image/ryusen_bg.jpg) repeat-y center top;
	color: #bbb;
	font-family: "Osaka", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF ", Verdana, Arial, sans-serif;
}

p,ul {
	font-size: 1em;
	padding-bottom: 1em;
	text-indent: 1em;
	line-height: 140%;
}

blockquote {font: bold 1em sans-serif;}

img {border: none;}

ul { margin-left: 2em; }
h1 { font: normal 1.6em sans-serif; }
h2 { font: normal 1.2em Verdana,sans-serif; }

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(./image/ryusen_stripe.gif);
	height: 6px;
}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 60px;
	text-align: left;
}
.header img {
	margin: 1px;
}
.header span {padding-left: 32px;}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
	margin-bottom: 10px;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main {width: 100%;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	_border-right: none;
	padding: 26px;
}

/* content elements */
.content h1 {
	background: url(./image/ryusen_bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content h2 {
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content .date {
	text-align: right;
	margin-top: 15px;
}
.content .entry {
	border-bottom: solid 1px #222;
	margin-bottom: 4px;
	height: 100%;
}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul, .footer ol {
	border-top: 1px solid #262626;
	margin: 0;
	padding-left: 2em;
}
.footer li {
	border-bottom: 1px solid #262626;
}
.footer li {
	line-height: 2em;
	padding-left: 4%;
}
.footer a:visited { color: #666; }

.col3, .col3center {
	float: left;
	width: 31%;
}
.col3center { margin: 0 3%; }

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

/* added by H.Kuma */
.photo {
	text-align: center;
	color: #fff;
	margin: 10px;
	_width: 180px;
}
.photo a img {
	display: block;
	border: 1px solid #303030;
}
.photo a:hover img, .photo a:hover {
	border-color: #2a2a2a;
	border-width: 0 2px 2px 0;
}
.ptext {
	color: #fff;
}
.capt {
	font-size: 0.85em;
	text-align: center;
	color: #bbb;
	width: 180px;
	margin: auto;
	margin-bottom: 4px;
}
.copyright {
	font-size: 0.75em;
}

.subcontent {
	text-align: left;
	margin: 10px;
}

