﻿/******************
 MAIN TEMPLATE
******************/
body
{
    background-position: center 100px;
    margin: 0;
    padding: 0;
    background-color: #000000;
    font: 12px arial, helvetica, sans-serif;
    background-image: url(images/bg-fresh-tile-diamond-03.jpg);
    background-repeat: no-repeat;
}

body.body-bg-splat
{
    background-position: 0px 0px;
    margin: 0;
    padding: 0;
    background-color: #000000;
    font: 12px arial, helvetica, sans-serif;
    background-image: url(images/bg-splat-01.jpg);
    background-repeat: no-repeat;
}

p
{
    line-height: 1.4em;
    font-family: arial, helvetica, sans-serif;
}


textarea
{
    font: 12px arial, helvetica, sans-serif;
}

fieldset
{
    position: relative;
    margin-top: 1em;
    padding-top: .75em;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #C0C0C0;
}

legend
{
    position: absolute;
    top: -.5em;
    left: .5em;
    font-size: 13px;
    color: #33cc33;
    margin: 0px;
    text-transform: uppercase;
    padding-right: 6px;
    padding-left: 6px;
    background-color: #FFFFFF;
}

blockquote
{
    margin: 22px 20px 22px 10px;
    padding: 3px;
    color: #575757;
    padding: 0 50px;
    background: transparent url(images/blockquote.png) no-repeat 0 0;
}

pre
{
    overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */ /* width: 99%; */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    border: 1px solid #CCCCCC;
    background-color: #FFFFF4;
    padding:3px;
}



/******************
LINKS
******************/
/* Make sure a:visited is before a:hover */
a:active{text-decoration: none;color: #036FDB;}
a:link    {text-decoration: none;color: #036FDB;}
a:visited {text-decoration: none;color: #036FDB;}
a:hover{text-decoration: underline;color: #3399FF;}



.footer
{
    font-size: 21px;
    font-family: Neuropol, Papyrus, 'Carbon Block', 'Tempus Sans ITC' , 'Velvenda Cooler' , Arial, Helvetica, sans-serif;
    color: #CC6699;
    font-weight: bold;
}
.footer:active{text-decoration: none;color: #CC6699;}
.footer:link    {text-decoration: none;color: #CC6699;}
.footer:visited {text-decoration: none;color: #CC6699;}
.footer:hover   {text-decoration: underline;color: #CC6699;}


/******************
HEADERS
******************/

.h1-top, .h1-contact, .h1-oldschool
{
    text-align: center;
    font-size: 42px;
    color: #A20027;
    font-family: Neuropol, Papyrus, 'Carbon Block', 'Tempus Sans ITC' , 'Velvenda Cooler' , Arial, Helvetica, sans-serif;
    font-weight: bold;
    background: #222 url(images/bg.gif);
}

.h1-contact
{
    color: #95D50C;
}

.h1-oldschool
{
    color: #AF2E8A;
}


/* HORIZONTAL LINE */
div.hr-pinkdots  {
		clear: both;
		height: 4px;
		border: none;
		background: transparent url(images/hr.gif) no-repeat center;
		}
