/* Hexagonal patterned background */
/* Rounded corners for posts      */
/* Stars for menu block           */
/* Title heading                  */
/* Animated images for window     */

 div.hex_hex {
   position:relative;
   width : 100%;
   height : 116px;
   z-index : 30;
 }
 div.hex_headContainer {
   background-image : url(images/chalk.jpg);
   height : 116px;
   z-index : -30;
 }  
 
 
 div.hex_menubg {
   background-image : url(images/MenuBg.gif);
   background-repeat:no-repeat;
   position:absolute;left:588px;top:4px;
   width : 88px;height : 103px;
   z-index : 60;
 }  
 div.hex_menubg_shade {
   background-image : url(images/MenuBgShade.gif);
   background-repeat:no-repeat;
   position:absolute;left:588px;top:4px;
   width : 88px;height : 103px;
   z-index : 65;
   display:none;
 }  
 
 /* --- Title block --- */   
 div.hex_title {
   background-image : url(images/TitleOne.gif);
   background-repeat:no-repeat;
   position:absolute;left:38px;top:2px;
   width : 550px;height : 113px;
   z-index : 60;
   /*display:none;*/
 }  
 
 div.hex_title_shade {
   background-image : url(images/TitleOneShade.gif);
   background-repeat:no-repeat;
   position:absolute;left:38px;top:2px;
   width : 550px;height : 113px;
   z-index : 70;
   display:none;
 }  
 
 
 
 /* --- Menu block --- */   
 
 a.hex_menuStar {
   background-image:url(images/Star.gif);
   background-repeat:no-repeat;
   width : 33px;height : 33px;
   color : black;
   z-index : 70;
 }  
 a.hex_menuStar:hover {
   background-image:url(images/StarGreen.gif);
   background-repeat:no-repeat;
   width : 33px;height : 33px;
   color : black;
   z-index : 70;
 }  
 
 
 #s1 { position:absolute;left:10px;top:9px; }
 #s2 { position:absolute;left:44px;top:25px; }
 #s3 { position:absolute;left:10px;top:41px; }
 #s4 { position:absolute;left:44px;top:57px; }
 div.hex_menuLabel {
       position:absolute;left:10px;top:82px;width:66px;
       color:red;text-align:center;
       background-color:white;
       border:solid 1px red;
       font-size:12px;
       visibility:hidden;
       z-index:390;}
 
 
 
 /* --- fox in stone -- */
a.hex_foxinstonea {
   position:absolute;left:700px;top:7px;
   background-image : url(images/FoxInStone2.jpg);
   background-repeat:no-repeat;
   display:block;
   width : 204px;height : 83px;
   z-index : 60;
   cursor:url(images/fox.cur) 37 9, pointer;
}
a.hex_foxinstonea:hover {
   background-image : url(images/FoxInStone1.jpg);
}
div.hex_aboutHome{
   background-color:white;
   position:absolute;left:355px;top:22px;
   width : 330px;height : 105px;
   border : 6px solid #ccc;
   z-index : 190;
   visibility:hidden;
   font-size:12px;   
}
.hex_aboutHome>table{
  padding:0px;
}  
span.hex_aboutHead{
  background-color:grey;
  color : white;
  font-weight:bold;
}
td.li{
  color:red;
  text-align:center;
}  
  
   
 
 

/* --- nice rounded corners for posts --- */
div.hex_round_top{
  background-image : url(images/GreyTopRound.gif);
  width:640px;
  height:13px;
  background-position:0px 0px;
}
div.hex_round_bottom{
  background-image : url(images/GreyBotRound.gif);
  width:640px;
  height:13px;
  background-position:0px 0px;
  margin: 0px 0px 10px 0px;
}

#widget_search{
  border: 1px dotted red;
}  

/************ advertising myself at the top of the page ***********/
div.sectionz {
  background-image:url(images/yrdotted.png);
  border-style : solid;
  border-color : #E54545;
  border-width : 1px;
  margin : 0px;
  padding:0px;
  line-height:15px;
  width : 100%;
}  
span.bbRed{color:#DE6A9B;}

.sectionz table {
  padding : 0px;
}
.sectionz td { padding-left:10px;}
  
