/*
Theme Name: 0xA
Theme URI: 
Description: The default homepage of 0xa.kuri.mu
Version: 1.0
Author: Aymeric Mansoux
Tags: not much now, come back later
*/

/* boring stuff goes here */

/*@font-face {
    font-family: 'FixedsysExcelsior301';
    src: url('/0xA/wp-content/themes/wp-sukurimu/webfont/fsex300-webfont.eot');
    src: local('☺'), url('/0xA/wp-content/themes/wp-sukurimu/webfont/fsex300-webfont.woff') format('woff'), url('/0xA/wp-content/themes/wp-sukurimu/webfont/fsex300-webfont.ttf') format('truetype'), url('/0xA/wp-content/themes/wp-sukurimu/webfont/fsex300-webfont.svg#webfontEeWomWKo') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
font-family: 'Fixedsys Excelsior 3.01';
font-style: normal;
font-weight: normal;
src: local('Fixedsys Excelsior 3.01'), url('/0xA/wp-content/themes/wp-0xa/webfont/FSEX300.woff') format('woff');
}

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    text-align:center; 
}

body {
    background-color: white;
    //background-image: url('/0xA/wp-content/themes/wp-sukurimu/img/stripes.png');
    /*font-family: 'FixedsysExcelsior301';*/
    /*font-family: 'Ubuntu Mono';*/
    font-family: 'Fixedsys Excelsior 3.01';
    font-size: 16px;
    line-height: 15px;
    color: black;
    }

pre
{
    font-family: 'Fixedsys Excelsior 3.01';
    font-size: 16px;
    color: #FF3399;
}


div#main {
    width:640px; 
    text-align:left; 
    margin:0 auto;
    background-color: white;
    padding-right: 10px;
    padding-left: 10px;
    //border-right: 5px solid red;
    //border-left: 5px solid red;
    }

div#leftcol{
    width:100px; 
    float:left; 
    position: fixed;
    padding-top: 224px;
    }
 
div#maincol{
    position: relative; 
    width:540px;
    float:right;
    }

div#olderposts, div#separator{
    text-align: center;
}

.clearfix:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
 
.clearfix {
    display: inline-block;
    }

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
    }

.clearfix {
    display: block;
    }
/* End hide from IE-mac */ 

/* pretty stuff goes here */

a {
    color: #FF3399;
    }

h1{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #FF3399;
    /*text-shadow: 4px 4px 0px #FF3399;*/
    }

#ohai {
    color: #000;
    font-size: 16px;
    text-shadow: 24px 24px 0px #000;
    text-align:center;
    padding-top:24px;
    padding-bottom:48px;
    }

#banner
{
    text-decoration: none;
}



.gray {
    background-color: #BBB;
    }
    
h1 a, h1 a:visited, h1  a:active {
    text-decoration: none;
    color: #FF3399;
    /*text-shadow: 4px 4px 0px #FF3399;*/
    }

/*
h1 a:hover {
    color: #FF3399;
    text-shadow: 4px 4px 0px #FFF;
    }
*/

.the_time {
    font-size: 16px;
    /*margin-top: -21px;
    margin-bottom: 15px;*/
    color: #FF3399;
    }

h3
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;

}

h3#comments
{
    color: #FF3399;

}
