
/* layoutstyles.css */

/* Universal style rule */
*{
  margin: 0;
  padding: 0;
}
.link{color:#f60;}
/* *******************************************  BODY  ***** */
body {
    background-color: #564838; 
  font-family: Arial, Helvetica, sans-serif; 
}
/* *******************************************  BODY  ***** */
/* *****************************************  WRAPPER  ***** */
#wrapper{
  width: 50em;
  background-color: #564838;
  margin: 0px auto;
  /* Required for absolutely-positioned layout only */
  position:relative;
  z-index:0;
}

#wrapper-w{
  width: 50em;
 /* background: #564838 url(images/toys/sask-wildlife/sask-wildlife-bg.jpg); */
   background-color: transparent;
   margin: 0px auto;
  /* Required for absolutely-positioned layout only */
  position:relative;
  z-index:0;
}

#wrapper-craft-kit{
  width: 50em;
/*  background: #564838 url(images/toys/craft-kits/craft-kits.jpg); */
  margin: 0px auto;
  position:relative;
  z-index:0;
}
/* *****************************************  WRAPPER  ***** */

/* ****************************************  BRANDING  ***** */
#branding{
  /* For absolutely-positioned hyperlinks */
  position:relative;
}
/* ****** BRANDING DIVISION HYPERLINKS ***** */
#branding a{
  /* Postions are set in tags in layout.htm */
  position:absolute;
  text-decoration:none;
  color:#fff;
  font-size:0.8em;
}

#branding a:link, #branding a:visited{
  color:#fff;
}

#branding a:hover{
  color:#0ff;
}
#branding a:active{
  color:#f0f;
}

/* Fixes the mysterious image gap */
#branding img{
  display:block;
}
/* ****************************************  BRANDING  ***** */

/* *****************************************  NAVBAR  ***** */
#navbar{
  background:#aaa url(up-.gif) repeat-x center;
  height:1.8em;
  /* For absolutely-positioned navbar */
  position:absolute;
  top:12.7em; /* Same as branding div height */
  left:0em; /* Same as leftcolumn width */
  width:50em; /* Layout width minus leftcolumn width */
}

/* Remove bullets from ul in the navbar */
#navbar ul{
  list-style-type:none;
}

/* List items in the navbar */
#navbar li{
  float:left;
  /* Required for drop-down menus */
  position:relative;
}

/* Applies to navbar links, unvisited and visited */
#navbar a,
#navbar a:link,
#navbar a:visited{
  text-decoration:none;
  font-family:Verdana, Geneva, Arial, Sans-Serif;
  font-size:80%;
  color:#fff;
  background:#aaa url(up-.gif) repeat-x center;
  display:block;
  height:2.2em;
  width:7.6em; /* *************** width of blue navbar buttons ************** */
  border-right: solid 1px #333;
  line-height:2em;
  text-align:center;
  outline-style:none;
}

/* Navbar hover, active, and current page links */
#navbar a:hover,
#navbar a:active,
#navbar li.selected a:link,
#navbar li.selected a:visited{
  background:#ddd url(down-.gif) repeat-x center;
  color:#7df1e7;
}

/* Drop-down menu styles */
/* Applies to drop-down menus in navbar */
#navbar li ul{
  position:absolute;
  z-index:100;
  visibility:hidden;
}

/* Make drop-down visible on navbar hover */
#navbar li:hover ul,
#navbar li a:hover ul{ /* IE6 hack */
  visibility:visible;
  top:1.6em;
  left:0;
}


/* Applies to links on the drop-down menu */
#navbar li:hover ul li a,
#navbar li a:hover ul li a{ /* IE6 hack */
  background:#ccc; /* Removes background image */
  color:#000;
  text-align:left;
  display:block;
  width:16em; /* ************************this is the width of drop down boxes */
  padding:0 0 0 1em;
  height:auto;
}

/* Hover on drop-down menu links */
#navbar li:hover ul li a:hover,
#navbar li a:hover ul li a:hover{ /* IE6 hack */
  background: #aaa;
  color:#000;
}

