.textarea{
   font-size: 1em;
	height: auto;
	min-height: 400px;
	width:80%;
	margin-left: auto ;
  margin-right: auto ;
  box-shadow: 0px 0px 15px 5px black;
}
.refcontainer{
	width:100%;
	margin:0;
	padding-top:0.5em;
	padding-left:2em;
}

.refcontainer h1{
	font: 900 0.8em "Open Sans", sans-serif, "Arial";
   text-transform: uppercase;
}

.textarea p{
	line-height:1.5em;
	padding:0;
	margin:0;
	margin-right:4em;
	
}


.textarea p a{
 font-weight:bold;
 text-decoration:  none;
 	color: gray;
-o-transition:color .5s;
-ms-transition:color .5s;
-moz-transition:color .5s;
-webkit-transition:color .5s;
/* ...and now for the proper property */
transition:color .5s;
 }
   
.textarea p a:hover{
	color: #ff4500;
}

#cf {
  box-shadow: 0px 0px 10px 5px black;
  position:relative;
  height:200px;
  width:200px;
 float:left;
 
 margin:5px;
 
}
#cf2 {
  box-shadow: 0px 0px 10px 5px black;
  position:relative;
  height:200px;
  width:400px;
 float:left;
 
 margin:5px;
 
}
#cf_nolink {
  position:relative;
  height:200px;
  width:400px;
 float:left;
 margin:5px;
 
 box-shadow: 0px 0px 10px 5px black;
 -moz-box-shadow: 0px 0px 10px 5px black;
 -webkit-box-shadow: 0px 0px 10px 5px black;
 
 -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -kthtml-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
 
  
}
#cf_nolink img {
 position:absolute;
  left:0;
 
}


#cf img,#cf2 img {

  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

a:hover #cf,a:hover #cf2 {
	 /* lessen drop Shadow */
   box-shadow: 0px 0px 10px 1px black;
 -moz-box-shadow: 0px 0px 10px 1px black;
 -webkit-box-shadow: 0px 0px 10px 1px black;


-webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -kthtml-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;



}


#cf img.top:hover,
#cf2 img.top:hover  {
  opacity:0;
}

.eilinkkia{
	margin-left:10px;
}

