/**BASIC STYLING**/

body 
{font-family: 'Exo 2', Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #921920;
background-color: #921920;
cursor: default;}

tr, td
{font-family: 'Exo 2', Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #921920;}

textarea, input, output, select
{font-family: 'Exo 2', Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #921920; 
background-color: #f8d5bf;
border: #921920;
border-style: solid;
border-width: 1px;
border-radius: 10px;}

blockquote
{width: 70%;
margin: 0px auto;
background-color: #f8d5bf;
border: #921920;
border-style: solid;
border-width: 0px 0px 0px 10px;
padding: 8px;
text-align: justify;}

b, strong 
{color: #ba2226; letter-spacing: 1px; font-variant: small-caps;}
i, em 
{color: #536b9f;}
u 
{color: #e1716c;
border: #e1716c;
border-style: solid;
border-width: 0px 0px 1px 0px;
text-decoration: none;}

del, s {color: #fb131f;}

a:link, a:active, a:visited 
{color: #fb5d40;
text-decoration: none;
text-transform: lowercase;
letter-spacing: 2px;
border-style: dashed;
border-width: 0px 0px 1px 0px;}

a:hover 
{color: #e4070a; 
cursor: crosshair;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
letter-spacing: -1px;
padding: 2px;
border: #e4070a;
border-style: dashed;
border-width: 0px 0px 1px 0px;
text-shadow: 1px 1px 1px #ffffff;}

/**SCROLLBAR**/

/* scroll-width */
::-webkit-scrollbar {
  width: 15px;
}

/* scroll-track */
::-webkit-scrollbar-track {
  background: #921920; 
}
 
/* scroll-drag */
::-webkit-scrollbar-thumb {
  background: #e1716c; 
}

/* scroll on hover */
::-webkit-scrollbar-thumb:hover {
  background: #63110e; 
}

/**LAYOUT**/

#container
{width: 1050px;
margin: 0px auto;
text-align: center;
background-repeat: repeat-y;
background-image: url('images/snowdropsv5_contentbg.jpg');}

#headerimage
{height: 550px;
background-image: url('images/snowdropsv5_main.jpg');
background-repeat: no-repeat;
border: 0;}

#content_body
{width: 662px;
float: left;
margin-top: -60px;
padding-left: 58px;
line-height: 150%;
min-height: 800px;
text-align: justify;}

#navi
{width: 250px;
float: left;
margin-top: -75px;
padding-left: 20px;
text-align: left;}

#footer
{height: 90px;
background-image: url('images/snowdropsv5_footer.jpg');
background-repeat: no-repeat;
clear: both;}

.footer
{padding-top: 55px;
text-align: center;}

/**HEADERS**/

h1
{font-family: 'Great Vibes', serif;
font-size: 32px;
font-weight: normal;
text-align: center;
color: #921920;
border: #921920;
border-style: solid;
border-width: 1px;
border-radius: 10px;
background: url('images/snowdropsv5_header.jpg') no-repeat;
letter-spacing: 2px;
text-shadow: 1px 1px 1px #ffffff;}

h2
{font-size: 14px;
font-family: 'Sniglet', serif;
text-align: right;
color: #e1716c;
letter-spacing: 2px;
margin-top: -1px;
font-style: italic;
font-weight: normal;
border: #e1716c;
border-style: dashed;
border-width: 0px 0px 1px 0px;}

h3
{font-family: 'Great Vibes', serif;
font-size: 28px;
font-weight: normal;
text-align: right;
color: #921920;
letter-spacing: 2px;
border: 0;
background: url('images/snowdropsv5_navi.png') no-repeat;
padding: 0px;
text-shadow: 1px 1px 1px #ffffff;}

/**CONTENT STYLING**/

.content
{margin: 0px auto;
background-color: #f5d0ae;
padding: 8px;
border-radius: 20px 0px 20px 0px;}

table.png
{border-collapse: separate;
border-spacing: 5px;  
margin: 0px auto;}

table.png td
{background: #f5d0ae;
margin: 4px;
padding: 4px;
border-radius: 20px;}

.update_icon
{float: left;
margin: 5px 10px 5px 0px;
background-color: #f8d5bf;
background-image: url('images/snowdropsv5_imgbg.jpg');
padding: 5px;
box-shadow: 3px 3px 3px #e1716c;}

.outline
{padding: 6px;
background-image: url('images/snowdropsv5_imgbg.jpg');
background-color: #f8d5bf;
margin: 5px;}

.outline2
{float: left;
margin: 5px 10px 5px 0px;
padding: 8px;
background-color: #f8d5bf;
background-image: url('images/snowdropsv5_imgbg.jpg');}

.layout_preview_box
{width: 185px;
height: 135px;
padding: 5px;
margin: 3px;
background-color: #f5d0ae;
border: #921920;
border-style: solid;
border-width: 1px;
display: inline-block;}

.layout_preview
{border: #921920;
border-style: solid;
border-width: 2px;
background-color: #f8d5bf;
padding: 2px;}

.layout_link a:link, .layout_link a:active, .layout_link a:visited 
{width: 82px;
color: #fb5d40;
margin: 2px;
display: inline-block;
border: #921920;
border-style: solid;
border-width: 1px;
background-color: #f8d5bf;
font-variant: small-caps;}

.layout_link a:hover 
{color: #e4070a; 
font-weight: bold;
cursor: crosshair;
text-align: center;
padding: 0;
margin: 2px;
background-color: #ffffff;
opacity: 0.5;
display: inline-block;}

.png_preview_box
{width: 95%;
padding: 2px;
margin: 3px;
text-align: left;
background-color: #f5d0ae;
border: #921920;
border-style: solid;
border-width: 1px;
display: inline-block;}

.png_preview
{float: left;
margin: 5px;
background-color: #f8d5bf;
border: #921920;
border-style: solid;
border-width: 2px;
padding: 8px;}

.png_link a:link, .png_link a:active, .png_link a:visited 
{width: 82px;
color: #fb5d40;
text-align: center;
margin: 2px;
display: inline-block;
border: #921920;
border-style: solid;
border-width: 1px;
background-color: #f8d5bf;
font-variant: small-caps;}

.png_link a:hover 
{color: #e4070a; 
font-weight: bold;
cursor: crosshair;
text-align: center;
padding: 0;
margin: 2px;
background-color: #ffffff;
opacity: 0.5;
display: inline-block;}

/**SIDEBAR NAVIGATION**/

.menu
{width: 232px;
padding: 3px 3px;
margin: 0px auto;}

.navbg 
{width: 250px;
background-color: #c30708;
border: 0;
padding: 5px 0px;
margin: -20px 0px -15px;
border-radius: 10px;}

.navbg a:link, .navbg a:active, .navbg a:visited 
{width: 50%;
float: left;
text-align: center;
display: block;
color: #fbf6ce;
padding: 5px 0px;
letter-spacing: 0px;
text-decoration: none;
border: 0px;}

.navbg a:hover 
{width: 50%;
color: #e4070a;
font-weight: bold;
background-color: #ffffff;
text-align: center;
display: block;
padding: 5px 0px;
opacity: 0.5;
letter-spacing: -1px;
text-transform: lowercase;
border-width: 0px;
border-radius: 10px;}

.nav 
{clear: both;}