/* IE6 hack applies to its table drop-down */
#navbar table {
  margin:-1px;
  border-collapse:collapse;
  position:absolute;
  top:0.5em;
  left:0;
  z-index:100;
}
/* *****************************************  NAVBAR  ***** */

/* *****************************************  NAVBAR2  ***** */
#navbar2{
  background:#aaa url(up.jpg) repeat-x center;
  height:1.8em;
  /* For absolutely-positioned navbar */
  position:absolute;
  top:14.5em; /* Same as branding div height */
  left:0em; /* Same as leftcolumn width */
  width:50em; /* Layout width minus leftcolumn width */
}

/* Remove bullets from ul in the navbar */
#navbar2 ul{
  list-style-type:none;
}

/* List items in the navbar */
#navbar2 li{
  float:left;
  /* Required for drop-down menus */
  position:relative;
}

/* Applies to navbar links, unvisited and visited */
#navbar2 a,
#navbar2 a:link,
#navbar2 a:visited{
  text-decoration:none;
  font-family:Verdana, Geneva, Arial, Sans-Serif;
  font-size:80%;
  color:#fff;
  background:#aaa url(up.jpg) repeat-x center;
  display:block;
  height:2.2em;
  width:10.2em; /* *************** width of blue navbar buttons ************** */
  border-right: solid 1.6px #f00;
  line-height:2em;
  text-align:center;
  outline-style:none;
}

/* Navbar hover, active, and current page links */
#navbar2 a:hover,
#navbar2 a:active,
#navbar2 li.selected a:link,
#navbar2 li.selected a:visited{
  background:#ddd url(down.jpg) repeat-x center;
color:#0f0;
 
}

/* Drop-down menu styles */
/* Applies to drop-down menus in navbar */
#navbar2 li ul{
  position:absolute;
  z-index:100;
  visibility:hidden;
}

/* Make drop-down visible on navbar hover */
#navbar2 li:hover ul,
#navbar2 li a:hover ul{ /* IE6 hack */
  visibility:visible;
  top:1.6em;
  left:0;
}


/* Applies to links on the drop-down menu */
#navbar2 li:hover ul li a,
#navbar2 li a:hover ul li a{ /* IE6 hack */
  background:#ccc; /* Removes background image */
  color:#000;
  text-align:left;
  display:block;
  width:16em; /* ************************this is the width of drop down boxes */
  padding:0 0 0 1em;
  height:auto;
}

/* Hover on drop-down menu links */
#navbar2 li:hover ul li a:hover,
#navbar2 li a:hover ul li a:hover{ /* IE6 hack */
  background: #aaa;
  color:#000;
}

/* IE6 hack applies to its table drop-down */
#navbar2 table {
  margin:-1px;
  border-collapse:collapse;
  position:absolute;
  top:0.5em;
  left:0;
  z-index:100;
}
/* *****************************************  NAVBAR 2 ***** */
/* *************************************HANGERS ********* */

#hangers{
background-color:#564838;   /* color top of header */
width:50em;
height:4.2em;
padding:0em 0;
z-index:110;

}

/* *************************************HANGERS ********* */


/* *****************************************  CONTENT-tx ***** */
#content-tx{
 width: 35em;
  background-color:#564838;   /* color top of header */
  color:#fff;
  padding:1em 0;
}

/* *****************************************  CONTENT-tx ***** */
/* *****************************************  CONTENT-tx2  ***** */
#content-tx2{
 width: 35em;
  background-color:#564838;   /* color top of header */
  color:#fff;
  padding:1em 0;
}


/* Content hover, active, and current page links */
#content a{text-decoration:underline}
#content a:link  {color:#fff;}
#content a:visited  {color:#ffffff;}
#content a:hover {color:#eea83a;}
#content a:active    {color:#ffffff;}

/* Applies to paragraphs in the content division */
#content p{
  line-height:1em;
  font-weight:normal;
 }

/* Applies to all lists in the content division */
#content ul, #content ol{
  padding:10px 0 10px 40px;
}

