@charset "utf-8";
/* CSS Document */

/**********************************************************************************
Copyright (c) 2009 Justin Ayers. All Rights Reserved.
DO NOT REPRODUCE THIS DOCUMENT OR ANY CODE CONTAINED HEREIN.
**********************************************************************************/
#logo {
	background-image: url(images/justinayerslogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 190px;
	width: 225px;
	position: fixed;
	z-index: 2;
}

#logo a {
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	height: 102px;
	width: 153px;
	margin-top: 43px;
	margin-left: 26px;
	
}

#leftBarWrapper {
	height: 451px;
	width: 178px;
	background-color: #000000;
	background-image: url(images/leftpanel_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: fixed;
	z-index: 1;
	margin-left: 25px;
	margin-top: 86px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.searchbar {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 10px;
	height: 23px;
}
#searchbox {
	height: 18px;
	width: 120px;
	color: #FFFFFF;
	background-color: #666666;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

#searchgo {
	float: right;
	background: transparent;
	font-weight: bold;
	color: #999999;
	border: 0px none #000000;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#searchgo:hover {
	color: #FFFFFF;
	cursor: pointer;
}