 @charset "UTF-8";

/*
Theme Name: Critter
Version: 1.0
Author: Athene Bitting
Author URI: 
Tags: fixed width, right sidebar, two columns, valid XHTML, widgets
*/


body{
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin:0px;
    min-width: 948px;
    color: #003300;
	background-color: #a9bba0;
    /* background-image: url("critter_BGimages/Bottom_texture.jpg"); */
    background-size: 100%  95%;
}

div#nav{
    background-image:url('critter_BGimages/Bottom_texture.jpg');
	background-size:100% 100%;
    width:100%;
    height:60px;
}
div#topbanner {
margin-top:0px;
border:none;
height:80px;
background-size:100% 100%;
background-repeat: repeat-x;
color:#003322;
font-weight:bold;
text-align:left;
}
.firefox2 ul ul.menu {
    float: none;
}

.menu
{
    font-size:12px;
    font-weight:bold;
    position:absolute;
    visibility:hidden;
    line-height:25px;
    z-index:100;
    list-style:none;
    margin:0px;
    padding:0px;
}

.menu li
{
    border-style:solid;
    border-width: 1px;
    border-color:#888888;
    border-radius:5px;
    background-image:url('http://www.crittercamp.com/critter_BGimages/WoodBlondPlank1.jpg');
    background-color: #efefef;
    width: 250px;
}
.menu a
{
    text-decoration: none;
    width:100%;
    padding: 2px 10px 2px 10px;
    font-weight: bold;
}
.menu a:hover, .menu li:hover {background-color:#efefef;}
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: none;}
.menu a:active {text-decoration: none;}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    color: #002233;
    margin: 0px;
    padding: 0;
}
h1 {font-size: 26px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 13px;}
p {font-size: 12px; text-align: left;}
ul {list-style-type: none;}
li {font-size: 16px; padding-top:5px; margin-top: 3px; color:#000; font-weight: bold;}
ol {list-style-position: inside;}

a img {border:0;}
a:link {color: #002233;}
a:visited {color: #001122;}
a
{   font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    color: #000;
}
a:hover
{
   text-decoration: underline;
   color: #336655;
}

/* the slider */
#bgHero {
    padding-top:0px;
    width:800px;
    height: 300px;
}
#bgSlider1, #bgSlider2, #bgSlider3, #bgSlider4, #bgSlider5, #bgSlider6 {
    display: none;
}


/* the animated boxes that emphasize important info */
#myDIV {
color: #003322;
background-color: #fefefa;
border-radius: 5px;
padding: 20px;
  animation: mymove 5s infinite;
}
@keyframes mymove {
  50% {box-shadow: 10px 20px 30px #555;}
}


/* the small square content boxes */
div#boxes {
margin: 5px 10px 5px 10px;
width: 270px;
height: 280px;
color: #003322;
background-color: #fefefa;
border-radius: 5px;
box-shadow: 2px 2px 4px #555;
padding: 20px;
}

div#boxes-beige {
    margin:5px 0px 10px 0px;
    width: 200px;
    height: 280px;
    color:#003322;
    background-color:#f0ffdf;
    border-radius:5px;
    box-shadow: 2px 2px 4px #555;
    padding: 20px;
}
div#boxes-white80pc {
    margin:5px 0px 10px 0px;
    width: 200px;
    height: 280px;
    color:#003322;
    background: #fefefe;
    border-radius:5px;
    box-shadow: 2px 2px 4px #555;
    padding: 20px;
}

/* the big content boxes */
div#boxes-big {
    margin: 5px 10px 5px 10px;
    width: 1000px;
    color: #003322;
    background-color: #fefefa;
    border-radius: 5px;
    box-shadow: 2px 2px 4px #555;
    padding: 20px;
}
div#boxes-bigAquamation {
    margin: 5px 10px 5px 10px;
    width: 1030px;
    color: #003322;
    background-image:url("cremation-burial/AquamationBG.jpg");
    background-size: 100%  100%;
    border-radius: 5px;
    box-shadow: 2px 2px 4px #555;
    padding: 20px;
}

/* footer */
div#footer {
    font-size:8px;
}



