/**
 * $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.
*/


div#searchbox {
   display: none;
}



html, body {
	margin: 0px;
	padding:0px;
	background-image:url(img/bg.png);
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

#wrapper {
	width: 830px;
	margin:10px auto;
	background-color:#fff;
	
}

#content {
	width: 800px;
	margin:0px auto;
	background-repeat: repeat-x;
	background-position: top;
	margin:0px auto;
}

#header {
	height:36px;
}


#topmenu ul {
	margin:0px; 
	padding-top:7px;
	margin-left: 200px;
}

#topmenu li {
	float:left;
	list-style-type:none;
	width:129px;
	height:25px;
	text-align:center;
	background-color: #8D6251;
	border-left:1px solid #fff;
	padding-top:4px;
}

#topmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#topmenu a:hover{
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

#banner {
	background-image:url(img/banner.jpg);
	background-repeat:no-repeat;
	height:180px;
	width: 800px;
	text-align: left;
	color: #fff;
	padding-left: 15px;
	margin: 0px auto;
}

#banner h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.3em;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding: 20px 40px 0px 0px;
}

#banner h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}

#contentarea {
	clear: both;
	padding:25px 0px;
}

#leftbar {
	float: left;
	width: 610px;
	min-height: 500px;
	margin-bottom: 20px;
}

#leftbar h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.5em;
	color:#8D6251;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:2px;
	margin-bottom:15px;
	border-bottom: 1px dotted #8D6251;
	width: 95%;
}

#leftbar p, #leftbar li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	line-height: 1.5em;
}


/* linkology */
#leftbar a {
	color:#8597AD;
	font-weight: bold;
}

#leftbar a:hover {
	color:#000;
	font-weight: bold;
	text-decoration:none;
}

#sidebar {
	float:left;
	width:176px;
	padding-left: 14px;
	margin-bottom: 20px;
	font-size: 0.85em;
}


#sidebar  ul {
	margin: 0;
	padding: 0;
}

#sidebar  ul li {
	list-style-type:none;
	text-align:right;
	background-color:#9BAFC8;
	padding:4px ;
	border-bottom: 3px dotted #fff;
}

/* sidebar menu */
#sidebar a {
	color: #000;
	text-decoration: none;
}

#sidebar a:hover{
	color: #444;
	text-decoration: underline;
}

#searchbox input {
	border: 1px solid #888;
	padding: 2px 3px;
}

#searchbox input[type=submit] {
	width: 60px;
}
#searchbox input[type=text] {
	width: 100px;
}

#footer {
	clear: both;
	height:90px;
	padding-top:25px;
	width: 100%;
	background-color:#8D6251;
	height: 27px;
	padding-top:5px;
}

table tr td {
	vertical-align:bottom;
	padding: 3px;
}

/* Forms */

label {
	font-weight: bold;
}

input[type=text], textarea {
	border: 1px solid #888;
	padding:4px;
}

.captcha_table {
	font-size: 0.8em;
	color: #666;
}



