
/* **********************************************

	Kenya journal style sheet

	colorscheme:

	greens:	#CCD158		earths:	#D18458
		#A8AB48			#AB6C48
		#828538			#855438
					#5F3C28

	dgray:	#2E2E2E
	lgray:	#D1D1D1

*/

/* ******************** text ******************** */

body {
	color: #2E2E2E;
	background: #D1D1D1;
	font-family: verdana, tahoma, arial, sans-serif;
}

li {
	margin-bottom: 0.35em;
}

td {
	font-size: 0.85em;
}

th {
/*	border: 1px solid #2E2E2E; */
	color: #D1D1D1;
	background: #AB6C48;
}

.title {
	color: #828538;
	background: #CCD158;
	text-align: center;
	margin-top: 0px;
}

.outer {
	border-width: 0px;
}

.month {
	border: 1px solid black;
	color: #855438;
	background: #D68A58;
	text-align: right;
}

.leo {
	border: 1px solid black;
	color: #D1D1D1;
	background: #855438;
}

.intro {
	font-style: italic;
	font-size: 0.8em;
}

.caption {
	font-style: italic;
}

#tipDiv {
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #5F3C28;
	background-color: #E8E8E8; /* #F79C68; */
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10000;
	border: 1px solid #855438;
	width: 230px;
	padding: 4px;
	line-height: 1.2;
}

/* ******************** links ******************** */

a:link    { color: #855438 }
a:active  { color: #828538 } /* D18458 */
a:visited { color: #AB6C48 }

.monthname a:link	{ color: #5F3C28 }
.monthname a:visited	{ color: #5F3C28 }

.navbutton a:active	{ color: #D1D1D1 }

/* .photos a:link    { color: #A8AB48 } */
/* .photos a:active  { color: #CCD158 } */
/* .photos a:visited { color: #AB6C48 } */

/* ******************** images ******************** */

img {
	padding: 2px;
	border: 1px solid #855438;
}

.noborder {
	border-width: 0px;
}

.photo_hor {
	margin: 21px 4px 22px 4px;
}

.photo_ver {
	margin: 4px 22px 4px 21px;
}

.navbutton {
	margin: 0px 10px 0px 10px;
	height: 23px;
	width: 21px;
}

