/**
 * $Id$
 * Website Baker template: allcss
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #87BF3B;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	margin: 10px;
	overflow: scroll;
	overflow-x: hidden;
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
img {
border: none;
}
hr {

	color: #036;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #036;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #369;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}
.header {
	width: 1000px;
	height: 180px;
	background-color: #87BF3B;
	vertical-align: top;
}
.menu {
	vertical-align: top;
	background-image: url('images/menu_background.png');
	background-repeat: repeat-y;
	width: 215px;
	padding: 0px;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	font-size: 14px;
	padding: 4px 10px 4px 10px;
	color: #000;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #87BF3B;
	border-left: 1px dotted #87BF3B;
}
.menu a:hover {
	color: #FFF500;
	background-color: #000;
	text-decoration: none;
}
.menu_current {
	font-weight: bold;
}

.menu2 {
	padding-left: 100px;
	background-image: url('images/menu2_background.png');
}

.menu2 ul, .menu2 ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu2 ul li {
	float: left;
}

.menu2 ul a:link, .menu2 ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: #000 url("images/menu2_button.png") repeat-x center;
	color: #000;
	padding: 10px 20px;
	height: 20px;
	border-right: 2px solid #87BF3B;
}

.menu2 ul a:hover {
	color: #000;
	background-image: url("images/menu2_button_hover.png");
}
.randomimage {
	vertical-align: top;
	text-align: center;
	background-image: url('images/menu_background.png');
	background-repeat: repeat-y;
	width: 215px;
	padding: 0px;
}	
.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 0px 10px 0px 10px;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	background-image: url('images/menu_background.png');
	background-repeat: repeat-y;
	width: 215px;
}
.input {
	background-color: #FFF500;
	border: 1px dotted #87BF3B;
	width: 95%;
	height: 18px;
	font-size: 12px;
	margin-top: 5px;
	color: #000000;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFF;
	text-decoration: none;
}
.submit{
	background-color: #FFF500;
	border: 1px dotted #87BF3B;
	font-size: 10px;
	margin: 5px 0px 5px 0px;
	color: #000;
}
.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #FFF;
}
.content {
	height: 250px;
	vertical-align: top;
	text-align: left;
}
