/*

 Website Baker Project <http://www.websitebaker.org/>
 Copyright (C) 2004-2005, Ryan Djurovich

 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.

 You should have received a copy of the GNU General Public License
 along with Website Baker; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA


Design Copyright Devil's Kitchen 2008
Author: Chris Mounsey <dk@devilskitchen.net>
Version: 1.0 Release date: 20 March 2008

This template 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.


But remember, what is written in info.php !!!

*/

body,td,th {
	font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
	color: #555555;
}
body {
	font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
	background: #ebebeb url(images/logo_blue2.jpg) repeat-x top left;
	font-size: 12px;
	color:#333333;
	padding: 0px;
	margin: 0px;
	line-height: 130%;
}
a {
	color: #074997;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration: none;
}
#page {
	width:950px;
	margin:auto;
	margin-top:0px;
	margin-top:0px;
}
#header {
	width:780px;
	height:43px;
	margin:auto;
	margin-bottom: 0px;
	padding:0px;
	background:#074997 url(images/logo_blue.jpg) no-repeat right top;
	text-align:left;
	font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	color:#ffffff;
	text-indent: 25px;
	font-weight: bold;
}
#container {
	padding:0px;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	width: 800px;
}

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #EBEBEB url(images/smooth_menu.png) no-repeat center;
	margin: 0;
	padding-left: 20px;
	height: 50px;
	font-size: 12px;
	font-weight:bold;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 30px;
	}		
#nav li a {
	text-decoration: none;
	color: #666666;
	padding:10px 0px 0px 0px;
	float: left;
	height:40px;
	width:76px;
	text-align:center;
}
#nav li a:hover {
	background: url(images/smooth_menuh.png) no-repeat center;
	color: #333333;
}
#nav li a.on {
	background: url(images/smooth_menuon.png) no-repeat top center;
	color: #333333;
	height:41px;
}

/*------------------------------------------------------------*
**  End Nav
**------------------------------------------------------------*/

/*------------------------------------------------------------*
**  SubNav
**------------------------------------------------------------*/

#nav2 {
	margin: 0;
	padding-left: 20px;
	font-size: 12px;
	font-weight:bold;
	height:30px;
	}
#nav2 li {
	list-style-type: none;
	display: inline;
	line-height: 30px;
	}		
#nav2 li a {
	text-decoration: none;
	color: #666666;
	padding:0px 20px 0px 20px;
	float: left;
	text-align:left;
	height:30px;
	}
#nav2 li a:hover {
	color: #990000;
}
#nav2 li a.on {
	color: #333333;
}

/*------------------------------------------------------------*
**  End SubNav
**------------------------------------------------------------*/

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/

#breadcrumbs {
	width: 720px;
	text-align: left;
	border-bottom: dotted 1px #A2A2A2;
	font-size: 10px;
	color: #696969;
	font-weight: bold;
	text-align: left;
	left: 0px;
	top: 0px;
	padding-top: 10px;
	margin-bottom:15px;
}
#content {
	color:#444444;
    font-size: 120%;
	line-height:160%;
	width: 718px;
	text-align: justify;
	background:#FFFFFF;
	padding: 0px 40px 10px 40px;
	border:1px solid #BBBBBB;
	border-bottom:0px;
	margin:0px;
}
.content a:link, .content a:visited, .content a:active {
	width: 100%;
	padding-left: 1.2em;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	font-size: 11px;
	color: #696969;
}
blockquote {
	background-color: #F6F2DE;
	border: 1px dotted #CCCCCC;
	margin: 5px 10px 5px 10px;
	padding: 5px 20px 5px 20px;
}
hr {
	color: #003366;
	height: 1px;
	width: 100%;
}

/*------------------------------------------------------------*
**  End Content
**------------------------------------------------------------*/

/*------------------------------------------------------------*
**  Headings
**------------------------------------------------------------*/

h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
        line-height: 120%;
}
h1 {
	font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #330000;
}
h2 {
	font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	padding:10px 0px 15px 0px;
}
h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	line-height: 18px;
	margin-top:15px;
	padding-left: 10px;
	border-left: 2px solid #660000;
}
h4 {
	font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330000;
	line-height: 16px;
	/*background-image: url(logo_blue.jpg);*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #330000;
	margin-left: 10px;
	margin-top: 10px;
}
h5 {
	font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	line-height: 14px;
	margin-left: 10px;
	margin-top: 10px;
}

/*------------------------------------------------------------*
**  End Headings
**------------------------------------------------------------*/

/*------------------------------------------------------------*
**  Footer & attendant divs
**------------------------------------------------------------*/

#footer {
	height:30px;
	width: 800px;
	margin:auto;
	font-size: 9px;
	background:#EBEBEB url(images/smooth_foot.png) no-repeat top center;
	color: #999999;
	text-align: center;
}
form {
	margin: 0;
}
.small {
	font-size:10px;
}
.loginfield {
	font-size: 11px;
	color: #999999;
	text-align: left;
	border: 1px solid #BBBBBB;
}
#searchdiv {
	color: #999999;
	float: left;
	clear: none;
	vertical-align: top;
	text-align: left;
	width: 300px;
	padding: 12px 20px 5px 30px;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
}
.w3cdiv {
	font-size:12px;
	line-height:22px;
	float: right;
	clear: none;
	text-align: right;
	padding: 10px 40px 0px 0px;
	margin:0px;
}

/*------------------------------------------------------------*
**  End Footer & attendant divs
**------------------------------------------------------------*/