/*
    Theme Name: eisfuchsLabor (splash)
    Theme URI: http://eisfuchslabor.de/
    Description: Splash screen for eisfuchsLabor.de
    Author: Raphael Pohl
    Author URI: http://eisfuchslabor.de/

    2010 (c) eisfuchslabor.de
*/

@import url(css/grid.css); {
    /* extra stuff? */
}

/*
	http://www.linuxlibertine.org/
*/
@import url(css/font/linlibertine.css); {
    /* extra stuff? */
}

/**
 * 960.gs
 *
 * 24 columns 34px
 *    gutter  6px
 *
 * http://www.spry-soft.com/grids/
 *
 **/

body {
    color: #0f2c44;
    background-color: #f2f2f2;
    font-family: Tahoma, sans;
    font-size: 8pt;
    word-wrap: break-word;
}

p {
	line-height: 1.5em;
	margin: 1px 0px;
	padding: 0px 0px;
}

img {
    display: block;
    margin: auto;
    border: none;
}

div.grid_4 p {
    margin: 24px 20px 0px 20px;
}

#sorry p {
    font-family: "LinuxLibertineO", Georgia, Times, serif;
    font-size: 28px;
    line-height: 1.5em;
    margin: 42px 10px;
}

#footer p {
    border-top: 1px solid #D2D5DA;
    color: #627184;
    font-size: 12px;
    line-height: 1.5em;
    margin: 42px 0px;
    padding: 20px 10px;
}
