﻿/**
 * $Id$
 * Website Baker template: simple
 * 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: 14px;
	color: #000000;
}
body {
	background-color: #de9314;
	margin: 14px;
}

a:link, a:visited, a:active {
	color: black;
	text-decoration:underline;
	}
	
a:hover {
	color: white;
	text-decoration:none;
}
form {
	margin: 0;
}
h1 {
    border-color: #9A2400;
    border-width: 20px;
    border-style: outline;
    position:relative;
    left:5%;
    width:90%;
	-moz-border-radius: 20px;
	background-color:#9A2400;
	text-align:center;
	vertical-align: middle;	
} 
h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	background-color: #9A2400;
	vertical-align: middle;
	text-align: center;
	color: #000000;
	height: 50px;
	font-size: 30px;
	font-weight: bold;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    
}
.menu {
	background-color:#9A2400;
	padding: 15px;
	width: 150px;
	vertical-align: top;
	color: black;
	text-decoration:none;
}
.menu ul, .menu li {
	list-style-type:circle
	display: block;
	margin: 7px;
	padding: 0px;

	}
.menu_current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.content {
	background-color:orange;
	padding: 40px;
	height: 400px;
	vertical-align: top;
}
.footer {
	background-color: #9A2400;
	text-align: center;
	font-size: 10px;
	height: 30px;
	-moz-border-radius-bottomleft: 20px;
  	-moz-border-radius-bottomright: 20px;

}


