/*#############################################################
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;
	line-height: 160%;
}

a {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #BBB;
	background: #222;
}

body {
	background: #111 url(./image/ahina3_bg.jpg) repeat-y center top;
	color: #BBB;
}

p,ul {
	font-size: 1em;
	padding-bottom: 1em;
	text-indent: 1em;
}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img { border: none; }

ul { margin-left: 2em; }

h2 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 4px;
}

/* misc */
.stripes {
	background: #333 url(./image/ahina3_stripe.gif);
	height: 6px;
}

/* header */
.header {
	background: #111 url(./image/ahina30.jpg) no-repeat right top;
	border-bottom: 1px solid #333;
	text-align: left;
	height: 40px;
	padding: 20px;
}
.header h1 {
	font-size: 140%;
	font-weight: bold;
	display: block;
	float: left;
}
.header .date {
	float: right;
	margin: 10px 100px 0;
}

/* structure */
.container {
	border: 2px solid #444;
	margin: 40px auto;
	width: 60em;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left  { width: 64%; }
.main .right { width: 36%; }

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}

/* content elements */
.content h1 {
	background: url(./image/ahina3_bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {
	text-align: right;
	margin-bottom: 15px;
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 20px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(./image/ahina3_li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}

.col3 {
	float: left;
	width: 31%;
}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

/* added by H.Kuma */
.photo {
	width: 480px;
	text-align: left;
	margin: auto;
	margin-top: 20px;
}
.right .photo img {
	border: 1px solid #aaa;
}
.photo .caption {
	font-weight: bold;
	color: #fff;
}
.capt {
	font-size: 0.85em;
	text-align: left;
	color: #bbb;
}
