.slide {
	position:absolute;
	display:block;
	width:300px;
	height:300px;
	overflow:hidden;
	border:1px solid #888;
	background-color:#000;
	opacity:0.85;
	
/*	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;*/
}


.slide:hover {
	opacity:1.0;
}


.selected_slide {
	border:1px solid #666;
	opacity:1.0;
}

.seen_slide {
	border:1px solid #666;
}

.slide h3 {
	width:300px;
	margin:0em;
	padding:0.3em 0.8em 0.3em 0.8em;
	color:#fff;
	opacity:0.8;
	background-color:#181818;
	background-color:rgba(60,60,60,0.7);
}

/* Instructions below this override */
.slide_text {
	font-weight:300;
	background:url(../images/ground/default_ground.jpg) #000 top left no-repeat;
	overflow:hidden;
}


.buccleuch {
	background:url(../images/ground/buccleuch_ground.jpg) #000 top left no-repeat;
}

.faichem {
	background:url(../images/ground/faichem_ground.jpg) #000 top left no-repeat;
}


.sanda {
	background:url(../images/ground/sanda_ground.jpg) #000 top left no-repeat;
}


.slate {
	background:url(../images/ground/slate_ground.jpg) #000 top left no-repeat;
}

.graz {
	background:url(../images/ground/graz_ground.jpg) #000 top left no-repeat;
}

.wood {
	background:url(../images/ground/wood_ground.jpg) #000 top left no-repeat;
}



.river_1 {
	border-right:0;
	background:url(../images/ground/river_perspective_1.png) #000 top left no-repeat;
}

.river_2 {
		border-left:0;
	background:url(../images/ground/river_perspective_2.png) #000 top left no-repeat;
}

.river_2 h3 {
	color:#000;
}	
.slide .slide_link {
		display:block;
		width:100%;
		height:100%;
}  
     

.slide_text .slide_link {
	display:block;
	/* none of this has an effect */
	width:100%;
	height:100%;
	min-height:300px;
	min-width:300px;
}

/*	min-height:300px;  If we don't do this we get weird effects with text slides - ensures that href is covering whole area*/
.slide_text .filler {
	min-height:300px;/* fill the rest of the box */
}
  



.slide_text p {
	line-height:1.5em;	
	font-size:12px;
	text-align:justify;
 	color:#ddd;
	display:block;
	padding:0em 1.3em;

	margin-top:0.3em;
	/* hack to get a decent font weight on safari - pah*/
	text-shadow:-1px 1px 1px #000;
	
}

.slide_text a:hover {
	color:#fff;
}

.slide_text .intro {
	text-align:left;
	min-height:2em;
	padding:0em 1.1em;
	margin-bottom:0.2em;
	font-size:0.99em;
	text-indent:0em;
	color:#aaa;
}

/* HOME */

.slide_text .about {
  margin:2.5em;
  padding-top:1em;
}


.inline_intro {
	text-indent:0em;
}

.inline_intro span {
	color:#aaa;
	font-size:1.3em;
	margin:0em;
	padding:0em;
	text-indent:0em;
}

.river .inline_intro {
	margin-top:4.8em;
}


.pdf_link {
	margin:-2em 1em 1em 1em;
	float:right;
}

#loading_container {
	position:absolute;
	top:230px;
	width:780px;
	text-align:center;
}



.pdf_listing {
	line-height:3em;
	padding:0.2em 0em 1em 2em;
	background:url(../images/site/pdf.gif) top left no-repeat;
}




.project_link {
	display:block;
	width:100%;
	height:100%;
	margin-top:-30px;
	padding:5px 10px;
	background-color:#000;
	opacity:0.5;
	font-style:normal;
	font-weight:300;
	/* hack to get a decent font weight on safari - pah*/
	text-shadow:-1px 1px 1px #000;
	
/*	-webkit-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;*/
}


.project_link:hover {
	opacity:0.9;
}




/* Removed borders as Martin didn't like them */
.slide {
	border:none;
}


#project_slides {
	/* adjust for border on wide_boxes */
		margin:2px 0px;
}  
   
.linked_entry .slide_link {
	height:200px;
	border:1px solid #ccc;
}

 /* display certain links at bottom of entries    */ 
.slide_text .slide_link .bottom_link {
    border:1px solid #ccc; 
	z-index:30; 
	position:absolute;  
	margin-top:-36px; 
	padding:0px 10px;
	position:absolute;
	display:none;
}     
       

 
/* Would be nice to display all links inline 
.slide_link a {
	display:block; 
	border:20px;
	width:10px;
	height:10px;
	min-height:10px;
	min-width:10px; 
	z-index:30;
	position:absolute;
	margin:0;
	padding:0;
}*/ 

