/* Living in Darkness Store Style - updated 4-10-05 */

html
    {
    padding:0;
    }

body
    {
    font: 8px Arial, sans-serif, Helvetica, Verdana;
    color: #FFFFFF;
    margin: 0;
    padding:0;
    vertical-align:top;
    background-color:#000000;
    background-image:url(http://www.livingindarkness.net/store/images/background.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    }

a:link
{
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: none;
    font-size: 8pt;
    cursor: pointer;
    text-decoration: none;
}

a:visited
{
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: none;
    font-size: 8pt;
    cursor: pointer;
    text-decoration: none;
}

a:hover
{
    color: #CCCCCC;
    font-family: Arial, sans-serif;
    font-weight: none;
    font-size: 8pt;
    cursor: pointer;
    //text-decoration: italic;
}

a:link:hover
{
    color: #CCCCCC;
    font-family: Arial, sans-serif;
    font-weight: none;
    font-size: 8pt;
    cursor: pointer;
    //text-decoration: italic;
}

h1  { font-size:130%; font-weight:normal; }
h2  { font-size:120%; font-weight:normal; }
h3  { font-size:110%; }
h4  { font-size:100%; font-weight:bold; margin-bottom:6px; }
h5  { font-size:95%; margin-top:0; }
h6  { font-size:90%; margin-top:0; }

p   { color: #FFFFFF; font-family: Arial, sans-serif; font-size: 8pt; }
td  { color: #FFFFFF; font-family: Arial, sans-serif; font-size: 8pt; }

.bbstyle1   { font-size:160%; font-weight:bold; }
.bbstyle2   { font-size:130%; font-weight:bold; }
.bbstyle3   { font-size:120%; font-weight:bold; }
.bbstyle4   { font-size:110%; font-weight:bold; }
.bbstyle5   {  }
.bbstyle6   {  }
.bbstyle7   {  }
.bbstyle8   {  }
.bbstyle9   {  }

.recent_img{
    border: 1px solid #758985;
}
/* ====== Container (main box, global width, etc.) ====== */
#header
    {
    padding: 0;
    margin: 0;
    width: 680px;
    height: 200px
    vertical-align:top;
    }

#container
    {
    padding: 0;
    margin: 0;
    width: 670px;
    height: 680px
    vertical-align:top;
    background-color:#000000;
    border:1px solid #336666;
    }

#footer
    {
    padding: 0px;
    margin: 0px;
    width: 680px;
    vertical-align:top;
    }
/* ====== Container (main menu, global link, etc.) ====== */

