/*   
Style Name: Watchdog
Style URI: http://watchdogmilwaukee.com/blog/
Description: This is a style created by Jim McGuigan and ported by Rodney Shupe.
Author: Jim McGuigan and Rodney Shupe
Author URI: http://watchdogmilwaukee.com/blog/
Version: 0.1

Revision History
   version 1.0 - Original Release

Usage Notes:


The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/
body {
	font-size: 12px;
}
#wrapper {
	width: 750px; /* Adjusted in alternate stylesheets */
}

/* ------------------ Header ------------------ */
#head {
	width: 750px;  /* Adjusted in alternate stylesheets */
	height: 225px; /* Adjusted in alternate stylesheets */
}
#head div#title {
	background-image: url('images/home/title.jpg');/* Adjusted in alternate stylesheets */
	background-repeat: no-repeat;
	border: 0;
	height: 225px; /* Adjusted in alternate stylesheets */
	width: 250px;
	overflow: hidden;
}
#head div#title H1, #head div#title H2 {
	margin-right: 0px;
	width: inherit;
}
#head div#banner {
	background-image: url('images/home/banner.jpg');/* Adjusted in alternate stylesheets */
	background-repeat: no-repeat;
	width: 500px;  /* Adjusted in alternate stylesheets */
}
#headbar {
	width: 750px; /* Adjusted in alternate stylesheets */
}
#headbar div#search {
	background-image: url('images/home/search.jpg');/* Adjusted in alternate stylesheets */
	background-repeat: no-repeat;
	width: 250px;
	border: 0;
}
#headbar div#search input#s {
	margin-left: 20px;
}
#headbar div#topmenu {
	background-image: url('images/home/topmenu.jpg');/* Adjusted in alternate stylesheets */
	background-repeat: no-repeat;
	width: 500px; /* Adjusted in alternate stylesheets */
}

/* ------------------ Main - Post/Page Content ------------------ */
#main {
	width: 480px; /* Adjusted in alternate stylesheets */
}

/* ------------------ Comments ------------------ */
#comments ol.commentlist li {
	width: 465px; /* Adjusted in alternate stylesheets */
}

/* ------------------ Footer ------------------ */
#footerbar {
	width: 750px; /* Adjusted in alternate stylesheets */
}
#footer {
	width: 750px; /* Adjusted in alternate stylesheets */
}
