/* CSS inspired by those belonging to various other people */

@font-face {
    font-family: 'Numans';
    src: url('numans-regular-webfont.eot');
    src: url('numans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('numans-regular-webfont.woff') format('woff'),
         url('numans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DaysOne';
    src: url('daysone-regular-webfont.eot');
    src: url('daysone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('daysone-regular-webfont.woff') format('woff'),
         url('daysone-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DejaVuSans';
    src: url('dejavusans-boldoblique-webfont.eot');
    src: /*local('DejaVu Sans Bold Oblique'),*/
         url('dejavusans-boldoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('dejavusans-boldoblique-webfont.woff') format('woff'),
         url('dejavusans-boldoblique-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'DejaVuSans';
    src: url('dejavusans-webfont.eot');
    src: /*local('DejaVu Sans'),*/
         url('dejavusans-webfont.eot?#iefix') format('embedded-opentype'),
         url('dejavusans-webfont.woff') format('woff'),
         url('dejavusans-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DejaVuSans';
    src: url('dejavusans-bold-webfont.eot');
    src: /*local('DejaVu Sans Bold'),*/
         url('dejavusans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('dejavusans-bold-webfont.woff') format('woff'),
         url('dejavusans-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'DejaVuSans';
    src: url('dejavusans-oblique-webfont.eot');
    src: /*local('DejaVu Sans Oblique'),*/
         url('dejavusans-oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('dejavusans-oblique-webfont.woff') format('woff'),
         url('dejavusans-oblique-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}

html, body {
    background-color: #ffffff;
    color: #000000;
    font-family: "DejaVu Sans", "DejaVuSans", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 95%;
}

a {text-decoration:none; }
a:link {color: #003399;}
a:visited {color: #006699;}
a:link:hover, a:visited:hover {text-decoration: underline;}
a[href]:active {color: #336666;}

h1.front {
    font-family: "DaysOne", "DejaVu Sans", "DejaVuSans", Arial, Helvetica, sans-serif;
    font-size: 300%;
    color: #000000;
    background: #ffffff;
    border: none;
    text-align: center;
    text-shadow: 2px 2px 2px #888888;
}
h1 {
    font-family: "DaysOne", "DejaVu Sans", "DejaVuSans", Arial, Helvetica, sans-serif;
    font-size: 140%;
    color: #000000;
    background: #dddddd;
    border: solid 5px #dddddd;
}
h2 {font-weight: bold; font-size: 120%; color: #333333;}
h3 {font-weight: bold; font-size: 110%; color: #333333;}
h4 {font-weight: bold; font-size: 100%; font-style: italic; color: #333333;}
h5 {font-weight: bold; font-size: 90%; color: #333333; }
h6 {font-weight: bold; font-size: 80%; color: #333333; }

img { border-style: none; }

.image-left {
    float: left;
    margin: 3px 3px 3px 0;
    padding: 3px 3px 3px 0;
    position: relative;
    z-index: 5;
}

.image-right {
    float: right;
    margin: 3px 0 3px 3px;
    padding: 3px 0 3px 3px;
    position: relative;
    z-index: 5;
}

.image-left-noborder {
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    z-index: 5;
}

.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 0 3px 3px;
    position: relative;
    z-index: 5;
}

p.image-group-center {
    text-align: center;
}

div.image-group-center {
    display: block;
    margin: 0 auto;
}


