/*
Theme Name: chipchair
Theme URI: http://rob1ne.com/
Description: made for this site only.
Version: 1.6
Author: Robert Weatherholt aka Rob1ne
Author URI: http://rob1ne.com/

*/



/* Begin Typography & Colors */

body {
	background-color: #999;
	
}
a {
	color: #C00;
}

a img {
	border: 3px none #000;
}

a:visited {
	color: #666;
}

a:hover {
	color: #900;
}
#header {
	background-image: url(images/headerbg.jpg);
	height: 250px;
	width: 944px;
}
#searchbar {
	background-image: url(images/searchbg.jpg);
	height: 55px;
	width: 944px;
	position: absolute;
	top: 258px;
}
.searchbox {
	position:absolute;
	top:1px; 
	right: 45px;
	width:250px;
	height:30px; 
	border:0px;
}
.search-field input {
	position:absolute;
	top:15px;
	left:-535px;
	width:95px;
	height:20px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#999999;
	padding:5px 3px 3px 3px;
	border:0px;
	background:#ffffff;
}
.search-but input {
	position:absolute;
	top:7px;
	right:5px;
	width:50px; 
	height:20px; 
	background:transparent;
	border:0px;
}
#sidebar {
	background-image: url(images/sidebarbg.jpg);
	float: left;
	width: 250px;
	background-repeat: repeat;
	background-position: left top;
	list-style-image: url(images/sbbullet.gif);

}
.sbcontent {
	padding-top: 50px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
}

#content {
	background-image: url(images/contentbg.jpg);
	float: right;
	width: 694px;
	background-repeat: repeat;
	background-position: right top;
}
.maincontent {
	margin-top: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#footer {
	background-image: url(images/footerbg.jpg);
	clear: both;
	height: 90px;
	width: 944px;
}
#page {
	width: 944px;
	background-image: url(images/pgbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}