/**
 *
 * Moc 10 Media
 * http://www.moc10media.com/
 *
 * Style Sheet Name: styles.css
 * Style Sheet Version: 1.0
 * Style Sheet Info: Default Styles
 *
 */

/* Global Definitions */

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 0.825em;
    color: #d3d5d7;
    background-color: #142934;
    background-image: url(http://forum.phirecms.org/img/back.gif);
    background-repeat: repeat-x;
}

img {
    border: none;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #006cff;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #758193;
}

h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 6.0em;
    color: #fff;
}

h3 {
    margin: 0;
    padding: 50px 0 0 0;
    font-weight: normal;
    font-size: 2.0em;
}

p {
    line-height: 1.8em;
}

/* ID Definitions */

#content {
    width: 700px;
    margin: 0 auto;
    padding: 220px 0 0 0;
    background-image: url(http://forum.phirecms.org/img/phire_splash_logo.gif);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}

#content h1, img {
    display: none;
}

/* Class Definitions */

.right {
    float: right;
}

.hide {
    display: none;
}