/*********************** keikorichter.com style sheet **********************/
/* 10/26/2010 KR */

body {  
	font-family: "calibri", arial, verdana, "sans-serif"; 
	color: #666666;		/* default font color is gray */
	font-size: 90%;
	margin: 0;
	background-color: #D8D8D8 ;
}

a:link { text-decoration: none; color: #0066cc; }	/* blue */
a:visited { text-decoration: none; color: #0066cc; }
a:hover { text-decoration: underline; color: #003399; }	/* darker blue */

h1 { 
	font-size: 2.8em; 
	color: #6666FF;			/* light blue */
	position: absolute;
	height: 0;
	overflow: hidden;	/* overflow can not be seen */
}
h2 {
	margin: 0.5em 0 1.2em 0;
	padding: 5px;
	font-size: 2em;
	color: #6699CC;		/* blue */
	border-bottom: solid #6699CC 2px;	/* thin underline */
}
h3 
{
    font-family: "Monotype Corsiva", arial, verdana, "sans-serif";
	margin: 1em 0 1em 0;
	font-size: 1.5em;
	color: #963;		/* light brown */
}
h4 
{
	margin: 1em 0 0.5em 0;
	font-size: 1.2em;
	color: #963;		/* light brown */
}
h5 
{
	margin: 0.5em 0 0.5em 0;
	font-size: 1.13em;
	color: #ff9933;		/* orange */
}
h6
{
	font-size: 1em;
	font-weight:bold;
}



/****************************** Header ***********************************/
#header {
	background: #ffffff url(../_image/banner.jpg) top left no-repeat;	/* set a page top image */
	height: 102px;		/* This number should match background image height, and less than frame size defined in index.html */
	width: 950px;		/* This number should line up with contents */
	margin: 0;
	border-top: 5px solid #D8D8D8;	/* line on top of header */
	border-bottom: 10px solid #fff;	 /* white line below the background image */
}


/****************************** Footer - page footer area ********************************/
#footer {
	color: #666;			/* gray font color */
	text-align: left;
	font-size: 0.7em;
	margin: 1em;
	line-height: 1em;
}



/****************************** Content ************************************/
/* main container for content page */
#content 
{
	position: relative;
	width: 740px;
	margin: 0;			/* top margin must match Mukuji's top margin */
	padding: 0.8em 30px 3em 30px;
	
	background-color: #F2F2F2;
	border-right: 6px solid #E2EEFF;	/* a thin light blue line on bottom */
	border-bottom: 6px solid #E2EEFF;	/* a thin light blue line on bottom */
	line-height: 1.2;
}

#content p { line-height: 1.3em;}


/******************************** Navigation ********************************/
#mokuji {
	margin: 0 0 1.5em 7px;
	padding : 0;
	width: 100%;
	color: #963;			/* light brown default text color */
	font-weight: bold;
	font-size: 0.85em;
}
#mokuji ul {
	margin: 0;
	padding : 0;
	list-style: none;
	border-left: 10px solid #848484;	/* gray vertical line on left side of block */
}
#mokuji ul a {
	margin: 0 0 1px 0;				/* a thin line between menu items */
	padding: 0.2em 0.5em;			/* placement of link text within a block */
	display: block;
	
	background: #E2EEFF;		/* light blue background */
	color: #963;            /* light brown text color */
	text-decoration: none;	/* prevent underline set earlier */
	font-size: 0.9em;		/* make the text slightly smaller */
}
#mokuji a:hover {
	background: #C7E2FF;		/* when mouse over, background is darker aqua */
}
#mokuji li ul 
{
	position: relative;
	width: 160px;
	left: 0;
	border-left: none;		/* no line on left side of block */
}
#mokuji li ul a {
	background-color: #E2EEFF;
}
#mokuji li ul a:hover {
	background-color: #C7E2FF;
}



/****************************** Breadcrumbs ************************************/

.breadcrum {
	text-align: right;
	font-size: smaller;
}

/****************************** Other Settings ************************************/
p.ptight 
{
	margin: 0.2em 0;
}



/*** TABLE ***/
/* Basic table - no border, minimal padding*/
table.table1 {
	width: 100%;
	border: none;
}
table.table1 tr 
{
	vertical-align: text-top;
}
table.table1 td 
{
	margin: 0;
	padding: 0.3em;
	/*border: solid 1px #99cc99;*/
}




/*** Empty space ***/
.spacer {  height: 0.8em;  }
.spacerw {  height: 2em;  }


/*** Divider Line ***/
.divider {
	margin: 3em 0;
	width: 100%;
	height: 1.1px;
	background: #C0C0C0;
	clear: left;
}


/*** Font Settings ***/
/* Bold */
.strong0 {
	margin: 0;
	color: gray;			/* gray */
	font-weight: bold;
}
.strong1 {
	margin: 0.7em 0;
	color: #ff9933;			/* orange */
	font-weight: bold;
}
.strong2 {
	margin: 0.7em 0;
	color: #ff9933;			/* orange */
	text-align: center;		/* centered */
	font-weight: bold;
}



/* Smaller font */
.smallnote {
	font-size: 80%;
}



/*** Lists ***/
/* Roomy list */
.roomylist {
	margin: 1em 0 2em 1.5em;
	padding: 0;
}
.roomylist li {
	margin: 0 2em;
	padding: 0.5em 0;
}

/* List with no space around it */
.tightlist 
{
    margin: 0 0 0 1em;
    padding: 0;
    list-style-type: none;
}
.tightlist li 
{
    margin: 0;
    padding: 0;
}


/* No bullets */
ul.list0 {
	margin: 0 0 0 1.5em;
	list-style-type: none;
}
ul.list0 li 
{
	margin: 0.5em 0;
}

/* Round bullets */
ul.list1 {
	margin: 0;
	padding: 0 0 0 1em;
	list-style-type:disc;	/* filled circle */
}
ul.list1 li 
{
	margin: 1em 0;
}

/* Circle bullets */
ul.list2 {
	margin: 0 0 0 1.5em;
	list-style-type: circle;
}
ul.list2 li 
{
	margin: 1em 0;
}

/* Numbered list with minimum spacing */
ol.list0 {
	margin: 0 0 0 1.5em;
}
ol.list0 li {
	margin: 0.5em 0;
}



/*** Image ***/
/* basic image class */
img.basic 
{
	border-style: none;
	padding: 0;
}
img.image1 
{
	border-style: none;
	padding: 0;
}


img.artthumb 
{
	text-align: center;
	vertical-align: top;
	max-width: 200px;
	max-height: 200px;
	border: 1px solid #848484;
	cursor: pointer;
	margin: 1em 2em 1em 0.5em;
}
img.artlg 
{
	border-style: none;
	padding: 0;
	max-width: 640px;
	max-height: 580px;
	margin: 0.7em 0;
}


/*** Placement ***/
.leftfloat {
	float: left;
	padding: 0 1em 0.3em 0;
	margin: 0;
	border: none;
}
.rightfloat {
	float: right;
	padding: 0 0 0.3em 1em;
	margin: 0;
	border: none;
}

