/* the shibai directory layout

version 2: nameless

featuring white. and more white.*/

a		{
		cursor: help;
		color: #9B7153;
		border-bottom: dotted 1px #9B7153;
		text-decoration: none;
}
a:visited	{
		color: #000;
}
a:hover	{
		color: #C9A772;
		border-bottom: 0px;
}
body	{
		background: #E7C8A2 url(bg_2.gif) repeat-x;
		color: #000;
		font: 0.9em Georgia, Arial, Verdana, Tahoma, sans-serif;
		margin: 0px;
		padding: 0px;
		text-align: left;
}
img		{
		border: 0px;
}
h2		{
		font-size: 1.5em;
		margin: 0px;
		padding-top: 0.25em;
		line-height: 1.5em;
}
h3		{
		font-size: 1.2em;
		margin: 0px;
		padding: .75em 0px .25em 0px;
}
h4		{
		font-size: 1em;
		margin: 0px;
		padding: 0.5em 0px;
}
p		{
		margin: .5em 0px;
}
ul		{
		list-style-type: none;
		padding-left: 2em;
		margin: 0px;
}
ul li		{
	padding: 2px 0px;
}
ul ul
 		{
}
dl {
	margin: 0px;
}
dt		{
		margin-top: 1em;
}
dd		{
		font-size: 85%;
		line-height: 1.5;
		text-indent: 3em;
		margin-left: 10px;
		padding-left: 10px;
}

/* layout ids */

#page {
	margin: 0px auto;
	background: #fff url(head.jpg) 50% 0px no-repeat;
	width: 600px;
		padding: 0px 20px 10px 20px;
		border: solid 1px #9B7153;
		border-top: 0px;
}

#header {
	height: 370px;
}

#globalmenu		{
		margin: 0px;
		text-align: center;
		border: solid 1px #999;
		border-left: 0px;
		border-right: 0px;
		width: 100%;
		background: #fff;
}
#globalmenu h2 { 
	display: none;
}
#globalmenu a {
}
#globalmenu a:visited {
}
#globalmenu a:hover {
}
#globalmenu ul {
	margin: auto;
	padding: 5px 0px;
}
#globalmenu li {
	display: inline;
	padding: 5px 30px;
}
#globalmenu li:hover > a {
color: #AF8A51;
border-bottom: 0px;
}
#globalmenu li:hover {
	background: #FFFAE8;
}
#globalmenu li li	{
		font-size: 90%;
}

#content	{
		margin: auto;
		line-height: 1.5em;
}
#content p	{
		text-indent: 3em;	
}
#footer		{
border-top: solid 1px #999;
		margin-top: 20px;
		padding-top: 1em;
		font-size: 85%;
		text-align: center;
		line-height: 1.4em;
}
#footer p {
	text-indent: 0px;
}

/*layout classes */
.top		{
		border-bottom: 1px #999 solid;
		padding: 30px;
}
.center		{
	text-align: center;
}

/* for layout groupings*/

/*IMPORTANT!*/
/*spacing for the bottom of groupings, because float means stuff doesn't take up room*/
.group img {
	margin: 3px;
}
.inlineimg	{
	margin: auto;
	text-align: center;
	text-indent: 0px;
}
/*IMPORTANT!*/
/*makes it so rows are actually ROWS, i.e. they don't try and cram next to each other! */
.gallery a {
	border: 0px;
}
.caption		{
	font-size: 85%;
}
.kamititle	{
	font-style: italic;
	font-weight: bold;
	color: #7D3511;
}