/*
Theme Name:   Mhalwae
Theme URI:    http://www.mhalwae.com/
Description:  The Mhalwae theme
Author:       Verity
Author URI:   http://www.mhalwae.com/
*/

html, body, img, h1, h2, h3, h4, h5, h6
{
  margin: 0;
  padding: 0;
  border: 0;
}

body
{
  background-color: #000;
  color: #ccc;
  font-family: georgia, serif;
}

a
{
  color: #e90;
}

div#container
{
  width: 920px;
  margin: 0px auto 20px auto;
}

div#container div#header
{
  width: 920px;
  height: 400px;
}

div#container div#main
{
  width: 820px;
  padding: 20px 50px 1px 50px;
  background-image: url(bg.png);
}

div#container div#main div#posts
{
  width: 600px;
  float: left;
  font-size: 14px;
  text-align: justify;
}

div#container div#main div#posts div.post
{
  margin: 0px 0px 20px 0px;
}

div#container div#main div#posts div.post img
{
  display: block;
  margin: 0 auto;
}

div#container div#main div#widgets
{
  width: 190px;
  float: right;
  font-size: 11px;
  text-align: left;
}

div#container div#main div#widgets div.widget
{
  width: 190px;
  margin: 0px 0px 20px 0px;
}

div#container div#main div#widgets div.widget div.widget_top
{
  width: 190px;
  height: 15px;
  background-image: url(widget_top.png);
}

div#container div#main div#widgets div.widget div.widget_body
{
  width: 170px;
  padding: 1px 10px 1px 10px;
  background-image: url(widget_bg.png);
}

div#container div#main div#widgets div.widget div.widget_body input
{
  width: 164px;
}

div#container div#main div#widgets div.widget div.widget_body ul
{
  margin: 5px 0px 5px 0px;
  padding: 0px 10px 0px 20px;
}

div#container div#main div#widgets div.widget div.widget_bottom
{
  width: 190px;
  height: 15px;
  background-image: url(widget_bottom.png);
}

div#container div#main div#footer
{
  clear: both;
  font-size: 11px;
  text-align: center;
}

div#container div#main_bottom
{
  width: 920px;
  height: 30px;
  background-image: url(bg_bottom.png);
}

div.navigation
{
}

div.navigation div.left
{
  float: left;
}

div.navigation div.right
{
  float: right;
}

div#respond input
{
  width: 200px;
}

div#respond textarea
{
  width: 600px;
  height: 200px;
}
