/* ----------------------------------------------
the image that runs down the left of the page
-----------------------------------------------*/
body
{
	background-image: url('/templates/theme8/body_tile.gif');
	background-repeat: repeat-y;
}

/* ----------------------------------------------
general font formatting
-----------------------------------------------*/
body, td, span, div, a
{
	font-family: Arial, Verdana, Tahoma, sans;
	font-size: 10pt;
	color: #000000;
}

/* ----------------------------------------------
heading 1
-----------------------------------------------*/
h1
{
	color: #8B8E62;
	font-size: 14pt;
	font-weight: bold;
}

/* ----------------------------------------------
heading 2
-----------------------------------------------*/
h2
{
	font-size: 10pt;
	color: #8B8E62;
	font-weight: bold;
	display: inline;
}

/* ----------------------------------------------
hyperlinks
-----------------------------------------------*/
a
{
	color: #6C836F;
}

/* ----------------------------------------------
the header cell of the body layout
-----------------------------------------------*/
span.header
{
	background-image: url('/templates/theme8/top_tile.jpg');
	background-color: #D5D6AC;
	background-position: 275px;
	width: 100%;
	height: 93px;
	float: left;
}

/* ----------------------------------------------
navigation tile image
-----------------------------------------------*/
td.navigation
{
	background: transparent url('/templates/theme8/nav_tile.jpg') repeat-x ;
	width: 100%;
}

/* ----------------------------------------------
the right bar

to change these classes ONLY adjust:
background-color
background-image

-----------------------------------------------*/
td.rcdarkside
{ 
	background-color: #D5D6AC;
	background-image: url(/templates/theme8/tab_side_dark.jpg); 
	width: 10px; 
	background-repeat: repeat-y; 
}
td.rcdarkcorner
{
	background-color: #D5D6AC;
	background-image: url(/templates/theme8/tab_top_left.jpg); 
	height: 10px; 
	width: 10px; 
	background-repeat: no-repeat;
}
td.rcdarkbase
{
	background-color: #D5D6AC;
	background-image: url(/templates/theme8/tab_bottom_left_dark.jpg); 
	height: 10px; 
	width: 10px; 
	background-repeat: no-repeat;
}
td.rcdarkjoin 
{ 
	background-color: #D5D6AC;
	background-image: url(/templates/theme8/tab_join_left_dark.jpg); 
	height: 10px; 
	width: 10px; 
	background-repeat: no-repeat;
}
td.rcdarkbar
{
	background-color: #D5D6AC;
	background-image: url(/templates/theme8/tab_top_dark.jpg);
	height: 10px;
	width: 190px;
	background-repeat: repeat-x;
}
td.rcdarkbarbase
{
	background-color: #D5D6AC;
	background-image: url(/templates/theme8/tab_bottom_dark.jpg);
	height: 10px;
	width: 190px;
	background-repeat: repeat-x;
}
td.rcdarklink
{
	background-color: #D5D6AC;
	padding-left: 2px;
}
/* ----------------------------------------------
light block of the right bar
-----------------------------------------------*/
td.rclightside
{ 
	background-color: #EBEDD8;
	background-image: url(/templates/theme8/tab_side_light.jpg); 
	width: 10px; 
	height: 10px; 
	background-repeat: repeat-y; 
}
td.rclightcorner
{
	background-color: #EBEDD8;
	background-image: url(/templates/theme8/tab_top_left_light.jpg); 
	height: 10px; 
	width: 10px; 
	background-repeat: no-repeat;
}
td.rclightbase
{
	background-color: #EBEDD8;
	background-image: url(/templates/theme8/tab_bottom_left_light.jpg); 
	height: 10px; 
	width: 10px; 
	background-repeat: no-repeat;
}
td.rclightjoin 
{ 
	background-color: #EBEDD8;
	background-image: url(/templates/theme8/tab_join_left_light.jpg); 
	height: 10px; 
	width: 10px; 
	background-repeat: no-repeat;
}
td.rclightbar {
	background-color: #EBEDD8;
	background-image: url(/templates/theme8/tab_top_light.jpg);
	height: 10px;
	width: 190px;
	background-repeat: repeat-x;
}
td.rclightbarbase {
	background-color: #EBEDD8;
	background-image: url(/templates/theme8/tab_bottom_light.jpg);
	height: 10px;
	width: 190px;
	background-repeat: repeat-x;
}
td.rclightlink
{
	background-color: #EBEDD8;
	padding-left: 2px;
}


/* ----------------------------------------------
the guestbook form box
-----------------------------------------------*/
.guestbook_box
{
	background-color: #EBEDD8;
	border: 1px solid #666666;
	height: 100%;
	width: 250px;
	padding: 4px;
	text-align: left;
}

/* ----------------------------------------------
the word balloon (bubble)
-----------------------------------------------*/
div.balloon
{
	width: 244px;
	height: 98px;
	background: transparent url('/templates/theme8/wordballoonbg.jpg') no-repeat;
}

/* ----------------------------------------------
custom text
-----------------------------------------------*/
.customtext
{
	color: #959879;
}

/* ----------------------------------------------
photonavigation background
-----------------------------------------------*/
.photonavigation
{
	background-color: #8B8E62;
}