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


/* Common */

.imageBorder{
	border: 2px solid #E9E4EB;
	margin-left: 20px;
	margin-bottom: 10px;
}

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

#articleHeadline{
	border-bottom: 2px solid #865592;
	height:auto;
	position:relative;
	width: 100%;
}

/* Single Page */

#articleContent{
	border-top: 3px solid #E9E4EB;
	height:auto;
	padding-top:10px;
	position:relative;
	width:550px;
}

/* Gallery Page */
#articleContentFull{
	border-top: 3px solid #E9E4EB;
	height:auto;
	padding-top:10px;
	position:relative;
	width: 100%;
}

#thumbnails{
	margin-top:20px;
	
	width:100%;
	clear:both;
	position:relative;
}

.thumbnailItem{
	width:90px;
	height:110px;
	float:left;
	left:0px;
	margin-right:20px;
	margin-bottom:15px;
	position:relative;
	font-size:11px;
	display:block;
}

.thumbnailImage{
	border: 2px solid #E9E4EB;
	width:90px;
	height:90px;
	overflow:hidden;
	margin-bottom:3px;
	position:relative;
}

/* Grouped Page */

#menuHolder{
	float:right;
	position:relative;
	width:190px;
	top:-22px;
}

#menuHeading{
	border-bottom: 2px solid #026F6D;
	color:#026F6D;
	font-size:13px;
	font-weight:bold;
	height:20px;
}

/* Side Menu */

.sideMenu {
	border-top: 3px solid #c2dcdc;
	list-style-type: none;	
	margin: 0px; 
	padding: 0px; 
	position:relative;
	right:0px;	
}

#currentArticle{
	background-color:#F8FBFB;
}

.sideMenu li{
	position:relative;
	display: block;
	font-size:11px;
	font-weight:bold;
	border-bottom: 1px solid #c2dcdc;
	background-color:#fff;
	
}
.sideMenu li a {
	position:relative;
	color:#026F6D;
	display: block;
	text-decoration:none;
	padding-top:7px;
	padding-bottom:4px;
	padding-left:2px;
}
.sideMenu li a:hover{
	background-color:#F0F6F6;
	display: block;
	color:#026F6D;
	position:relative;
	padding-top:7px;
	padding-bottom:4px;
	padding-left:2px;
}

.sideMenu li a:visited{
	color:#026F6D;
	display: block;
	padding-top:7px;
	padding-bottom:4px;
	padding-left:2px;
}




/** FRONT PAGE *********/

#front-leftColumn{
	position:relative;
	width:424px;
	float:left;
	margin-right:20px;
}

#front-rightColumn{
	position:relative;
	float:right;
	width:320px;
	
	background-image: url(../graphics/frontPage/rightColumnBG.jpg);
	background-repeat: repeat-y;
}

.front-rightColumn-item{
	left:20px;
	width:300px;
	padding-top:15px;
	padding-bottom:15px;
	position:relative;
	
	float:left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #B2A3C4;
}

.front-rightColumn-item-image{
	position:relative;
	float:left;
	width:120px;
	height:80px;
	border: 1px solid #B2A3C4;
	background-color:#fff;
	padding:5px;
	overflow: hidden;
}

.front-rightColumn-item-text{
	position:relative;
	font-size:11px;
	line-height:14px;
	float:right;
	width:160px;
	right:0px;
}

.front-imageBorder{
	border: 1px solid #B2A3C4;
	padding:1px;
}

#frontSlideshow
{
	width: 420px;
	height: 250px;
	z-index:5;
	display: none;
	border: 1px solid #B2A3C4;
}


