@namespace url(http://www.w3.org/1999/xhtml);
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Sans'), url('http://themes.googleusercontent.com/font?kit=POVDFY-UUf0WFR9DIMCU8g') format('truetype');
}

@-moz-document domain("politechnika.org") {

/* dont burn my eyes when its dark */
body      { background-color: #CCC !important;  }
.bodyline { background-color: #f5f5f5 !important; border: 1px #bbb solid !important; }

.postbody { 
    font-size: 1.25em !important;
    line-height:1.5em !important;
    font-family: "Droid Sans", Verdana, Arial, Helvetica, sans-serif !important;
    min-width: 25em !important;
    max-width: 33em !important;
}

/* spacer off */
.spaceRow { display:none; }

/* google search p00f */
center form table { display: none; }

/* compact posts  */ 
span.postbody { display: block; padding-left: 5px; }

/* post urls */
.postbody a { text-decoration: underline !important;}

/* bigger shoutbox */
.row1 iframe { height: 500px !important; }

/* wut */
.forumline { background-color: #ddd !important; }

}