/* ==========================================================================
   CosmicSignstt  display definitions
   ========================================================================== */
   
body {
    
    margin:0px 0px;
    padding:0px;
    text-align:center;
    background-color: #fff5f3;
    background-image: url("/img/bkgrnd2.jpg");
    }


.wrapper{
    width: 1020px;
    background-color: #fff; 
    margin:6px auto 6px auto;
    text-align:left;
    border: 2px solid 000;
    border-radius: 8px;
    font-family: "Trebuchet MS", sans-serif;
   }
    
.siteheader {
    width: 500px;
    height: 320px;
    float: left;
   }
   
.logo {
    margin: 25px 0px 0px 10px;
    }

.csttslide {
    width: 500px;
    height: 320px;;
    float:right;
    margin-right: 0px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    }
    
.siteheader li{
    width:92px;
    height: 80px;
    list-style:none;
    float: left;
    background:#95d3f5;
    color: #222;
    padding-left:10px;
    padding-right:5px;
}
    

    
.threeblurb {
    font-family: "Trebuchet ms", sans-serif;
    font-size: 1em;
    width:270px;
    height:190px;
    padding: 0px 10px 10px 20px;
    margin: 55px 0px 16px 28px;
    padding-top: 10px;
    background-color: #95d3f5;
    color:#222;
    float: left;
    border-radius: 8px;
    
}

a {
    color: #fbf9f9;
}

h2{
    font-family: "Trebuchet ms", sans-serif;
}

.shadow {
  -moz-box-shadow:    0px 2px 5px 2px #527f96;
  -webkit-box-shadow: 0px 2px 5px 2px #527f96;
  box-shadow:         0px 2px 5px 2px #527f96;
}
.sideshadow {
  -moz-box-shadow:    1px 2px 1px 1px #818797;
  -webkit-box-shadow: 1px 2px 1px 1px #818797;
  box-shadow:        1px 2px 10px 4px rgba(129,135,151,0.91);
}


p.clearfix {
    float:none; 
    color:#828080;
    margin: 0px 0px 0px 0px;
    padding:30px;
    border: inherit;
}

.footer{
    background-color: black;
    background-image: url("/img/bkgrnd2.jpg");
    color: #eee;
    height: 80px;
    width:969px;
    margin-bottom:0px;
    bottom:0px;
    position:relative;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 8px;
    padding: 15px 24px 0px 28px
}

.right{
    float:right;
}

.left{
    float:left;
    padding: 15px 15px 0px 0px

}


