/*#############################################################
Name: BushmanJack
Date: 2021-01-05
Author: Lance Day
URL: http://bushmanjack.com
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #7A8044; text-decoration:none;}
a:hover {color: #B9BE87;}

body {
	background: #E7E7E2 url('../images/body.jpg') no-repeat center top;
	color: #444;
	font: normal 64% verdana,sans-serif;
	padding-top: 64px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em verdana,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	background: url('../images/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #222 url('../images/header-swbf3.jpg') no-repeat;
	height: 98px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #000000;
	padding-top: 23px;
}
.header .title .sitename a {
	color: #000000;
	font: normal 3em verdana,sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #949490;
	color: #FFF;
	font: normal 1.1em verdana,sans-serif;
	padding: 8px 12px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	background: url(../images/main.png) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 628px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: verdana,sans-serif;}

/* navigation */
.navigation {
	float: left;
	width: 120px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em verdana,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation h2 a {
	color: #5A5A43;
	text-decoration: none;
}
.navigation h2 a:hover {
	color: #B9BE87;	
}
.navigation ul {
	padding: 0;
}
.navigation li a {
	font-size: 1.0em;
    font-weight: bold;
	color: #5A5A43;
	padding: 3px 10px 3px 30%;
	text-decoration: none;
	width: 91%;
}
.navigation li a:hover {
	color: #B9BE87;	
}

/* footer */
.footer {
	background: #949490;
	color: #F7F7F2;
	font: 1em verdana,sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}

.footer a {
	color: #FAFAFA;
	text-decoration: none;
}
.footer a:hover {
	color: #FFE;
	text-decoration: underline;
}

.dottable{
	border-style: dotted;
	border-width: thin;
	border-color: #949490
}
.bscatleft {
	BACKGROUND: #F7F7F2; VERTICAL-ALIGN: top
}
.bscatright {
	BACKGROUND: #F7F7F2; VERTICAL-ALIGN: top
}
.normal {
	FONT-FAMILY: sans-serif; FONT-SIZE: 12px
}
.bscatspecial {
	BACKGROUND: #F7F7F2; VERTICAL-ALIGN: top
	FONT-FAMILY: sans-serif; FONT-SIZE: 12px
}

