/*Main*/
/*--------------slide in header in tree---------------*/
p.c1 {position: fixed; top: 10px; right: 40px}

h10 {
      -moz-animation-duration: 5s;
      -webkit-animation-duration: 5s;
      -moz-animation-name: slidein;
      -webkit-animation-name: slidein;
	  position: absolute;      
      top: 3%
    }
    
    @-moz-keyframes slidein {
      from {
        margin-left:100%;
        width:300%
      }
      
      to {
        margin-left:0%;
        width:100%;
      }
    }
    
    @-webkit-keyframes slidein {
      from {
        margin-left:100%;
        width:300%
      }
      
      to {
        margin-left:0%;
        width:100%;
      }
    }
/*-----------------border in top header-----------------*/
div.border {
    border: 20px solid transparent;
    width: 250px;
    padding: 10px 20px;
    -webkit-border-image: url(images/border.png) 30 30 round; /* Safari 3.1-5 */
    -o-border-image: url(images/border.png) 30 30 round; /* Opera 11-12.1 */
    border-image: url(images/border.png) 30 30 round;
/*  -webkit-border-image: url(border_celtic.png) 30 30 round; 
    -o-border-image: url(border_celtic.png) 30 30 round; 
    border-image: url(border_celtic.png) 30 30 round;         */
    }
/*-------------------image in top header------------------*/     
div#header_IE{
  background-color:black;
  background-image: url('images/greek_mural_ie.jpg');
  /*background-color:red; */
  position:absolute; top:-11%;
  left:-1%;
  width:100%;
  height:230px;
 
 }
 
 @media screen{
  body>div#header_IE{
   position:fixed;
  }
 }

 
 div#header{
  /*background-color:black;*/
  background-image: url('images/greek_mural.jpg');
  position:fixed; 
  top:0%;
  left:-2.5%;
  width:1490px;
  height:170px;
  
 }
 
 @media screen{
  body>div#header{
   position:fixed;
  }
 }
 /*--------------- jsTree size properties ------------------*/  
 div#header_scroll{
  /*background-color:black;
  background-image: url('greek_mural.jpg');*/
  position:fixed; 
  top:250px;
  left:10px;
  width:260px;
  height:800px;
  overflow:auto;
 }
 
 @media screen{
  body>div#header_scroll{
   position:fixed;
  }
 } 
 
 /*<!-- frame location -->*/
div#mainframe {    
    overflow:hidden;
    position: absolute;
    left: 260px;
    top: 195px;   
}
  
 /*---------------image enlarge left column------------------*/ 
.lsthumbnail{
position: relative;
z-index: 0;
}

.lsthumbnail:hover{
background-color: transparent;
z-index: 50;
}

.lsthumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border:thin;
visibility: hidden;
color: black;
text-decoration: none;
}

.lsthumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.lsthumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px;
left: 60px; /*position where enlarged image should offset horizontally */

}
/*---------------image enlarge right column------------------*/ 
.rsthumbnail{
position: relative;
z-index: 0;
}

.rsthumbnail:hover{
background-color: transparent;
z-index: 50;
}

.rsthumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border:thin;
visibility: hidden;
color: black;
text-decoration: none;
}

.rsthumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.rsthumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px;
left: -600px; /*position where enlarged image should offset horizontally */

}

 /*--------------------box that contains coin pic plus info-------------------------------------------*/
 div#coin_box {
    border: 5px solid #000000;
    padding: 5px 5px;        /*text space from edge*/
    background: -webkit-linear-gradient(#FF8D00, #ae3a3a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FF8D00, #ae3a3a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FF8D00, #ae3a3a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FF8D00, #ae3a3a); /* Standard syntax (must be last) */    width: 500px;
    border-radius: 25px;     /*rounding*/
    font-size: 15px;
    font-family:"Comic Sans MS";
    color:#FEFEF0;  
    }
    
 div#coin_box_ie {
    border: 5px solid #000000;
    padding: 5px 5px;        /*text space from edge*/    
    background:#e35c12; /* Standard syntax (must be last) */    width: 500px;
    border-radius: 25px;     /*rounding*/
    font-size: 15px;
    font-family:"Comic Sans MS";
    color:#FEFEF0;  
    }
 /*--------------------box that contains page intro information, is plain white(h2)--------------*/
 div#coin_box_header {
    border: 0px solid #000000;
    padding: 0px 0px;        /*text space from edge*/    
    background:#FFFFFF; /* Standard syntax (must be last) */    width: 1050px;
    border-radius: 1px;     /*rounding*/
    font-size: 20px; 
    font-family:"Bookman Old Style";
    color:#000000;  
    }

/*-----------------belongs to coin_box_header----------------------------------------*/      
h2 {    
    position: absolute;
    left: 5%;
    top: 0%;    
    } 
/*-------------------all coin boxes in body--------------------------------------------*/    
.search {
	border-radius: 10px;     /*rounding*/
	border: 1x solid #000000;    
	height: 20px;
	font-size: 105%;
	}
	
.search_button {
	border-radius: 10px;     /*rounding*/
	border: 1px solid #000000;
    color: #000000;
	background:#33CC33;
	font-size: 110%;
	}	
 
.Box1 {
    position: absolute;
    left: 50px;
    top: 250px;
    } 

.Box2 {
    position: absolute;
    left: 600px;
    top: 200px;    
} 

.Box3 {
    position: absolute;
    left: 50px;
    top: 700px;
} 

.Box4 {
    position: absolute;
    left: 600px;
    top: 700px;    
} 
/*Coins For Sale location*/
.CFS {
	position: absolute;
    left: 3%;
    top: 8%;    	
}

 /*-------------------------BODY-----------------------------------------------*/

 * html body{
  overflow:hidden;
 } 
 * html div#content {
  height:100%;
  overflow:auto;
 }
 
 body {
  margin:12%;
  padding:.5px 0 0 0;
  font-family:"Comic Sans MS";
  
 } 
 
 
 /*--------------------------links within top header left side-----------------------------------------*/
 /* unvisited link */
a.civs:link {
    font-size: 30px;
    font-family:"Comic Sans MS";
    text-decoration: none;
    color:#FEFEF0;
}

/* visited link */
a.civs:visited {
    color:#FEFEF0;
}

/* mouse over link */
a.civs:hover {
    color:#0000FF;
    font-size: 30px;
}
/*--------------------------links within top header right side-----------------------------------------*/
/* unvisited link */
a.link:link {
    font-size: 25px;
    font-family:"Comic Sans MS";
    text-decoration: none;
    color:#FFFFFF;
}
/* mouse over link */
a.link:hover {
    color:#FFFFFF;
    font-size: 25px;
}

/* visited link */
a.link:visited {
    color:#FFFFFF;
}
/*-------------------tree parent text property--------------*/
a.parent:link {
    font-size: 18px;
    font-family:Aharoni;
    text-decoration: none;
    color:#000000;
    font-weight:lighter;
}
/*-------------------tree child text property---------------*/
a.child:link {
    font-size: 25px;
    font-family:"Arabic Typesetting";
    text-decoration: none;
     color:#000000;
    font-weight:normal;
}
