@charset “UTF-8”;

@import url(themeH1.css);

/* MAIN BACKGROUNDS & heights */
body { background: #fff; }
#header { margin: 0; }
#footer { margin: 0; background: #eee; }
#header, #header .container { height:120px;}
#wrap { margin-bottom: -60px; }
#push, #footer { height: 60px; }

/* HEADER */
.logo { font-size:28px; color:#f93; padding:20px 0px 10px; line-height:1em; text-align:right;}
.logo-a:hover { text-decoration: none; }
.slogan { margin: 20px 0 0; padding:12px 15px; color:#999; font-size:18px;  border-left:#999 solid 1px; }
.login { padding:2px 0px 2px; color:#777; text-align:right; line-height:2em; }
.contacts { padding:5px 0px 0px; font-size:26px; color:#f93; text-align:right; line-height:1.1em;}

h1 {margin-bottom: 0px;}
h2 {margin-top: 15px; margin-bottom: 0px;}

/* standart wiki features */
textarea.code {width: 100%; }
table tr td { vertical-align: top }
/* code {border: 0px;} */
/* div.code {border: 1px solid #e1e1e8;} */

tt { padding: 3px 4px; }
div.code code {display:block; }

tt, div.code code {font-family:Menlo,Monaco,"Courier New",monospace;font-size:13px;color:#333333;background-color:#f7f7f9;border:1px dotted #e1e1e8;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} 

p.auto {margin: 0px;} 