@charset "utf-8";

@font-face {
font-family:titlefont;
	src: url(/fnt/weezerfont.woff) format("woff"),
	url(/fnt/weezerfont.ttf) format("truetype");
/*	src: url(/fnt/etbswfte.woff) format("woff"),
	url(/fnt/etbswfte.ttf) format("truetype"),
	url("path/GraublauWeb.otf") format("opentype");*/
}
@font-face {
font-family:kantrel;
	src: url(/fnt/Cantarell-Regular.woff) format("woff"),
	url(/fnt/Cantarell-Regular.otf) format("opentype");
}
@font-face {
font-family:copyfnt;
	src: url(/fnt/CaviarDreams.woff) format("woff"),
	url(/fnt/CaviarDreams.ttf) format("truetype");
}
html,body {margin:0;padding:0;min-height:100%}
body {font-family:kantrel,verdana,arial,sans-serif;font-size:100%}
h1, h2, h3 {font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', sans-serif}
h1 {font-size:200%}
h2 {font-size:160%}
h3 {font-size:130%}
pre,code,tt,.border td {
	font-family:'DejaVu Sans Mono','Andale Mono','Bitstream Vera Sans Mono',monospace,serif;
	font-size:0.9rem
}
sub {vertical-align:sub}
sup {vertical-align:super}

/*
a:hover img */
/**
 * 
 **/
h1 {font-family:titlefont;color:#c50b75}
h1.title {text-indent:0.7rem}
h1.title sub {font-weight:normal;font-size:0.65rem}
h1 span {font-weight:normal}
h2,h3 {color:#0f97fc}

a:link,a:visited {color:#c50b75;text-decoration:none}
/*a:hover {}
a:active {}*/

.css3 {
	border-radius:;
	-webkit-border-radius:;
	-moz-border-radius:;
}
#footer {position:absolute;bottom:0;display:block;width:100%;line-height:2.5em;background:#0f97fc}
#footer a:link,#footer a:visited {color:#fff;font-weight:bold}
#footer .left,#footer .right {display:inline-block;color:#fff;font-family:copyfnt,verdana,sans-serif;font-size:0.9em}
#footer .left {width:49%}
#footer .right {min-width:50%;text-align:right;line-height:1em}
#footer .right a:hover,#footer .right a:active {background:#fff;color:#c50b75}
a .copy sup {font-weight:normal;font-size:60%;text-align:super}
