/**
 * @brief blueairmessage, a theme for Dotclear 2
 *
 * @package Dotclear
 * @subpackage Theme
 *
 * @author David Yim, Pierre Van Glabeke
 *
 * @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
 */

pre {
  width: 605px;
}

#page {
  width: 988px;
  background: #fff url('../img/990/page.png') repeat-y top center;
}

#wrapper {
  width: 980px;
}

#top {
  width: 980px;
  background: #181818 url('../img/990/top_bg.png') repeat-x left top;
}

#top_img {
  width: 980px;
  background: url('../img/990/header_img.svg') no-repeat center bottom;
}

#menu {
  width: 980px;
}

#supranav {
  width: 690px;
}

#main {
  width: 725px;
}

#footer {
  width: 988px;
  background: #181818 url('../img/990/footer2.png') no-repeat center top;
}

#comment-form p.field input, #comment-form p.field textarea {
  width: 644px;
}