@charset "UTF-8";
/*   WhenHyvesIsDown.com   */
/*   By Richard van Herp   */
/*       aka RcktBOY       */
/* Thanks to: Adam Lisagor */

.Body {
    color: #666666;
    font-family: 'EraserRegular', 'Helvetica', 'Arial', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 1;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: uppercase;
}

	A:link {color: #6699CC; text-decoration: none}
	A:visited {color: #6699CC; text-decoration: none}
	A:active {color: #6699CC; text-decoration: none}
	A:hover {font-weight: bold; color: #5887B4;}


#book {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: x-small;
    font-family: 'helvetica';
    text-transform: uppercase;
    
}

.h1 { font-size: 24px; }
.h2 { font-size: 12px; }

#footer { position: absolute; font-family: Arial, Helvetica, Sans Serif; bottom: 1em; width: 100%; border-top: 0px solid #08658F; }
#footer #pluginauthor { padding-left: .3em; }
#footer #admin { float: right; padding-right: .3em; }
* { margin: 0; 	padding: 0; }
body { font-family: Georgia, Arial, Helvetica, Sans Serif; font-size: 65.5%; }

.td {
border: 2px solid #5887B4;
background-color: #FFCC66;
padding: 1px;
-moz-border-radius:  15px; 
-webkit-border-radius: 15px; 
border-radius: 15px;
}

.alignleft {
float: left;
}
.alignright {
float: right;
}
