/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Stylesheet for Hedonskate Fashion
    (c) Paweł Golonko <pgolonko@gmail.com>
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@import url('reset.css');

/* =global
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
    background: #2B2925 url('../images/background.gif');
    color: #4D5547;
	font: normal 100% Arial, Helvetica, sans-serif;
	text-align: center;
}

a { outline: 0 }
a:hover { text-decoration: underline !important }

h1 a {
    background: url('../images/hedonskate-fashion.gif');
    display: block;
    height: 22px;
    overflow: hidden;
    text-indent: -666em;
    width: 202px;
}

/* =page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#page {
    margin: 0 auto 30px;
    text-align: left;
    width: 785px;
}

/* -intro
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#intro {
    margin-top: 99px;
    overflow: auto;
}

#intro object {
    margin-bottom: 20px;
}

#intro h1 {
    float: right;
}

/* =footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#hedonskatefooter {
	background: none !important;
	clear: both;
	margin: 0 0 20px !important;
}
