/********************************************
 *
 * CSS Styles
 *	
 * TEMPLATES STUCTURE
 *	
 * Version 1.0 
 * (C) 2007.07.09 by TIM WILSON
 *
 ******************************************/

/* Common ----------------------------------------------------*/

#articleHeadline{
	float:left;
	height:auto;
	margin-bottom:15px;
	position:relative;
	width: 610px;
	clear:both;
}

/* Single Page ----------------------------------------------------*/

#articleContent, #articleContentFull{
	float:left;
	height:auto;
	position:relative;
	width:610px;
}

#articleContentFull{
	width:670px;
}

#articleContent LI, #articleContentFull LI{
	list-style: disc;
	list-style-position: inside;
}



/* Side Menu ----------------------------------------------------*/

#menuHolder{
	background-color:#3D150B;
	float:right;
	height:auto;
	position:relative;
	right:20px;
	top:80px;
	width:225px;
}

#menuHolder-top{
	background-image: url(../graphics/templates/menu_top.jpg);
	background-repeat: no-repeat;
	height:11px;
	position:absolute;
	top:-11px;
	width:225px;
}

#menuHolder-bottom{
	background-image: url(../graphics/templates/menu_bottom.jpg);
	background-repeat: no-repeat;
	bottom:-10px;
	height:10px;
	position:absolute;
	width:225px;
}

.sideMenu {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	height:auto;
	list-style-type: none;	
	margin: 0px; 
	padding: 0px; 
	position:relative;
	right:0px;	
}

#currentArticle{
	background-color:#5E3B32;
	color:#fff;
	padding:8px;
}

.sideMenu li{	
	background-color:#704B3F;
	border-top: 1px solid #7B5347;
	border-bottom: 1px solid #360E04;
	display:block;
	line-height:12px;
	position:relative;
}

.sideMenu li a {
	color:#fff;
	display:block;
	padding:8px;
	text-decoration:none;
}

.sideMenu li a:hover{	
	background-color:#5E3B32;
	color:#fff;
}

.sideMenu li a:visited{	
	color:#fff;
}

/* Gallery Page -----------------------------------------------------------------*/

#thumbnails{
	border-top: 1px solid #B8E4FA;
	clear:both;
	float:left;
	height:auto;
	margin-top:10px;	
	position:relative;
	width:660px;
}

.thumbnailItem, .thumbnailItem-AltColour{
	background-color:#fff;
	border-bottom: 1px solid #B8E4FA;	
	display:block;	
	float:left;	
	height:80px;
	position:relative;	
	width:330px;
	cursor: hand;
}

.thumbnailItem-AltColour{
	background-color:#F2FAFE;
}

.thumbnailItem:hover, .thumbnailItem-AltColour:hover{
	background-color:#DFF4FE;
}

.thumbnailImage{
	border: 1px solid #007897;
	height:65px;
	left:5px;
	overflow:hidden;
	padding:1px;
	position:absolute;
	top:5px;
	width:57px;
}

.thumbnailLabel{
	color:#666;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	left:75px;
	line-height:12px;
	position:absolute;
	text-decoration:none;
	top:29px;
	width:245px;
}

.thumbnailTitle{
	color:#1C87A3;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	
}


/** Front Page -----------------------------------------------------------*/

#frontPage-leftColumn{
	float:left;
	line-height:18px;
	list-style-position: inside;
	margin-right:40px;
	position:relative;
	width:555px;
}

#frontPageSlideshow{
	width:555px;
	height:240px;
	position:relative;
	border: 2px solid #E9E4EB;
	margin-left: 0px;
	margin-bottom: 10px;
	display:none;
}
.frontPageImage{
	width:555px;
	height:240px;
	position:relative;
	float:left;
	clear:both;
	border: 2px solid #E9E4EB;
	margin-left: 0px;
	margin-bottom: 10px;
}

#frontPage-rightColumn{
	float:left;
	position:relative;
	width:265px;
}

.frontPageCell{
	float:left;
	margin-bottom:30px;
	position:relative;
	width:100%;
}

.frontPageCellHeading{

	color:#333;
	font-size:12px;
	font-weight:bold;

	position:relative;	
	width:265px;
}

.frontPageCellText{
	list-style-position: inside;
	line-height:16px;	
	margin-top:15px;
	position:relative;	
}




/* Image / Flash Holders ----------------------------------------------------*/

#pageSlideshow{
	width:320px;
	height:240px;
	position:relative;
	border: 2px solid #E9E4EB;
	margin-left: 20px;
	margin-bottom: 10px;
	display:none;
}


#flashImageHolder{
	width:420px;
	height:340px;
	position:relative;
	float:right;
	border: 2px solid #E9E4EB;
	margin-left: 20px;
	margin-bottom: 10px;
}

#pageSlideshow_left{
	width:320px;
	height:240px;
	position:relative;
	float:left;
	border: 2px solid #E9E4EB;
	margin-right: 20px;
	margin-bottom: 10px;
	display:none;
}

#pageSlideshow_top{
	height:240px;
	position:relative;
	float:left;
	clear:both;
	border: 2px solid #E9E4EB;
	margin-bottom: 10px;
	display:none;
}

#detailsContent{
	float:left;
	height:auto;
	position:relative;
	width:610px;
}

#stats2{
	list-style-position: none;
	list-style-type: none;
	list-style: none;
	margin:0px;	
	padding:0px;
}