/* Styles h1, p, branding division */
#branding h1, p{
  font-family: Arial, Helvetica, sans-serif;
  color:#fff;
  font-size:1.2em;
  }

/* Styles h1, h2, h3, h4, h5 and h6 style rules in the content division */
#content h1, #content h2, #content h3, #branding h1{
  font-family:   Arial, Helvetica, sans-serif;
  color:#fff; 
}

/* Size h1 headings in the content division */
#content h1{
  font-size:2em;
}

/* Size h2 headings in the content division */
#content h2{
  font-size:1.5em;
  /*  float:right;  */
}

/* Size h3 headings in the content division */
#content h3{
  font-size:1.5em;
  font-style:normal;
  float:right;
}



/* Size h4 headings in the content division */
#content h4{
  font-size:1.5em;
  font-style:normal;
  text-align:center;
}

/* Size h5 headings in the content division */
#content h5{
  font-size:small;
  font-style:normal;
  
}

/* Size h6 headings in the content division */
#content h6{
  font-size:1.3em;
  font-style:normal;
  color:#fff;
  
  
}




/* *****************************************  CONTENT  ***** */
#content{
 width: 50em;
  background-color:#564838;   /* color top of header */
  color:#fff;
  padding:1em 0;
}


/* Content hover, active, and current page links */
#content a{text-decoration:underline}
#content a:link  {color:#fff;}
#content a:visited  {color:#ffffff;}
#content a:hover {color:#eea83a;}
#content a:active    {color:#ffffff;}

/* Applies to paragraphs in the content division */
#content p{
  line-height:1em;
  font-weight:normal;
 }

/* Applies to all lists in the content division */
#content ul, #content ol{
  padding:10px 0 10px 40px;
}

/* Styles h1, p, branding division */
#branding h1, p{
  font-family: Arial, Helvetica, sans-serif;
  color:#fff;
  font-size:1.2em;
  }

/* Styles h1, h2, h3, h4, h5 and h6 style rules in the content division */
#content h1, #content h2, #content h3, #branding h1{
  font-family:   Arial, Helvetica, sans-serif;
  color:#fff; 
}

/* Size h1 headings in the content division */
#content h1{
  font-size:2em;
}

/* Size h2 headings in the content division */
#content h2{
  font-size:1.5em;
  /*  float:right;  */
}

/* Size h3 headings in the content division */
#content h3{
  font-size:1.5em;
  font-style:normal;
  float:right;
}



/* Size h4 headings in the content division */
#content h4{
  font-size:1.5em;
  font-style:normal;
  text-align:center;
}

/* Size h5 headings in the content division */
#content h5{
  font-size:small;
  font-style:normal;
  
}

/* Size h6 headings in the content division */
#content h6{
  font-size:1.3em;
  font-style:normal;
  color:#fff;
  
  
}

/* ****************** BEGIN GALLERY ******* */

/* Books ... Gallery */

 .gallerycontainer{

    position: relative;

    }

    .thumbnail img{
    border: 0 #685849;
    margin: 0 1px 1px 0;
    z-index: 150;

    }

    .thumbnail:hover{
    background-color: transparent;
    color:#ede5d9;
    }

    .thumbnail:hover img{
    border: 0 solid #685849;

    }

    /* Style for large image */
    .thumbnail span{
    position: absolute;
    padding: 0px;
    left: -1000px;
    visibility: hidden;
    color: #685849;
    text-decoration: none;
    z-index: -50;
    }

    .thumbnail span img{
    border-width: 0;
    padding: 1px;

    }

    .thumbnail:hover span{
    visibility: visible;
    color:#000;/* text under picture */
    top: 0;
    left: 15em; /*Left edge of enlarged picture */
    z-index: -50;
    }

    /* Size of thumbnail image */
    .thumbwidth{
    width:3em;
    height:3em;
    }

    /* Size of thumbnail image */
    .thumbwidth-child{
    width:3em;
    height:3.1em;
    }

  /* Size of thumbnail image */
    .thumbwidth-youth{
    width:2.5em;
    height:3.25em;
    }

  /* Size of thumbnail image */
    .thumbwidth-adult{
    width:3em;
    height:3.5em;
    }

