@import url("style-base.css");
@import url("style-default.css");

/* =============================================================================
   Color Hex #8b0a50 Deep Pink 4 - http://www.color-hex.com/color/8b0a50
   ========================================================================== */

/* =============================================================================
   Main container stuff goes here and other globals
   ========================================================================== */
.container {
background: #8b0a50; border:1px solid #6f0840;
max-width:800px;width:95%;margin:0 auto;position:relative; 
}

/* =============================================================================
   Header stuff goes here
   ========================================================================== */
header {
    box-shadow:inset 0px -5px 8px #450528;
    border-radius: 10px 10px 0px 0px; 
}

.hicon{
    text-shadow: 2px 2px 2px #450528;
}

footer
{
box-shadow:inset 0px 5px 8px #450528;
border-radius: 0px 0px 10px 10px; 
}
