/* Style Sheet for The Forge */ 
body
{
	font: 0.8em/1.8em Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	color: #000000;
}
/* header is lined up to be at same position as left-most tab */
.header
{
	margin-left: 44px;
}
.header img
{
	border: 1px solid #000000;
}
/* Content */
#content 
{
	padding: 10px 20px 6px 20px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#content .h1 
{
	font-size: 1.5em;
	color: #000099;
	background-color: #FFFFFF;
}
#content .h2 
{
	font-size: 1.2em;
	color: #000066;
	background-color: #FFFFFF;
}
/* Tabbed navigation */
ul#tabnav 
{
	list-style-type: none;
	margin: 0 auto;
	padding-left: 40px;
	padding-bottom: 24px;
	border-bottom: 1px solid #000000;
	font: bold 11px verdana, arial, sans-serif;
}
ul#tabnav li 
{
	float: left;
	height: 21px;
	background-color: #6699CC;
	color: #FFFFFF;
	margin: 2px 2px 0 2px;
	border: 1px solid #000000;
}
ul#tabnav a:link 
{ 	
	display: block;
	color: #FFFFFF;
	background-color: #6699CC;
	text-decoration: none;
	padding: 4px;
} 
ul#tabnav a:visited 
{
	display: block;
	color: #FFFFFF;
	background-color: #6699CC;
	text-decoration: none;
	padding: 4px;
}
ul#tabnav a:hover 
{
	background-color: #99CCFF;
	color: #FFFFFF;
}
#index li.index, 
#facilities li.facilities, 
#history li.history, 
#cycle li.cycle, 
#bookings li.bookings, 
#findus li.findus, 
#pictures li.pictures,
#localinfo li.localinfo,
#comments li.comments 

{
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
	background-color: #FFFFFF;
}
#index li.index a:link, #index li.index a:visited,
#facilities li.facilities a:link, #facilities li.facilities a:visited,
#history li.history a:link, #history li.history a:visited,
#cycle li.cycle a:link, #cycle li.cycle a:visited,
#bookings li.bookings a:link, #bookings li.bookings a:visited,
#findus li.findus a:link, #findus li.findus a:visited,
#pictures li.pictures a:link, #pictures li.pictures a:visited, 
#localinfo li.localinfo a:link, #localinfo li.localinfo a:visited,
#comments li.comments a:link, #comments li.comments a:visited
{
	color: #000000;
	background-color: #FFFFFF;
}
/* footer divs */
.w3c
{
	clear:both;
	text-align: center;
	margin: 5px;
}
.footer
{
	clear:both;
}
a.linkfooter:link, a.linkfooter:visited
{ 
	text-decoration:none; 
	font-weight: bold;
	font-size: x-small;
	color: #CCCCCC;
	background-color: #FFFFFF;
} 
a.linkfooter:hover 
{
	color: #999999;
	font-size: x-small;
	background-color: #FFFFFF;
}
/* picture gallery */
.row1
{
}
.row1 ul
{
	list-style-type: none;
	/*display:inline;*/
}
.row1 li
{
	float:left;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.row1 img
{
	display: block;
	border: 2px outset #FFFFCC;
}
.row1 img:hover 
{
	border: 2px inset #FFFFCC;
}
.row1 img:hover{
	color: black; /* Dummy definition to overcome IE bug */
}

/* Must have this fix div here, otherwise the pictures page extends down below the content div*/
/* 1px is ample for IE, but it needs to be big to work in Firefox too */
.fix
{
	height:2000px;
	margin-left: 0px;
}
/* left and right divs for the facilities page */
.left
{
	float: left;
	width: 300px;
	margin-left: 000px;

}
.right
{
	float: right;
	width: 300px;
	margin-right: 000px;
}
.lower
{
	clear: both;
}