/* Size of thumbnail image */
    .thumbwidth-adult1{
    width:6em;
    height:3.5em;
    }
 
/* Size of thumbnail image */
    .thumbwidth-adult2{
    width:5em;
    height:3.5em;
    }

    a:link{text-decoration:none}

    a:visited{text-decoration:none}
/* ****************** END GALLERY ******* */

/* Toys ... Gallery */

 .gallerycontainer-p{

    position: relative; 
  

    }

    .thumbnail-p img{
    border: 0 #564838;
    margin: 0 0 0 0;
    }

    .thumbnail-p:hover{
    background-color: transparent;
    color:#564838;
    }

    .thumbnail-p:hover img{
    border: 0 solid #564838;
    }

    /* Style for large image */
    .thumbnail-p span{
    position: absolute;
    padding: 0px;
    left: -1000px;
    visibility: hidden;
    color: #564838;
    text-decoration: none;
    }

    .thumbnail-p span img{
    border-width: 0;
    padding: 0;
    }

    .thumbnail-p:hover span{
    visibility: visible;
    color:#fff;/* text under picture */
    top: -1.5em;
    left: 0em; /*Left edge of enlarged picture */
    z-index: -50;
    }

    /* Size of thumbnail-p image ************* */
    .thumbwidth-p{
   /* left: 1em; */
    padding:0 0 0 3.5em;
    width:15em;
    height:3em;
    /* visibility:hidden; */
    z-index: 150;	
    }

     a:link{text-decoration:none}

    a:visited{text-decoration:none}

/****************************************************************/
/* Puzzles ... Gallery */

 .gallerycontainer-pp{

    position: relative;

    }

    .thumbnail-pp img{
    border: 0 #685849;
    margin: 0 1px 1px 0;
    }

    .thumbnail-pp:hover{
    background-color: transparent;
    color:#ede5d9;
    }

    .thumbnail-pp:hover img{
    border: 0 solid #685849;
    }

    /* Style for large image */
    .thumbnail-pp span{
    position: absolute;
    padding: 0px;
    left: -1000px;
    visibility: hidden;
    color: #685849;
    text-decoration: none;
    }

    .thumbnail-pp span img{
    border-width: 0;
    padding: 0px;
    }

    .thumbnail-pp:hover span{
    visibility: visible;
    color:#000;/* text under picture */
    top: 0;
    left: 0em; /*Left edge of enlarged picture */
    z-index: -50;
    }

    /* Size of thumbnail-p image ************* */
    .thumbwidth-pp{
padding:0 0 0 0.5em;
    width:7em;
    height:5.3em;
    /* visibility:hidden; */
    z-index: 150;	
    }

     a:link{text-decoration:none}

    a:visited{text-decoration:none}




/* ****************** BEGIN GALLERY DISPLAY ******* */

/* Display ... Gallery-d */

 .gallerycontainer-d{

    position: relative;

    }

    .thumbnail img{
    border: 0 #685849;
    margin: 0 1px 12px 0;
    z-index: 150;

    }

    .thumbnail:hover{
    background-color: transparent;
    color:#ede5d9;
    }

    .thumbnail:hover img{
    border: 0 solid #685849;

    }

    /* Style for large image */
    .thumbnail span{
    position: absolute;
    padding: 0px;
    left: -1000px;
    visibility: hidden;
    color: #685849;
    text-decoration: none;
    z-index: -50;
    }

    .thumbnail span img{
    border-width: 0;
    padding: 1px;

    }

    .thumbnail:hover span{
    visibility: visible;
    color:#000;/* text under picture */
    top:0;
    left: 12.5em; /*Left edge of enlarged picture */
    z-index: -50;
    }

    /* Size of thumbnail image */
    .thumbwidth-d{
    width:5.8em;
    height:4.8em;
    }

       a:link{text-decoration:none}

    a:visited{text-decoration:none}
/* ****************** END GALLERY ******* */





/* *****************************************  CONTENT  ***** */



